Tip 1 : Read previous interviews
Tip 2 : Take necessary courses for developing skills
Tip 3 : Do development
Tip 1 : Write what is required in job role
Tip 2 : Try to make it short


It is guaranteed that there is at least one such integer under given constraints.
Basic Questions on Introduction and Resume:
How are you doing? How’s the COVID situation in your place? Is your college open?
After basic questions revolving around my whereabouts, he asked me to introduce myself.
He picked some projects which intrigued him and started shooting questions about them.
I had prepared it on my own from scratch so I could answer all his queries with ease.
He asked me about my recent internships. Tech stacks that I am working on. Hardships I am facing. So on, so forth.
Theory Questions around CS Fundamentals: The interviewer covered all the core subjects:(CN/ DBMS/ OS/ OOP). So be well versed with them before the interview.
What do you know about SQL Views?
What are the different types of VPN?
What is IPV6? Main Purpose.
What is Indexing in a Database?
What is Data Abstraction?
What do you mean by thrashing?
What is the difference between Multitasking and Multiprogramming?



An array ‘B’ is a subarray of an array ‘A’ if ‘B’ that can be obtained by deletion of, several elements(possibly none) from the start of ‘A’ and several elements(possibly none) from the end of ‘A’.



1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then {2, -3, 1}, {-3, 2, 1} etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
This round revolved around “Low-Level Design” or “DB schema Designing”. It’s generally a little challenging for freshers like us. But from my experience they judge you on a few parameters:
Your approach to a real-world problem.
Your thinking ability.
Basic knowledge of OOP implementation.
And, the correct usage of Data Structures.
Design uber.
This was fitment round
How are you doing? Tell me about your family your interests/hobbies.
Since I lead a club, she asked me everything about it.
The challenges we faced in our club during Pandemic.
Why Hashed In?
Do you hold any offers currently? CTC offered by them.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?