Certified Platform App Builder Exam QuestionsBrowse all questions from this exam

Certified Platform App Builder Exam - Question 421


DreamHouse Realty is building a custom Lightning app to track its expanding solar water collection business. The Lightning app currently contains a custom Lightning record page with standard components.

From which two resources should an app builder get custom components to bring into the new Lightning app? (Choose two.)

Show Answer
Correct Answer: BD

To bring custom components into a new Lightning app, an app builder can use components from AppExchange and create custom components using Apex Code. AppExchange is a marketplace where developers can find pre-built components that can be integrated into their apps. Apex Code, on the other hand, allows developers to write their own custom components tailored to specific needs. Visualforce and the Import Wizard are not suitable for adding custom Lightning components to an app.

Discussion

5 comments
Sign in to comment
lena989Options: BD
Dec 23, 2023

o bring custom components into the new Lightning app for DreamHouse Realty, an app builder can consider the following two resources: AppExchange: The AppExchange is a marketplace for pre-built Salesforce applications, components, and solutions. App builders can search and browse through the available components on the AppExchange to find suitable custom components for their Lightning app. Apex Code: While Apex Code is primarily used for customizing and extending Salesforce functionality through server-side programming, it can also be used to develop custom Lightning components. App builders with development skills can create their own custom Lightning components using Apex Code to meet specific requirements of the Lightning app.

docxdmdOptions: BD
Feb 10, 2024

BD A) You are not "getting" custom code from Visualforce pages you are adding it to the pages. B) This is the only clear choice where you can "get" custom components from. C) Import Wizard does not import custom components but rather the data for those components. D) Apex code will let you develop your own custom components and then you can add the custom components made with apex to you Vf page.

wlthorn
Aug 1, 2023

A and B

fu_chanOptions: AB
Aug 3, 2023

I could not find a specific help page that could serve as a basis, but I assume AB is the correct answer because C and D do not make sense.

SanjeevOnForce
Oct 6, 2024

Answer is A and B. You can bring Visualforce component and install a custom component from AppExchange to bring into a record page layout in the App builder