Tip 1 : practical knowledge is important, so always execute what you learn
Tip 2 : be confident in what you do
Tip 1 : Have projects on resume
Tip 2 : the resume should be on point
Timing (2pm)
On zoom call
The interviewer was the technical head, who was based in texas
Explain deadlock in operating systems
Scheduling algos
Critical Section Problem
Input: 'a' = [7, 12, 1, 20]
Output: NGE = [12, 20, 20, -1]
Explanation: For the given array,
- The next greater element for 7 is 12.
- The next greater element for 12 is 20.
- The next greater element for 1 is 20.
- There is no greater element for 20 on the right side. So we consider NGE as -1.
'S' = "{}()".
There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
what packages you are familiar with?
What keeps you motivated?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?