Tip 1 : Be clear about the concepts of Linux and shell scripting.
Tip 2 : Learn about the basics of Data structures and Algorithm.
Tip 3 : Be prepared to explain your projects mentioned in your CV.
Tip 1 : Use professional Keywords in your resume.
Tip 2 : Don't mention anything you are not confident in.
It was Technical + Aptitude MCQ round.The technical section consisted if MCQ related to DSA,OS,DBMS.The aptitude section consisted of questions related to basic mathematics.



Given students' ratings : [5, 8, 1, 5, 9, 4].
He gives the students candy in the following minimal amounts : [1, 2, 1, 2, 3, 1]. He must buy a minimum of 10 candies.
1. If two students having the same grade are standing next to each other, they may receive the same number of candies.
2. Every student must get at least a candy.
This round took place in a GD room with 2 coordinators from the company and 10 students in each batch .
It was a Just a Minute (JAM) round where each candidate was given a random topic to speak about and the candidates had to speak about it for 1 minute.
JAM topic examples - Machine learning, Software development life cycle , Different types of OS,Cloud computing etc.
It was a technical interview testing the basic skills of OS and DBMS of candidates along with few project discussions from your CV.
Write 15 Linux commands along with their functions.
Tip 1 : If you are applying for system engineering position then be thorough with basic linux commands and their functions
Tip 2 : Try to learn about basic shell scripting and syntax
What is DDL(Data Definition Language) and DML(Data Manipulation Language)?
Data Definition Language (DDL) is a standard for commands which defines the different structures in a database. Most commonly DDL statements are CREATE, ALTER, and DROP. These commands are used for updating data into the database.
Data Manipulation Language (DML) is a language that enables the user to access or manipulate data as organised by the appropriate data model. For example- SELECT, UPDATE, INSERT, DELETE.
The questions were related to the college projects mentioned in CV
The questions included :-
Why did you select the particular topic.
How did you approach the problem.
What were the problems you faced during the project.
Tip 1 : Be thorough with the projects you mentioned in the CV
Tip 2 : You should be able to answer the questions relate to technology used in your project
The round included the questions related to internships, favourite subjects and future plans.
The HR round ended with an VERSANT TEST which was basically an english speaking, reading, listening test to check the basic english skills of candidate.It was taken in an mobile app where the HR people provided a code to login into the app and start the test.

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