Open In App

Airtel Interview Experience for SDE (On-Campus)

Online Assessment: Three sections conducted on AMCAT.

  1. Aptitude: 16 questions.
  2. Technical: 14 questions.
  3. Coding: 2 questions.
    • Variation of frequency sort I was happy to see this question but I couldn’t solve it completely because the platform AMCAT uses an old version of C++. Things like map, unordered_map, priority_queue, auto keyword, etc. don’t work here. Awesome explanation
    • It was a question to maximize something. I don’t remember it right now. Solved it using maxHeap. Surprisingly, priority_queue worked here :-).

I didn’t expect to shortlist as I didn’t solve the first question completely but I did get along with 45 students.



Round 1: Tech (DSA, OS, DBMS, OOPs, SQL) (1 hour 10 mins) (Interviewer: Friendly)

  1. Tell me about yourself.
  2. What are a compiler and interpreter? Also, state the difference between them.
  3. What is a BST?
  4. What are DFS and BFS traversals in graphs? After answering, further questions on the examples and working I had given.
  5. Indexing in DBMS.
  6. Collisions in HashMaps. What are they? How to handle them and what do we do to handle them?
  7. DeadLock. Necessary conditions for a deadlock. How to avoid deadlock? (In this she wanted to know about deadlock prevention and its ways; not about deadlock avoidance and bankers ago.)
  8. What is abstraction?
  9. ACID properties.
  10. Given a set of elements print them in ascending order. (Gave all the approaches starting from brute force till fully optimized. Also suggested that if the elements were from 1 to n, then it can be optimized further using swap sort).
  11. Find GCD of two numbers.
  12. CAP theorem. (Didn’t know. Said that I don’t know distributed systems; it’s gonna be taught in our course in the coming semester).
  13. Given two tables Employees(ID, Name, Address, Salary, etc.) and Dependents(ID, Name, Age, etc.) where Dependents are the dependents of different employees. There is no relationship between the tables.

This helped me in 3 ways:-



I feel that this whiteboard method played a key role for me to qualify :-).

Round 2: Tech (30 Mins) (DSA, Puzzle) (Interviewer: Friendly)

PS: This was quite a random round for everyone. Some were asked about projects and other stuff too. However, puzzles were common for everyone.

Round 3: HR (15 mins) (Interviewer: Very Friendly)

Finally, 12 students got the offer including me.

Tips:

Best Of Luck!

Article Tags :