₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,285 members, 8,421,196 topics. Date: Friday, 05 June 2026 at 10:48 PM

Toggle theme

ScholarT's Posts

Nairaland ForumScholarT's ProfileScholarT's Posts

1 2 (of 2 pages)

Jobs/VacanciesRe: Andela: IT Training And Job by scholarT: 11:25pm On Jan 25, 2016
kayor123:
To dos dat went for the interview how was the interview pls is it base on written or jst the normal way they do ask questions...
have mine tommorow
Jobs/VacanciesRe: Andela: IT Training And Job by scholarT: 1:31pm On Jan 19, 2016
faith2ogesco:
dey are quite fast. no dulling. cool.
Got the mail as well, any tips on what to prepare for the interview? Thanks
Jobs/VacanciesRe: Andela: IT Training And Job by scholarT: 8:54pm On Jan 16, 2016
mayoadegbola:
People got different number of tests @faith2ogesco, @rockok. I got 2, I know friends who got 1,3 and someone even mentioned he got 7 here today. In the instructions, we were asked to take all the Homestudy tests. Therefore, people who did all aren't guilty of anything.

I mailed them on that issue and I was told to take JUST one and I still got a regret mail. Everybody I know got that mail. Guess we would have to wait for the criteria they used in sending out the mails because I finished the test more than a week ago.
i also mailed them i had 2 as well, they said i should just take one
also got the regret mail. i have mailed them back stating their reason?
Jobs/VacanciesRe: Andela: IT Training And Job by scholarT: 11:47pm On Jan 12, 2016
TDyke:
email me toluwanidaramola@gmail.com...

Please I'm facing this same issue. I've been stuck on trying to submit my Algo code. No headway. How do I go about it. Eppppp meee!
Jobs/VacanciesRe: Andela: IT Training And Job by scholarT: 10:34pm On Jan 11, 2016
jikez:
Wasn't an easy journey, but i am DONE, 100% Completed, for clarity and guildiance contact me jike2steve@gmail.com
just sent you an email having problems in recursion area.
says maximum depth reached when i try to submit
def recursive_factorial (n):
if n == 0:
return 1
else:
return n * recursive_factorial(n-1)
def iterative_factorial (n):
x = 1
li = list(range(1, n + 1))
for each in li:
x = x * each
return x
Jobs/VacanciesRe: Andela: IT Training And Job by scholarT:
i dont know whats happening , after running the code in test mode i get test passed when i try to submit i get the folowing error. kindly help
update, it was the prime number coding . it works now

Jobs/VacanciesRe: Andela: IT Training And Job by scholarT: 5:12am On Jan 11, 2016
what errors am i making , i still cant submit , kindly help , can u add to the watsapp group 08055273470

1 2 (of 2 pages)