Salesforce Certified Platform Developer II — Question 174
A developer is tasked with creating an application-centric feature on which end-users can access and update information. This feature must be available in Lightning Experience while working seamlessly in multiple device form factors, such as desktops, phones, and tables. Additionally, the feature must support Addressable URL Tabs and interact with the Salesforce Console APIs.
What are two approaches a developer can take to build the application and support the business requirements? (Choose two.)
Answer options
- A. Create the application using Lightning Web Components wrapped in Aura Components.
- B. Create the application using Aura Components wrapped in Lightning Web Components.
- C. Create the application using Lightning Experience Builder.
- D. Create the application using Aura Components.
Correct answer: B, D
Explanation
The correct answers are B and D. Option B allows the use of Aura Components to provide the necessary functionality while being wrapped in Lightning Web Components, which is suitable for the requirements. Option D is valid because Aura Components can be used directly, fulfilling the business needs. Options A and C do not meet the requirements as effectively as the chosen answers.