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
3.7

based on 85.5k Reviews

Filter interviews by

TCS Salesforce Developer Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top TCS Salesforce Developer Interview Questions and Answers

  • Q1. Difference between Roles & Profiles, Difference between Workflow-ProcessBuilder-Flow,Types of Workflow and how to set them up,Trigger context variables
  • Q2. Batch class and its functions, use of stateful interface in batch class
  • Q3. what is salesforce,governer limits,profiles,roles,visualforce,apex
View all 30 questions

TCS Salesforce Developer Interview Experiences

35 interviews found

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

I applied via Referral and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics about apex
  • Q2. Apex basic of aura

Interview Questionnaire 

7 Questions

  • Q1. Disconnect Callback renderCallback in LWC
  • Q2. Events in omniscript
  • Ans. 

    Events in Omniscript allow for dynamic interactions with the user.

    • Events can be triggered by user actions or system events

    • Events can be used to show/hide components, update fields, or navigate to different steps

    • Examples include onClick, onChange, and onInit

  • Answered by AI
  • Q3. Pub sub event
  • Q4. Indirect lookup vs external lookup
  • Ans. 

    Indirect lookup is used to find related records through a junction object while external lookup is used to find related records in an external system.

    • Indirect lookup is used when there is a many-to-many relationship between two objects.

    • External lookup is used when the related record is stored in an external system.

    • Indirect lookup uses a junction object to connect two objects.

    • External lookup uses an external ID field to...

  • Answered by AI
  • Q5. Current project
  • Ans. 

    I am currently working on a project to develop a Salesforce application for a retail company.

    • Developing custom objects and fields to track product inventory and sales data

    • Implementing automation processes using workflows and process builder

    • Creating custom reports and dashboards to provide insights on sales performance

    • Integrating with external systems to synchronize customer data

    • Implementing security measures to protect

  • Answered by AI
  • Q6. Rest and Soap API
  • Q7. Order of execution
  • Ans. 

    Order of execution in Salesforce determines the sequence of events that occur when a record is saved.

    • Validation rules are executed first

    • Before triggers are executed next

    • Custom validation rules are executed after before triggers

    • After triggers are executed next

    • Assignment rules are executed after after triggers

    • Workflows are executed after assignment rules

    • Escalation rules are executed after workflows

    • Processes are executed ...

  • Answered by AI

Skills evaluated in this interview

Salesforce Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write a trigger to update contact when accounts phone changed.
asked in Infosys
Q2. How do you make the child records read only of its parent record' ... read more
asked in TCS
Q3. Difference between Roles & Profiles, Difference between Workf ... read more
asked in Infosys
Q4. How do load both parent and child records at a time using data lo ... read more
asked in Infosys
Q5. How do you call a controllor method from javascript in visualforc ... read more

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1.  Key skils need to survive in the world

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't compare with others

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Roles & Profiles, Difference between Workflow-ProcessBuilder-Flow,Types of Workflow and how to set them up,Trigger context variables
  • Ans. 

    Explaining the difference between Roles & Profiles, Workflow-ProcessBuilder-Flow, types of Workflow, and Trigger context variables.

    • Roles define the level of access a user has to records in an organization, while profiles define the level of access a user has to objects and fields.

    • Workflow, Process Builder, and Flow are automation tools used to automate business processes in Salesforce.

    • Workflow rules are used to automat...

  • Answered by AI
  • Q2. Batch class and its functions, use of stateful interface in batch class
  • Ans. 

    Batch class is used to process large data sets in chunks. Stateful interface maintains state between batches.

    • Batch class implements Database.Batchable interface

    • It has three methods: start(), execute() and finish()

    • Stateful interface is used to maintain state between batches

    • Stateful variables can be declared outside of the execute() method

    • Example: Batch class to update all accounts with a specific field value

  • Answered by AI
  • Q3. Best practices for Apex class and Test class
  • Ans. 

    Best practices for Apex class and Test class

    • Use meaningful class and method names

    • Write clear and concise code

    • Use comments to explain complex logic

    • Write test classes to cover all scenarios

    • Use System.assert() to validate expected results

    • Avoid hardcoding values

    • Use try-catch blocks to handle exceptions

    • Avoid SOQL queries and DML statements in loops

    • Use @isTest annotation for test classes

    • Use Test.startTest() and Test.stopTest

  • Answered by AI
  • Q4. Components under a lightning aura bundle
  • Ans. 

    Components under a Lightning Aura Bundle

    • A Lightning Aura Bundle can contain multiple components

    • These components can be of different types such as Lightning Component, Apex Class, etc.

    • The components can communicate with each other using events

    • The bundle can also contain design resources like CSS and images

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer precisely and to the point, there will be one Technical round (or two if you are applying for senior technical role) followed by managerial and HR rounds.

Skills evaluated in this interview

TCS interview questions for designations

 Senior Salesforce Developer

 (5)

 Salesforce Administrator

 (1)

 Salesforce Developer Trainee

 (1)

 Developer

 (44)

 Software Developer

 (494)

 Java Developer

 (180)

 Web Developer

 (32)

 Python Developer

 (28)

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Apex, WF and PB, Asynchronous, order of execution, flows, basics of Lightning, Governance limit, Deployment types

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume.

Get interview-ready with Top TCS Interview Questions

TCS Interview FAQs

How many rounds are there in TCS Salesforce Developer 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 Salesforce Developer 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 Salesforce, SFDC, Apex, Sales Force Development and Lightning.
What are the top questions asked in TCS Salesforce Developer interview?

Some of the top questions asked at the TCS Salesforce Developer interview -

  1. Difference between Roles & Profiles, Difference between Workflow-ProcessBuilder...read more
  2. Batch class and its functions, use of stateful interface in batch cl...read more
  3. what is salesforce,governer limits,profiles,roles,visualforce,a...read more
How long is the TCS Salesforce Developer interview process?

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

Tell us how to improve this page.

TCS Salesforce Developer Interview Process

based on 19 interviews in last 1 year

2 Interview rounds

  • Technical Round
  • HR Round
View more

People are getting interviews through

based on 17 TCS interviews
Job Portal
Campus Placement
Company Website
WalkIn
Referral
Recruitment Consultant
53%
18%
12%
6%
6%
6%
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
TCS Salesforce Developer Salary
based on 2.5k salaries
₹2 L/yr - ₹9.5 L/yr
15% less than the average Salesforce Developer Salary in India
View more details

TCS Salesforce Developer Reviews and Ratings

based on 148 reviews

3.9/5

Rating in categories

3.7

Skill development

4.1

Work-Life balance

2.9

Salary & Benefits

4.8

Job Security

3.8

Company culture

2.7

Promotions/Appraisal

3.7

Work Satisfaction

Explore 148 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.7k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.1k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.7k 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.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview