Q: Design an elevator system. Q: Given an array of positive integers, determine if there are consecutive numbers in the array that can be summed up to a target value.
Member Technical Staff Interview Questions
11,191 member technical staff interview questions shared by candidates
1. Sorting algorithm 2. Problem solving based on aptitude question 3. Anagram question 4. Internal's of C++; i.e Virtual function, object memory layout etc 5. Singleton design pattern 6. Multi-threading.
There is a sorted list of integers. Write a function to compute square of each element and generate a new sorted list.
Algorithms
Details about exactly how storage systems worked at protocol level Many coding questions and solve problems on paper/board
Merge 2 sorted single-linked lists into the brand new list (no pointer copy allowed). The resulting list should have the data from both lists all correctly sorted.
what is jsp implicit variable are the funniest. you can imagine rest of the questions.
Asked about past project. But did not let me answer. Design a Get method
Whether a binary tree is a mirror image of another tree. Reader writer thread operating on fixed blocking queue.
Round 1: You are given an array prices where prices[i] is the price of a given stock on the ith day. You want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the future to sell that stock. Return the maximum profit you can achieve from this transaction. If you cannot achieve any profit, return 0.
Viewing 511 - 520 interview questions