Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS IT Analyst Interview Questions, Process, and Tips

Updated 20 Mar 2025

Top TCS IT Analyst Interview Questions and Answers

  • Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security a ...read more
  • Q2. How to load data from tab delimiter file instead of csv
  • Q3. Writing NO DATA FOUND after WHEN OTHERS is allowed in plsql block
View all 197 questions

TCS IT Analyst Interview Experiences

340 interviews found

IT Analyst Interview Questions & Answers

user image Deepanshi Srivastava

posted on 12 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core sap abap question

IT Analyst Interview Questions & Answers

user image Susmita Bhattacharjee

posted on 2 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Selenium related question
  • Q2. Java question on arrays and strings
Round 2 - HR 

(1 Question)

  • Q1. Overall experience and reason of looking for job

IT Analyst Interview Questions Asked at Other Companies

asked in TCS
Q1. 1. What is interface how to use? 2. Tell me a small example for i ... read more
asked in TCS
Q2. How to load data from tab delimiter file instead of csv
asked in TCS
Q3. Writing NO DATA FOUND after WHEN OTHERS is allowed in plsql block
asked in TCS
Q4. How would you insert contacts to newly created contacts using tri ... read more
asked in UnitedLex
Q5. What is Organizational unit? What is the difference between share ... read more

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about SQL joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables in a single query

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all r...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Campus Placement - Aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about my stream related questions

TCS interview questions for designations

 IT Analyst C2

 (100)

 IT Analyst ITA

 (18)

 IT Business Analyst

 (3)

 IT System Analyst

 (1)

 IT Analyst 1

 (2)

 Analyst (IT Advisory)

 (2)

 IT Service Analyst

 (1)

 IT Technical Analyst

 (1)

IT Analyst Interview Questions & Answers

user image Shivahar Kadam

posted on 18 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About SQL and PLSQL
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic first

Get interview-ready with Top TCS Interview Questions

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 15 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Check about threading,

IT Analyst Interview Questions & Answers

user image Shibin K Varghese

posted on 10 Aug 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. How can we achieve multiple inheritance in SAP ABAP
  • Ans. 

    Multiple inheritance in SAP ABAP can be achieved using interfaces.

    • In SAP ABAP, multiple inheritance can be achieved through interfaces.

    • Create multiple interfaces with the desired methods and attributes.

    • Implement these interfaces in the class where multiple inheritance is needed.

  • Answered by AI
  • Q2. How to make a class AMDP Class
  • Ans. 

    To create an AMDP class, define a class with AMDP annotation and implement the required methods.

    • Define a class with AMDP annotation @AbapAnnotation: 'AMDPArtifact' and extend from CL_AMDP_EXECUTION.

    • Implement the required methods like GET_DATA, SET_DATA, EXECUTE_QUERY, etc.

    • Use AMDP SQLScript to write the database logic within the methods.

    • Make sure to activate the class and AMDP methods in SAP system.

  • Answered by AI
  • Q3. What are the different types of enhancements in abap
  • Ans. 

    Different types of enhancements in ABAP include user exits, BAdIs, enhancement spots, and enhancement frameworks.

    • User exits: Custom code added to standard SAP programs to meet specific business requirements.

    • BAdIs (Business Add-Ins): Points in the standard SAP system where custom enhancements can be added without modifying the original code.

    • Enhancement spots: Points in the standard SAP system where custom code can be in...

  • Answered by AI
  • Q4. Difference between session method and call transaction
  • Ans. 

    Session method is used to maintain user session data, while call transaction is used to call a transaction code directly.

    • Session method is used to store and retrieve user-specific data during a session.

    • Call transaction is used to directly execute a transaction code without user interaction.

    • Session method is commonly used in web applications to maintain user login information.

    • Call transaction is often used in SAP system...

  • Answered by AI
  • Q5. Difference between entity types, entity sets, DPC and MPC in Odata
  • Ans. 

    Entity types are templates for entities, entity sets are collections of entities, DPC is Data Provider Collection, and MPC is Metadata Provider Collection in OData.

    • Entity types define the structure of an entity, like a class in object-oriented programming.

    • Entity sets are collections of entities of the same type, like a database table.

    • DPC is a collection of entity sets that expose data for read and write operations.

    • MPC ...

  • Answered by AI
  • Q6. How to do trouble shooting in Odata/ Fiori application
  • Ans. 

    Troubleshooting in Odata/Fiori applications involves identifying and resolving issues with data retrieval and display.

    • Check network connectivity to ensure data can be retrieved from the Odata service

    • Verify Odata service is running and accessible

    • Review Fiori application code for any errors or misconfigurations

    • Check backend system for any issues with data availability or consistency

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you are switching from the current company

Interview Preparation Tips

Topics to prepare for TCS IT Analyst interview:
  • SAP
Interview preparation tips for other job seekers - Be optimistic, well prepared.
Have your answers ready for the common questions asked

Skills evaluated in this interview

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dot net basics c sharp SQL

IT Analyst Interview Questions & Answers

user image Apurva Telang

posted on 18 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is selenium
  • Ans. 

    Selenium is a popular open-source tool used for automating web browsers.

    • Selenium is used for automating web browsers to test web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for browser automation.

    • Selenium IDE is a record and playback tool for creating automated tests.

    • Selenium Grid allows for parallel test execution across diff

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

Skills evaluated in this interview

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Lambda function.
  • Ans. 

    Lambda function is a small anonymous function that can take any number of arguments but can only have one expression.

    • Lambda functions are often used in programming languages like Python to create small, throwaway functions.

    • They are commonly used in functional programming to pass functions as arguments to higher-order functions.

    • Lambda functions are concise and can be written in a single line of code.

    • Example: lambda x: x...

  • Answered by AI

TCS Interview FAQs

How many rounds are there in TCS IT Analyst interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, HR and Resume Shortlist.
How to prepare for TCS IT Analyst interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TCS. The most common topics and skills that interviewers at TCS expect are Cisco ASA, F5, Firewall, GIT and Hibernate.
What are the top questions asked in TCS IT Analyst interview?

Some of the top questions asked at the TCS IT Analyst interview -

  1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. H...read more
  2. How to load data from tab delimiter file instead of ...read more
  3. Writing NO DATA FOUND after WHEN OTHERS is allowed in plsql bl...read more
How long is the TCS IT Analyst interview process?

The duration of TCS IT Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

TCS IT Analyst Interview Process

based on 252 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
View more

IT Analyst Interview Questions from Similar Companies

IBM IT Analyst Interview Questions
4.0
 • 2 Interviews
View all
TCS IT Analyst Salary
based on 66.2k salaries
₹5 L/yr - ₹16 L/yr
At par with the average IT Analyst Salary in India
View more details

TCS IT Analyst Reviews and Ratings

based on 5.8k reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

2.7

Salary

4.6

Job security

3.6

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 5.8k Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.1k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

AST Consultant
51.9k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Associate Consultant
30.4k salaries
unlock blur

₹9 L/yr - ₹32.2 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview