A build pipeline in Visual Builder Studio can deploy an AppUI extension to multiple FA instances by using the Deploy to FA Instance step. This step allows you to specify the target FA instance, the extension type, and the extension name. You can also use the Deploy to VB Instance step to deploy an AppUI extension to a stand-alone VB instance. Therefore, option D is the correct answer. References: [Deploying AppUI Extensions], [Deploying Extensions to Fusion Applications]
Question 2
Which three patterns are used in the Redwood Reference App? (Choose three.)
Options:
A.
Start Page
B.
Dashboard Landing Page
C.
Vertical Foldout
D.
Welcome Page
E.
Smart Filter and Search
F.
Data Grid Page
Answer:
A, B, E
Explanation:
Explanation:
This question tests your knowledge of the Redwood patterns that are used in the Redwood Reference App, which is a sample application that showcases the Redwood design system and the best practices for creating engaging user interfaces with Visual Builder Studio. The correct answer is A, B, and E, because these are the three patterns that are used in the Redwood Reference App. The other options are incorrect, because they are not patterns, but components or templates that can be used in different contexts. Here is a brief description of each pattern:
Start Page: This pattern is used to provide an overview of the app’s functionality and allow users to start a task or a workflow. It consists of a header with a title and subtitle, a primary action button, and a grid of cards with icons and labels.
Dashboard Landing Page: This pattern is used to display key performance indicators (KPIs) and a dashboard grid with information visualizations that highlight and explain business performance. It consists of a header with a title and subtitle, a primary action button, an in-flow back button, and a dashboard grid with charts, gauges, or tables.
Smart Filter and Search: This pattern is used to enable users to filter and search data based on various criteria and see the results in a table or a list. It consists of a header with a title and subtitle, a smart filter bar with input fields and chips, an optional search bar with suggestions, and a data grid or list with pagination and sorting.
Which are the three out-of-the-box functionalities provided by Redwood for developing an application? (Choose three.)
Options:
A.
Telemetry and feedback
B.
Localization
C.
Caching services
D.
Accessibility
E.
Responsiveness
Answer:
B, D, E
Explanation:
Explanation:
The three out-of-the-box functionalities provided by Redwood for developing an application are:
Localization: Redwood supports multiple languages and locales, allowing you to create applications that can be easily translated and adapted to different regions and cultures.
Accessibility: Redwood follows the Web Content Accessibility Guidelines (WCAG) 2.1 standards, ensuring that your applications are accessible to people with disabilities and comply with legal requirements.
Responsiveness: Redwood adapts to different screen sizes and orientations, providing a consistent and optimal user experience across devices.
References: : Localization in Redwood Design System : Accessibility in Redwood Design System : Responsiveness in Redwood Design System