About the past project experience.
Software Development Engineer Interview Questions
32,851 software development engineer interview questions shared by candidates
Design the Boggle Game. (Given a 4x4 character matrix, output all possible words by moving through the matrix)
Tell me some standard data structures & also their advantage over the other
Suppose you have a system that keeps track of thousands of users' contact information, including email address. This information is stored in plain text, on disk in a hierarchical directory structure (on a Unix operating system) organized by year, month, and day it was entered in the system. Something bad happens and the system crashes. We want to get the email address of all these users to notify them. How would you parse these directories and files to generate a simple list of email addresses?
Give two arrays. Return an array with product of all elements in the array divided by the element at index. Example A[3] = { 1, 2, 3 } return B[3] = { 6/1, 6/2, 6/3} In O(n)
How do you find out if our singly linked list has an infinite loop in it?
The average questions. And then: - What are the processing in your current workplace you would change? - If you are given a ticket to develop the automation?
got called in the morning, one coding question is clone a graph, the other is implement queue using stacks, I wrote code using an online editor, overall it's a good process
Tell about different types of Operating systems
What is difference between i++ & ++i?
Viewing 1701 - 1710 interview questions