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.
What is the correct way to access data from Fusion Apps in your AppUI extension?
A. Use a service from the service catalog.
B. Define a new service endpoint providing the direct service URL.
C. Establish a JDBC connection to the Oracle Fusion Apps database.
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.
You created a page based on the Foldout layout template.
How do you ensure that your customer can access it from a mobile phone?
A. Develop a separate application for mobile devices with a different layout.
B. Add JavaScript to add responsive design to your page.
C. Do nothing. Responsive behavior will render the page properly on the device.
D. Switch to a new template that will fit into a mobile device size.
The Redwood template your page is based on has a primary action button.
How do you control what it does?
A. Create an action chain mapped to the template's primary action event, at the template level.
B. You cannot. The functionality is determined by the original template.
C. Remove the existing button from the template and add your own.
D. Create an onAction action chain on that button.
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
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
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
What does a build pipeline in Visual Builder Studio do?
A. Can only deploy an AgpUI extension to a stand-alone VB instance
B. Can deploy an AppUl extension to only a single FA instance
C. Can only package an AgpUI extension, which requires manual deployment
D. Can deploy an AppUl extension to multiple FA instances
Which are the three out-of-the-box functionalities provided by Redwood for developing an application? (Choose three.)
A. Telemetry and feedback
B. Localization
C. Caching services
D. Accessibility
E. Responsiveness