Complete-Preparation

🎉 One-stop destination for all your technical interview Preparation 🎉

View the Project on GitHub

TIAA - (Pune) (On-campus)

Round-1 (aptitude-coding)

Round-2 (Technical+HR interview)


  1. find out factorial of given no.
    • find the no. Of palindrome numbers in the given array.
  2. if a string is given, find out the no. Of times given alphabet occurs in the string.
  3. if two arrays of strings are given them find no. Of similar words in those arrays.
    • substring finding problem.
    • write code for infix to prefix operation.
    • priority queue implementation.
    • Questions based on nested queries in DBMS. Ex. Find nth highest number in the given data.
    • there were questions of OS, like what is thrashing, page fault, segmentation, deadlock etc.
  4. Introduce yourself.
  5. Data structures question on stack,queue,array
    • Write a program to sort linked list using merge sort.
    • program of implementation of queue using linked list.
  6. program to check if string are anagrams
  7. program to check occurrence of all character in a string.
  8. program to reverse the sentence.like ex: i/p: i love india. o/p: india love i
  9. program to write function of enqueue and dequeue.

  10. Introduce yourself,
  11. ques about projects,
  12. inheritance, polymorphism,
  13. code snippet if it would work or not and lastly
  14. A mental ability question to find distance traveled by the bird and train.

  15. Asked me to introduce myself.
  16. Asked about what am I good at.
  17. Which programming language am I suitable with?
  18. I was asked to write linked list program .(The interviewer told me to write the program on online editor and I faced problems due to that because the performance of online editor is not soo good and it gives many errors. )
    • I was asked about the new technologies that are used nowadays.
  19. I was asked to explain my project and based on that the interviewer asked questions related to web development, Database , what was my role in the project?,what kind of difficulties did I faced?

The questions were to delete a node and to check whether there exists a loop in LL.Later he asked me the definition of DS called “stack”

1 hour interview Oops concepts basics

1 stock maximum profit 2 anagram 3 4 Sum … Tip - practice optimal approaches

Round-3 (HR interview)

Interviewer looked at my portfolio, asked me about my projects, technologies used, core logic. Later, he gave me 3 codes to implement easy - medium leveled,

Oops advanced concepts in very detail with practical example

tips

Even if you make mistake, keep going on. If you seriously don’t the answer, just say so. Don’t stay silent for long.