₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,535 members, 8,422,474 topics. Date: Monday, 08 June 2026 at 11:16 AM

Toggle theme

Untethered's Posts

Nairaland ForumUntethered's ProfileUntethered's Posts

1 (of 1 pages)

Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 6:57am On Nov 05, 2018
guente02:
2 times.
My learning is not structured.
Congrats. I'm up next (cycle 38).
Try answer my mail na sad
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 1:31pm On Oct 28, 2018
KazukiIto:
I wrote series of emails complaining that the wrong questionnaire was sent.

Later apologized though after I read your reply. Thanks anyway...
grin
see you soon then smiley
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 3:58pm On Oct 27, 2018
KazukiIto:
Oh sh1it! Gawd!! What have I done?
What did you do?
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 9:08pm On Oct 24, 2018
KazukiIto:
Cycle 38 anybody got the "Pre-Bootcamp Fellowship" email yet? I'm having issues submitting the form (my name is not on drop-down list). Anybody with the same problem?
Check carefully, two identical emails were sent. The second one has the correct link.
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 11:39am On Oct 24, 2018
modified
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 11:06pm On Oct 02, 2018
naijanoni:
Thanks.
I was later able to finish it. I actually copied Gudiza's code from the screenshot he posted here and edited it a bit to work grin.
Omo the OOP no bi here.
Was way tougher than cycle 36's.
Wishing u the best too.
sharp guys grin

now we wait...
Jobs/VacanciesRe: Andela: IT Training And Job by untethered:
code golf version
const number_game = (x, y) => {
let arr = [];
let b = x > y;
for(let i=b?y:x; i<=(b?x:y); i++)
if ((b && !(i%2)) || (y>x && i%2))
arr.push(i);
return arr;
}
prolly not recommended/readable though... just experimenting.

Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 6:58pm On Sep 23, 2018
HolyGhostGym:
This worked with a little tweaking.. I doff my hat to you.. Great work. thumbs up
cheers smiley
Jobs/VacanciesRe: Andela: IT Training And Job by untethered:
oderindeolayemi:
Help with this,please? I do not understand the error
the error means the test expected an 11-item long array but got a 9-item long array.

try including the starting and ending numbers.

Assume their example( "12, 0 => [2, 4, 6, 8, 10]" ) was "12, 0 => [0, 2, 4, 6, 8, 10, 12]". In other words, if you supply 10 and 2 to the function, it should return [2,...10], not [4,...8].

Doesn't make sense based on what they asked, but that's apparently what their final test setup checks for.

so you'd need to make your loops look more like:
for ( let i = y; i <= x, i++ ) {
if ( i%2 === 0 ) {...}
}

...which would probably make explicitly stating a conditional for the case of two identical numbers passed become a necessity.
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 1:35pm On Sep 20, 2018
naijanoni:
Lol thanks. Funny thing is I only found the mail this morning as I saw this your comment and it has been in my inbox since 15th (didnt see it before).
So if I no enter nairaland na so I for don miss the deadline.
lol better check for your qualified.io test before you miss that one.
email just came.
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 1:39pm On Sep 15, 2018
fxdrizzle:
the deadline is October 17.
Not anymore, apparently. sad
Godspeed!
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 1:36pm On Sep 15, 2018
naijanoni:
Same here Oct. 17th. I am really surprised. Previous homestudy tests deadlines were 4 days after. This one is more than one month. Well, good thing is I'll have more time to prepare for the tests/interview/bootcamp.
Hold that thought tongue grin

Regarding the invitation to begin your Home Study assessment, please ignore the previous deadline sent to you as the deadline for submission is Wednesday, September 19th, 2018. Sincere apologies for the mixup.
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 9:41pm On Sep 14, 2018
FrostyBlok:
You should be more worried about the actual test, the deadline(s) will take care of itself
uh, thanks?

anyone else please??
Jobs/VacanciesRe: Andela: IT Training And Job by untethered: 7:33pm On Sep 14, 2018
Hi guys, I'm a little confused here.


email I got when I initially applied:

1) Take the Saberr personality assessment.
Within a week of your application, you will receive an invitation to take this personality assessment test. Please ensure that you register with the same email address you applied with. This test helps us determine if you are a great fit for Andela.

2) Complete our Technical Test after going through our Home Study Curriculum.
If you haven’t begun already, dive into Andela’s new Home Study Curriculum. You should study the curriculum in Javascript, as your boot camp projects will be in Javascript. No coding experience is required to apply to Andela -- our Home Study curriculum will give you a solid foundation that will help you take our Technical Test, which is a portion of our competitive application process. The test will be sent to you on September 14th, 2018 so please look out for an email from us.

Note: Completion of the above two steps is required for progression through the Andela recruitment process. The deadline for completion of both tests is September 19th, 2018.
email I just got:

Thank you for your interest in the Andela Fellowship. This e-mail is an invitation to begin taking the HomeStudy Assessment which is based on the Homestudy Curriculum. The assessment will help determine the next generation of Andela Fellows.

Please follow this link to complete the preliminary assessment which tests your knowledge of the HomeStudy Curriculum. The deadline for submission is Wednesday, October 17th, 2018.
deadlines don't match,
help me understand?

1 (of 1 pages)