C Certs Club
Home
Oracle SAP Microsoft Cisco CompTIA Fortinet Salesforce Nutanix Linux Foundation Amazon View All Vendors →
Login Register

Salesforce DEX-450 - Prepare for Salesforce Programmatic Development using Apex and Visualforce in Lightning Experience Certification Exam

Download Exam View Entire Exam
Page: 1 / 1
Question #1 (Topic: demo questions)

A developer is creating a Lightning web component to show a list of sales records. The Sales Representative user should be able to see the commission field on each record. The Sales Assistant user should be able to see all fields on the record except the commission field. How should this be enforced so that the component works for both users without showing any errors?

A.
Use WITH SECURITY_ENFORCED In the SOQL that fetches the data for the component.
B.
Use Security.stripInaccessible Le to remove fields inaccessible to the current user.
C.
Use Lightning Locker Service to enforce sharing rules and field-level security.
D.
Use Lightning Data Service to get the collection of sales records.
Correct Answer: B
Explanation not available for this question.
Question #2 (Topic: demo questions)

Which three Salesforce resources can be accessed from a Lightning web component? Choose 3 answers 

A.
Static resources
B.
All external libraries
C.
SVG resources
D.
Third-party web components
E.
Content asset files 
Correct Answer: A, C, E
Explanation not available for this question.
Question #3 (Topic: demo questions)

What are two benefits of using declarative customizations over code? Choose 2 answer

A.
Declarative customizations automatically update with each Salesforce release.
B.
Declarative customizations automatically generate test classes.
C.
Declarative customizations cannot generate run time errors
D.
Declarative customizations generally require less maintenance 
Correct Answer: A, D
Explanation not available for this question.
Question #4 (Topic: demo questions)

A developer creates a batch Apex job to update a large number of records, and receives reports of the job timing out and not completing. What is the first step towards troubleshooting the issue?

A.
Check the asynchronous job monitoring page to view the job status and logs.
B.
 Check the debug logs for the batch job.
C.
Disable the batch job and recreate it with a smaller number of records.
D.
Decrease the batch size to reduce the load on the system. 
Correct Answer: A
Explanation not available for this question.
Download Exam
Page: 1 / 1
Next Page