Tip 1 : Do Competitive programming on various Competitive Sites like codeforces and codechef.
Tip 2 : Do atleast 1 full stack project.
Tip 3 : Revise your core subjects concept especially the networking concepts.
Tip 4 : Try to participate in Hackathons and Technical Clubs
Tip 1 : Mention atleast one full stack project
Tip 2 : Make your resume in one page and 2 collumn.
Tip 3 : add those skills only which you know fully.
25 MCQS: Based on OS, CN, and aptitude.
1 Coding questions: Medium. I was able to solve it. The question was based on string and hashmap
You can use any string of A multiple times.
A =[“coding”, ”ninjas”, “is”, “awesome”] target = “codingninjas”
Ans = true as we use “coding” and “ninjas” to form “codingninjas”
There were two interviewers, they gave briefs about themselves and then asked me to introduce myself.
I wrote 3 projects on my resume, so they asked me to tell briefly about all of them, then they took 2 projects and asked about Technology used its algorithm, and the challenges I faced in making it.
Next up they asked some OS concepts like Semaphore, thread, process and networks concept also.
lastly they showed me a code and i have to guess that it is a prime no code
They asked me why this company after we discussed about ctc break up
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is 3 + 2 * 4 based on operator precedence?