LTIMindtree Interview Questions 2025 (On-campus)
Anonymous User
823

Technical Interview Questions:

  • Where are you currently staying?

  • Tell me about your family.

  • What is your favorite programming language? (I said Python & Java)

  • Rate yourself in those programming languages out of 10.

  • then 3 coding questions were asked -

    • Reverse the digits of a number
    • (star) Printing -
      *
      **
      ***
      ****
      *****
      ****
      ***
      **
      *
    • Given a string S and a list of words arr, count the number of times each word from the list arr appears in the string S. Return a list where each element represents the frequency of the corresponding word in arr.
      For Example :
      Input: S = "apple banana apple orange banana apple grape banana", arr = ["apple", "banana", "orange", "grape"]
      Output : [3, 3, 1, 1]
  • Difference between program and Process.

  • Difference between list and array.

  • Difference between list and tuple.

  • If tuple is immutable can we somehow add new elements to tuple and change it? if yes then how?

  • Do you know File handling in python?

  • Difference between traditional programming and ML.

  • When do we mainly use ML?

  • What is your favorite subject in college? (I said DBMS)

  • Rate yourself in DBMS.

  • Then 1 SQL question was asked -

    There is One Table A, containing the name, class etc of 50 students in a school. Now after sometimes 5 students left the school and 10 new students joins the school. and a new Table B is created, which contains the old students and the new students, not those students who left the school. Write a query to find out the names of those 5 students who left the school.

  • What new technology you will learn after this?

  • Any question for me?

HR Interview Questions:

  • Tell me about yourself (without mentioning the projects)
  • Why do you choose [my college] to study?
  • Tell me about your hobbies. (I mentioned watching movies)
  • What movie you recently watched?
  • Tell me more about the movie.
  • Have you faced any challenging situation and how you handle it?
  • Define yourself in three words.
  • Are you flexible with reallocation?
  • Any questions for me?
Comments (1)