What does a build pipeline in Visual Builder Studio do?
D
Explanation:
Full Detailed in Depth Explanatio n:
A build pipeline in Visual Builder Studio (VBS) automates the process of packaging, building, and
deploying applications or extensions, including AppUI extensions for Oracle Fusion Applications (FA).
It is designed to streamline Continuous Integration/Continuous Deployment (CI/CD) workflows.
Option D is correct because VBS build pipelines can deploy AppUI extensions to multiple Fusion
Application instances (e.g., development, test, and production environments) as configured in the
pipeline settings. This flexibility is a key feature of VBS, allowing developers to target multiple
environments without manual intervention. Option A is incorrect because deployment is not limited
to stand-alone VB instances; it can target FA instances as well. Option B is wrong as it restricts
deployment to a single FA instance, which contradicts VBS’s multi-environment capability. Option C is
inaccurate because the pipeline does more than just packaging—it automates deployment too.
Reference: Oracle Visual Builder Studio Documentation – "Configuring Build Pipelines"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
Which three categories of developers use Visual Builder Studio as a developmental tool? (Choose
three.)
A, B, D
Explanation:
Full Detailed in Depth Explanatio n:
Visual Builder Studio (VBS) is a development platform tailored for creating and extending
applications, particularly within the Oracle ecosystem. Option A is correct because VBS supports
building stand-alone Visual Builder applications hosted on Visual Builder instances. Option B is
accurate as VBS is widely used to extend Oracle Cloud Applications (e.g., Fusion Apps) via AppUI
extensions. Option D is correct because Fusion Cloud Apps developers leverage VBS to customize and
enhance Fusion Apps UIs and functionality. Option C is incorrect because VBS focuses on visual
development and REST-based integrations, not on coding PL/SQL procedures directly in the Fusion
database, which is typically done using tools like SQL Developer or Application Composer.
Reference: Oracle Visual Builder Studio Overview – "Who Uses VBS"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
You are planning to use the Dashboard Landing Page template for Key Performance Indicators (KPIs),
and a dashboard grid with information visualizations that highlight and explain business
performance. Which is a required property of oj-sp-dashboard-landing-page?
A
Explanation:
Full Detailed in Depth Explanatio n:
The oj-sp-dashboard-landing-page is a Redwood component used to create dashboard-style pages in
Oracle applications. According to the Redwood Pattern Book and component documentation, the
Page Title (Option A) is a required property to define the dashboard’s identity and purpose, ensuring
clarity for users. Options B (Page Subtitle), C (In Flow Back), and D (Primary Action) are optional:
subtitles enhance context but aren’t mandatory, "In Flow Back" relates to navigation flows (not
required), and primary actions are configurable but not essential for the component’s basic
functionality.
Reference: Oracle Redwood Pattern Book – "Dashboard Landing Page Template"
(https://www.oracle.com/redwood/).
Dave deployed an AppUI extension to an instance by mistake. How can he fix this?
B
Explanation:
Full Detailed in Depth Explanatio n:
In Visual Builder Studio, if an AppUI extension is deployed to a Fusion Apps instance by mistake, it
can be undeployed using the Environment tab in VBS. This tab allows developers to manage
deployments, including removing or rolling back extensions from specific instances (e.g., TEST or
PROD). Option A is incorrect because quarterly updates don’t automatically remove extensions—
they’re controlled by the developer. Option C is wrong as redeployment via a service request isn’t the
standard process; VBS provides self-service tools. Option D is false because VBS supports
undeployment, making extensions reversible.
Reference: Oracle Visual Builder Studio Documentation – "Managing Environments"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
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
Explanation:
Full Detailed in Depth Explanatio n:
Redwood offers various card layouts, each with specific use cases. The Object Card (Option A) is
designed to summarize key information about an entity (e.g., a product) in a compact, visually
appealing way while serving as an entry point to detailed views—perfectly matching the
requirements. Mini Card (B) is too minimal for summarization, focusing on quick glances. Image Card
(C) prioritizes visuals over data summary, and Scoreboard (D) is for metrics/KPIs, not product details.
Reference: Oracle Redwood Pattern Book – "Card Layout Patterns"
(https://www.oracle.com/redwood/).
What is the minimum and maximum number of steps that can be configured on a Guided Process?
A
Explanation:
Full Detailed in Depth Explanatio n:
The Guided Process template in Redwood (and VBS) allows users to configure a sequence of steps for
task flows. The minimum is 1 step (a single task), and the maximum is 50 steps, providing flexibility
for complex processes. Option B’s maximum of 10 is too restrictive, Option C’s minimum of 4 is
incorrect, and Option D’s maximum of 25 underestimates the capacity.
Reference: Oracle Visual Builder Studio Documentation – "Guided Process Template"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
In which three cases would you need a Visual Builder service instance to deploy your app to? (Choose
three.)
A, B, C
Explanation:
Full Detailed in Depth Explanatio n:
A Visual Builder (VB) service instance is a stand-alone runtime environment separate from Fusion
Apps. Option A is correct because external users without Fusion access require a VB instance to host
the app. Option B is valid as VB instances support REST integrations with external databases using
basic authentication. Option C is accurate because vanity URLs are supported by VB instances for
custom domains. Option D is incorrect because Fusion Apps REST services are typically accessed via
AppUI extensions within Fusion, not a separate VB instance. Option E is wrong as integration into
Fusion menus relies on AppUI extensions, not a stand-alone VB instance.
Reference: Oracle Visual Builder Documentation – "Deployment Scenarios"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
Which three patterns are used in the Redwood Reference App? (Choose three.)
A, B, E
Explanation:
Full Detailed in Depth Explanatio n:
The Redwood Reference App showcases common patterns from the Redwood Pattern Book. Start
Page (A) provides an entry point, Dashboard Landing Page (B) displays KPIs, and Smart Filter and
Search (E) enable data filtering— all featured in the reference app. Vertical Foldout (C) and Welcome
Page (D) are valid patterns but not highlighted in the reference app, while Data Grid Page (F) is a
pattern but not a core focus of the reference app’s design.
Reference: Oracle Redwood Reference App Documentation (https://www.oracle.com/redwood/).
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, C, E
Explanation:
Full Detailed in Depth Explanatio n:
Redwood provides dialog components to interrupt users for decisions. oj-sp-message-dialog-
destructive (A) handles critical actions (e.g., delete), oj-sp-message-dialog-general (C) is for standard
prompts, and oj-sp-message-unsaved-changes (E) warns about unsaved data—all align with the
interruptive nature of dialogs. oj-sp-messages-banner (B) and oj-sp-message-banner-unsaved-
changes (F) are banners (non-interruptive), and oj-sp-smart-search-page (D) is a search component,
not a dialog.
Reference: Oracle Redwood Component Library – "Dialog Components"
(https://www.oracle.com/redwood/).
Jane created an AppUI extension in a workspace. She wants Troy to test it before she pushes it to Git.
How can she achieve this?
C
Explanation:
Full Detailed in Depth Explanatio n:
In VBS, Jane can share her workspace with Troy for testing using the "Share" option from the menu,
allowing him to preview the AppUI extension without pushing to Git. Option A (shared workspace)
isn’t a standard feature—workspaces are individual. Option B (Publish) pushes changes to Git, not
suitable for pre-Git testing. Option D involves Git, which Jane wants to avoid until testing is done.
Reference: Oracle Visual Builder Studio Documentation – "Collaboration Features"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
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, D, E
Explanation:
Full Detailed in Depth Explanatio n:
The Redwood Pattern Book provides guidance for Redwood app development. It includes Template
Introduction (A) to describe patterns, Specific Page Functionality (D) to detail use cases, and
Composites and Components (E) for reusable UI elements. Pictorial Representation of Data (B) is too
vague and not a focus, while User Manual for Use Cases (C) is more end-user-oriented, not
developer-focused like the Pattern Book.
Reference: Oracle Redwood Pattern Book (https://www.oracle.com/redwood/).
Which three are exposed in Visual Builder Studio? (Choose three.)
C, D, E
Explanation:
Full Detailed in Depth Explanatio n:
VBS exposes Redwood Templates and Patterns (C) for UI design, Fusion Cloud Apps REST Endpoints
(D) for data access, and Redwood UI Components (E) for building interfaces. Fusion Cloud Apps
Database Tables (A) are not directly exposed—access is via REST. Action Chains Developed by Oracle
(B) are internal and not exposed for modification.
Reference: Oracle Visual Builder Studio Documentation – "Extending Fusion Apps"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
What is the function of the Publish button in the Visual Builder Studio workspace editor?
B
Explanation:
Full Detailed in Depth Explanatio n:
The Publish button in VBS commits changes to the Git repository and initiates a merge request,
enabling collaboration and version control. It doesn’t deploy (A or C) or start a CI/CD pipeline (D)—
those are separate steps in the Environment or Pipeline tabs.
Reference: Oracle Visual Builder Studio Documentation – "Workspace Editor"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
What are the two merits of modifying an Oracle Fusion Apps page in Visual Builder Studio? (Choose
two.)
C, D
Explanation:
Full Detailed in Depth Explanatio n:
In VBS, Fusion Apps page modifications are constrained to Oracle-defined configurable areas (C),
ensuring stability, and allow conditional hiding/showing of fields (D) in dynamic forms/tables for
flexibility. You cannot remove (A) or edit (B) any component freely—only what Oracle exposes.
Reference: Oracle Visual Builder Studio Documentation – "Customizing Fusion Apps"
(https://docs.oracle.com/en/cloud/paas/visual-builder/).
Which page template is NOT a transactional page template?
A
Explanation:
Full Detailed in Depth Explanatio n:
Transactional templates (C, D) focus on data creation/editing, while Foldout (B) supports navigation.
Gantt (A) is for scheduling/visualization, not transactions.
Reference: Oracle Redwood Pattern Book – "Page Templates" (https://www.oracle.com/redwood/).