i
TCS
Filter interviews by
I was interviewed in Jun 2024.
Salesforce governor limits are limits enforced by Salesforce to ensure efficient use of resources and prevent abuse.
Governor limits are enforced to prevent long-running or resource-intensive operations.
Examples of governor limits include limits on the number of SOQL queries, CPU time, and DML statements.
Exceeding governor limits can result in exceptions being thrown by Salesforce.
Developers need to be aware of governor...
To subscribe for a platform event, use the CometD library or the EMP Connector
Use the CometD library to subscribe to platform events
Use the EMP Connector (Enterprise Messaging Platform) to subscribe to platform events
Specify the event channel to subscribe to in the code
There are two types of price rules in Salesforce CPQ.
There are two types of price rules in Salesforce CPQ: Product Rules and Discount Schedule Rules.
Product Rules are used to set pricing based on specific product configurations or attributes.
Discount Schedule Rules are used to apply discounts based on predefined discount schedules.
I applied via Company Website and was interviewed in Nov 2023. There was 1 interview round.
Flow and automation types are tools in Salesforce used to automate business processes and streamline workflows.
Flows are declarative automation tools that allow users to design and automate business processes by creating visual workflows.
Automation types include Process Builder, Workflow Rules, and Approval Processes, which automate repetitive tasks and streamline processes.
Examples of automation types include automati...
Some new features of Salesforce include Lightning Web Components, Einstein Voice, and Salesforce Blockchain.
Lightning Web Components allow developers to build custom components using modern web standards.
Einstein Voice enables users to interact with Salesforce using natural language processing.
Salesforce Blockchain helps organizations securely share data and processes across multiple parties.
What people are saying about TCS
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
TCS interview questions for designations
Custom settings are hierarchical data that can be accessed using code, while custom metadata are metadata types that are customizable at the metadata level.
Custom settings are hierarchical data that can be accessed using code
Custom metadata are metadata types that are customizable at the metadata level
Custom settings can be used to store data that needs to be accessed by code, such as application settings or user prefe...
Get interview-ready with Top TCS Interview Questions
I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.
Promise is an object representing the eventual completion (or failure) of an asynchronous operation, and promiseAll is a method that takes an iterable of promises and returns a single Promise that resolves when all of the promises have resolved.
Promise is used in JavaScript to handle asynchronous operations.
It represents a value that may not be available yet, but will be resolved at some point in the future.
PromiseAll ...
Connection from Mulesoft to Salesforce is done using Salesforce Connector in Mulesoft Anypoint Platform.
Use Salesforce Connector in Mulesoft Anypoint Platform to establish connection
Authenticate using Salesforce credentials (username, password, security token)
Utilize Salesforce APIs to interact with Salesforce data
Connected App, remote site settings, and OAuth are key components in Salesforce for enabling secure external access to Salesforce data and functionality.
Connected App is a framework that enables external applications to securely integrate with Salesforce using APIs.
Remote Site Settings allow Salesforce to make callouts to external services over HTTPS.
OAuth is an open standard for access delegation, commonly used in Sal...
Best practices in Trigger and trigger events
Best practices include bulkifying triggers, using helper classes, and limiting logic in triggers
Trigger events are before insert, before update, after insert, after update, etc.
Examples of trigger events include before insert, after update, etc.
Rollup summary field is a field in Salesforce that calculates values from related records and displays the result on a parent record.
Rollup summary fields are used to perform calculations on child records and display the result on a parent record.
They can be used to calculate the sum, count, minimum, or maximum of a field in related records.
For example, a rollup summary field can be used to calculate the total amount o...
With and without sharing in Salesforce determines whether sharing rules are enforced for a class.
With sharing keyword enforces sharing rules, restricting access to records based on the user's profile and organization-wide defaults.
Without sharing keyword does not enforce sharing rules, allowing full access to all records regardless of the user's profile or organization-wide defaults.
Future is asynchronous and runs in a separate thread, while Queueable Apex runs in the same thread but can be queued for execution.
Future methods are used for executing code asynchronously, while Queueable Apex is used for chaining jobs and running them in a specific order.
Future methods have a limit of 50 per transaction, while Queueable Apex has a limit of 50 jobs in the queue per transaction.
Future methods cannot be...
Future methods in Salesforce can accept primitive data types as parameters.
Primitive data types like Integer, String, Boolean, etc. can be passed as parameters to Future methods.
Non-primitive data types like custom objects or collections cannot be passed as parameters to Future methods.
Example: @future public static void myFutureMethod(Integer param1, String param2) { }
To pass subjects to future methods, use the @future annotation in Apex.
Use the @future annotation before the method declaration to indicate that the method will run asynchronously in the future.
Pass the subject parameters to the @future method as arguments when calling the method.
Ensure that the subject parameters are serializable to be passed to future methods.
Tools for deployment include Salesforce DX, Ant Migration Tool, Change Sets, and Metadata API.
Salesforce DX is a command-line interface for development and deployment
Ant Migration Tool is a Java/Ant-based tool for moving metadata between environments
Change Sets allow for moving configuration changes between orgs
Metadata API is a web service for managing metadata
Create a trigger on Contact to display the number of contacts on the related Account.
Create an after insert, update, delete trigger on Contact object
Query for the count of contacts related to the Account
Update a custom field on the Account with the count of contacts
Create a trigger on Account to prevent deletion if associated with one or more contacts
Create an after delete trigger on Account object
Query for related contacts using SOQL
If contacts are found, add an error message to prevent deletion
Display Accounts with related contacts in a list using LWC code
Create a Lightning web component (LWC) to display the list
Use Apex to query for Accounts and their related Contacts
Iterate over the data to display Accounts and their related Contacts in the list
Create a trigger on Order Products to display the most sold product type on the account
Create a trigger on Order Products object in Salesforce
Use SOQL query to count the number of each product type sold
Update the most_sold_product field on the Account object with the highest sold product type
Batch class syntax in Salesforce
Batch class must implement Database.Batchable interface
Define start, execute, and finish methods
Use Database.executeBatch method to execute the batch class
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Child to parent communication in LWC involves using events to pass data from child components to parent components.
Use custom events to communicate from child to parent components
Dispatch the custom event in the child component and handle it in the parent component
Pass data along with the custom event to send information from child to parent
I applied via Job Portal
Asynchronous apex refers to code that runs in the background without user interaction.
Asynchronous apex is used for long-running processes that do not need to be completed immediately.
It allows for better performance by not blocking the user interface.
Examples include batch apex, future methods, and queueable apex.
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
OWDs in SF refer to Organization-Wide Defaults which control the default level of access users have to records in Salesforce.
OWDs determine the baseline level of access for all records in an organization
They can be set to Public Read/Write, Public Read Only, Private, or Controlled by Parent
OWDs can be further refined using sharing rules and manual sharing
Asynchronous Apex is used to run processes in the background without user interaction.
Asynchronous Apex is used for long-running processes that don't require immediate user interaction.
It allows for better performance by running tasks in the background.
Examples include batch Apex, future methods, and queueable Apex.
LWC in omnistudio refers to using Lightning Web Components in Salesforce's OmniStudio for building custom applications.
LWC can be used in OmniStudio to create custom components and pages for applications.
LWC allows for building interactive and responsive user interfaces in OmniStudio.
LWC can be integrated with other Salesforce tools and services within OmniStudio.
Example: Creating a custom LWC component to display data...
1 Interview rounds
based on 3 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
67.4k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.3k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.9k
salaries
| ₹2.2 L/yr - ₹5.6 L/yr |
Associate Consultant
29k
salaries
| ₹9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture