Place all zeros in beginning and 1s in end in a given string of 0 and 1
Software Developer Ii Interview Questions
3,980 software developer ii interview questions shared by candidates
Behavioral: What would you do if one of your teammates had a specific way of working? (reworded)
I don't want to leak any interview questions; but the general content of questions Google asks is no big secret. I can categorically state that there are NO stupid brain-teaser "You are shrunk to the size of a quarter" type questions at all. The questions all involve coding an algorithm. I suggest that everyone considering applying for a technical role at Google read Steve Yegge's (public) blog post about it. All you need is in there: http://steve-yegge.blogspot.com.au/2008/03/get-that-job-at-google.html
Phone Screen: Q: Design a data structure to keep track of mean of incoming numbers from a stream of numbers. It has a max capacity. In case capacity is reached, replace the oldest number with the latest one. Expected TC - O(1) Follow up: Discard the top 5% greatest numbers from mean calculation (treat them like outliers and then keep the track of mean)
What User Experience Solution would you use when Server went down or a Http request took too long to respond? In latest React, what solution would you use, to boost your interview application's performance.
Given a grid with rooms, each has a light bulb, light rays travel in different directions. Some lights are on, find how many rooms are lit.
Coding question on creating a class with functions in an interface.
LeetCode --> Explore Section --> Uber
The cost of a stock on each day is given in an array, find the max profit that you can make by buying and selling in those days.
Implement floodfill.
Viewing 561 - 570 interview questions