Which three categories of developers use Visual Builder Studio as a developmental tool? (Choose three.)
Correct : A, B, D
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.
Start a Discussions
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?
Correct : A
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.
Start a Discussions
Dave deployed an AppUI extension to an instance by mistake. How can he fix this?
Correct : B
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.
Start a Discussions
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?
Correct : A
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.
Start a Discussions
What is the minimum and maximum number of steps that can be configured on a Guided Process?
Correct : A
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.
Start a Discussions