Consider a stack of N number of cards which are piled up and in facing down. Each card has a unique number from the range 1 to N. The card is stacked in such a way that it exhibits the following behavior:
Take the first card and put it under the stack without revealing. Now the next card on the top will have the number 1 on it. Next take 2 cards one after the other and put is under the stack without revealing. Yes you guessed it right - the next card on the top will reveal a value of 2. This goes on.
Eg. for such a series : 9,1,8,5,2,4,7,6,3,10 [for N=10]
Write a program to generate such a series for a given N number of cards so that this behavior can be exercised.
Expect technical deep dives, coding challenges, and problem-solving scenarios. Questions will probe your knowledge of data structures, algorithms, and software design, assessing your ability to build robust systems. yes yus yes
Me postulé en línea. Acudí a una entrevista en Microsoft en ene 2024
Entrevista
Technical 3 round interview questions
Mangerial 1 round interview questions
Hr 1 round questions
But complex questions
All the best all the best best best very good option and good benefits
Preguntas de entrevista [1]
Pregunta 1
Situational questions like reasoning for the approach
Acudí a una entrevista en Microsoft (Bangalore Rural)
Entrevista
Nice and smooth the interviewer were really very helpful and knowledgeable also they try to help while giving interview and also when I have the interview they acknowledged if I was saying right or wrong so overall nice experience
Preguntas de entrevista [1]
Pregunta 1
2 coding rounds one on implementation and another on dsa