Check if a pattern string is present in base string
Principal Engineer Interview Questions
4,340 principal engineer interview questions shared by candidates
Tell me about your schooling and companies experience.
Mostly open ended questions - tell me about xyz technical questions. Tell me about REST. Tell me about Agile/Scrum. We are looking for someone who knows C++. The job listing showed it as "nice to have".
Write a program to match starting of a query string and return all matching words from the dictionary.
Given an arbitrary list of components and their dependencies, both direct and transitive, describe an algorithm to compute a flat, ordered list of components such that when installing any one component, all dependent components will have been installed.
What is a stack. Implement strcpy()
1. Database scaling strategies 2. Given a sorted array and a number x, find a pair in array whose sum closest to x.
Autocorrect words api
What happens when you call a C++ class destructor from a derived class when the destructor was *not* declared virtual in the base class?
What is the difference between abstract vs interface? Overloading and overriding?
Viewing 51 - 60 interview questions