Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

PwC Salesforce Developer Interview Questions, Process, and Tips

Updated 1 Oct 2024

Top PwC Salesforce Developer Interview Questions and Answers

View all 13 questions

PwC Salesforce Developer Interview Experiences

10 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is trigger in salesforce
  • Ans. 

    A trigger in Salesforce is a piece of code that is executed before or after specific data manipulation events, such as insert, update, or delete.

    • Triggers are used to perform custom actions on records in Salesforce.

    • Triggers can be written in Apex programming language.

    • Triggers can be executed before or after specific events like insert, update, or delete.

    • Triggers are associated with a specific object in Salesforce.

    • Exampl...

  • Answered by AI
  • Q2. Type of flows in salesforce
  • Ans. 

    There are three types of flows in Salesforce: Autolaunched Flows, Screen Flows, and Scheduled Flows.

    • Autolaunched Flows are triggered by a process or Apex trigger and do not require user interaction.

    • Screen Flows guide users through a series of screens to collect and display information.

    • Scheduled Flows are triggered by a schedule and can automate repetitive tasks.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in May 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Diff. between SOQL and SOSL
  • Ans. 

    SOQL is used to query records from Salesforce objects, while SOSL is used to search for records across multiple objects.

    • SOQL stands for Salesforce Object Query Language

    • SOQL is used to query records from a single Salesforce object

    • SOSL stands for Salesforce Object Search Language

    • SOSL is used to search for records across multiple Salesforce objects

    • SOQL queries are more structured and specific, while SOSL searches are more

  • Answered by AI
  • Q2. Queueable Apex and Future Apex , Use, syntax and differences
  • Q3. Screen flow, Why we use Subflow?
  • Ans. 

    Subflows are used in screen flows to break down complex processes into smaller, reusable components.

    • Subflows help in organizing and modularizing the flow logic.

    • They allow for reusability of common flow elements across multiple screen flows.

    • Subflows can be called from multiple places within a screen flow, reducing redundancy.

    • They make it easier to maintain and update the flow logic.

    • Subflows can improve the overall perfo...

  • Answered by AI
  • Q4. What is mixed dml error?
  • Ans. 

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

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

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

    • Non-setup objects include custom objects created by the user.

    • To avoid mixed DML error, separate the DML operations on setup and

  • Answered by AI
  • Q5. Trigger to prevent user from deleting Account if any opportunity record is associated with it
  • Ans. 

    Use a trigger to prevent deletion of Account if any Opportunity record is associated with it

    • Create a before delete trigger on Account object

    • Query for related Opportunity records using SOQL

    • If any Opportunity records are found, throw an error message to prevent deletion

  • Answered by AI
  • Q6. What is ValidateInput
  • Ans. 

    ValidateInput is a method used to check and validate user input in a software application.

    • ValidateInput ensures that the data entered by the user meets certain criteria or constraints.

    • It helps prevent errors and security vulnerabilities by verifying the input before processing it.

    • Examples include checking for valid email addresses, ensuring numeric values are within a specified range, and validating required fields.

  • 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic understanding of platform
Round 2 - Technical 

(1 Question)

  • Q1. Advance level knowledge
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and rest depends on your experience in projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Roll up summary trigger to populate number of open opportunities on account
  • Ans. 

    Use a roll up summary trigger to populate the number of open opportunities on an account

    • Create a trigger on Opportunity object to update the count on Account object

    • Query for open opportunities related to the account

    • Update the count field on the Account object with the number of open opportunities

  • Answered by AI

Skills evaluated in this interview

PwC interview questions for designations

 Senior Salesforce Developer

 (1)

 Salesforce Consultant

 (1)

 Software Developer

 (8)

 Java Developer

 (4)

 Servicenow Developer

 (2)

 Android Developer

 (2)

 Developer Associate

 (1)

 Senior Developer

 (1)

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

I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions on aptitude round on probability and time and work

Round 2 - Technical 

(1 Question)

  • Q1. Regarding my projects in salesforce
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions

Get interview-ready with Top PwC Interview Questions

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

(1 Question)

  • Q1. Hiring was for Salesforce developer role and interview questions were mainly from core Java, oops concept and coding question to reduce the complexity in the code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well is the mantra.
Take pause before replying and if u don't know any answer simply say, "I will look into this after the interview", and proceed with next set of questions.

Salesforce Developer Jobs at PwC

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Sep 2022. There were 5 interview rounds.

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 - Coding Test 

Dsa and aptitude mcq's

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on my resume
Round 4 - One-on-one 

(2 Questions)

  • Q1. Sorting algorithm
  • Q2. SQL query for the given problem statement
Round 5 - HR 

(1 Question)

  • Q1. Asked about company

Interview Preparation Tips

Topics to prepare for PwC Salesforce Developer interview:
  • DSA
  • Aptitude
  • Pwc
  • MySQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy and tricky but u need to be quick

