Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by BDO RISE Private Limited Team. If you also belong to the team, you can get access from here

BDO RISE Private Limited Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 234 Reviews

Filter interviews by

BDO RISE Private Limited Salesforce Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is the by default sharing method followed by apex code
  • Ans. 

    Apex code follows the by default sharing method of 'with sharing'.

    • By default, Apex code enforces sharing rules that apply to the current user.

    • This means that the code runs in the user's context and respects their sharing settings.

    • Developers can also use 'without sharing' to bypass sharing rules if necessary.

  • Answered by AI
  • Q2. How to bypass sharing rules via apex class
  • Ans. 

    Bypassing sharing rules via apex class involves using 'without sharing' keyword in the class definition.

    • Use 'without sharing' keyword in the class definition to bypass sharing rules.

    • This keyword allows the apex class to ignore sharing rules and access all data regardless of the user's permissions.

  • Answered by AI
  • Q3. How to convert Json data into string in LWC Can we do callouts from LWC? What is the precautions need to take care Before writing queaueable apex class? Have you worked on platform events? How to communi...
  • Ans. 

    To convert Json data into string in LWC, use JSON.stringify() method.

    • Use JSON.stringify() method to convert Json data into string in LWC.

    • Yes, callouts can be made from LWC using imperative Apex.

    • Precautions before writing queueable Apex class include governor limits, bulkification, and error handling.

    • Platform events can be used for inter-component communication in LWC.

    • To communicate unrelated LWC components, use Lightni

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )

Round 2 - Technical 

(1 Question)

  • Q1. Asked for the introduction , then asked questions from the resume . Also the OOPS concept and interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give only neccessay answer of the question,do not say something extra
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are types of flows
  • Ans. 

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

    • Autolaunched flows are triggered by a process or record change

    • Screen flows guide users through a series of screens to collect information

    • Scheduled flows are triggered based on a schedule or time-based event

  • Answered by AI
  • Q2. What are types of table in report
  • Ans. 

    Types of tables in reports include summary tables, matrix tables, and joined tables.

    • Summary tables provide a high-level overview of data, often with subtotals and grand totals.

    • Matrix tables allow for data to be grouped and summarized in rows and columns.

    • Joined tables combine data from multiple sources or objects in a single report.

  • Answered by AI
  • Q3. What is skinny table
  • Ans. 

    Skinny table is a custom table in Salesforce that contains a subset of fields from standard and custom objects for performance optimization.

    • Skinny table is used to improve query performance by reducing the number of joins needed.

    • It contains frequently accessed fields from standard and custom objects.

    • Data in skinny tables is automatically synchronized with the source objects.

    • Skinny tables are read-only and cannot be dir

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Integration related
  • Q2. Trigger related
  • Q3. LWC use case related ques.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How will you create user debug in production
  • Q2. How can we schedule an batch class

Interview Preparation Tips

