03-Developer 171-263

03-Developer 171-263

Professional Development

92 Qs

quiz-placeholder

Similar activities

Traffic - Law / Collision Investigation

Traffic - Law / Collision Investigation

Professional Development

88 Qs

BMET Course 111.5

BMET Course 111.5

Professional Development

93 Qs

1. Real Estate Foundations

1. Real Estate Foundations

Professional Development

96 Qs

Fall 2022: Biomed Exam 1

Fall 2022: Biomed Exam 1

Professional Development

89 Qs

Real Estate Part 4

Real Estate Part 4

Professional Development

92 Qs

C_THR97_2105 - SAP Certified Application Associate - SAP Success

C_THR97_2105 - SAP Certified Application Associate - SAP Success

Professional Development

89 Qs

C_THR97_2105 - SAP Certified Application Associate - SAP Success

C_THR97_2105 - SAP Certified Application Associate - SAP Success

Professional Development

89 Qs

Med Term Chpt 12 The Eye

Med Term Chpt 12 The Eye

Professional Development

95 Qs

03-Developer 171-263

03-Developer 171-263

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Atakan Duzgun

Used 28+ times

FREE Resource

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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?