i
TCS
Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.
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 ...
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
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...
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
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
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...
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
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 ...
I was interviewed in Jan 2025.
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.
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 ...
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...
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.
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
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...
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...
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...
What people are saying about TCS
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
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
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
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...
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.
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
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
TCS interview questions for designations
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...
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.
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
Get interview-ready with Top TCS Interview Questions
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
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
I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.
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
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
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)
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
Some of the top questions asked at the TCS IT Analyst C2 interview -
The duration of TCS IT Analyst C2 interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 98 interviews
4 Interview rounds
based on 1.3k reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.7k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.5k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Associate Consultant
29.4k
salaries
| ₹9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture