given 8 coins and one of them heavier than the others, how many weighings will be needed to find the odd one ?
Senior Member Technical Staff Interview Questions
623 senior member technical staff interview questions shared by candidates
Given an array of integers write a function so that all the even numbers are on the left side of the array and all the odd numbers are on the right side of the array.
If we write return statement in try, catch and finally block, which one will execute when and why ?
How do you reverse print a string. After answering the same by providing an out of the box API, the next unexpected question was "What if it does NOT exist". While and 2nd alternative was provided, it was pretty much shot down as being not acceptable.
Explain overall polymorphism using uml diagram?
Architecture of my previous projects. Mostly LC Easy/Medium (Interval problems, Graphs and Trees, can't be more specific due to NDA). Challenging behavioral questions. Understanding of design, tests and code review. Questions on REST Api design patterns, basic security concepts.
Basic JAVA operations , file processing, reading , regularEx, Datatype conversions. In short things that you don't use on a day to day basis
"Do you have silicon flowing in your veins?" (Not really difficult, just pointless)
I was ghosted, After waiting for 15 minutes in the first interview, the interviewer did not show up, I ended up emailing the recruiter(who no longer works there), he promised to get back to me soon and that the first interviewer had an emergency, i waited for the second interviewer for 15 minutes, no one showed up. What a joke of a recruiting experience. I've never seen this in my 12+ work experience.
Given a regular English dictionary, and a word to start with (e.g. "head"), you can only change one letter a time, but every change has to be a word in the dictionary (e.g. head -> heal) What is the quickest way to an end word (e.g. "tail")?
Viewing 1 - 10 interview questions