Signed NDA
Intern Software Interview Questions
17,773 intern software interview questions shared by candidates
Write the code to reverse a string.
Create a queue using an array.
Describe Hash Tables
Given a linked list , swap alternate nodes of linked list . For eq: 1 2 3 4 will become 2 1 4 3 and 1 2 3 4 5 6 will become 2 1 4 3 6 5 .
Provided two files, one with inventory and the other with warehouses, with the item ID present in both files; code something that would merge these two into one single file using the item ID as reference.
They asked me to explain my final year project and discuss the technologies I used in it.
Return yes if 0 is present in the array of elements.
Just a short interview with either their head of department or manager with no assessment (they will test you in the first month after joining the company to see your level). Brief introduction and previous experience in programming/projects/languages. Then, ask anything you can think of. The interviewer is quite friendly and doesn't need to be nervous, just confident.
Do you have any side projects?
Viewing 2541 - 2550 interview questions