Tip 1 : Might ask you to write coding in System Design (Eg : Vending Machine)
Tip 2 : Use star methodology to answer.
Tip 3 : Interact as much as you can with the interviewer and discuss your approach to solve questions.
Tip 4: Start your preparation at least 6 months before application
Tip 1 : Resume should match with job description
Tip 2 : Add a summary section and avoid sections like hobbies, strengths
Tip 3 : Clearly mention your skills
(a) The maximum number of linearly independent column vectors in the matrix.
OR
(b) The maximum number of linearly independent row vectors in the matrix.
Both definitions are equivalent.
In the theory of vector spaces, a set of vectors is said to be linearly dependent if there is a nontrivial linear combination of the vectors that equals the zero vector. If no such linear combination exists, then the vectors are said to be linearly independent.
This is an elimination round. The interviewer will ask some technical questions and ask to solve some coding questions.
The interview was on Microsoft teams and coding was on codility.
Two strings are said to be a permutation of each other when either of the string's characters can be rearranged so that it becomes identical to the other one.
Example:
str1= "sinrtg"
str2 = "string"
The character of the first string(str1) can be rearranged to form str2 and hence we can say that the given strings are a permutation of each other.
Interviewers asked some questions regarding System design and then asked me to perform the task
Design a vending machine.
There were 2 interviewers. This round was basically Distributed systems.
Write an SQL query to print the first three characters of FIRST_NAME from Worker table.
Write an SQL query to print the FIRST_NAME from Worker table after replacing ‘a’ with ‘A’.
Why microsoft?
Do you have someone in the company?
Asked some puzzles and behavioral questions
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?