Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,260 members, 7,815,425 topics. Date: Thursday, 02 May 2024 at 12:10 PM

Andela: IT Training And Job - Jobs/Vacancies (141) - Nairaland

Nairaland Forum / Nairaland / General / Jobs/Vacancies / Andela: IT Training And Job (621183 Views)

Letter To All Fresh Graduates and Job seekers / Andela: IT Training And Job - Jobs/vacancies / Similarities Between Football And Job (2) (3) (4)

(1) (2) (3) ... (138) (139) (140) (141) (142) (143) (144) ... (263) (Reply) (Go Down)

Re: Andela: IT Training And Job by sannytee: 7:42pm On Jun 07, 2017
r4blessing:
Please has anyone from cycle xxiv been invited for interview. I just finished my home study test and am wondering when d invite will come. If it is after d deadline or as soon as you have submitted and meet the cutoff mark
they will start sending invites from next wk.

1 Like 1 Share

Re: Andela: IT Training And Job by DACK1(m): 9:54pm On Jun 08, 2017
He-He.... Amazing.... am a bit enthusiastic as well, finished the Home-Study test since last two weeks? or maybe last week, can't remember, lol... just pray i get called for the interview... Fingers Crossed! lol
Re: Andela: IT Training And Job by Folzye(m): 9:02pm On Jun 09, 2017
It appears everyone who applied to cycle xxiv is done with their home study assessment my mail specified today 11:59pm as deadline. Goodluck

1 Like

Re: Andela: IT Training And Job by aliuyusuf003: 10:44pm On Jun 09, 2017
Glory be to God, we have successfully completed the assessment.... We hope we are invited for the interview.
Re: Andela: IT Training And Job by Bahddo(m): 8:40am On Jun 11, 2017
obasiete:


Ok.
But what could be the reason?
this is the message i got

Tests
test_checks_for_isograms
test_empty_string_input
Empty string not a avalid isogram
test_it_only_accepts_strings
test_returns_false_for_nonisograms
test_returns_tuple
you didn't check for empty strings

1 Like

Re: Andela: IT Training And Job by Bumski10(m): 4:37pm On Jun 11, 2017
obasiete:
house i have done this yet my code fails one test. please help.



def is_isogram(word):
if type(word) != str:
raise TypeError('Argument should be a string')
elif word == "string":
return (word, False)
else:
word = word.lower()
for char in word:
if word.count(char) > 1:
return (word, False)
else:
return (word, True)




def is_isogram(word):
if type(word) != str:
raise TypeError('Argument should be a string')
count_char = len(word)
if count_char != 0 and count_char == len(set(word)) :
return (word, True )
else:
return (word, False)


This should do justice to the empty string test
Re: Andela: IT Training And Job by Bumski10(m): 4:42pm On Jun 11, 2017
Bumski10:





def is_isogram(word):
if type(word) != str:
raise TypeError('Argument should be a string')
count_char = len(word)
if count_char != 0 and count_char == len(set(word)) :
return (word, True )
else:
return (word, False)


This should do justice to the empty string test

Mind my indentation... It's not nairaland is rejecting my tabs
Re: Andela: IT Training And Job by fufuNegusi(m): 7:53pm On Jun 11, 2017
Someone kindly help me here

I applied some days ago for the Andela program
They sent me email attached with PDF files on Python and Javascript for my home study test

Do anyone know how many days it will take for them to get back to me for my first test, especially the Saberr test

Because since they sent me those PDF files I haven't heard from them.. ..

Should I keep reading and studying the programmings and how long will it take for them to get back to me?

Thanks
Re: Andela: IT Training And Job by DACK1(m): 12:07am On Jun 12, 2017
Bumski10:





def is_isogram(word):
if type(word) != str:
raise TypeError('Argument should be a string')
count_char = len(word)
if count_char != 0 and count_char == len(set(word)) :
return (word, True )
else:
return (word, False)


This should do justice to the empty string test


you must be quite good.... smiley
Re: Andela: IT Training And Job by fufuNegusi(m): 8:59am On Jun 12, 2017
fufuNegusi:
Someone kindly help me here

I applied some days ago for the Andela program
They sent me email attached with PDF files on Python and Javascript for my home study test

Do anyone know how many days it will take for them to get back to me for my first test, especially the Saberr test

Because since they sent me those PDF files I haven't heard from them.. ..

Should I keep reading and studying the programmings and how long will it take for them to get back to me?

Thanks

Someone please help me answer this quoted text
Re: Andela: IT Training And Job by Adex001(m): 9:03am On Jun 12, 2017
Just understand they will get back to you shortly. but in the main time, you can start studying the curriculum. #shalom
Re: Andela: IT Training And Job by fufuNegusi(m): 9:36am On Jun 12, 2017
Adex001:
Just understand they will get back to you shortly. but in the main time, you can start studying the curriculum. #shalom

Okay, thanks

But like Within how many days will they get back to me ?

I need to know so I can either increase my study pace or just maintain it
Re: Andela: IT Training And Job by Adex001(m): 9:45am On Jun 12, 2017
fufuNegusi:


Okay, thanks

But like Within how many days will they get back to me ?

I need to know so I can either increase my study pace or just maintain it

they should get back to you in 1 week interval. Its not about increasing the study pace, i think its all about getting thorough understanding of the materials. It's not really easy though. #shalom
Re: Andela: IT Training And Job by fufuNegusi(m): 10:47am On Jun 12, 2017
Adex001:


