Cloud SynApps
BOSCO Bangalore Interview Questions and Answers
Q1. Why we use test.startTest and test.stopTest?
test.startTest and test.stopTest are used in Salesforce to isolate and execute test code.
test.startTest and test.stopTest are used to isolate and execute test code within a specific context
test.startTest marks the beginning of a block of code that should be covered by a single test transaction
test.stopTest marks the end of that block and ensures that all asynchronous processes are completed before continuing
Using these methods helps in accurately measuring the performance and...read more
Q2. Explain different types of flows. Also, one scenario is given.
Different types of flows in Salesforce include autolaunched flows, screen flows, and scheduled flows.
Autolaunched flows are triggered by a process or record change and do not require user interaction.
Screen flows guide users through a series of screens to collect information or make decisions.
Scheduled flows are triggered at a specific time or on a recurring schedule.
Example: Autolaunched flow to update a record when a certain field is changed.
Example: Screen flow to create a...read more
Q3. Write an SOQL query to fetch all the contacts associated with an account.
SOQL query to fetch contacts associated with an account
Use SELECT statement to retrieve fields from Contact object
Use WHERE clause to filter contacts associated with a specific Account Id
Example: SELECT Id, Name, Email FROM Contact WHERE AccountId = '001XXXXXXXXXXXXX'
Q4. How many sf certificates?
Salesforce offers various certifications for developers to showcase their expertise in different areas.
Salesforce Certified Platform Developer I
Salesforce Certified Platform Developer II
Salesforce Certified Commerce Cloud Digital Developer
Salesforce Certified Marketing Cloud Developer
Q6. What is sharing rules and its types
Sharing rules in Salesforce control access to records for specified groups of users
Sharing rules are used to extend sharing access to users in public groups or roles
There are two types of sharing rules: Criteria-based sharing rules and Ownership-based sharing rules
Criteria-based sharing rules are based on the criteria specified in the rule
Ownership-based sharing rules are based on the record owner
Interview Process at BOSCO Bangalore
Top Salesforce Developer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month