Debugging
Engineer Intern Interview Questions
15,373 engineer intern interview questions shared by candidates
Signed NDA
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.
Draw: Make a NOT gate using only NAND gate(s).
Why there is a E stage in MESI protocol, I said I don't know, will you please teach me that? He said, NO.
Viewing 2051 - 2060 interview questions