Interview preparation tips for other job seekers - No response from HR , we don't get a proper response
Sangeet Shekar Manager At Ey is very rude person . He doesn't know how to speak to people .People like should not be working
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java basics and springboot
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Where did you use Service Bus in your application?
  • Ans. 

    I used Service Bus to implement asynchronous communication between microservices in my application.

    • Implemented message queuing for decoupling services

    • Used Service Bus to handle communication between different components

    • Leveraged Service Bus for reliable message delivery

  • Answered by AI
  • Q2. SOLID Principles and OOPS
  • Q3. How is Authorization implemented at your organization?
  • Ans. 

    Authorization at our organization is implemented using role-based access control (RBAC) and OAuth.

    • Role-based access control (RBAC) is used to assign permissions to roles, which are then assigned to users based on their job responsibilities.

    • OAuth is used for authentication and authorization, allowing users to access resources based on their permissions and roles.

    • Access control lists (ACLs) are also used to define specif

  • Answered by AI
  • Q4. Why prefer Entity Framework Core over Entity Framework?
  • Ans. 

    Entity Framework Core is preferred for its improved performance, cross-platform support, and new features.

    • Entity Framework Core is faster and more lightweight compared to Entity Framework.

    • Entity Framework Core supports cross-platform development, allowing for easier deployment on different operating systems.

    • Entity Framework Core introduces new features like Global Query Filters, Owned Entities, and Value Conversions fo

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Sales Cloud , Service cloud , LWC
  • Q2. Write code for Parent to child trigger.
  • Ans. 

    Code for Parent to child trigger in Salesforce

    • Create a trigger on the parent object

    • Query the child records related to the parent

    • Perform necessary operations on the child records

  • Answered by AI
  • Q3. Experience cloud pages , LWC life cycle , Integration Setups
  • Q4. No question asked on Flows ,Process Builder .

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is the by default sharing method followed by apex code
  • Ans. 

    Apex code follows the by default sharing method of 'with sharing'.

    • By default, Apex code enforces sharing rules that apply to the current user.

    • This means that the code runs in the user's context and respects their sharing settings.

    • Developers can also use 'without sharing' to bypass sharing rules if necessary.

  • Answered by AI
  • Q2. How to bypass sharing rules via apex class
  • Ans. 

    Bypassing sharing rules via apex class involves using 'without sharing' keyword in the class definition.

    • Use 'without sharing' keyword in the class definition to bypass sharing rules.

    • This keyword allows the apex class to ignore sharing rules and access all data regardless of the user's permissions.

  • Answered by AI
  • Q3. How to convert Json data into string in LWC Can we do callouts from LWC? What is the precautions need to take care Before writing queaueable apex class? Have you worked on platform events? How to communi...
  • Ans. 

    To convert Json data into string in LWC, use JSON.stringify() method.

    • Use JSON.stringify() method to convert Json data into string in LWC.

    • Yes, callouts can be made from LWC using imperative Apex.

    • Precautions before writing queueable Apex class include governor limits, bulkification, and error handling.

    • Platform events can be used for inter-component communication in LWC.

    • To communicate unrelated LWC components, use Lightni

  • 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 applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are types of flows
  • Ans. 

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

    • Autolaunched flows are triggered by a process or record change

    • Screen flows guide users through a series of screens to collect information

    • Scheduled flows are triggered based on a schedule or time-based event

  • Answered by AI
  • Q2. What are types of table in report
  • Ans. 

    Types of tables in reports include summary tables, matrix tables, and joined tables.

    • Summary tables provide a high-level overview of data, often with subtotals and grand totals.

    • Matrix tables allow for data to be grouped and summarized in rows and columns.

    • Joined tables combine data from multiple sources or objects in a single report.

  • Answered by AI
  • Q3. What is skinny table
  • Ans. 

    Skinny table is a custom table in Salesforce that contains a subset of fields from standard and custom objects for performance optimization.

    • Skinny table is used to improve query performance by reducing the number of joins needed.

    • It contains frequently accessed fields from standard and custom objects.

    • Data in skinny tables is automatically synchronized with the source objects.

    • Skinny tables are read-only and cannot be dir

  • Answered by AI

Skills evaluated in this interview

BDO RISE Private Limited Interview FAQs

How to prepare for BDO RISE Private Limited 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 BDO RISE Private Limited. The most common topics and skills that interviewers at BDO RISE Private Limited expect are Apex, Cloud and Salesforce.

Tell us how to improve this page.

Fast track your campus placements

View all
Associate
171 salaries
unlock blur

₹4.2 L/yr - ₹12.1 L/yr

Senior Associate
166 salaries
unlock blur

₹6.3 L/yr - ₹21 L/yr

Assistant Manager
159 salaries
unlock blur

₹9.5 L/yr - ₹26.5 L/yr

Audit Associate
133 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Senior Audit Associate
98 salaries
unlock blur

₹7 L/yr - ₹18.8 L/yr

Explore more salaries
Compare BDO RISE Private Limited 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