Tip 1 : Be Confident
Tip 2 : Get your basics clear
Tip 3 : Make atleast 2 Projects
Tip 1 : Should be align properly
Tip 2 : Do not put false things on resume
The online assessment consists of 2 sections i.e mcq section related to programming skills , aptitude , DSA. 2nd section relted to coding questions. There were around 3 coding questions
What Is virtual memory
Tip 1 : practice different SQL Queries method









'S' = "{}()".
There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
H.C.F and L.C.M of two numbers are 84 and 21 respectively. If the ratio of the two numbers is 1:4, then the larger of the two numbers is
Let the numbers be x and 4x. Then, x×4x=84×21 ?
x2=84×214? x=21x×4x=84×21 ? x2=84×214? x=21
Hence Larger Number = 4x = 84.
The interviewer gave me questions related to DSA and Aptitude. He also ask me questions related to my projects.



Let the array be [1, 3, 6, 7] and K=3. The possible k-element subsequences of the given array are: {1, 3, 6}, {1, 3, 7}, {1, 6, 7}, {3, 6, 7}. Applying AND operation on all possible subsequences we get values: 0, 1, 0, 2 respectively. The maximal AND value of these subsequences is 2, and only 1 subsequence {3, 6, 7} has this value.



Given array/list can contain duplicate elements.
(arr[i],arr[j]) and (arr[j],arr[i]) are considered same.
Mina drives from her home to the nearest bus station at an average speed of 80km/h. From the bus station, she boards a bus that takes to her office at a speed of 120km/h. The entire distance covered by her is 92km, and the entire journey took her 1 hour. Find the distance between the bus station from where she boards the bus and her office.
Let from her home to station distance = X, so,
(X \ 80) + ((92-X)/120) = 1
Solving this X = 183.97 km
So from office to station = 183.97-92 = 91.975 km
How many seconds will a 500-meter long train moving with a speed of 63 km/hour, take to cross a man walking at a speed of 3 km/hour in the direction of the train?
train and man is moving in the same direction so the relative speed will be = (63-3) km/hour = 60 km/hour
Then 60 km/hour * 5/18= 50/3 m/sec
Therefore, time = distance/speed
= 500/ (50/3)
= 30 seconds
So the answer is 30 seconds

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: