Platform App Builder Flashcards
Components are modular building blocks.
You can use components to build other solutions, such as apps and Bolt solutions—no coding required. Components allow you to add functionality without having to develop it on your own.
Web components are user interface elements.
To understand web components, it helps to understand the Lightning Experience user interface. In Lightning Experience, everything on a page—buttons, tabs, and so on—is a Lightning web component. To augment or customize a page, you add web components to the page.
Which solution types are all available on AppExchange?
Apps, components, and flow templates
What is true about all AppExchange solutions?
They help you solve challenges faster than creating solutions from scratch.
True or false: You can filter search results by solution type and Salesforce edition.
True
What influences personalized recommendations?
The solutions currently installed in your org
Which solution type can you use to customize a web page?
Bolt Solution
Which solution type can you use to automate business processes?
Flow Template
Your flow belongs in a utility bar when:
Users need access to it from anywhere in your app
When you add a flow to an app’s utility bar, it’s available:
On every page in that app.
To add a flow to a utility bar:
In Setup, open a Lightning app in the App Manager
Which Experience Builder page types support the Flow component?
All Experience Builder Pages
Which of the following is appropriate to distribute as a flow in a site instead of in your Salesforce org?
An interest form for your school’s new MBA course. A survey to collect feedback on new products. A registration form for your company’s conference
Which of the following can you create safely in a production organization?
Dashboards
How does using the ALM process help development go faster?
The process helps things go smoother by not breaking things
What is a change set?
A build of metadata changes, possibly unrelated, to be deployed at the same time.
How does tracking metadata changes in a release help you avoid problems when you migrate the release change set to a new environment?
Some metadata components might not be available in Metadata API, so they have to be migrated manually
How does using org development help the team at Zephyrus with their change-management challenges?
Changes between team members can be merged in a controlled manner.
What is true about both org development and change set development?
You can have release artifacts that contain changed and new metadata components
When using the package development model, which metadata changes do you need to track manually?
Changes to components not yet supported by source tracking
What is a key benefit of a scratch org?
You can share it’s definition file with others
Why is it important to track changes made during development?
To identify what should go in a change set
What makes a developer sandbox a good choice for development over other types of sandboxes?
It allows developers to keep release changes isolated
When is it necessary to clone a change set?
To modify its contents after it has been uploaded to a target org