Open In App

TCS NQT Ninja Interview Experience Sept 2023

Last Updated : 28 Sep, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

TR Round: Following questions were asked:

  • Tell me about yourself.

About myself and my pursuing college and branch(CGPA mentioned). I Completed my Inter/Diploma(mentioned percentage), and after that, I  explained my Strengths(like coding with multiple programming languages) and next . About my goals(long-term goals and short-term goals). Next, I shared my work experiences (like internships and projects) and concluded with my certificates.

  • Which Programming Language your comfortable

 I said I’m comfortable in both python and java.

  • The second largest element in  List  

 https://www.geeksforgeeks.org/find-second-largest-element-array/ 

Python3




arr=[3,1,5,6,8]
arr.sort()
print(arr[-2])


  •  What are OOP and different OOP Concepts?

 OOPs means object-oriented Programming and different OOP concepts are 

  • Class
  • Objects
  • Polymorphism
  • Encapsulation
  • Inheritance
  • Data Abstraction  

        https://www.geeksforgeeks.org/python-oops-concepts/

  •    Explain About Your Project

   My project is an amazon clone with Flutter and Firebase. I explained what framework works and plugins I used in the application and what are advantages of the application and also the application can run on both android and IOS devices. based on my project they asked about what are the technologies I used like flutter and firebase and asked about flutter and firebase

  •    Any Certifications

   No Certificates.

TIPS: Be Honest and prepare well about technologies(Projects) and don’t panic.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads