Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Infosys Salesforce Developer Interview Questions, Process, and Tips

Updated 11 Mar 2025

Top Infosys Salesforce Developer Interview Questions and Answers

  • Q1. How do you make the child records read only of its parent record's field is updated to some value
  • Q2. How do you call a controllor method from javascript in visualforce page?
  • Q3. How do load both parent and child records at a time using data loader?
View all 30 questions

Infosys Salesforce Developer Interview Experiences

35 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. When would trigger be in read only context?
  • Ans. 

    Triggers are in read-only context when they are executed in a transaction that is read-only.

    • Triggers are in read-only context when they are executed in a transaction that is read-only.

    • This can happen when triggers are fired by a record being deleted, undeleted, merged, or when a workflow rule or process builder updates a record.

    • In read-only context, triggers cannot perform DML operations like insert, update, delete, un

  • Answered by AI
  • Q2. Explain composite resources in salesforce?
  • Ans. 

    Composite resources in Salesforce are resources that represent multiple related objects in a single request.

    • Composite resources allow you to make multiple API calls in a single request, reducing network latency and improving performance.

    • They are useful for operations that involve multiple related objects, such as creating a new account and related contacts in a single transaction.

    • Composite resources can be used with RE

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is batch class
  • Ans. 

    Batch class is used in Salesforce to process large amounts of data asynchronously.

    • Batch class is used to handle large data volumes in Salesforce.

    • It allows you to break down a large job into smaller chunks for processing.

    • Batch class implements the Database.Batchable interface in Salesforce.

    • Example: A batch class can be used to update all account records in Salesforce.

    • Example: A batch class can be used to delete all old

  • Answered by AI

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Apex trigger write on Account Description field update same field on contact description.
Round 2 - Behavioral 

(1 Question)

  • Q1. Mostly focus on LWC and Flow
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Mixed DML error?
  • Ans. 

    Mixed DML error occurs when DML operations on setup and non-setup objects are mixed in a single transaction.

    • Occurs when trying to perform DML operations on both setup and non-setup objects in a single transaction

    • Setup objects include User, Profile, PermissionSet, etc.

    • Non-setup objects include custom objects, standard objects like Account, Contact, etc.

    • Can be resolved by splitting the DML operations into separate transa...

  • Answered by AI
  • Q2. LWC - Component Communication

Infosys interview questions for designations

 Senior Salesforce Developer

 (3)

 Salesforce Administrator and Developer

 (3)

 Salesforce Consultant

 (4)

 Salesforce Administrator

 (2)

 Developer

 (22)

 Software Developer

 (260)

 Java Developer

 (144)

 Web Developer

 (21)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your role in your current project?
  • Ans. 

    I am responsible for designing, developing, and implementing custom solutions using Salesforce platform.

    • Designing and implementing custom solutions using Salesforce platform

    • Developing Apex classes, triggers, Visualforce pages, and Lightning components

    • Integrating Salesforce with external systems using REST/SOAP APIs

    • Working closely with stakeholders to gather requirements and provide technical solutions

  • Answered by AI
  • Q2. How you handle the situations?
  • Ans. 

    I handle situations by staying calm, analyzing the problem, and finding a solution.

    • Stay calm and composed under pressure

    • Analyze the situation to understand the root cause

    • Collaborate with team members to brainstorm solutions

    • Prioritize tasks based on urgency and impact

    • Communicate effectively with stakeholders

  • Answered by AI

Get interview-ready with Top Infosys Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Mostly trigger based questions asked then asynchronous apex

Salesforce Developer Jobs at Infosys

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

(4 Questions)

  • Q1. What are the trigger events in Salesforce
  • Ans. 

    Trigger events in Salesforce are actions that can cause a trigger to execute.

    • Before Insert

    • Before Update

    • Before Delete

    • After Insert

    • After Update

    • After Delete

    • After Undelete

  • Answered by AI
  • Q2. What is a sandbox?
  • Ans. 

    A sandbox is a separate environment for testing and developing applications without affecting the production environment.

    • A sandbox is a copy of the production environment where developers can experiment and make changes without impacting live data.

    • It allows developers to test new features, configurations, and integrations before deploying them to the production environment.

    • Sandbox environments can be refreshed with the...

  • Answered by AI
  • Q3. Best practices of trigger
  • Ans. 

    Best practices for triggers in Salesforce development

    • Use trigger handlers to separate logic from the trigger itself

    • Avoid using SOQL queries or DML statements inside loops

    • Leverage bulkification to process records in batches

    • Consider using trigger frameworks for better organization and maintainability

    • Write unit tests to ensure trigger functionality and coverage

  • Answered by AI
  • Q4. Write rollup summery on account object and contact
  • Ans. 

    A roll-up summary field calculates values from related records and displays the result on a parent record.

    • Roll-up summary fields can be created on the parent object to display aggregated data from child records.

    • They can be used to calculate the sum, count, minimum, maximum, or average of a field on the child object.

    • Roll-up summary fields are automatically updated when the child records are created, edited, or deleted.

    • T...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions were from Triggers, Async apex, LWC and flows
  • Q2. What is Batch Apex
  • Ans. 

    Batch Apex is a Salesforce feature that allows for processing large amounts of data in batches to prevent hitting governor limits.

    • Batch Apex is used to handle large data volumes by breaking the processing into smaller batches.

    • It is useful for operations like data cleansing, data migration, and data integration.

    • Batch Apex jobs can be scheduled to run at specific times or can be executed manually.

    • It helps in preventing h...

  • Answered by AI
  • Q3. How to call LWC from flows
  • Ans. 

    To call LWC from flows, create an Aura component that wraps the LWC and call the Aura component from the flow.

    • Create an Aura component that wraps the LWC component

    • Expose the LWC component as a public property in the Aura component

    • Call the Aura component from the flow using the 'Lightning Component' element

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. BASIC OF ADMIN PART
  • Q2. Apex scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - i was not prepared well for lwc so lost the opportunity but if you know the basics of lwc you can crack it easily
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How can we achieve record sharing in salesforce
  • Ans. 

    Record sharing in Salesforce can be achieved through sharing rules, manual sharing, and criteria-based sharing.

    • Use sharing rules to automatically grant access to certain records based on criteria

    • Use manual sharing to manually grant access to specific users or groups

    • Use criteria-based sharing to define sharing rules based on specific criteria

  • Answered by AI
  • Q2. What are decorators in LWC
  • Ans. 

    Decorators in LWC are functions that are used to modify the behavior of class properties or methods.

    • Decorators are used to add metadata to class members in Lightning Web Components.

    • They are declared using the @ symbol followed by the decorator name.

    • Decorators can be used for various purposes such as tracking changes, validating input, or controlling access to properties.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn LWC

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys Salesforce Developer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Infosys 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Salesforce, Technology Solutions, SFDC, Lightning and Apex.
What are the top questions asked in Infosys Salesforce Developer interview?

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

  1. How do you make the child records read only of its parent record's field is upd...read more
  2. How do you call a controllor method from javascript in visualforce pa...read more
  3. How do load both parent and child records at a time using data load...read more
How long is the Infosys Salesforce Developer interview process?

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

Recently Viewed

SALARIES

City Union Bank

LIST OF COMPANIES

Indian Overseas Bank

Locations

LIST OF COMPANIES

AU Small Finance Bank

Locations

SALARIES

IDFC FIRST Bank

LIST OF COMPANIES

Union Bank of India

Locations

LIST OF COMPANIES

ICICI Merchant Service

Locations

LIST OF COMPANIES

Punjab National Bank

Locations

SALARIES

IDFC FIRST Bank

LIST OF COMPANIES

Standard Chartered

Locations

INTERVIEWS

Deloitte

No Interviews

Tell us how to improve this page.

Infosys Salesforce Developer Interview Process

based on 34 interviews

2 Interview rounds

  • Technical Round
  • Coding Test Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Salesforce Developer Salary
based on 658 salaries
₹2.7 L/yr - ₹12.6 L/yr
5% less than the average Salesforce Developer Salary in India
View more details

Infosys Salesforce Developer Reviews and Ratings

based on 29 reviews

3.5/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

2.6

Salary

4.1

Job security

3.5

Company culture

2.3

Promotions

3.4

Work satisfaction

Explore 29 Reviews and Ratings
Salesforce Developer

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Salesforce Developer

Chennai

2-3 Yrs

Not Disclosed

Salesforce Developer

Bangalore / Bengaluru

3-5 Yrs

₹ 4-15.5 LPA

Explore more jobs
Technology Analyst
55.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹2.8 L/yr - ₹7.8 L/yr

System Engineer
39.6k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.9k salaries
unlock blur

₹5.1 L/yr - ₹19.6 L/yr

Senior Associate Consultant
28.2k salaries
unlock blur

₹6.2 L/yr - ₹16.6 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview