Dave deployed an AppUI extension to an instance by mistake.
How can he fix this?
A. The extension will be removed in the next quarterly update of Fusion Cloud Apps.
B. The extension can be undeploved in the Visual Builder Studio's Environment tab.
C. The extension can be redeployed by opening a service request.
D. The extension cannot be deleted once deployed.
Correct Answer: B
If Dave deployed an AppUI extension to an instance by mistake, he can fix this by undeploying the extension in the Visual Builder Studio's Environment tab. The Environment tab shows all theFA instances that are connected to Visual Builder Studio and allows you to deploy or undeploy extensions to them. To undeploy an extension, Dave can select the instance and click on the Undeploy button next to the extension name. This will remove the extension from the instance and restore the original UI of Fusion Cloud Apps. Therefore, option B is the correct answer. References: [Undeploying Extensions from Fusion Applications], [Managing Environments]
Question 12:
Redwood uses dynamic padding to provide users with the most comfortable experience regardless of the device and viewport size.
Which are the two correct statements about dynamic padding? (Choose two.)
A. In small breakpoints the marquis disappear because the container spans the viewport's width
B. Padding is the space between margins and the left and right edges of the containers.
C. In Edge-to-Edge layout, the margins disappear because the container spans the viewport's width.
D. There is a space between the container and the top and bottom edges of the viewport.
Correct Answer: AC
The two correct statements about dynamic padding are:
In small breakpoints the marquis disappear because the container spans the viewport's width.
In Edge-to-Edge layout, the margins disappear because the container spans the viewport's width.
Dynamic padding is a feature of Redwood that adjusts the padding and margins of containers according to the viewport size and layout type. This ensures that there is enough space around the content for comfortable reading and interaction.
In small breakpoints, such as mobile devices, there is no need for marquis (the space between containers) because there is only one container per row. In Edge-to-Edge layout, there is no need for margins (the space between containers and
viewport edges) because the container fills up the entire width of the viewport. References: : Dynamic Padding in Redwood Design System
Question 13:
You are asked to refer to the Redwood Pattern Book before developing the Redwood application.
Which three pieces of information are included in the Pattern Book? (Choose three.)
A. Template introduction
B. Pictorial representation of data
C. User manual for Use Cases
D. Specific page functionality
E. Composites and components
Correct Answer: ABE
The Pattern Book is a collection of templates and patterns that provide guidance and best practices for developing Redwood applications. It includes a template introduction that explains the purpose and usage of each template, a pictorial representation of data that shows how to visualize data in different scenarios, and composites and components that describe the common elements and interactions of Redwood UIs . References: : Oracle Redwood Pattern Book : Oracle Redwood Design System
Question 14:
By design, dialog messages interrupt the user and force them to make a decision.
Which three dialog message components are available in Redwood? (Choose three.)
A. oj-sp-message-dialog-destructive
B. oj-sp-messages-banner
C. oj-sp-message-dialog-general
D. oj-sp-smart-search-page
E. oj-sp-message-unsaved-changes
F. oj-sp-message-banner-unsaved-changes
Correct Answer: ACE
This question tests your knowledge of the dialog message components that are available in Redwood, which are used to interrupt the user and force them to make a decision. The correct answer is A, C, and E, because these are the three dialog message components that are available in Redwood. The other options are incorrect, becausethey are not dialog message components, but banner message components or page templates that can be used in different contexts. Here is a brief description of each dialog message component: oj-sp-message-dialog-destructive: This component is used to display a dialog message that warns the user about an irreversible action that will delete or destroy data. It has a red header with an icon and a title, a body with a message and an
optional description, and two buttons for canceling or confirming the action. oj-sp-message-dialog-general: This component is used to display a dialog message that informs the user about an action that requires their confirmation or input. It
has a blue header with an icon and a title, a body with a message and an optional description or input field, and one or more buttons for canceling or completing the action.
oj-sp-message-unsaved-changes: This component is used to display a dialog message that alerts the user about unsaved changes that will be lost if they navigate away from the current page. It has a yellow header with an icon and a title, a
body with a message and an optional description, and two buttons for discarding or saving the changes.
How many instances of Oracle Visual Builder Studio are provisioned with your Oracle Fusion Cloud Applications Tenancy?
A. Multiple - for each DEV instance in your tenancy
B. None - you need to provision one manually
C. One - mapped to your production Fusion Apps instance
D. One - mapped to a TEST instance of Fusion Apps in your tenancy
Correct Answer: C
When you subscribe to Oracle Fusion Cloud Applications, you get one instance of Oracle Visual Builder Studio provisioned with your Oracle Fusion Cloud Applications Tenancy.This instance is mapped to your production Fusion Apps
instance and allows you to create and deploy extensions for your Fusion Apps pages. You can also use this instance to access other instances of Fusion Apps in your tenancy by creating sandboxes for them .
References: : Getting Started with Visual Builder Studio for Fusion Apps Extensions :
Working with Sandboxes in Visual Builder Studio
Question 16:
Which two tools allow UI/UX Designers to reuse Redwood's shared libraries and templates for projects and products? (Choose two.)
A. Figma
B. UXPin
C. Adobe XD
D. Marvel
E. PowerPoint RDS
Correct Answer: AC
The two tools that allow UI/UX Designers to reuse Redwood's shared libraries and templates for projects and products are Figma and Adobe XD. These are popular design tools that support importing and exporting UI components, layouts, and styles. Redwood provides a toolkit for Figma and a plugin for Adobe XD that enable designers to access and use Redwood's shared libraries and templates in their projects. References: : Redwood Toolkit for Figma : Redwood Plugin for Adobe XD
Question 17:
Which three are exposed in Visual Builder Studio? (Choose three.)
A. Fusion Cloud Apps database tables
B. Fusion Cloud Apps action chains developed by Oracle
C. Redwood templates and patterns
D. Fusion Cloud Apps REST endpoints
E. Redwood Ul components
Correct Answer: CDE
Visual Builder Studio is a cloud-based development platform that allows you to create and extend applications using Redwood UI components, templates, and patterns. It also exposes Fusion Cloud Apps REST endpoints that enable you to access and manipulate data from Fusion Cloud Apps services. Additionally, it provides a code editor, a visual editor, a Git repository, and a CI/CD pipeline for your development projects . References: : Oracle Visual Builder Studio : Oracle Visual Builder Studio Documentation
Question 18:
Which page template is NOT a transactional page template?
A. Gantt page template
B. Foldout layout page template
C. Guided process page template
D. Advanced create and edit page template
Correct Answer: B
A transactional page template is a type of page template that supports creating, updating, or deleting data in Fusion Cloud Apps. It usually consists of a form or a table with input fields, buttons, and validations. Some examples of transactional page templates are Gantt page template, Guided process page template, and Advanced create and edit page template. A foldout layout page template is not a transactional page template because it does not support data manipulation. It is a type of page template that displays information in a collapsible panel on the side of the page. References: : Transactional Page Templates in Redwood Pattern Book : Foldout Layout Page Template in Redwood Pattern Book
Question 19:
Which three patterns are used in the Redwood Reference App? (Choose three.)
A. Start Page
B. Dashboard Landing Page
C. Vertical Foldout
D. Welcome Page
E. Smart Filter and Search
F. Data Grid Page
Correct Answer: ABE
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.
You need to create a customer-facing portal to list products from Fusion Apps.
What can you use to achieve this?
A. A stand-alone Visual Builder instance hosting the agg
B. An Oracle APEX agg that is installed in the Fusion Cloud Apps database
C. An AgpJJI extension that has a vanity URL setup
Correct Answer: A
The best option to create a customer-facing portal to list products from Fusion Apps is to use a stand-alone Visual Builder instance hosting the app. This way, you can leverage the Redwood design system and components to create a consistent and engaging user interface for your portal. You can also use Visual Builder's REST capabilities to access and manipulate data from Fusion Apps services. References: : Visual Builder Overview : Accessing REST Services in Visual Builder
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-1114-23 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.