Java 8, REST API, Spring boot
Engineer Ii Interview Questions
9,767 engineer ii interview questions shared by candidates
Place all zeros in beginning and 1s in end in a given string of 0 and 1
Have you managed a project?
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
Implement floodfill.
They are obsessed with automotive knowledge. I think a mechanic with some programming skills would be more likely to get a position here.
what interested you most on this application?
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.
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)
Viewing 1661 - 1670 interview questions