Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Salesforce Consultant Interview Questions, Process, and Tips

Updated 27 Aug 2024

Top Accenture Salesforce Consultant Interview Questions and Answers

  • Q1. Different types of flows and how to add lwc components to flows
  • Q2. How can utilise data in salesforce by not storing in salesforce for building dashboards and reports
  • Q3. write a trigger to create contact whenever account is created.

Accenture Salesforce Consultant Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Write a trigger to create contact whenever account is created.
  • Ans. 

    Trigger to create contact when account is created

    • Create an after insert trigger on Account object

    • Check if the trigger is fired due to account creation

    • Create a new contact record with necessary fields filled in

  • Answered by AI
  • Q2. Error handling in flows
  • Ans. 

    Error handling in flows involves setting up fault paths to handle exceptions and errors that may occur during the flow execution.

    • Set up fault paths in the flow to catch and handle errors

    • Use decision elements to determine the appropriate action based on the error

    • Consider using record-triggered flows for more complex error handling scenarios

    • Utilize debug logs and error emails to track and troubleshoot errors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - believe in yourself

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Lwc lifecycle hooks
  • Q2. Different types of flows and how to add lwc components to flows
  • Ans. 

    Different types of flows and how to add LWC components to flows

    • Types of flows include autolaunched flows, screen flows, and scheduled flows

    • To add LWC components to flows, use the 'lightning__FlowScreen' interface in the LWC component's meta file

    • LWC components can be added to flows using the Lightning App Builder by dragging and dropping them onto the flow canvas

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly Lwc and admin part basics

Skills evaluated in this interview

Salesforce Consultant Interview Questions Asked at Other Companies

asked in Deloitte
Q1. 1. can we extract related object from parent object and vice vers ... read more
asked in Infosys
Q2. Trigger on child object to update parent object (Account from Con ... read more
asked in Deloitte
Q3. how to convert one to one relation to many to many relationship
asked in Infosys
Q4. Trigger to send Email to Contacts on update on Account
Q5. What is the knowledge required for a Salesforce Consultant and Re ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How can utilise data in salesforce by not storing in salesforce for building dashboards and reports
  • Ans. 

    Utilize external data sources for building dashboards and reports in Salesforce

    • Integrate external data sources using Salesforce Connect or third-party integration tools

    • Use tools like Tableau or Power BI to connect to external data sources and create visualizations

    • Leverage APIs to pull data from external systems into Salesforce for reporting purposes

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Trigger on child object to update parent object (Account from Contact)
  • Ans. 

    Use trigger on Contact to update related Account fields

    • Create a trigger on Contact object

    • Query for related Account record using Contact's AccountId

    • Update Account fields based on Contact field changes

  • Answered by AI
  • Q2. Batch Apex Syntax, Features and Limitations
  • Ans. 

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

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

    • It is implemented by writing a class that implements the Database.Batchable interface.

    • Batch Apex has start, execute, and finish methods to control the batch processing.

    • It has limitations such as a maximum of 50 million records processed per batch...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Trigger to send Email to Contacts on update on Account
  • Ans. 

    Use a trigger to send email to contacts when an account is updated

    • Create a trigger on Account object

    • Query for related contacts

    • Send email to contacts using Apex email class

  • Answered by AI
  • Q2. Communication in LWC
  • Ans. 

    Communication in LWC involves using events, properties, and methods to pass data between components.

    • Use events to communicate between parent and child components

    • Pass data using properties in the component hierarchy

    • Call methods in child components from parent components

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Reason for Job Change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Desire to work with cutting-edge technology

    • Opportunity for career advancement

    • Seeking a more collaborative team environment

  • Answered by AI
  • Q2. Salary Expectations

Interview Preparation Tips

Topics to prepare for Infosys Salesforce Consultant interview:
  • Batch Apex
  • LWC
  • Apex Triggers

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a trigger to update the account name like all related contact names when a related contact record name is inserted aur updated.
  • Q2. What is Lightning flows and describe it's types?
  • Ans. 

    Lightning flows are declarative automation tools in Salesforce that allow users to design and automate business processes.

    • Lightning flows are used to automate business processes by guiding users through a series of screens or steps.

    • There are two types of Lightning flows: Screen Flows and Auto-launched Flows.

    • Screen Flows are interactive flows that guide users through a series of screens to collect and display informatio...

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic to advanced definition and scenarios based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well to explain about the project and scenarios based questions

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal Testing Questions and Agile

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was smooth and simple.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. How to bulkify flows
  • Ans. 

    Bulkifying flows involves optimizing flows to handle large volumes of data efficiently.

    • Use collections (such as lists or maps) to process records in bulk

    • Avoid using record-triggered flows on large data sets

    • Minimize the number of queries and DML operations within the flow

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain how will you integrate two salesforce org, all the necessary steps.
  • Ans. 

    Integrating two Salesforce orgs involves mapping data, setting up connections, and testing the integration.

    • Map out the data fields and objects that need to be synced between the two orgs.

    • Set up a connection using Salesforce Connect or third-party integration tools like MuleSoft or Jitterbit.

    • Configure security settings to ensure data privacy and compliance.

    • Test the integration thoroughly to ensure data is syncing accura...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. It was very Extensive. It was a really good learning experience for me.
  • Q2. For the technical round the interviewers try to test your knowledge in all aspects of salesforce so one has to be prepated accordingly

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Salesforce Security
Apex
Lwc
flows
Aura

Accenture Interview FAQs

How many rounds are there in Accenture Salesforce Consultant interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are Technical.
How to prepare for Accenture Salesforce Consultant 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.
What are the top questions asked in Accenture Salesforce Consultant interview?

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

  1. Different types of flows and how to add lwc components to fl...read more
  2. How can utilise data in salesforce by not storing in salesforce for building da...read more
  3. write a trigger to create contact whenever account is creat...read more

Tell us how to improve this page.

Accenture Salesforce Consultant Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Accenture Salesforce Consultant Salary
based on 48 salaries
₹4.9 L/yr - ₹15.8 L/yr
21% less than the average Salesforce Consultant Salary in India
View more details

Accenture Salesforce Consultant Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

3.3

Salary

3.9

Job security

4.3

Company culture

3.6

Promotions

4.2

Work satisfaction

Explore 4 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.4k salaries
unlock blur

₹3.6 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

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