Tip 1 : Should be familiar with basic concepts
Tip 2 : Should be able to communicate efficiently
Tip 3 : Do atleast one good project
Tip 1 : It's better to be fit in single page
Tip 2 : Have clear understanding of everything mentioned in Resume
It's having 2 coding questions which are easy-medium, medium-hard coding questions



Subsequences of string "abc" are: ""(empty string), a, b, c, ab, bc, ac, abc.
It's common LC problem and was able to solve optimally



Here, sorted paths mean that the expected output should be in alphabetical order.
Given a square matrix of size 4*4 (i.e. here 'N' = 4):
1 0 0 0
1 1 0 0
1 1 0 0
0 1 1 1
Expected Output:
DDRDRR DRDDRR
i.e. Path-1: DDRDRR and Path-2: DRDDRR
The rat can reach the destination at (3, 3) from (0, 0) by two paths, i.e. DRDDRR and DDRDRR when printed in sorted order, we get DDRDRR DRDDRR.
The timing was from 2-3pm and it was on microsoft teams,
and the interviewer was so friendly and asked questions on basic core topics and some development related questions
And interviewer focussed mainly on project which was mentioned in resume
Asked about multithreading, OS types, Pagination and memory management
Tip 1 : Have good understanding of OS concepts
Asked few quesries and asked about consistency, ACID properties
Tip 1:Good understanding of Queries is better



1. If any two numbers have the same count of set bits, then in the sorted array they will appear in the order in which they appear in the original array. For example, let the array be { 2, 4, 3}, in this case, both 2 and 4 have the same number of set bits so the answer will be {3, 2, 4} and not {3, 4, 2}, because in the original array 2 appears before 4.
2. The array may contain duplicate elements.
Started with problem statement and explained briefly and written code
It's more like formality and was asked basic details like availability during internship and location
Asked availability for internship
Asked about location preference

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: