Describe your projects and work
Development Intern Interview Questions
5,461 development intern interview questions shared by candidates
2 leetcode questions in the technical part.
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 .
Viewing 821 - 830 interview questions