Prepare for Salesforce Programmatic Development using Apex and Visualforce in Lightning Experience DEX-450 Exam Questions
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?
Correct Answer: B
Question #2 (Topic: demo questions)
Which three Salesforce resources can be accessed from a Lightning web component? Choose 3 answers
Correct Answer: A, C, E
Question #3 (Topic: demo questions)
What are two benefits of using declarative customizations over code? Choose 2 answer
Correct Answer: A, D
Question #4 (Topic: demo questions)