Round 2 - Coding Test 

Only one single code and not that difficult

Round 3 - Case Study 

One hour of group discussion on one topic

Round 4 - HR 

(2 Questions)

  • Q1. Willing to relocate on business needs
  • Ans. 

    Yes

    • I am willing to relocate based on the business needs of the company.

    • I understand that being flexible and adaptable is important in a dynamic work environment.

    • I have previous experience of relocating for work purposes.

    • I am open to exploring new opportunities and locations.

  • Answered by AI
  • Q2. Are you flexible with timings
  • Ans. 

    Yes, I am flexible with timings.

    • I understand that the nature of the job may require me to work outside regular hours.

    • I am willing to adjust my schedule to meet project deadlines.

    • I am open to discussing flexible work arrangements with my team.

    • For example, I have worked on projects that required me to work weekends or late nights to meet client needs.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack interview ones u cleared the test so be cautious while writing the exam
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 - Technical 

(2 Questions)

  • Q1. Write an Apex Triggers on Opportunity
  • Ans. 

    An Apex trigger on Opportunity can automate processes and enforce business logic.

    • Use the 'before insert' and 'before update' events to modify data before it is saved.

    • Use the 'after insert' and 'after update' events to perform actions after data is saved.

    • Use the 'before delete' event to prevent deletion of records.

    • Use the 'after delete' event to perform actions after records are deleted.

    • Use the 'after undelete' event to...

  • Answered by AI
  • Q2. Technologies you have worked on salesforce
  • Ans. 

    I have worked on various technologies in Salesforce including Apex, Visualforce, Lightning Components, and Salesforce APIs.

    • Apex - Used for writing business logic and customizing Salesforce functionality.

    • Visualforce - Used for creating custom user interfaces and pages.

    • Lightning Components - Used for building responsive and dynamic web applications.

    • Salesforce APIs - Used for integrating Salesforce with external systems a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read Salesforce dev guide. Stay confident. Don't lie

Skills evaluated in this interview

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Salesforce What is soql
  • Ans. 

    Salesforce is a cloud-based CRM platform that helps businesses manage customer interactions and data.

    • Salesforce is a customer relationship management (CRM) platform

    • It is cloud-based and accessible from anywhere

    • It helps businesses manage customer interactions and data

    • It offers a range of tools and features for sales, marketing, and customer service

    • SOQL (Salesforce Object Query Language) is a query language used to searc...

  • Answered by AI
  • Q2. What is trigger What is apex
  • Ans. 

    A trigger is a piece of code that executes before or after a record is inserted, updated, or deleted in Salesforce.

    • Triggers are used to automate processes and enforce business logic.

    • Triggers can be written in Apex and are associated with a specific object.

    • Triggers can be used to update related records, send emails, or perform other actions.

    • Triggers can be created using the Salesforce user interface or the Salesforce De

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy, they need heads to bill from client

Skills evaluated in this interview

PwC Interview FAQs

How many rounds are there in PwC Salesforce Developer interview?
PwC interview process usually has 2-3 rounds. The most common rounds in the PwC interview process are Technical, HR and Resume Shortlist.
How to prepare for PwC 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 PwC. The most common topics and skills that interviewers at PwC expect are Salesforce, Consulting, Oracle, SAP and C++.
What are the top questions asked in PwC Salesforce Developer interview?

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

  1. Trigger to prevent user from deleting Account if any opportunity record is asso...read more
  2. Write an Apex Triggers on Opportun...read more
  3. Screen flow, Why we use Subfl...read more

Tell us how to improve this page.

PwC Salesforce Developer Interview Process

based on 8 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 802 Interviews
ZS Interview Questions
3.4
 • 482 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 100 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
WSP Interview Questions
4.2
 • 89 Interviews
View all
PwC Salesforce Developer Salary
based on 261 salaries
₹3.5 L/yr - ₹15 L/yr
22% more than the average Salesforce Developer Salary in India
View more details

PwC Salesforce Developer Reviews and Ratings

based on 19 reviews

4.0/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.9

Salary

4.2

Job security

4.2

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 19 Reviews and Ratings
AES Salesforce Developer - Associate - Consult

Hyderabad / Secunderabad,

Bangalore / Bengaluru

1-5 Yrs

₹ 4.5-15.28 LPA

Salesforce Developer LwC Senior Associate

Bangalore / Bengaluru

4-5 Yrs

Not Disclosed

AES Salesforce Developer - Associate - Consult

Hyderabad / Secunderabad,

Bangalore / Bengaluru

2-5 Yrs

₹ 4.5-15.28 LPA

Explore more jobs
Senior Associate
15.2k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
13k salaries
unlock blur

₹4.8 L/yr - ₹17 L/yr

Manager
6.8k salaries
unlock blur

₹14 L/yr - ₹44.5 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Associate2
4.3k salaries
unlock blur

₹4.8 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.8
Compare

TCS

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