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
1
Bad
Difficulty level
-
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Soql query for accounts which has no contacts. 2. Account has a field numberofcontacts, create N number of contacts based on that field. 3 .Create sosl query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Poor recruitment process, despite your skills they just come up with 3 random questions and expect you to answer, otherwise you do not get selected.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Integration questions and coding

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Trigger to count no of opportunitylineitems and display in Accout custom field
  • Ans. 

    Create a trigger to count Opportunity Line Items and display in Account custom field

    • Create a trigger on OpportunityLineItem object

    • Use SOQL query to count the number of Opportunity Line Items related to the Account

    • Update the custom field on Account with the count value

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Current package

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic level of questions
  • Q2. What is permission set
  • Ans. 

    Permission set is a collection of settings and permissions that define what a user can do in Salesforce.

    • Permission set is used to grant additional permissions to users beyond their profile settings.

    • It allows administrators to give specific access to objects, fields, tabs, and other features.

    • Multiple permission sets can be assigned to a user to provide a combination of permissions.

    • Permission sets can be used to extend t...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Past project experiences explanation

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Lwc, trigger , aura, integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Get interview-ready with Top Infosys Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Salesforce customization related technical questions
Round 2 - Mangerial round 

(1 Question)

  • Q1. Question related to different clouds and scenario based questions

Salesforce Developer Jobs at Infosys

View all

Salesforce Developer Interview Questions & Answers

user image raghavendra kulkarni

posted on 12 Mar 2024

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

(1 Question)

  • Q1. Difference between profile and role
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Write a trigger for de-duplication of records
  • Ans. 

    A trigger for de-duplication of records in Salesforce

    • Create a trigger on the object you want to de-duplicate

    • Use SOQL query to find duplicate records based on specific criteria

    • Merge duplicate records or mark them as duplicates

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Took interview 1st round - cleared
Round 3 - Technical 

(1 Question)

  • Q1. 2nd round also went well no response till yet

Interview Preparation Tips

Interview preparation tips for other job seekers - no reply from them i have to chased them for 1 week straight and they said no

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Apex coding

Interview Preparation Tips

Topics to prepare for Infosys Salesforce Developer interview:
  • Lwc
Interview preparation tips for other job seekers - Always practice in coding. Be prepared

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 640 salaries
₹2.7 L/yr - ₹12 L/yr
8% 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
55.9k 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.5k 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 - ₹16.8 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