A Salesforce developer is hired by a multi-national company to build a custom
Lightning application that shows employees their employment benefits and earned
commissions over time. The application must acknowledge and respect the user's
locale context for dates, times, numbers, currency, and currency symbols.
When using Aura components, which approach should the developer implement to
ensure the Lightning application complies with the user's locale?
A company has code to update a Request and Request Lines and make a callout to
their external ERP system's REST endpoint with the updated records.

The callousUtil.makeRestCallout fails with a "You have uncommitted work pending. Please commit or rollback before calling cut’ error.
What should be done to address the problem?
How should a developer verify that a specific Account record is being tested in a test
class for a Visualforce controller?
Consider the queries in the options below and the following Information:
* For these queries, assume that there are more than 200,000 Account records.
* These records Include soft-deleted records; that is, deleted records that are still in the Recycle Bin.
* There are two fields that are marked as External Id on the
Account. These fields are customer_Number_c and ERR_Key_ s.
Which two queries are optimized for large data volumes?
Choose 2 answers
A developer built an Aura component for guests to self-register upon arrival at a front desk kiosk. Now the developer needs to create a component for the utility tray to alert users whenever a guest arrives at the front desk.
What should be used?
What should a developer use to query all Account fields for the Acme account in their sandbox?
Refer to the Aura component below:

A developer receives complaints that the component loads slowly.
Which change can the developer implement to make the component perform faster?
Which statement is true regarding savepoints?
A developer needs to store variables to control the style and behavior of a Lightning Web Component.
Which feature can be used to ensure that the variables are testable in both Production and all Sandboxes?
Business rules require a Contact ta always be created when a new Account is created.
What can be used when developing a custom screen to ensure an Account is not created if the creation of the Contact fails?