they should get back to you in 1 week interval. Its not about increasing the study pace, i think its all about getting thorough understanding of the materials. It's not really easy though. #shalom

Thanks I'll try my possible best
Re: Andela: IT Training And Job by dyydxx: 8:22pm On Jun 12, 2017
Ok so i just saw this
http://www.opportunitiesforafricans.com/andela-nigeria-fellowship-2017-cycle-xxv-paid-technical-leadership-program-for-young-nigerians/

and decided to search on nairaland and that led me here. I have till June 30. I have zero knowledge as regards coding and all as am a geology graduate. Is there any chance I can make it by trying this. is coding very hard?
Re: Andela: IT Training And Job by fufuNegusi(m): 8:34pm On Jun 12, 2017
dyydxx:
Ok so i just saw this
http://www.opportunitiesforafricans.com/andela-nigeria-fellowship-2017-cycle-xxv-paid-technical-leadership-program-for-young-nigerians/

and decided to search on nairaland and that led me here. I have till June 30. I have zero knowledge as regards coding and all as am a geology graduate. Is there any chance I can make it by trying this. is coding very hard?

I am new into coding too and I just applied last week also
So I guess we are on the same page

It depends on your passion and commitment towards all this
Re: Andela: IT Training And Job by Chrylich(m): 7:49am On Jun 13, 2017
I'm surprised o; recruitment for cycle XXIV is still on and application has started for cycle XXV already; these guys no dey take any chill o . Any interview invitees for XXIV yet?
Re: Andela: IT Training And Job by r4blessing: 6:37am On Jun 14, 2017
According to timetable interview is suppose to start 19th but no invite mail yet. What's happening?
Re: Andela: IT Training And Job by gentletalkaktiv: 7:23am On Jun 14, 2017
Bahddo:
it is introduced in the mail adex pasted above. Let's just say Qualified.io makes it harder to get away with trying to pass the assessment by getting external help. If they like, Andela recruitment team can even watch a playback that shows how you typed each solution code, letter by letter, line by line. They would even see where you simply did copy and paste.

Says who?
Re: Andela: IT Training And Job by Bahddo(m): 8:34am On Jun 14, 2017
gentletalkaktiv:
[/b]
Says who?
says me, and the qualified.io homepage you didn't bother to check out. If you still doubt it, start a free trial like I did.
Re: Andela: IT Training And Job by Bahddo(m): 9:21am On Jun 14, 2017
r4blessing:
According to timetable interview is suppose to start 19th but no invite mail yet. What's happening?
I think the invites are out. Check your email.
Re: Andela: IT Training And Job by r4blessing: 9:25am On Jun 14, 2017
Bahddo:
I think the invites are out. Check your email.
when
Re: Andela: IT Training And Job by Bahddo(m): 9:27am On Jun 14, 2017
r4blessing:
when
like minutes ago.
Re: Andela: IT Training And Job by aliuyusuf003: 9:50am On Jun 14, 2017
Guys check out what I saw in my mailbox

Re: Andela: IT Training And Job by Adex001(m): 9:52am On Jun 14, 2017
yeah! I just got called for the interview. #shalom
Re: Andela: IT Training And Job by Bahddo(m): 9:54am On Jun 14, 2017
aliuyusuf003:
Guys check out what I saw in my mailbox
awww... Cheer up bro. Just study some more, practice writing code and try again. Many fellows had to try multiple times before they finally made it in.

1 Like

Re: Andela: IT Training And Job by chygoz3(m): 10:06am On Jun 14, 2017
Does any one know if the contract requires one to stay the entire four years with them once accepted?
Re: Andela: IT Training And Job by Bahddo(m): 10:20am On Jun 14, 2017
chygoz3:
Does any one know if the contract requires one to stay the entire four years with them once accepted?
the entire four years? No you don't have to, but you'd forfeit your benefits if you leave before the end of the four years. Plus there's a minimum period you must stay, after which you wouldn't be breaching any contract if you decide to leave. You'd learn more towards the end of bootcamp.

I don't think anyone would want to leave anyway. Andela is a whole different kind of awesome.
Re: Andela: IT Training And Job by Bahddo(m): 10:21am On Jun 14, 2017
Adex001:
yeah! I just got called for the interview. #shalom
congrats. Go blow their minds cool
Re: Andela: IT Training And Job by chygoz3(m): 10:40am On Jun 14, 2017
Bahddo:
the entire four years? No you don't have to, but you'd forfeit your benefits if you leave before the end of the four years. Plus there's a minimum period you must stay, after which you wouldn't be breaching any contract if you decide to leave. You'd learn more towards the end of bootcamp.

I don't think anyone would want to leave anyway. Andela is a whole different kind of awesome.
What sort of benefits if I may ask? And do you have any idea what such minimum period is?
Re: Andela: IT Training And Job by Bahddo(m): 11:08am On Jun 14, 2017
chygoz3:

What sort of benefits if I may ask? And do you have any idea what such minimum period is?
- Savings account ($5,000 USD upon completion of Fellowship).
- Graduates become a part of an exclusive alumni network and have access to career support, advice and opportunities.

Source: https://andela.com/apply
Re: Andela: IT Training And Job by sannytee: 11:27am On Jun 14, 2017
so happy..Just saw my invites cheesy grin

(1) (2) (3) ... (138) (139) (140) (141) (142) (143) (144) ... (263) (Reply)

How To Apply For Nigeria Immigration Service (NIS) Recruitment 2017 / Federal Road Safety Commission 2018 Recruitment: How To Apply / FIRS To Recruit 1,250 New Staff

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 31
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.