Tip 1 : Practice coding questions
Tip 2 : Try to research about previous interview questions
Tip 1 : Prepare the resume as per the job
Tip 2 : Write in a clear manner
It was in the morning. We had to complete 1 coding question in given time limit
Paragraph = ‘It's a square SqUare. It's a FLAT flat.’
Banned =[FLAT, IT, S].
So we can see these words [IT, S, SQUARE, FLAT ] are most frequent.
Now we will look at to banned list and we can see 3 of the words are banned.
So we have a unique answer SQUARE which has a frequency of 2 and not on the banned list.
Interviewer was friendly. He asked 2 coding questions and some fullstack questions.
There must be no consecutive horizontal lines of equal height in the output skyline. For instance, [...,[2 3], [4 5], [7 5], [11 5], [12 7],...] is not acceptable; the three lines of height 5 should be merged into one in the final output.
As such: [..., [2 3], [4 5], [12 7],...].
Also, the buildings are sorted by a non-decreasing order.
For more clarification see sample case 1.
What is DOM?
What are indexes in database.
What is the difference between stored functions and procedures?
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++?