First round was LP + LLD. Got two DSA questions in the second round, one closely related to the Top K frequent elements but with a twist, and the other was similar to Lowest Common Ancestor.
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
Moved onto on-site and it’s virtual
code 8 queens problem
What do you to to an insertion sort to get a runtime of O(1)? When inserting an element to a sorted linked list, what would its runtime be?
Given int **p how do you find the value of what it is pointing to? What is p in this case?
what is the difference between C and C++? How do you declare an array of 5 characters?
1. working button 2. boolean triangle 3. fall and crush 4. boolean deque
The majority of the phone screen was rapid-fire technical questions; general cs knowledge questions that had straightforward answers. The first several were about data structures--properties of arrays, linked lists, hash tables, and what scenarios each are useful for. Then a few object oriented design questions (touched on the major concepts--polymorphism, inheritance/abstraction, data encapsulation, overriding/overloading). Asked about difference between process and thread.
3 questions building upon each other about transactions and rules, need to create a test case or two for each question.
Difference between JRE and JDK. How would you compile a program. How would you execute the program. What is relational database. How to speed up search time in a database with 1mil entries.
Viewing 2391 - 2400 interview questions