Upload Button Icon Add office photos

Filter interviews by

Protiviti Salesforce Consultant Interview Questions and Answers

Updated 10 Jun 2024

Protiviti Salesforce Consultant Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
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 - One-on-one 

(2 Questions)

  • Q1. General questions from CV
  • Q2. About Sales Force

Interview Preparation Tips

Interview preparation tips for other job seekers - Just like others they somehow don't beleive in getting back to the interviewee with a decision. so just give their interview and don't wait for the response. Bunch of high-headed folks.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Assignment 

The exam was all the topics of salesforce

Round 2 - Technical 

(1 Question)

  • Q1. The interview was fine they touched all the topics from basic to advance but not much scenario based questions. Interview time around 1.15 hour
Round 3 - Technical 

(1 Question)

  • Q1. This interview was all about the scenario based questions. Interview time 1 hour
Round 4 - HR 

(1 Question)

  • Q1. They first called me and told me I got selected but they did not release the offer letter and they put me on hold after some days they again called me and said we will release the offer in 2 weeks but they...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not give interview at Deloitte
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the types of trigger in Salesforce
  • Ans. 

    Types of triggers in Salesforce include before triggers, after triggers, and future triggers.

    • Before triggers are used to update or validate record values before they are saved to the database.

    • After triggers are used to access field values that are set by the system (such as a record's ID) and to affect changes in other records.

    • Future triggers are used to perform operations asynchronously, such as sending email notifica...

  • Answered by AI
  • Q2. Why are sharing rules used?
  • Ans. 

    Sharing rules are used to extend sharing access to users in Salesforce beyond the organization-wide defaults.

    • Sharing rules are used to grant access to records that a user does not own.

    • They are used to extend sharing access beyond the organization-wide defaults.

    • Sharing rules can be based on criteria or ownership.

    • They are used to give read or read/write access to specific groups of users.

    • Sharing rules are often used in c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please remember your basics well.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Resume Screening Test
Round 2 - Technical 

(7 Questions)

  • Q1. Questions on Asynchornous, can we call one future from another future,
  • Q2. How to show page layouts based on user location
  • Ans. 

    Page layouts can be shown based on user location by using Salesforce's record types and page layout assignment rules.

    • Create multiple record types for the object

    • Assign different page layouts to each record type

    • Create page layout assignment rules based on user location

    • Specify the criteria for each rule, such as user's country or region

    • Assign the appropriate page layout to each rule

  • Answered by AI
  • Q3. Types of soql statements
  • Ans. 

    Types of SOQL statements

    • SELECT statement is used to retrieve records from one or more objects

    • UPDATE statement is used to modify existing records

    • DELETE statement is used to delete records

    • INSERT statement is used to create new records

    • UPSERT statement is used to either update existing records or insert new records

    • SOQL also supports aggregate functions like COUNT, SUM, AVG, etc.

    • SOQL can be used to query data from standard

  • Answered by AI
  • Q4. Types of ids 15 and 18 what are they?
  • Ans. 

    IDs 15 and 18 are Salesforce record IDs.

    • Salesforce record IDs are unique identifiers for records in the Salesforce platform.

    • ID 15 is a case-sensitive 15-character ID, while ID 18 is a case-insensitive 18-character ID.

    • These IDs are used to reference and identify specific records in Salesforce.

    • They are commonly used in queries, data manipulation, and integration processes.

  • Answered by AI
  • Q5. How to convert one to one relation to many to many relationship
  • Ans. 

    To convert one to one relation to many to many relationship, create a junction object and establish relationships.

    • Create a junction object to serve as the intermediary between the two objects.

    • Create two lookup fields on the junction object, one for each object in the one to one relationship.

    • Update the existing records to associate them with the junction object.

    • Create new records in the junction object to establish the ...

  • Answered by AI
  • Q6. Write batch apex to move all attachments to files
  • Ans. 

    Batch Apex to move attachments to files

    • Create a Batch Apex class that implements the Database.Batchable interface

    • In the start method, query for all attachments that need to be moved

    • In the execute method, loop through the attachments and create corresponding files

    • In the finish method, delete the attachments that have been successfully moved

  • Answered by AI
  • Q7. How to check security through apex
  • Ans. 

    To check security through Apex, use System.runAs() to run code with different user contexts.

    • Use System.runAs() to execute code as a specific user

    • Check user permissions using the UserRecordAccess object

    • Verify field-level security using the Schema.DescribeFieldResult class

    • Use the Security.stripInaccessible() method to remove inaccessible records from query results

  • Answered by AI

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 Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Salesforce Admin and LWC basics
  • Q2. Apex Development questions
Round 2 - Behavioral 

(5 Questions)

  • Q1. Tell me about your experience
  • Q2. Explain your projects
  • Q3. How many certifications do you have?
  • Q4. Are you comfortable with Pune location?
  • Q5. How much you rate yourself on a scale of 10 in Apex, LWC, Integrations, Sales Cloud?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics well. You must know your projects well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Multiple choice questions related to salesforce dev and admin

Round 3 - One-on-one 

(4 Questions)

  • Q1. Questions on salesforce development
  • Q2. Salesforce admin
  • Q3. Best practices of apex class
  • Ans. 

    Best practices for writing Apex classes in Salesforce

    • Follow naming conventions for classes, variables, and methods

    • Keep classes focused on a single purpose to improve readability and maintainability

    • Use comments to explain complex logic or business rules

    • Avoid using hard-coded values and use custom settings or custom metadata types instead

    • Write unit tests to ensure code coverage and catch any potential issues early on

  • Answered by AI
  • Q4. Apex triggers, testclasses
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions related to working project and roles , responsibilities
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Explain me how your day goes as Salesforce Developer ? Do you have experience working with LWC ? What is biggest challenge you have faced in your project? Explain difference between Role and Profile? Ca...
Round 3 - Technical 

(1 Question)

  • Q1. This is complete scenario based round First asked about your strength in UI (Aura vs LWC) Scenario based questions on LWC Trigger Framework? Questions on LargeDataVolumes
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked about Integrations Visualforce Pages MVC Architecture Wrapper Class Difference between WorkFlow and Flow Builder Can many to many relationship have Lookup field?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. All that is on resume Integration Lwc Soql All scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before going to any interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All question based on my cv on apex trigger topic

Protiviti Interview FAQs

How many rounds are there in Protiviti Salesforce Consultant interview?
Protiviti interview process usually has 1 rounds. The most common rounds in the Protiviti interview process are One-on-one Round.
What are the top questions asked in Protiviti Salesforce Consultant interview?

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

  1. General questions from...read more
  2. About Sales Fo...read more

Tell us how to improve this page.

Protiviti Salesforce Consultant Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 799 Interviews
ZS Interview Questions
3.4
 • 482 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
Citco Interview Questions
3.1
 • 136 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 100 Interviews
View all
Consultant
463 salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Senior Consultant
459 salaries
unlock blur

₹6.2 L/yr - ₹18 L/yr

Deputy Manager
300 salaries
unlock blur

₹9 L/yr - ₹22.5 L/yr

Consultant2
178 salaries
unlock blur

₹3.6 L/yr - ₹9.1 L/yr

Manager
172 salaries
unlock blur

₹12 L/yr - ₹28.9 L/yr

Explore more salaries
Compare Protiviti with

KPMG India

3.5
Compare

Deloitte

3.8
Compare

PwC

3.4
Compare

Ernst & Young

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