How would you go about securing a web application?
Software Developer Ii Interview Questions
6,481 software developer ii interview questions shared by candidates
DSA questions and aptitude test
Java 8, REST API, Spring boot
Place all zeros in beginning and 1s in end in a given string of 0 and 1
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.
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)
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.
Viewing 961 - 970 interview questions