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

Infosys Salesforce Developer Interview Questions, Process, and Tips

Updated 20 Jan 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

34 interviews found

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 Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a LWC to display contacts associated to an account.
  • Ans. 

    LWC to display contacts associated to an account

    • Create an Apex class to fetch contacts associated with the account

    • Use Lightning Data Service to retrieve account details

    • Display contacts in a Lightning web component using HTML and CSS

  • Answered by AI
  • Q2. Write a trigger to update field on child record from parent record.
  • Ans. 

    Use trigger to update child record field from parent record

    • Create a trigger on the parent object

    • Query for the child records related to the parent record

    • Update the field on the child records with the desired value

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a trigger to update a field on child record a default value if the child record is the only child of parent
  • Ans. 

    Write a trigger to update a field on child record with default value if it is the only child of parent

    • Create a trigger on the child object

    • Query for the parent record and check if it has only one child record

    • If the parent has only one child, update the field on the child record with the default value

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys is not giving salary hike even if you clear all the rounds they come up with an offer of just 10%

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you debug LWC
  • Ans. 

    Debugging LWC involves using browser developer tools, console logs, and Salesforce Lightning Inspector.

    • Use browser developer tools to inspect elements and check for errors.

    • Utilize console logs to track variables and identify issues in the code.

    • Use Salesforce Lightning Inspector to debug server-side Apex calls and network requests.

  • Answered by AI
  • Q2. REST SOAP APIs differences
  • Ans. 

    REST and SOAP APIs are different in terms of architecture, communication, and data formats.

    • REST is based on HTTP protocol and uses standard methods like GET, POST, PUT, DELETE, while SOAP is a protocol-agnostic and uses XML for communication.

    • REST is lightweight and easier to use, while SOAP is more rigid and has more security features.

    • REST APIs are stateless, while SOAP APIs can maintain state between requests.

    • REST API...

  • 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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your project experience in salesforce
  • Q2. I said that i get a chance to work in 3 project , and it was a great experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a trigger to update StageName on Opportunity whenever the Account Active field is set to Yes
  • Ans. 

    Trigger to update StageName on Opportunity when Account Active field is set to Yes

    • Create a trigger on Account object

    • Query for related Opportunities

    • Update StageName field on Opportunities where Account Active is Yes

  • Answered by AI
  • Q2. Asynchronous Apex
  • Ans. 

    Asynchronous Apex is used to run processes in the background without user interaction.

    • Asynchronous Apex is used for long-running processes, such as callouts to external systems or batch processing.

    • It allows for better performance by not blocking the user interface while the process is running.

    • Examples include @future methods, Queueable Apex, and Batch Apex.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive.

Skills evaluated in this interview

Infosys interview questions for designations

 Senior Salesforce Developer

 (3)

 Salesforce Administrator and Developer

 (3)

 Salesforce Consultant

 (4)

 Salesforce Administrator

 (2)

 Developer

 (22)

 Software Developer

 (261)

 Java Developer

 (145)

 Web Developer

 (21)

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 Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Triggers based questions
  • Q2. Lwc and security related questions

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. Explain your projects and experience with brief introduction
  • Q2. Asynchronous Apex

Salesforce Developer Jobs at Infosys

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Write a trigger to count the number of employees in Employee object

Round 2 - Coding Test 

Write LWC syntaxs for life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview started with coding questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Parent to child and child to parent communication in LWC
  • Ans. 

    Parent to child and child to parent communication in LWC

    • Use @api decorator to expose properties from parent to child

    • Use CustomEvent to communicate from child to parent

    • Use Lightning Message Service for communication between unrelated components

  • Answered by AI
  • Q2. Apex trigger to update lastName
  • Ans. 

    Apex trigger to update lastName

    • Create an Apex trigger on the object where lastName needs to be updated

    • Use trigger.new to access the records being updated

    • Update the lastName field with the desired value

  • Answered by AI
  • Q3. With or without in apex class

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Question about project
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

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.

Tell us how to improve this page.

Infosys Salesforce Developer Interview Process

based on 33 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 639 salaries
₹2.7 L/yr - ₹12 L/yr
9% less than the average Salesforce Developer Salary in India
View more details

Infosys Salesforce Developer Reviews and Ratings

based on 28 reviews

3.6/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

2.6

Salary

4.2

Job security

3.6

Company culture

2.4

Promotions

3.5

Work satisfaction

Explore 28 Reviews and Ratings
Salesforce Developer

Chennai

2-3 Yrs

Not Disclosed

Salesforce Developer

Bangalore / Bengaluru

3-5 Yrs

₹ 4-15.5 LPA

Salesforce Developer

Bangalore / Bengaluru

3-5 Yrs

₹ 4.22208-15.35 LPA

Explore more jobs
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.4k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.4k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.7k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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