Tip 1 : For Microsoft, puzzles are must, so you should prepare it thoroughly.
Tip 2 : Practice Company specific DS Algo questions from LeetCode,GFG etc.
Tip 3 : Have deep knowledge about your projects.
Tip 1 : Mention projects which you can explain and defend clearly.
Tip 2 : Resume should always be crisp and clear and should be of 1 page.
Tip 3 : If you do competitive programming , you can put links of your various online platforms profiles like Codechef, Codeforces etc.
Tip 4 : There should not be any false achievements or false experience mentioned in the resume.
This was the first round and it consisted of 40 MCQs from aptitude , logical reasoning etc. and 2 programming questions.
The test was on AMCAT platform.
The test was of 2 hours , web-proctored and switching between tabs was not allowed.
1. Create two array left and right of size n. create a variable max_ = INT_MIN.
2. Run one loop from start to end. In each iteration update max_ as max_ = max(max_, arr[i]) and also assign left[i] = max_
3. Update max_ = INT_MIN.
4. Run another loop from end to start. In each iteration update max_ as max_ = max(max_, arr[i]) and also assign right[i] = max_
5.Traverse the array from ...
Directly solved using Dynamic programming
It was the last round and was all about Project discussion and HR questions.
Q1. Project TechStack and what is the application of the project.
Q2. Discussion about the libraries and functions used in the project.
Tip 1 : Practice about HR questions beforehand so that you don't have to think much about them.
Tip 2 : Have a thorough understanding of your project and the functionality used.
Tip 3 : Have confidence while giving up your answers.
Q1. HR Questions - Do you have any higher studies plans.
Q2. What it makes you to be fit for our company.
Q3. Are you a team leader or a team member.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the result of 4 % 2?
SharePoint Developer