Had to do an OO design question on the board. Also basic Java and OO questions.
Senior Software Interview Questions
75,528 senior software interview questions shared by candidates
Simple coding program more focus on code quality. First round on core java and more specific round framework later on.
They wanted to know my opinion on unified engineering.
Code an algorithm to find the nearest common ancestor of two given nodes in a binary tree.
I think the interview process was mostly to ensure a good culture fit. It wasn't very technical.
2 coding questions ~ Leetcode medium One based on regex, other on strings array.
Given a set of coins, how can you give a change with 1. minimum number of coins 2. maximum numbers of coins
Virtual function memory lay out. Question related to synchronizations, just have your fundamentals clear here. Binary bit map question. See below doc for a compile of all question asked till July 2015.
Basic shell scripting and Unix based questions.
SQL question: Customers have multiple contacts, each of the contacts can have multiple addresses, phone numbers, emails. Come up with a database schema and a query to find the phone number of a particular contact of a given customer. What data type should the 'type' field be in the phone table? Design a REST API that would (a) get a contact home phone for a given customer, and (b) update a phone number. Behavorial: Describe a time when you stepped up to do something above and beyond what was expected of you Python: Given a wrapper around Twilio CRUD APIs, we encounter a 1 in 2000 failures due to network glitches, which can be fixed with a retry. Implement this retry, first with a simple function, then for all of them.
Viewing 461 - 470 interview questions