Signed NDA
Intern Software Engineer Interview Questions
9,351 intern software engineer 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.
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.
They gave me tables, and I had to write SQL queries based on the table
Difference between arrays and linked lists and when each of them is preferred to be used ?
tell me more bout yourself?
Viewing 1371 - 1380 interview questions