I was asked to write codes with the interviewer on skype.
Development Engineer Interview Questions
37,146 development engineer interview questions shared by candidates
Write the object oriented design for a car. Implement its acceleration and deacceleration
Implement autocomplete
1. Longest palindromic sub-string 2. check if two linked lists merge a some point and report the merging node 3. 2 similar questions that could be solved using binary search 4. convert a BST to DLL 5. A DP question : minimum number of jumps to reach the end 6. A design based questions: Make a software to schedule appointments. Not much was expected here, just discussed some ideas of possible algos and how I would implement 7. Discussion on OOPS & OS concepts
Group interview project
Data Structures problems, Optimization, Time Complexity
About the past project experience.
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?
Viewing 1891 - 1900 interview questions