What is the correct sequence of steps to understand a problem while designing the Redwood Reference Application?
A. Understand the problem, write user goals, describe the shape of data of your use case, gather feedback from product management and other stakeholders, and iterate until you achieve clarity.
B. Write user goals, describe the shape of data of your use case, understand the problem, gather feedback from product management and other stakeholders, and iterate until you achieve clarity.
C. Gather feedback from product management and other stakeholders, write user goals, describe the shape of data of your use case, understand the problem, and iterate until you achieve clarity.
D. Describe the shape of data of your use case, gather feedback from product management and other stakeholders, write user goals, understand the problem, and iterate until you achieve clarity.
You receive a request to create a new page for Fusion users to enable them to see data about orders stored in Fusion Cloud Apps. How will you fulfill this request?
A. This is not possible, without SQL access to the Fusion database.
B. Spin up an instance of WebLogic and deploy a Visual Builder app on top of it.
C. Spin up a new instance of Visual Builder and deploy a stand-alone app.
D. This can be achieved with VB Studio in Fusion Apps.
Which three categories of developers use Visual Builder Studio as a developmental tool? (Choose three.)
A. Developers creating stand-alone Visual Builder Apps
B. Developers extending Oracle Cloud Apps
C. Developers coding PL/SQL procedures in the Fusion database
D. Fusion Cloud Apps developers
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
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
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
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
You are designing the UI to display information about a product and are asked to use the card layout, such that:
?The card layout summarizes the available information about a product in a visually compact manner.
?The card layout is used as an entry point from where users can access additional details.
Which card layout is suitable for the above requirements?
A. Object Card
B. Mini Card
C. mage Card
D. Scoreboard
You are looking to create a Foldout layout in a page emulating the one in Oracle Fusion Cloud Apps.
How will you do it?
A. Use JavaScript code to animate the various panels on your page.
B. Use a welcome template and add the foldout template inside it.
C. Use the horizontal Foldout page template pattern.
What are the two merits of modifying an Oracle Fusion Apps page in Visual Builder Studio? (Choose two.)
A. You can remove any Ul component from the page.
B. You can edit any Ul component anywhere on the page.
C. You can only edit areas that were set for configurations by Oracle.
D. You can conditionally hide/show fields in dynamic tables and forms.