Tip 1 : Practise as many questions as possible of DSA from Leetcode or coding ninjas.
Tip 2 : Study fundamentals of subjects like OS, DBMS and Computer Network and do atleast 2 good projects.
Tip 3 : Do atleast 200 questions.
Tip 1 : Have atleast 2-3 projects on resume.
Tip 2 : Mention profile links of github and codechef/codeforces.
The test was conducted around 3 pm . Four coding questions were there. 2 questions were easy and 2 were of moderate difficulty level. It was conducted remotely with video proctoring.I was able to solve all the 4 questions.




If S = “34”, then all the possible letters that can be formed from string S are {“dg”, “dh”, “di”, “eg”, “eh”, “ei”, “fg”, “fh”, “fi”}.



If you are given an array {1, 1, 0, 0, 1} then you will have to return the count of maximum one’s you can obtain by flipping anyone chosen sub-array at most once, so here you will clearly choose sub-array from the index 2 to 3 and then flip it's bits. So, the final array comes out to be {1, 1, 1, 1, 1} which contains five ones and so you will return 5.
A problem was given and we were supposed to design a system which can solve it.
It was a telephonic round. The HR asked some basic questions like how was your experience in the previous rounds.
Why Ex2 and why should we hire you.
Tip 1 : Study about the company from web.
Tip 2 : Don't lie to the HR.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the return keyword?