Difference between array and linked list
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Signed an NDA. All questions are from cracking the coding interview , careercup and geekforgeeks
Given a set of search filters how would you design and implement a search through a database to return desired results.
Tell us about yourself.
You are given an array of n integers which has integers from 1 to n. Some elements can be repeated multiple times and some other elements can be absent from the array. Write a program that takes O(1) space apart from the input array and O(n) time to print which elements are not present in the array and the count of every element which is there in the array with the element number.
1.find all numbers in a list that occurs odd times. 2.validate BST
Basic OOP and data structure questions
Describe what you think of a "good code".
What is the difference between an abstract class and an interface?
Fix some bugs in the code to make it work.
Viewing 801 - 810 interview questions