Tip 1 : Practice interview questions as much as possible
Tip 2 : Get involved in competitive programming and hackathons
Tip 3 : Prepare for traditional/ behavioral questions
Tip 4 : Be prepared to thoroughly explain any technical projects listed on your resume
Tip 1 : Highlights the abilities that make you a better applicant
Tip 2 : Only list the skills that you feel comfortable using on a day-to-day basis
The test was conducted in College computer lab at 10.00 am. The questions was MCQs.
1. In Operating Systems, which of the following is/are CPU scheduling algorithms?
2. The FCFS algorithm is particularly troublesome for ____________
3. What is the number of layers in the OSI model?
Tip 1 : Read Operating system and network related topics thoroughly
Tip 2 : Do practice maximum MCQ questions
Given code snippets where we had to find the output or correct the error.
Step 1 : Read the entire question
Step 2 : Answered it in mind first.
Step 4 : Eliminated the answer options which is 100 percent sure that are incorrect, before selecting the correct answer
Step 5 : Cross out all the incorrect answers, then focus on the remaining answers
Step 6 : Select the best answer.
10 members were selected for group discussion. A topic is given and around 8-10 minutes of time is given to prepare. The duration of the discussion was 15 minutes
Asked questions on database like normalization, gave queries to write and asked to explain how the query works and also how data is brought in, after the execution of the query, to be displayed on the screen. what is Transparent database, serialization etc.
Had to write code to find the number of occurrences of a character in a String and to print a Fibonacci series using recursion.
Computer Networks questions regarding OSI model and its layers, routing etc were also asked.



F(n) = F(n-1) + F(n-2),
Where, F(1) = F(2) = 1.
For ‘N’ = 5, the output will be 5.
Usual questions about family background, why should we hire you etc.
questions about family background, why should we hire you
Tip 1 : Research the company you’re interviewing with
Tip 2 : Review your CV and be prepare to answer questions about it, as well
Tip 3 : Prepare answers to any questions you think you might be asked

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