2 leetcode questions in the technical part.
Software Development Engineer Intern Interview Questions
2,286 software development engineer intern interview questions shared by candidates
How to implement a stack data structure
count number of 1 bits in an integer
Debugging
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.
Viewing 391 - 400 interview questions