oracle 1z0-1114-25 practice test

Oracle Redwood Application 2025 Developer Associate

Last exam update: Nov 18 ,2025
Page 1 out of 3. Viewing questions 1-15 out of 38

Question 1

What does a build pipeline in Visual Builder Studio do?

  • A. Can only deploy an AppUI extension to a stand-alone VB instance
  • B. Can deploy an AppUI extension to only a single FA instance
  • C. Can only package an AppUI extension, which requires manual deployment
  • D. Can deploy an AppUI extension to multiple FA instances
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

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
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

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. Page Title
  • B. Page Subtitle
  • C. In Flow Back
  • D. Primary Action
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

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 undeployed 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
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

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. Image Card
  • D. Scoreboard
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 6

What is the minimum and maximum number of steps that can be configured on a Guided Process?

  • A. Minimum 1 and maximum 50
  • B. Minimum 1 and maximum 10
  • C. Minimum 4 and maximum 10
  • D. Minimum 2 and maximum 25
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

In which three cases would you need a Visual Builder service instance to deploy your app to? (Choose
three.)

  • A. When the app needs to be accessed by users who do not have Fusion Apps access
  • B. For gaining access to an external database through a REST service requiring basic auth
  • C. When there is an application that is accessible from a vanity URL (custom domain)
  • D. For gaining access to Oracle Fusion Apps REST services
  • E. For enabling the app to be integrated into the Fusion Cloud Apps menu
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 8

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
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
F
50%
Discussions
vote your answer:
A
B
C
D
E
F
0 / 1000

Question 9

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
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
F
50%
Discussions
vote your answer:
A
B
C
D
E
F
0 / 1000

Question 10

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?

  • A. By creating a shared workspace with Troy
  • B. By clicking the Publish button in her workspace
  • C. By choosing the Share option from the menu
  • D. By pushing the changes to a shared branch before pushing it to Git
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

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
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 12

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 UI components
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 13

What is the function of the Publish button in the Visual Builder Studio workspace editor?

  • A. To deploy a test version of your AppUI extension
  • B. To push changes to Git, and also start a merge request
  • C. To deploy the sandbox that your AppUI extension is associated with
  • D. To start the CI/CD package and deploy pipeline for the current extension
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 14

What are the two merits of modifying an Oracle Fusion Apps page in Visual Builder Studio? (Choose
two.)

  • A. You can remove any UI component from the page
  • B. You can edit any UI 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
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

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
Mark Question:
Answer:

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/).

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2