Upload Button Icon Add office photos

Filter interviews by

Accenture Salesforce Developer Interview Questions, Process, and Tips

Updated 4 Jan 2025

Top Accenture Salesforce Developer Interview Questions and Answers

View all 17 questions

Accenture Salesforce Developer Interview Experiences

33 interviews found

I applied via AmbitionBox and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Write a batch code to update account rating
  • Ans. 

    Batch code to update account rating

    • Create a batch class implementing Database.Batchable interface

    • Query for accounts with specific criteria

    • Update the rating field for each account

    • Execute the batch class using Database.executeBatch method

  • Answered by AI
  • Q2. Tirgger to update shipping address
  • Ans. 

    A trigger can be created to update shipping address based on certain criteria.

    • Create a trigger on the object where the shipping address is stored

    • Use an if statement to check the criteria for updating the address

    • Update the shipping address field using the appropriate syntax

  • Answered by AI
  • Q3. Object relationship types
  • Q4. Types of flows used
  • Ans. 

    Flows are used to automate business processes in Salesforce. There are different types of flows used depending on the requirement.

    • Screen Flows - used to collect data from users

    • Auto-launched Flows - used to automate processes without user interaction

    • Flow Triggers - used to launch a flow when a record is created or updated

    • Scheduled Flows - used to automate processes on a schedule

    • Record-Triggered Flows - used to automate ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Testcase pass percentage
  • Q2. What is quable apex in salesforce
  • Ans. 

    Quable Apex is a tool that allows developers to write and test Apex code in a more efficient and organized way.

    • Quable Apex provides a structured way to organize Apex code

    • It allows developers to write and test code in a more efficient manner

    • Quable Apex includes features such as code versioning and deployment management

    • It can be integrated with Salesforce's development tools such as the Force.com IDE

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Salesforce Developer interview:
  • apex code
  • Triggers
Interview preparation tips for other job seekers - nothing much to say abouth interview

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Basic Apex coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical Scenerio in LWC
  • Q2. Basic sceneries in Apex sharing
  • Ans. 

    Apex sharing allows developers to control access to records based on criteria.

    • Apex sharing rules can be used to extend sharing access beyond the organization-wide defaults.

    • Apex managed sharing allows developers to programmatically share records with specific users or groups.

    • Sharing reasons can be used to define the reason for sharing a record in Apex.

    • Apex sharing can be enforced using the 'with sharing' keyword in Apex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Basic of Salesforce admin and development

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. Admin, Apex, LWC, Data Model and Security.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between pub-sub and LMS
  • Q2. Certificate management

Accenture interview questions for designations

 Senior Salesforce Developer

 (7)

 Salesforce Administrator and Developer

 (1)

 Salesforce Administrator

 (3)

 Salesforce Consultant

 (3)

 Salesforce Developer Lead

 (2)

 Salesforce Application Developer

 (1)

 Developer

 (8)

 Salesforce Tester

 (1)

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

(2 Questions)

  • Q1. Why we make Seealldata=false
  • Q2. Why we use @api decorator

Get interview-ready with Top Accenture Interview Questions

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

(3 Questions)

  • Q1. In LWC, explain lifecycle hooks
  • Ans. 

    Lifecycle hooks in LWC are methods that allow developers to hook into the lifecycle of a component.

    • ConnectedCallback - called when a component is inserted into the DOM

    • RenderedCallback - called after a component's template has been rendered

    • DisconnectedCallback - called when a component is removed from the DOM

    • ErrorCallback - called when an error occurs in a component

    • Example: connectedCallback() { console.log('Component c

  • Answered by AI
  • Q2. What is the difference between Batchable and Queueable Apex?
  • Ans. 

    Batchable Apex is used for processing large data sets in smaller chunks, while Queueable Apex is used for asynchronous processing of single job.

    • Batchable Apex is used for processing large data sets in smaller chunks

    • Queueable Apex is used for asynchronous processing of single job

    • Batchable Apex can be scheduled to run at specific times, while Queueable Apex runs immediately after being added to the queue

    • Batchable Apex us...

  • Answered by AI
  • Q3. Which data type is not allowed in future method?
  • Ans. 

    Future methods do not allow sObjects as data type.

    • Future methods in Salesforce do not allow sObjects as parameters.

    • You cannot pass an sObject, such as Account or Contact, as a parameter to a future method.

    • Instead, you can pass the sObject ID and query for the sObject in the future method.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Difference between synchronous and asynchronous methods in apex
  • Ans. 

    Synchronous methods execute in a sequential order, while asynchronous methods allow for parallel execution.

    • Synchronous methods execute in a sequential order, blocking the execution until the method is completed.

    • Asynchronous methods allow for parallel execution, enabling other processes to continue while the method runs in the background.

    • Synchronous methods are suitable for tasks that require immediate results, while as...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Lifecycle hooks
  • Q2. Lightning message service
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Recursive trigger
  • Q2. Roll up summary trigger
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Call parent to child in lwc
  • Ans. 

    To call parent to child in LWC, use @api decorator in child component to expose a public property and then use the property in parent component.

    • Use @api decorator in child component to expose a public property

    • Pass data from parent to child component using the public property

    • Access the data in the child component using the public property

  • Answered by AI
  • Q2. Trigger scenarios

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Trigger to count total opportunity amount on Account
  • Ans. 

    Create a trigger to calculate total opportunity amount on Account

    • Create an after insert, update, delete trigger on Opportunity object

    • Query all related Opportunities for the Account

    • Calculate the total amount and update a custom field on the Account

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Accenture Interview FAQs

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

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

  1. write a batch code to update account rat...read more
  2. what is quable apex in salesfo...read more
  3. tirgger to update shipping addr...read more
How long is the Accenture Salesforce Developer interview process?

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

Tell us how to improve this page.

Accenture Salesforce Developer Interview Process

based on 25 interviews in last 1 year

2 Interview rounds

  • Technical Round 1
  • Technical Round 2
View more

People are getting interviews through

based on 20 Accenture interviews
Job Portal
Referral
Company Website
WalkIn
Campus Placement
60%
10%
5%
5%
5%
15% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Accenture Salesforce Developer Salary
based on 1.9k salaries
₹2.8 L/yr - ₹11.9 L/yr
At par with the average Salesforce Developer Salary in India
View more details

Accenture Salesforce Developer Reviews and Ratings

based on 107 reviews

4.1/5

Rating in categories

3.8

Skill development

3.6

Work-Life balance

3.4

Salary & Benefits

3.9

Job Security

3.9

Company culture

3.1

Promotions/Appraisal

3.6

Work Satisfaction

Explore 107 Reviews and Ratings
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
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