Tip 1: Practice on coding platforms.
Tip 2: Have a strong background in CS fundamentals.
Tip 3: Having good projects is a plus.
Tip 1: Have some good projects.
Tip 2: Adding internships is a plus.
We had 30 minutes to solve 20 MCQs on basic aptitude questions.
She asked me basic HR questions and told me about the company and work culture.
HR asked me about myself, my skills and past experiences.



1. There are no 2 adjacent elements having same value (as mentioned in the constraints).
2. Do not print anything, just return the index of the peak element (0 - indexed).
3. 'True'/'False' will be printed depending on whether your answer is correct or not.
Input: 'arr' = [1, 8, 1, 5, 3]
Output: 3
Explanation: There are two possible answers. Both 8 and 5 are peak elements, so the correct answers are their positions, 1 and 3.


1. The sizes will range from 1 to ‘N’ and will be integers.
2. The sum of the pieces cut should be equal to ‘N’.
3. Consider 1-based indexing.



They asked me about OS and DBMS and also on Node.js and Express.js, they also asked me to write API.
Query on MySQL and basic DBMS.
Basic algorithms used in OS.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which keyword is used for inheritance?