
03-Developer 171-263
Authored by Atakan Duzgun
Professional Development
Professional Development
Used 28+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
92 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
A team of developers is working on a source-driven project that allows them to work independently, with many different org configurations. Which type of Salesforce orgs should they use for their development?
Scratch orgs
Developer sandboxes
Full Copy sandboxes
Developer eras
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which statement describes the execution order when triggers are associated to the same object and event?
Triggers are executed alphabetically by trigger name.
Trigger execution order cannot be guaranteed.
Triggers are executed in the order they are created.
Triggers are executed in the order they are modified.
3.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
A next Best Action strategy uses Enhancer Element that invokes an Apex method to determine a discount level for a Contact, based on a number of factors. What is the correct definition of the Apex method?
(@)InvocableMethod
global static List<List<Recommendation>> getLevel(List<ContactWrapper>input)
{/* implemantion*/}
(@)InvocableMethod
global List<List<Recommendation>> getLevel(List<ContactWrapper>input)
{/* implemantion*/}
(@)InvocableMethod
global static ListRecommendation getLevel(List<ContactWrapper>input)
{/* implemantion*/}
(@)InvocableMethod
global ListRecommendation getLevel(ContactWrapper input)
{/* implemantion*/}
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
A developer wants to import 500 Opportunity records into a sandbox. Why should the developer choose to use Data Loader Instead of Data Import Wizard?
Data Import Wizard can not import all 500 records.
Data Loader automatically relates Opportunities to Accounts,
Data Import Wizard does not support Opportunities.
Data Loader runs from the developer's browser.
5.
MULTIPLE SELECT QUESTION
1 min • 5 pts
Which two are best practices when it comes to Aura component and application event handling? Choose 2 answers
Handle low-level events 1ft the event handler and re-fire them as higher-level events
Try to use application -events as opposed to component events,
Reuse the event logic in a component bundle, by putting the logic in the helper
Use component events to communicate actions that should be handled at the application level.
6.
MULTIPLE SELECT QUESTION
1 min • 5 pts
What are two ways a developer can get the status of an enqueued job for a class that implements the queueable interface? Choose 2 answers
Query the AsyncApexJob object
View the Apex Status Page
View the Apex Flex Queue
View the Apex Jobs Page
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
An Opportunity needs to have an amount rolled up from a custom object that is not in a Master/Detail relationship. How can this be achieved?
Write a trigger on the child object and use a red-black tree sorting to sum the amount for all related child objects under the Opportunity.
Write a trigger on the child object and use an aggregate function to sum the amount for all related child objects under the Opportunity,
Write a Process Builder that Minks the custom object to the Opportunity
Use the Streaming API to create real-time rol!-tfp summaries.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?