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

IT Analyst C2 Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2022

I applied via Naukri.com and was interviewed in Mar 2022. 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 

(8 Questions)

  • Q1. Difference between canvas apps and model driven apps. Where to use what?
  • Ans. 

    Canvas apps are highly customizable and allow for more creative freedom, while model driven apps are more structured and data-driven.

    • Canvas apps are ideal for scenarios where you need to create a custom user interface or experience

    • Model driven apps are better suited for scenarios where you need to manage complex data models and business processes

    • Canvas apps are built using a drag-and-drop interface, while model driven ...

  • Answered by AI
  • Q2. Error handling in Power Automate
  • Ans. 

    Error handling is crucial in Power Automate to ensure smooth workflow execution.

    • Use the 'Terminate' action to stop the flow when an error occurs

    • Add 'Scope' actions to isolate and handle errors in specific parts of the flow

    • Use 'Retry Policy' to automatically retry failed actions

    • Use 'Run After' to define actions to be taken after an error occurs

    • Use 'Compose' action to create custom error messages

  • Answered by AI
  • Q3. Use of patch function
  • Ans. 

    Patch function is used to update or modify software or system vulnerabilities.

    • Patch function is used to fix security vulnerabilities in software or systems.

    • It involves updating or modifying the existing code to address the vulnerability.

    • Patches can be released by software vendors or created by security researchers.

    • Regularly applying patches is important to maintain the security of systems and prevent cyber attacks.

    • Exam...

  • Answered by AI
  • Q4. How to submit one form details to multiple SharePoint list
  • Ans. 

    To submit one form details to multiple SharePoint list, use Microsoft Power Automate.

    • Create a new flow in Power Automate

    • Add the trigger 'When an item is created or modified'

    • Add the action 'Create item' for each SharePoint list

    • Map the fields from the form to the corresponding SharePoint list columns

    • Save and test the flow

  • Answered by AI
  • Q5. How to create custom connectors
  • Ans. 

    Custom connectors can be created using APIs or SDKs provided by the platform.

    • Identify the platform and its available APIs/SDKs

    • Understand the data source and destination for the connector

    • Develop the connector using the chosen API/SDK

    • Test and deploy the connector

    • Provide documentation and support for the connector

  • Answered by AI
  • Q6. What is AI builder? Explain
  • Ans. 

    AI Builder is a Microsoft Power Platform tool that allows users to build custom AI models without coding.

    • AI Builder is a low-code tool that enables users to create AI models using pre-built templates and drag-and-drop interfaces.

    • It can be used to build models for various scenarios such as object detection, form processing, and sentiment analysis.

    • AI Builder integrates with other Microsoft Power Platform tools such as Po...

  • Answered by AI
  • Q7. How to store image file in Power Automate
  • Ans. 

    Image files can be stored in Power Automate using OneDrive or SharePoint.

    • Create a OneDrive or SharePoint connection in Power Automate

    • Use the 'Create file' action to upload the image file

    • Specify the file name and file content in the action

    • Alternatively, use the 'Get file content' action to retrieve the image file from a URL

    • Save the file to the desired location in OneDrive or SharePoint

  • Answered by AI
  • Q8. Any working knowledge on Azure
  • Ans. 

    Yes, I have working knowledge on Azure.

    • I have experience in deploying and managing virtual machines on Azure.

    • I have worked with Azure Storage and have knowledge of Blob, Queue, and Table storage.

    • I have used Azure Functions to create serverless applications.

    • I have worked with Azure DevOps for continuous integration and deployment.

    • I have knowledge of Azure Active Directory and have integrated it with applications.

    • I have ...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no coding round, so you can focus more on basics of PowerApps, Power Automate

Skills evaluated in this interview

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

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
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
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

    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)

     Analyst (IT Advisory)

     (2)

     IT Analyst 1

     (2)

     Senior IT Analyst

     (1)

    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

    Get interview-ready with Top TCS Interview Questions

    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

    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

    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