Given a string, write code to rotate the the string in-place. That means without any extra buffer. Come up with three different ways of doing so.
Member Technical Staff Interview Questions
4,044 member technical staff interview questions shared by candidates
The questions were mainly based on graphs, arrays and debugging questions.
Q2. Given a string, find the minimum number of partitions such that each partition is a palindrome.
Given a number n, print the following pattern without using loops. N = 11, output = 11 6 1 -4 1 6 11 N = 5, output = 5 0 -5 0 5
Zig Zag level order traversal of a binary tree.
First Round was debugging in which they asked me to find bugs in LRU/LFU(Least Recently/Frequently Used) cache implementation.
Another round was Design round in which they asked to design paint.
You have so much *experience*!
Where do you see yourselves in 5 years
Draw a schematic of an amplifier.
Viewing 631 - 640 interview questions