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?
About my previous accomplishments/tasks at MetaBank as a contractor and my last role and responsibilities at as an FTE Zion Bank. About other roles and responsibilities at a couple companies prior to Zion Bank.
Asked about the previous work capacity and the tools/ softwares used for the daytoday work.
what interested you most on this application?
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)
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 1661 - 1670 interview questions