I’ve been chosen for SWE intern at Microsoft’23 by way of Microsoft Have interaction Program. I went by way of two interviews i.e. Technical spherical and the AA spherical and bought chosen by way of each.
Spherical 1 (Technical Spherical): Interviewer: Debapriya Padhy (Senior Software program Engineer at Microsoft) In tech, the spherical interviewer requested me 2 coding questions from which 1st query I needed to code, and in 2nd query solely needed to inform the strategy.
- Q1. Given 2 unsorted arrays, return if 1 array is a subset of different
E.g – [8, 5, 11, 34, 23, 7, 6, 3, 4], [5, 3, 34, 7]
O/P:- 2nd is a subset of 1st. - Q2. Discover various triplets whose sum is divisible by 3.
Eg – 3, 5, 7, 11, 12, 4, 2
O/P:- 13
Spherical 2 (AA Spherical): Interviewer:- Shraddha Shrivastava(Group Engineer Supervisor at Microsoft)
Within the AA spherical interviewer requested me 2 coding questions.
- Q1. Write a code to implement pow() operate
- Q2. write a code to unravel linear equations as a string.
Ex:- 11=3+x
O/P:- x = 7.
Other than this interviewer requested me about my present intern mission and if I get 1 month extra to finish interact tasks then what modifications will I do in my mission and the place do I see myself within the subsequent 5 years…