Open In App

Microsoft Interview Experience (On-Campus) 2023

This was an on-campus microsoft internship opportunity. in this process there were 3 rounds ,first round was online assessment based on data structure and algorithms.

2 interview rounds;



1st rounds (Technical)- interviewer asked 2 question

Q1. In 2d array ,print square array in zig-zag way,



input:

1 2 3

4 5 6

7 8 9

output:

1 2 4 7 5 3 6 8 9

Q2. print given sentense in reverse order without reversing the word.

input:

i have a tea

output:

tea a have i

2nd Round: HR round where interviewer asked questions related to projects and some behaviroul questions.

Article Tags :