Whether a binary tree is a mirror image of another tree. Reader writer thread operating on fixed blocking queue.
Member Technical Staff Interview Questions
4,044 member technical staff interview questions shared by candidates
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.
Draw on whiteboard a box presenting a system, a few inputs and a few outputs. Possible two ways of implementing the box: one is to multithread per input, one is to multithread by functions/modules, and run fixed # of threads per function/module and process inputs in a pipeline fashion. Compare the pros and cons of these two implementations.
Given a number, print the list of prime numbers that multiply to that number. Eg. given 132, print -> 2,2,3,11
Given a list of integers L and a number X, find 3 numbers in L that sum-up to X.
Write the solution to the single writer, multiple reader problem
One manager asked to write lot of syntaxes in Java. Which I was not prepared.
BST insertion, deletion and find a node. Complexity(worst and best case analysis) in finding a node.
What do you know about Home Bargains
Tell about yourself
Viewing 431 - 440 interview questions