Anna University

Chennai, Tamil Nadu

Your seniors at Anna University were your true well-wishers, they shared their placement interview questions for you. 🙏

filter iconFilter interviews by

Anna University Placement Interview Questions

Updated 3 Jan 2025

139 interviews found

2 Interview Rounds

Interview Preparation Tips

Round: Technical and hr
Experience: 1.Write a program for finding whether prime number or not?
2. What is cloud computing?
3. Write a program using  semaphore .
4. Why CTS ?
5. What is your mission and vision?
6. Do u have any questions for us ?
7. Where is the CTS headquartered .?
8. Why didn't go for Higher studies ?
9. What do you know about SDLC ?
10.What is the difference between structure and union .?
11. what is the difference between ATOI and ITOI ?
12. what is pointer ..?
13. create a table and write some 15 diff queries and retrieve?
14. Tell about yourself ..
15. Tell something about your final year project and draw the modal or architecture of ur project 
16.  Explain polymorphism concept in DBMS ..?
17. Joints and Normalisation 
18 .Sorting ( quick , merge  ….)
19. What is the difference between C and C++??
20. What is the difference between C++ and Java??
21. What is function overloading??
22. What is inheritance and how to inherit only few outta all the objects from the base to the child 
class??
23. What is linked list and detailed explanation? How to search linked list?
24. Program for sorting without a temporary variable??
25.what all famous in your city????
26. why have you joined in MIT???
27.what’s your brother doing???
28.why should i hire you?????

Skills:
College Name: Anna University Chennai
share interview
user image R.Arockia Ratheesh Sahayaraj

posted on 10 Nov 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Quants,Logical and Verbal reasoning were 
asked.Questions mainly from indiabix website.
Duration: 40 minutes
Total Questions: 50

Round: Test
Experience: 75 questions in 50 minutes and for 10 mins  we had to write not more than 
150 words on any one of the 4 topics given......................
Areas like
C aps
Data Structures
Electron Devices and Circuits
Digital Design
Microprocessor
DBMS
Algorithms
Computer Architecture
Operating Systems
Software Engineering
Networks
Duration: 50 minutes
Total Questions: 75

Round: HR Interview
Experience: Interviewer asked us about our hobbies and likes.

Skills:
College Name: Anna University Chennai
share interview

4 Interview Rounds

Interview Questions

  • Q1.  Questions on hashing,  quick sort etc.write a code to efficiently search for an element in an array  where the rows and columns are sorted
  • Q2. Write a code to detect loop in linked list and remove  it 

Interview Preparation Tips

Round: Test
Experience:  Questions on very simple Aptitude, simple technical aptitude and three coding questions. 

Skills:
College Name: Anna University Chennai
share interview

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Unix questions...about the file systems and data structures.

Round: Test
Experience:  A round following the written test with questions mostly from your resume regarding 
your projects and some network related questions. They were checking how well you can 
converse in English.

Round: Technical Interview
Experience:  This was a purely technical one and was through Skype..almost 2 weeks after the 
second round. Very difficult one. About 5 interviewers were there and each one would 
concentrate on a topic.

Round: HR Interview
Experience: projects, compilers,data structures.(all basics...but they will lead u to 
research oriented questions following your answer...which will be very difficult to answer.)Simply 
u wont even know how the interview gets difficult...it was different from other company 
interviews.
 C­memory leak, dangling pointer, appl oriented c questions.
 About your achievements and questions about the workshops you 
attended.

Skills:
College Name: Anna University Chennai
share interview

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: 1.  An Address book in your mobile has its contacts syncd with the Internet.
    write test cases for this scenario.
2. Find second smallest element in an array without sorting
3. A Printer is connected to your laptop.But when trying to print a file it doesn’t print properly.
   i) How will you identify the problem?
   ii)What steps will you take to rectify them?
4.write a program which should accept and integer and print output as below
eg.             1               *
                 2                *
                                   ***
                                   *
                 3                *
                                   ***
                                   *****
                                   ***
                                   *
5. for the code below,analyse and list all possible test cases
read p
read q
if p+q>100
 print “large”
endif
if p>50
 print “p large”
endif


Round: Technical Interview
Experience: Why Amazon?
Why Testing?
Test case for Mobile phonebook (which was asked in written)
Test case for A4 sheet
Test cases for Gmail.

College Name: Anna University Chennai
share interview

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Question 1) Maximal Contiguous Sum in an array of +ve and ­ve numbers 
 write the code ! 
Question 2) Imagine a Bar­ Graph ! Fill the Bar Graph with water now ! Find the total area 
which is covered with water now !

Duration: NA minute
Total Questions: 2

Round: Test
Experience: Question 1)given a Rotated Sorted array find an element in that array( Simple Binary 
Search)
Question 2)Given a number find the number which is next biggest number which you 
can construct with the same digits provided in the number 
Say 678 the next number which is greater than 678 but with same digits is 687 ( 8 and 7 
swapped)
Say 52430 , the answer is 53024

Round: Technical Interview
Experience: 1) Why amazon ?    2) Why should i hire You?
  3) what do u know about amazon ?
and a Technical question
An N-­ary Tree is given in form of an array where the array value =parent of array index and 
array value of root node =­1
Find the height of the Tree now ?


Skills:
College Name: Anna University Chennai
share interview

2 Interview Rounds

Interview Preparation Tips

Round: Test
Experience:   1.Given a billions of words. Find 5 most frequently occurring words?
    2.Given an array which consists of elements in the following form :
              --­>All the adjacent elements differ only by value ­1 or +1.
               --­>You are given an element. You need to search for its index.
            3.Given a binary tree with left and right pointers.Convert it to double linked list?
Duration: NA minute
Total Questions: 3

Round: Test
Experience: 1.Least common ancestor
 2.Given a railway station and number of trains with starting and ending times. You need schedule the trains such that  minimal number of tracks  should be assigned.

Duration: NA minute
Total Questions: 2

Round: Test
Experience:   1.How to implement T9 dictionary?write code for that.
   2.Find the vertical sum of a binary tree.
Ex:
                                                   5
/      \
                                               7        9
                                              /\        / \
                                            3   1    4   6
3)Here, there are 5 vertical paths sums:
   ­>  3
   ­>  7
   ­>  5+ 1+ 4 
   ­>  9
   ­>  6
 Implement it with one traversal?
Duration: NA minute
Total Questions: 3

Round: Test
Experience:  1.Implement stack such that we can find maximal element of current 
stack in O(1) time.
            2.Given a matrix of zeros and ones. If any of the row containing 0 make that row fully as 
zero.Do the same for columns also.Minimize the space complexity of auxiliary 
array to do this

Duration: NA minute
Total Questions: 2

Skills:
College Name: Anna University Chennai
share interview
user image Mahalakshmi.S

posted on 9 Nov 2015

1 Interview Round

Interview Questions

Interview Preparation Tips

Round: Technical Interview
Experience:  

General Tips: One should be well prepared with their final year project, and the extra curricular activities in which one was/ is involved in.
Skills:
College Name: Anna University Chennai
share interview
user image Saranya

posted on 9 Nov 2015

1 Interview Round

Interview Questions

Interview Preparation Tips

Skills:
College Name: Anna University Chennai
share interview
user image  Ratheesh Sahayaraj

posted on 8 Nov 2015

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Test involved questions related to Programming languages, networks, web technologies and network questions ( built data structure used for function call).

Skills:
College Name: Anna University Chennai
share interview