Amdocs Interview Question
52 Interview Reviews |
Back to all Amdocs Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer at Amdocs:
case study: suppose u have a rack the rack has drawwers each drawwer can have upto 10 books if exceeded then create another drawer and insert book in that. initially u have only 1 drawer and 0 books how will u solve it any language.
Helpful Question?
Yes |
No
Inappropriate?
1 of 1 people found this helpful
by Interview Candidate:
each node will have a vector
NODES<-- drawer
vector<-collection of books
once vector size reaches 10 create another node and add the books to new node
give the code for linked list
ur are done