Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,093 members, 7,814,831 topics. Date: Wednesday, 01 May 2024 at 08:32 PM

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

Nairaland Forum / Nairaland / General / Jobs/Vacancies / Andela: IT Training And Job (621024 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) ... (103) (104) (105) (106) (107) (108) (109) ... (263) (Reply) (Go Down)

Re: Andela: IT Training And Job by Spyde(m): 12:15pm On May 10, 2016
enigmatique:

It went very well. I was interviewed by two men and it was more of a friendly conversation than a barrage of questions that make you ill at ease. They asked my name, my previous software projects, what I would have done differently about those projects, what I knew about Andela, if I was really ready for a 4 year commitment etc.

A main point, however, was a certain paper they gave us before the interview to read and digest for ten minutes and then come and answer questions about.

Similarly, this time around, they DID ask a technical question, which was about binary search.
hello bro, as a beginner ,what if i havent really done any software project before?

1 Like

Re: Andela: IT Training And Job by miketayo(m): 12:22pm On May 10, 2016
Barselonia:

After d test whats d next step please

you wait for an invitation for the interview.. u should get d mail a week before the interview starts.
Re: Andela: IT Training And Job by Ali01: 6:07pm On May 10, 2016
I dey greet oo where my guy @ tr3y ?? When is the camp starting
Re: Andela: IT Training And Job by damieskillz(m): 7:01pm On May 10, 2016
congratulations to my fellow boot campers looking forward to hooking up with brilliant minds

cheers
Re: Andela: IT Training And Job by tr3y(m): 7:30pm On May 10, 2016
Ali01:
I dey greet oo where my guy @ tr3y ?? When is the camp starting
Next Monday
Re: Andela: IT Training And Job by Ali01: 7:48pm On May 10, 2016
tr3y:
Next Monday
Ok good luck! And for the experienced ones which Programming language is mostly used
Re: Andela: IT Training And Job by enigmatique(m): 8:23pm On May 10, 2016
Spyde:

hello bro, as a beginner ,what if i havent really done any software project before?
It doesn't matter. All you need to know is provided in the Home Study Curriculum. Study it very well, ace the tests and labs associated with it and you will sure be a guru.
Re: Andela: IT Training And Job by enigmatique(m): 8:30pm On May 10, 2016
Uhm...
Re: Andela: IT Training And Job by enigmatique(m): 8:33pm On May 10, 2016
Ehm...
Re: Andela: IT Training And Job by enigmatique(m): 8:35pm On May 10, 2016
tr3y, miketayo, johnez1987, damieskillz, louisdante et al, congratulations to US all! Let this hacking be taken to the next level! See y'all on Monday! (That is, HALLELUYAH, I also got a bootcamp IV! cheesy cheesy )

1 Like

Re: Andela: IT Training And Job by Spyde(m): 8:51pm On May 10, 2016
enigmatique:

It doesn't matter. All you need to know is provided in the Home Study Curriculum. Study it very well, ace the tests and labs associated with it and you will sure be a guru.
thanks

1 Like

Re: Andela: IT Training And Job by tr3y(m): 1:03am On May 11, 2016
enigmatique:
tr3y, miketayo, johnez1987, damieskillz, louisdante et al, congratulations to US all! Let this hacking be taken to the next level! See y'all on Monday! (That is, HALLELUYAH, I also got a bootcamp IV! cheesy cheesy )

Nice!! Congrats, yeah see you on Monday.

1 Like

Re: Andela: IT Training And Job by Spyde(m): 5:49am On May 11, 2016
guys pls help me out with this, i've been on it all through the night, thanks,


class BankAccount(object):
def __init__(self, balance=0):
self.balance = balance
def deposit(self, amount):
self.amount = amount
balance += amount
return self.balance
def withdraw(self, amount):
if amount > balance:
return "invalid transaction"
else:
self.balance -= amount
return self.balance
class MinimumBalanceAccount(BankAccount):
def __init__(self, balance):
BankAccount.__init__(self)
self.minimum_balance = minimum_balance

Re: Andela: IT Training And Job by Nobody: 8:35am On May 11, 2016
For those that wanna learn python with building a game check out http://programarcadegames.com that's where I learnt how to program really well from those days lol is based on python 3
Re: Andela: IT Training And Job by miketayo(m): 8:43am On May 11, 2016
enigmatique:
tr3y, miketayo, johnez1987, damieskillz, louisdante et al, congratulations to US all! Let this hacking be taken to the next level! See y'all on Monday! (That is, HALLELUYAH, I also got a bootcamp IV! cheesy cheesy )

congrats!! see u on monday grin

1 Like

Re: Andela: IT Training And Job by Spyde(m): 9:32am On May 11, 2016
Spyde:
guys pls help me out with this, i've been on it all through the night, thanks,


class BankAccount(object):
def __init__(self, balance=0):
self.balance = balance
def deposit(self, amount):
self.amount = amount
balance += amount
return self.balance
def withdraw(self, amount):
if amount > balance:
return "invalid transaction"
else:
self.balance -= amount
return self.balance
class MinimumBalanceAccount(BankAccount):
def __init__(self, balance):
BankAccount.__init__(self)
self.minimum_balance = minimum_balance
somebody shld pls assist me with this oooo
Re: Andela: IT Training And Job by Geist(m): 10:31pm On May 11, 2016
Spyde:

somebody shld pls assist me with this oooo
pls post the question also
Re: Andela: IT Training And Job by enigmatique(m): 11:10pm On May 11, 2016
3doursdown:
Quick question guys. How old was the oldest applicant that made it to any of the previous bootcamps? I don't wanna be out of sorts undecided
From what I gather, age(or gender) is NOT a barrier to getting into Andela. Further proof can be found from this Twitter post by the Andela branch in Kenya.
https://mobile.twitter.com/Andela_Kenya/status/695910020681170944/photo/1
That was their class V. So, fear not.

