TCS interview questions
Introduce yourself Tell me about your last project Why were you migrating your application from IBM web sphere to Tomcat What kind of application was it ? (Spring mvc, normal rest api) Complete flow of your application ? What and all services you were consuming in your application? Why were you consuming those services ? How did you do it ? What and technology you have used ? How did you work on exception handling in your application ? How can you write your own custom exception? What are the response code in case of rest services example 404,200 and in what case do you get these error ? How have you implemented REST API , how have you mapped request url to nay method? What is put , pots and delete method ? Complete end to end flow and functional understanding of the project ? How have you implemented database connection in your project ? How can you connect multiple database in your application? Have you worked on junit? Have you worked on any ci/cd tool? How yo...