201-272

201-272

71 Qs

quiz-placeholder

Similar activities

2nd Semester CCR Final ACP

2nd Semester CCR Final ACP

KG - University

70 Qs

General shop safety as well as engines , tool ID and welding bas

General shop safety as well as engines , tool ID and welding bas

9th - 12th Grade

75 Qs

Section 4 Operations Management AS Level Chap 23-25 Quiz

Section 4 Operations Management AS Level Chap 23-25 Quiz

KG - University

75 Qs

PRACTICE Geometry Spring 2025- Finals

PRACTICE Geometry Spring 2025- Finals

KG - University

75 Qs

Exam Zafer

Exam Zafer

KG - University

72 Qs

Honors Biology Final Practice

Honors Biology Final Practice

KG - University

71 Qs

Choir Semester Exam

Choir Semester Exam

6th - 8th Grade

66 Qs

201-272

201-272

Assessment

Quiz

others

Medium

Created by

مائدة القرءان

Used 6+ times

FREE Resource

71 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are two best practices when it comes to Lightning Web Component events? Choose 2 answers
Use event.target to communicate data to elements that aren't in the same shadow tree.
Use events configured with bubble: false and composed: false.
Use CustomEvent to pass data from a child to a parent component.
Use event.detail to communicate data to elements in the same shadow tree.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer must troubleshoot to pinpoint the causes of performance issues when a custom page loads in their org. Which tool should the developer use to troubleshoot?
Visual Studio Cod IDE
Developer Console
Setup Menu
App Exchange

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which aspect of Apex programming is limited due to multitenancy?
The number of methods in an Apex class
The number of records processed in a loop
The number of active Apex classes
The number of records returned from database queries

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
A developer must create a CreditCardPayment class that provides an implementation of an existing Payment class. Public virtual class Payment { Public virtual void makePayment (Decimal amount) {/* implementation */} } Which is the correct implementation?
A
B
C
D

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Universal Containers has a large number of custom applications that were built using a third-party JavaScript framework and exposed using Visualforce pages. The company wants to update these applications to apply styling that resembles the look and feel of Lightning Experience. What should the developer do to fulfill the business request in the quickest and most effective manner?
Rewrite all Visualforce pages as Lightning components.
Enable Available for Lightning Experience, Lightning Communities, and the mobile app on Visualforce pages used by the custom application.
Set the attribute enableLightning to true m the definition,
Incorporate the Salesforce Lightning Design System CSS stylesheet into the JavaScript applications.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code? Account a = new Account(); Database.insert(a, false);
The record will not be created and no error will be reported.
The record will not be created and an exception will be thrown.
The record will be created and a message will be in the debug log.
The record will be created and no error will be reported.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An Approval Process Is defined in the Expense_Item__c object. A business rule dictates that whenever a user changes the Status to ‘Submitted’ on an Expense_Report__c record, all the Expense_Item__c records related to the expense report must enter the approval process individually. Which approach should be used to ensure the business requirement is met?
Create a Process Builder on Expense_Report__c with a 'Submit for Approval’ action type to submit all related Expense_Item__c records when the criteria is met.
Create a Process Builder on Expense_Report__c with a 'Apex’ action type to submit all related Expense_Item__c records when the criteria is met.
Create a Process Builder on Expense_Report__c to mark the related Expense_Item__c as submitable and trigger on Expense_Item__c to submit the records for approval.
Create two Process Builders, one on Expense_Report__c to mark the related Expense_Item__c as submittable and the second on Expense_Item__c to submit the records for approval.

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?