Infosys Interview Experience
Location: Virtual
Month: November 2020
Batch : 2021
Hey all, I just completed my phase 1 interview in Infosys.
Have an ID proof with you. They may
you ask to show in cam.
My interview lasted for 30 mins with more and more number of questions than I expected.
Questions asked to me were:
1) Introduce yourself.
2) Explain your projects.
3) Which is your favourite subject?
4) Which programming language you are comfortable with?
5) What are the types of data types?
6) What is an array?
7) What is known as base address of an array?
8) Difference between malloc and calloc?
9) What is pointer to pointer?
10) What is null pointer?
11) What is the use of storage specifiers?
12) What is the use of auto keyword?
13) What is local and global varible.
14) What is register?
15) What is token?
16) What is lvalue and rvalue?
17) Write a snippet code for fibonacci series from 1 to 100 ( in chatbox )
18) He asked whether I know data structures. I said yes. Then he asked me to write a snippet
code to insert a new element at the beginning of a circular linked list.
19) How will you store negative integers.
Then he asked me 2 analytical questions
1) How will u cut a round cake into 8 pieces with 3 cuts.
2) He gave me an arithmetic expressionn with + - x and asked for answer.