A couple of questions on extracting bits from a bit stream, a couple of higher level questions on an actual embedded programming problem. There was the usual simple "algorithmic" question where the solution is to either sort the data or put it into a hash map. The bar-raiser technical interviewer asked a few fairly meaningless "tell me about a hard technical problem you solved, etc."-type questions - these are a mandatory part of the Amazon interview process and the whole conversation felt somewhat meaningless. Overall I enjoyed meeting with the SDEs much more than with the bar-raiser.
Senior Software Development Engineer Interview Questions
1,201 senior software development engineer interview questions shared by candidates
Tell me about your experience in this area
The most disappointing part for me, was the questions were very thoughtful. While challenging, I had a lot of respect for their approach.
Binary Search Tree insert and given n find different structural possibilities of a normal binary tree. The PhD guy asked a queue question and only he and God knows what he was expecting for a response.
They over all technical concepts, including backend.
02. Design & Code for a poker game where it consists of few tables and each table consists of 6 chairs. And the system has to allocate the available seat to the participants in queue. And each participant will be allocated 100 poker chips.
recursion based question questions based on array and strings
OOPS
Questions related to Data structure, LinkedList, Selenium, TestNG Problem 1: for given integer array, find the maximum number which is formed using these integers i.e { 2,20,31,4,6,8} ==> 86431220 Problem 2: for a given integer array {4, 3, 5, 5, 5, 1, 3, 0, 2, 0} , Find maximum occurrence of number and sort it according to decreasing order i.e { 5=3, 3=2, 0=2, 4=1, 1=1} Question 3: write the cases for deleting an element from Singly linked list and doubly linked list Other question like write the cases for Payment Gateway etc
Melhorar a performance da função elaborada durante a entrevista
Viewing 211 - 220 interview questions