1 Like

Re: Andela: IT Training And Job by damieskillz(m): 6:43pm On May 12, 2016
enigmatique:
tr3y, miketayo, johnez1987, damieskillz, louisdante et al, congratulations to US all! Let this hacking be taken to the next level! See y'all on Monday! (That is, HALLELUYAH, I also got a bootcamp IV! cheesy cheesy )

looking forward to hacking alongside geniuses

1 Like

Re: Andela: IT Training And Job by zenith4us: 6:48pm On May 13, 2016
enigmatique:
tr3y, miketayo, johnez1987, damieskillz, louisdante et al, congratulations to US all! Let this hacking be taken to the next level! See y'all on Monday! (That is, HALLELUYAH, I also got a bootcamp IV! cheesy cheesy )

See y'all on Monday!

1 Like

Re: Andela: IT Training And Job by miketayo(m): 11:03pm On May 13, 2016
enigmatique:
tr3y, miketayo, johnez1987, damieskillz, louisdante et al, congratulations to US all! Let this hacking be taken to the next level! See y'all on Monday! (That is, HALLELUYAH, I also got a bootcamp IV! cheesy cheesy )

who is in bootcamp class 1?
Re: Andela: IT Training And Job by tr3y(m): 1:44am On May 14, 2016
miketayo:


who is in bootcamp class 1?

Reporting for duty
Re: Andela: IT Training And Job by johnez1987: 8:55am On May 14, 2016
tr3y:

Reporting for duty
I'm in bootcamp class 1 too.
What is the difference between bootcamp class 1 and class 2?
Re: Andela: IT Training And Job by damieskillz(m): 11:05am On May 14, 2016
miketayo:

who is in bootcamp class 1?
I'm in bootcamp class 1 also
Re: Andela: IT Training And Job by Barselonia(m): 2:08pm On May 14, 2016
Spyde:

somebody shld pls assist me with this oooo
am having same problem like yours, stuck there for over 2 days.... don't know the way out....

anybody can help us. oooo

we are stranded

miketayo damieskillz johnez1987 enigmatique

we need your help na.. u just doing like u don't see our message
Re: Andela: IT Training And Job by Geist(m): 2:36pm On May 14, 2016
Barselonia:

am having same problem like yours, stuck there for over 2 days.... don't know the way out....

anybody can help us. oooo

we are stranded

miketayo damieskillz johnez1987 enigmatique

we need your help na.. u just doing like u don't see our message
if you can post the question along with the code you've written I'm will to help.

1 Like

Re: Andela: IT Training And Job by Barselonia(m): 3:03pm On May 14, 2016
Geist:
if you can post the question along with the code you've written I'm will to help.
class BankAccount(object):
def __init__(self, balance):
self.balance = balance
def deposit(self, amount):
self.amount = amount
balance += amount
return self.balance
def withdraw(self, amount):
if amount > balance:
return ("invalid transaction"wink
self.balance -= amount
return self.balance
class MinimumBalanceAccount(BankAccount):
self.minimumbalance = minimumbalance
Re: Andela: IT Training And Job by Spyde(m): 3:35pm On May 14, 2016
Barselonia:

am having same problem like yours, stuck there for over 2 days.... don't know the way out....

anybody can help us. oooo

we are stranded

miketayo damieskillz johnez1987 enigmatique

we need your help na.. u just doing like u don't see our message
hey bro ,i av bin able to solve it, let d 'withdraw' come before deposit, works 4 me dat way
Re: Andela: IT Training And Job by miketayo(m): 4:46pm On May 14, 2016
Barselonia:

am having same problem like yours, stuck there for over 2 days.... don't know the way out....

anybody can help us. oooo

we are stranded

miketayo damieskillz johnez1987 enigmatique

we need your help na.. u just doing like u don't see our message

post that part of ur code, with the error its giving u..am willing to help
Re: Andela: IT Training And Job by Barselonia(m): 6:09pm On May 14, 2016
miketayo:


post that part of ur code, with the error its giving u..am willing to help

class BankAccount(object):

def _init_(self, balance=0):
self.balance = balance

def withdraw(self, amount):
if amount > self.balance:
return 'invalid transaction'
else:
self.balance -= amount
return self.balance

def deposit(self, amount):
self.balance += amount

class minimumBalanceAccount(BankAccount):
pass

THERE IS AN ERROR/BUG IN YOUR CODE
Results:
Internal Error: runTests aborted: TestOutcomeEvent(handled=False, test=, result=, outcome='error', exc_info=(, TypeError('object() takes no parameters',), ), reason=None, expected=False, shortLabel=None, longLabel=None) is not JSON serializable
Re: Andela: IT Training And Job by miketayo(m): 8:38pm On May 14, 2016
Barselonia:


class BankAccount(object):

def _init_(self, balance=0):
self.balance = balance

def withdraw(self, amount):
if amount > self.balance:
return 'invalid transaction'
else:
self.balance -= amount
return self.balance

def deposit(self, amount):
self.balance += amount

class minimumBalanceAccount(BankAccount):
pass

THERE IS AN ERROR/BUG IN YOUR CODE
Results:
Internal Error: runTests aborted: TestOutcomeEvent(handled=False, test=, result=, outcome='error', exc_info=(, TypeError('object() takes no parameters',), ), reason=None, expected=False, shortLabel=None, longLabel=None) is not JSON serializable

in ur deposit function amount should equal something nd return self.balance .
the other part of ur code is empty too

1 Like

(1) (2) (3) ... (103) (104) (105) (106) (107) (108) (109) ... (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. 50
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.