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 C2 Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top TCS IT Analyst C2 Interview Questions and Answers

  • Q1. How do you create alert mechanism with using any 3rd party tools ?
  • Q2. Difference between canvas apps and model driven apps. Where to use what?
  • Q3. What is an HTTP Interceptor, and can you provide an example of its use?
View all 72 questions

TCS IT Analyst C2 Interview Experiences

99 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(8 Questions)

  • Q1. What is a directive in Angular?
  • Ans. 

    Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform it.

    • Directives are used to create reusable components or add behavior to existing elements.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of built-in directives in Angular include ngIf, ngFor, and ngStyle.

  • Answered by AI
  • Q2. What are pipes and what are their types?
  • Ans. 

    Pipes are a form of inter-process communication used in Unix-like operating systems to send data between processes.

    • Pipes allow communication between processes by connecting the standard output of one process to the standard input of another process

    • There are two types of pipes: unnamed pipes and named pipes (also known as FIFOs)

    • Unnamed pipes are created using the pipe system call and exist only as long as the processes ...

  • Answered by AI
  • Q3. What is the dependency injection (DI) system in Angular?
  • Ans. 

    DI system in Angular is a design pattern where dependencies are injected into a class rather than the class creating them.

    • DI helps in creating loosely coupled components in Angular applications.

    • It allows for easier testing and maintenance of code.

    • Dependencies are provided to a component through its constructor.

    • Angular's DI system is hierarchical, meaning dependencies can be injected at different levels of the applicati...

  • Answered by AI
  • Q4. What is an HTTP Interceptor, and can you provide an example of its use?
  • Ans. 

    An HTTP Interceptor is a middleware component that intercepts incoming and outgoing HTTP requests in an application.

    • HTTP Interceptors are commonly used in Angular applications to modify or log HTTP requests/responses.

    • They can be used to add headers, handle errors, or perform authentication.

    • An example of using an HTTP Interceptor is adding an authorization token to every outgoing request for secure API calls.

  • Answered by AI
  • Q5. What is the difference between localStorage and sessionStorage?
  • Ans. 

    localStorage and sessionStorage are both web storage options in JavaScript, but they have different scopes and lifetimes.

    • localStorage stores data with no expiration date, while sessionStorage stores data for one session only

    • localStorage data persists even after the browser is closed and reopened, while sessionStorage data is lost when the browser is closed

    • Both can only store strings, but can be converted to other data

  • Answered by AI
  • Q6. What are design patterns commonly used in Angular?
  • Ans. 

    Common design patterns in Angular include Singleton, Observer, Factory, and Dependency Injection.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.

    • Factory pattern is used to create objects without specifying t...

  • Answered by AI
  • Q7. What is the role of route guards in Angular, and what are their types?
  • Ans. 

    Route guards in Angular are used to control access to certain routes in an application.

    • Route guards are used to protect routes in Angular applications by controlling whether a route can be activated or not.

    • There are three types of route guards in Angular: CanActivate, CanActivateChild, and CanDeactivate.

    • CanActivate guard is used to determine if a route can be activated.

    • CanActivateChild guard is used to determine if a c...

  • Answered by AI
  • Q8. What are the methods for communication between components?
  • Ans. 

    Methods for communication between components include synchronous and asynchronous communication, message queues, APIs, and web services.

    • Synchronous communication: Components communicate in real-time, waiting for a response before proceeding.

    • Asynchronous communication: Components communicate without waiting for a response, allowing for parallel processing.

    • Message queues: Components send messages to a queue for other com...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic flutter interview questions
  • Q2. Work experience, project related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Flutter state management
  • Q2. State management

IT Analyst C2 Interview Questions Asked at Other Companies

