Create a queue using an array.
Software Engineer Intern Interview Questions
9,453 software engineer intern interview questions shared by candidates
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?
Given an Interface with sockets, design an algorithm that can handle a large amount of users (no leetcode for this, but the interviewer will explain it very well) Leetcode - easy, medium grade
They asked basic knowledge of data structures and algorithms
Viewing 1381 - 1390 interview questions