Date of visit: 15.09.2018
Criteria: 6.5 & above
The process consisted of online test followed by a technical interview
1.Online Test
They asked to choose either C++ or
Java prior itself.Based on the language preference login credentials
were shared.I opted for C++.
This test consisted of 4 sections.
SECTION 1: Quantitative Aptitude
SECTION 2: Logical Reasoning
SECTION 3: Technical Aptitude
SECTION 4: 2 Programming Questions
One program was a pattern generating
problem.
How
do I print the format in C programming college 1*2*3*4
\n9*10*11*12\n 13*14*15*16\n 5*6*7*8 if you have to print the N
number of rows where 1<=N<=100?
Sample Input: 4
Sample Output:
1 * 2 * 3 * 4
13 * 14 * 15 * 16
5 * 6 * 7 * 8
Another program was based on linked list
Another program was based on linked list
2.Technical Round(Face to Face)
They started with all my projects
mentioned in the resume.They asked me to draw the block diagram and
asked about the uniqueness of my projects.Reasons for doing those
projects.
They asked about my role in 7th sem
internship.
Then they asked in depth of all
concepts of C++
They started with arrays,they asked
me to write a function for calculating a string in an array by
passing arguments.
Using bitwise operators they asked
me to convert a number to binary and asked to toggle a bit using its
position.
They asked me to draw the memory
layout of C++ and using some examples asked to give output for local
variable concept.
They asked me in detail about the
pointers concepts in C++.Some changes were made for a set of
statements and asked me for the output of those statements.
In OS,they asked me to explain the
term "Process"
In Data structures,they asked me to
give the doubly linked list structure in a prog and asked to explain
the steps to be done to insert a number in a list.
Comments
Post a Comment