asked in TCS
Q1. How do you create alert mechanism with using any 3rd party tools ... read more
asked in TCS
Q2. Difference between canvas apps and model driven apps. Where to us ... read more
asked in TCS
Q3. What is an HTTP Interceptor, and can you provide an example of it ... read more
asked in TCS
Q4. What is the role of route guards in Angular, and what are their t ... read more
asked in TCS
Q5. 1) Role of the Scrum Master 2) Scrum Events 3) Vertical slicing. ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a batch class syntax
  • Ans. 

    Batch class syntax in Salesforce for processing records in bulk

    • Batch class must implement Database.Batchable interface

    • Define start, execute, and finish methods

    • Use Database.executeBatch method to execute the batch class

    • Example: public class MyBatchClass implements Database.Batchable { //code here }

Answered by AI
  • Q2. Write a trigger related to account contact relationship.
  • Ans. 

    A trigger related to account contact relationship

    • Create a trigger on the Account object

    • Use the 'after insert' and 'after update' events to capture changes

    • Query the related Contact records based on the Account Id

    • Perform necessary actions based on the relationship between Account and Contact

  • Answered by AI
    Round 2 - Behavioral 

    (2 Questions)

    • Q1. What are agile ceremonies
    • Ans. 

      Agile ceremonies are regular meetings or events in Agile methodology to facilitate communication, collaboration, and decision-making within the team.

      • Sprint Planning: Meeting at the start of a sprint to plan the work to be done.

      • Daily Stand-up: Short daily meeting for team members to discuss progress and plan for the day.

      • Sprint Review: Meeting at the end of a sprint to review and demonstrate the completed work.

      • Sprint Ret...

    • Answered by AI
    • Q2. Why TCS to join?
    • Ans. 

      TCS is a global leader in IT services with a strong reputation for innovation and career growth opportunities.

      • TCS has a strong reputation for innovation and cutting-edge technology solutions.

      • TCS offers excellent career growth opportunities and training programs.

      • TCS has a global presence with diverse projects and clients.

      • TCS values work-life balance and employee well-being.

      • TCS has a culture of diversity and inclusion.

    • Answered by AI
    Round 3 - HR 

    (2 Questions)

    • Q1. Why you want to switch job
    • Ans. 

      Seeking new challenges and growth opportunities in a different environment.

      • Looking for new challenges and opportunities for growth

      • Interested in exploring different technologies and industries

      • Seeking a better work-life balance or company culture

      • Want to expand my skill set and knowledge in a different setting

    • Answered by AI
    • Q2. What is your expectations
    • Ans. 

      I expect a challenging role with opportunities for growth and learning.

      • Opportunities for professional development and training

      • Challenging projects that allow me to utilize my skills

      • Supportive team environment

      • Clear expectations and goals set by management

    • Answered by AI

    Skills evaluated in this interview

    IT Analyst C2 Interview Questions & Answers

    user image Lavanya N

    posted on 26 Jul 2024

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

    (2 Questions)

    • Q1. 1. What are the selenium exceptions you’ve faced
    • Ans. 

      I have faced exceptions like ElementNotVisibleException, NoSuchElementException, TimeoutException, StaleElementReferenceException, etc.

      • ElementNotVisibleException occurs when an element is present in the DOM but not visible on the page

      • NoSuchElementException is thrown when an element could not be found in the DOM

      • TimeoutException occurs when a command does not complete in the specified time

      • StaleElementReferenceException i...

    • Answered by AI
    • Q2. Different types of waits
    • Ans. 

      Different types of waits in IT include CPU wait, I/O wait, and lock wait.

      • CPU wait occurs when a process is waiting for the CPU to become available.

      • I/O wait happens when a process is waiting for input/output operations to complete.

      • Lock wait occurs when a process is waiting for a lock to be released by another process.

    • Answered by AI
    Round 2 - Technical 

    (2 Questions)

    • Q1. Get and navigate difference
    • Ans. 

      Get and navigate difference

      • Get refers to retrieving data or information from a source

      • Navigate refers to moving through a system or interface to access different sections or features

      • Get is about obtaining specific data, while navigate is about moving around within a system

    • Answered by AI
    • Q2. Scenario and scenario outline

    Skills evaluated in this interview

    TCS interview questions for designations

     IT Analyst Grade C2

     (13)

     IT Analyst

     (336)

     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 Analyst C2 Interview Questions & Answers

    user image Anonymous

    posted on 28 Nov 2024

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - HR 

    (1 Question)

    • Q1. What is your current role and responsibilities
    Round 2 - Technical 

    (1 Question)

    • Q1. What is your role in your current project

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Please keep try

    Get interview-ready with Top TCS Interview Questions

    IT Analyst C2 Interview Questions & Answers

    user image Anonymous

    posted on 17 Jan 2025

    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Explain SAP PM Master data
    • Q2. What is the prerequisite to install an equipment under functional location
    Round 2 - HR 

    (2 Questions)

    • Q1. Remuneration discussion
    • Q2. Discussion of location of work

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident will crack it

    IT Analyst C2 Interview Questions & Answers

    user image Anonymous

    posted on 25 Sep 2024

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Over all experience in your industry
    • Q2. What are your skill
    • Ans. 

      I have strong analytical skills, technical expertise in IT systems, and experience in troubleshooting and problem-solving.

      • Strong analytical skills

      • Technical expertise in IT systems

      • Experience in troubleshooting and problem-solving

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Please upgrade your skill and keep your roles active

    IT Analyst C2 Interview Questions & Answers

    user image Bhawani Shankar

    posted on 11 Sep 2024

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

    (2 Questions)

    • Q1. Basic question from Android
    • Q2. Mvvm data flow, kotlin , room

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Learn the basics

    IT Analyst C2 Interview Questions & Answers

    user image Anonymous

    posted on 30 Apr 2024

    Interview experience
    2
    Poor
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

    Round 1 - Technical 

    (3 Questions)

    • Q1. Explain carrier aggregation.
    • Ans. 

      Carrier aggregation is a technology that combines multiple LTE carriers to increase data speeds and capacity.

      • Carrier aggregation allows multiple LTE carriers to be combined to increase data speeds and capacity.

      • It enables devices to receive data from multiple LTE carriers simultaneously.

      • This technology is commonly used in 4G LTE networks to improve network performance.

      • For example, a device may combine two 20 MHz LTE car

    • Answered by AI
    • Q2. Reverse a linked list
    • Ans. 

      Reverse a linked list by changing the pointers direction

      • Start with three pointers: current, previous, and next

      • Iterate through the linked list, updating the pointers to reverse the direction

      • Update the head of the linked list to point to the new first node

    • Answered by AI
    • Q3. Contents of UE Capabilities received during RACH.
    • Ans. 

      UE capabilities received during RACH include supported frequency bands, modulation schemes, and maximum data rates.

      • Supported frequency bands (e.g. LTE bands 1, 3, 5)

      • Modulation schemes (e.g. QPSK, 16QAM, 64QAM)

      • Maximum data rates (e.g. 150 Mbps downlink, 50 Mbps uplink)

    • Answered by AI
    Round 2 - Aptitude Test 

    Questions were asked to determine soft skills. Started with a brief introduction including some questions related to family. Then moved on to questions like
    1. My strengths and weaknesses.
    2. Why I want to leave my current org
    3. What did I liked about my current org
    4. How motivated was I to join TCS

    Round 3 - HR 

    (3 Questions)

    • Q1. Why wanted to leave current org?
    • Q2. Brief introduction
    • Q3. Salary negotiation

    Skills evaluated in this interview

    IT Analyst C2 Interview Questions & Answers

    user image Anonymous

    posted on 19 Jul 2024

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

    (2 Questions)

    • Q1. Springboot microservices, annotations and configurations
    • Q2. DB related questions, scenario based questions
    Round 2 - HR 

    (2 Questions)

    • Q1. Salary expectations
    • Q2. Reasons for leaving current company

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare from the basics, focus on how every architecture works internally

    IT Analyst C2 Interview Questions & Answers

    user image Anonymous

    posted on 25 Jan 2025

    Interview experience
    2
    Poor
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I was interviewed in Jul 2024.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Project and experience related
    • Q2. Your skill related

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Remember to ask questions to the interviewer related to
    Project (Continuing or Pilot)
    WFO or WFH
    Pick and Drop cab facility
    Salary hike percentage
    Promotions
    Leave policies

    TCS Interview FAQs

    How many rounds are there in TCS IT Analyst C2 interview?
    TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, HR and Resume Shortlist.
    What are the top questions asked in TCS IT Analyst C2 interview?

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

    1. How do you create alert mechanism with using any 3rd party tool...read more
    2. Difference between canvas apps and model driven apps. Where to use wh...read more
    3. What is an HTTP Interceptor, and can you provide an example of its u...read more
    How long is the TCS IT Analyst C2 interview process?

    The duration of TCS IT Analyst C2 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 C2 Interview Process

    based on 98 interviews

    4 Interview rounds

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

    Interview Questions from Similar Companies

    Accenture Interview Questions
    3.8
     • 8.2k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Cognizant Interview Questions
    3.8
     • 5.6k Interviews
    Capgemini Interview Questions
    3.7
     • 4.8k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    Genpact Interview Questions
    3.8
     • 3.1k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    IBM Interview Questions
    4.0
     • 2.4k Interviews
    View all
    TCS IT Analyst C2 Salary
    based on 19.4k salaries
    ₹5.5 L/yr - ₹18 L/yr
    At par with the average IT Analyst C2 Salary in India
    View more details

    TCS IT Analyst C2 Reviews and Ratings

    based on 1.3k reviews

    3.5/5

    Rating in categories

    3.4

    Skill development

    3.7

    Work-life balance

    2.7

    Salary

    4.4

    Job security

    3.4

    Company culture

    2.4

    Promotions

    3.2

    Work satisfaction

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

    ₹1 L/yr - ₹9 L/yr

    IT Analyst
    66.7k salaries
    unlock blur

    ₹5.1 L/yr - ₹16 L/yr

    AST Consultant
    51.5k salaries
    unlock blur

    ₹8 L/yr - ₹25 L/yr

    Assistant System Engineer
    29.8k salaries
    unlock blur

    ₹2.2 L/yr - ₹5.8 L/yr

    Associate Consultant
    29.4k salaries
    unlock blur

    ₹9 L/yr - ₹32 L/yr

    Explore more salaries
    Compare TCS with

    Amazon

    4.1
    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