Question 21
A managed package uses a list of country ISO codes and country names as references data in many different places.. managed package Apex code.
What is the optimal way to store and retrieve the list?
What is the optimal way to store and retrieve the list?
Question 22
Which three actions must be completed in a Lightning web component for a JavaScript file in a static resource to be loaded?
Choose 3 answers
Choose 3 answers
Question 23
A company accepts orders for customers in their enterprise resource planning (ERP) crder__c records with a lookup field to Account. The Account object has an External ID field, ERP_Customer_ID__c.
What should the integration use to create new Order__c records that will automatically be related to the correct Account?
What should the integration use to create new Order__c records that will automatically be related to the correct Account?
Question 24
What is the transaction limit for the number of DML statements allowed?
Question 25
AW Computing (AWC) handles orders in Salesforce and stores its product inventory in a filed, inventory_c, on a custom object.
product_c. When an order for a product_c placed, the Inventory_c field is reduced by the quantity of the order using an Apex trigger.

AWC wants to real-time inventory reduction for a product to be sent to many of its external systems, including some future systems the company is currently planning.
What should a developer add to the code at the placeholder to meet these requirements?
A)

B)

C)

D)

product_c. When an order for a product_c placed, the Inventory_c field is reduced by the quantity of the order using an Apex trigger.

AWC wants to real-time inventory reduction for a product to be sent to many of its external systems, including some future systems the company is currently planning.
What should a developer add to the code at the placeholder to meet these requirements?
A)

B)

C)

D)
