1114-25
|
|
Título del Test:
![]() 1114-25 Descripción: Auto estudio |



| Comentarios |
|---|
NO HAY REGISTROS |
|
What happens when you create and deploy a new App UI Oracle Application Extension in Visual Builder Studio?. The extension overwrites an existing page in Fusion Applications. The extension is deployed on the Fusion Application instance. The extension is deployed on a stand-alone Visual Builder instance. The extension is deployed in the Fusion Apps database. In which scenario will you NOT need a Visual Builder hosted runtime instance to deploy your app?. When there is an application that is accessible from a vanity URL (Custom domain). When modifying existing Fusion Redwood pages. When loading customer data into managed tables from XLS and CSV files. When authenticating REST APIs with the REST proxy. Which operation can you NOT perform through Visual Builder Studio in Oracle Fusion Cloud Apps?. Modify Oracle ADF pages in Fusion Apps. Deploy an extension of Fusion Apps to a test instance. Create a new application. Deploy an extension of Fusion Apps to a production instance. What is the primary function of a rule set within a layout in Oracle Visual Builder?. Handles backend data processing. Manages user authentication and authorization. Defines the visual style of the application. Determines the component displayed at runtime through the use of display logic and layouts. Which of the following properties can be customized in a Redwood Badge?. Color, text, icon, and size. Only the text content. Only the background color. Only the font style. In Visual Builder Studio, how do you apply a Redwood page template to a new page?. By writing custom HTML and CSS. By copying it from an existing page. By selecting a template from the page creation wizard. By enabling it through a backend configuration. Which page is displayed by default when a Visual Application base URL is accessed?. The first page listed alphabetically in the application source. The first page in the Redwood Welcome Page Template. The default page in the default flow. The index.html page. What is a key advantage of using Redwood page templates?. They automatically generate backend services. They eliminate the need for CSS and JavaScript. They only work with mobile applications. They ensure UI consistency across Oracle applications. Which feature or functionality is NOT commonly found in all page templates?. One or more slots. Transaction handling for the page. Page title. Primary action for the page. Which option most accurately describes the Oracle Redwood Design System?. A third-party design tool integrated with Oracle Cloud. A design system that provides reusable components, patterns, and themes for modern Oracle applications. A collection of predefined UI templates for Oracle APEX. A framework specifically designed for mobile app development. Which Redwood page template is NOT transactional?. Gantt Page Template. Item Overview Page Template. Advanced Create and Edit Page Template. Guided Process Page Template. Once you know your page template category, the next step is to select your layout. Which one of the following types of layouts is not supported by Redwood page templates?. Full width. Edge to edge. Overflow width. Fixed width. In the context of custom JavaScript functions, which option has the broadest scope, ensuring accessibility across all pages, flows, and so on?. Page. Fragment. Event. Application. Flow. You are defining a list collection on a page. You have List View, which contains Row Template. Within it, you'll find List Item Template. You define a Primary Action button that will be displayed for each row in the list. You want to fire an event that will call an action chain to perform a desired action when the Primary Action button is clicked. To which component do you add the event listener?. List Item Layout. List Section. List Item Template. List View. Which page template shows read-only detailed information and attributes of a specific object in a simple layout, such as a read-only form, collection container, or timeline; and whose main content area supports a read-only form or collection?. Item Overview Page Template. General Overview Page Template. Dashboard Landing Page Template. Welcome Page Template. Foldout Page Template. Which component in the Redwood Collections group provides collection-related functions, specifically for the Dynamic Table component?. Activity List Item. Columns Configuration Panel. Collection Toolbar. Expandable List Item. Which page template is suitable for managing complex business objects with many attributes and multiple levels of information, for example using a master record for context while creating new child/detail records?. Simple Create and Edit Page Template. Advanced Create and Edit Page Template. Guided Process Page Template. Collection Detail Page Template. Item Overview Page Template. Which page template provides an overview of an object in a pinned horizontal panel, accompanied by 2 to 6 additional panels that scroll horizontally on desktops and vertically on smaller screens?. Welcome Page Template. General Overview Page Template. Dashboard Landing Page Template. Item Overview Page Template. Foldout Page Template. Which template is optimized for users who are familiar with spreadsheet-like interfaces and need to enter, access, or edit large volumes of data with high efficiency?. Dashboard. Collection Detail. Item Overview. Guided Process. Data Grid. Which two are part of the Redwood Application Platform tools?. Storytelling. UX building blocks. Redwood Reference Application. Low-code development. Redwood Tenets. Which three are exposed in Visual Builder Studio Designer?. Fusion Cloud Apps database tables. Fusion Cloud Apps REST endpoints. Fusion Cloud Apps action chains developed by Oracle. Redwood UI components. Redwood templates and patterns. Which of the following is NOT a valid way to create a service connection in VBS for Fusion Apps?. Use an OpenAPI/Swagger document. Establish a JDBC connection to the Oracle Fusion Apps database. Use a service from the service catalog. Define a new service endpoint providing the direct service URL. Copy the URL from a custom object's link. What is the correct way to access data from Fusion Apps in your App UI extension?. Establish a JDBC connection to the Oracle Fusion Apps database. Define a new service endpoint providing the direct service URL. Use a service from the service catalog. Which statement regarding service connections is FALSE?. You can edit authentication details. You can add transforms. You can edit REST service source metadata. You can add more service endpoints. All of the following are merits of opening an Oracle Fusion Apps page for customization using the Edit Page in Visual Builder Studio option except which one?. A workspace is generated for you if needed. Any other required extension dependency is added automatically. The project is selected for you. A new App UI is created for you automatically. A Git repository is created if needed. Which two statements are true about Web Components?. A Web Component is a reusable piece of UI that can be embedded as a custom HTML element. A Web Component is not composed of JET components, HTML, JavaScript, and CSS. A Web Component is a collection of Service Connections, Business Objects, and CSS. A Web Component can be composed of JET components, HTML, JavaScript, and CSS. Which of these is an example of a detail page template?. Welcome Page Template. Simple Search Page Template. Simple Create and Edit Page Template. Data Management Page Template. Foldout Layout Page Template. The Scoreboard component provides a container to display a high-level performance summary of a user's essential business status information, such as KPIs. Which component does it use to accomplish this?. Object Cards. Profile Cards. Data Grid. Metric Cards. Dynamic Form. Which of the following is not a way to test an App UI without deploying it?. Use the Share option in the Designer. Use the Publish option in the Designer. Use the Preview Option in the Designer. Use the Live option in the Designer. How would you list an extension, if you would like to reference a service connection or layout of an extension?. A Dependency. A Unified App. A Mashup App. An App UI. A Fragment. Which component is used for representing a product or other object in a list or conveyor belt?. Card. Hierarchy card. Profile card. Object card. Expanded Hover card. 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?. Flow Back. Page Title. Page Subtitle. Primary Action. Which one of the following actions is not required to build supported Fusion Applications with Visual Builder Studio (VB Studio)?. Use approved components from Redwood Design System. Adhere to proper naming for variables, types, and pages. Start with a Redwood page template. Adhere to the constraints and intentions of Redwood Design System. Only use service connections based on Fusion Apps APIs. Which is NOT part of the Web Component contract that defines components in Oracle JET and Visual Builder Studio?. Events. Slots. Methods. Properties. Recipes. Setting which property ensures a badge is displayed properly on a page template?. Modality. Source. Slot. Status. Layout. Some page templates and components allow for multiple Secondary actions. These Secondary actions have an Action ID. Which statement is true about Secondary Action IDs?. Secondary actions need an ID because every element on the page must have a unique ID. Secondary actions are always executed in the order they are defined, without needing an Action ID. Secondary actions need an ID to distinguish them from Primary actions. An Action ID is used in a switch action within an action chain to execute the correct action. What is considered a main feature of the Redwood platform?. Developer-grade user experience. Modern, consistent, and adaptive user experience. Powerful, yet complex capabilities. Distributed user experience. Which property is required for each page template?. Title. Badge. Header. Primary Action. Contextual Info. Which page template allows you to create a web page that can track the steps of a sequential process like a Wizard, by dividing it into sequential steps?. Canvas Page Template. Gantt Page Template. Simple Create and Edit Page Template. Guided Process Page Template. Welcome Page Template. Which page template allows you to create a web page that can track the progress of scheduled tasks over time?. Gantt Page Template. Item Overview Page Template. Simple Create and Edit Page Template. Guided Process Page Template. General Overview Page Template. When using the Simple Create and Edit Page Template pattern to edit a single record, which dynamic component is used in the "@main" slot by default?. Dynamic Field Binding. Dynamic Section Binding. Dynamic Container. Dynamic Form. Dynamic Table. What should you do to open a drawer component at run time?. Set its Opened property to true. Set Close Gesture to true. Set Modality to closed. Set Auto Dismiss to focus-loss. How will you create a customer-facing portal, running outside the Fusion Apps ecosystem, to list products from Fusion Apps?. Using an Oracle APEX app that is installed in the Fusion Cloud Apps database. Using an extension to a Fusion App that is added as a dependency. Using an App UI extension that has a vanity URL setup. Using a Visual Application web app. 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?. Spin up an instance of WebLogic and deploy a Visual Builder app on top of it. Create a new App UI in an extension. Create a business object to retrieve Orders data on the page. Spin up a new instance of Visual Builder to deploy a stand-alone app. Dave deployed an extension with an App UI to an FA instance by mistake. How can he fix this?. The extension can be undeployed in the Visual Builder Studio’s Environment tab. The extension cannot be deleted once deployed. The extension can be redeployed by opening a service request. The extension will be removed in the next quarterly update of Fusion Cloud Apps. Jane created an App UI extension in a workspace. She wants Troy to test it before she pushes it to Git. How can she achieve this?. By pushing the changes to a shared branch before pushing it to Git. By using the Share option from the Designer menu. By clicking the Publish button from the Designer menu. By creating a shared workspace with Troy. You have a workspace but need a new branch to work on in that workspace. What should you do to get a new branch for working on a new set of features in your existing workspace?. Create a new project. Create a new branch with the main branch as the base. Run the package and deploy jobs for the main branch. Create a new web app. Create a new App UI. What is the function of the Publish button?. To preview the changes. To push changes to Git, and then either merge the branch into the main branch or create a merge request. To deploy the sandbox that your App UI extension is associated with. To package and deploy the contents of the repo's remote branch for your workspace. Which is NOT a valid use case of Visual Builder Studio in the Fusion Apps ecosystem?. Creating bespoke Visual Apps. Modifying existing pages in Fusion Apps. Hosting bespoke Visual Apps. Enabling CI/CD. The Scoreboard component provides a container to display a high-level performance summary of a user's essential business status information as well as... Dynamic Table. Metric Cards. Data Grid. Dynamic Form. Collection Container. Which page template provides key information about a user's task-related item or object in the left-hand panel?. Item Overview Page Template. Dashboard Landing Page Template. Guided Process Page Template. Foldout Page Template. Which is NOT a feature of Oracle Redwood?. Integration with legacy Oracle Forms applications. Adaptive and responsive UI components. Consistent branding across Oracle applications. Dark mode and accessibility support. Which page lists extension details, such as the extension ID, App UIs, dependencies, and version history?. Manage Workspace page. Applications page. Data Management page. Manage Extension Lifecycle page. Which template is optimized for users who are familiar with spreadsheet-like interfaces and need to enter, access, or edit large volumes of data?. Guided Process. Dashboard. Collection Detail. Item Overview. Data Grid. Which component displays data for the user at a glance, with options to drill in, expand, share, filter, and use data visualization all in a compact space?. Guided Process. Scoreboard. Combination Chart. Selection Chart Card. Which page template allows you to create a UI that provides a read-only form or collection with key business highlights in a panel?. Item Overview Page Template. Welcome Page Template. Guided Process Page Template. Simple Search Page Template. Which one of the following statements is NOT true about Redwood page templates?. Page templates are updated by Oracle. Developers can update page templates. Page templates are considered components. A pattern adds a page template. Which is NOT a valid reason for using templates and patterns?. They provide a consistent user experience across Oracle Applications. They encapsulate best practices for accessibility, responsiveness, and internationalization. They provide the fastest way to build a Redwood application. They can be easily modified by a developer using VBS. Which one of the following is not true about Extensions to Fusion Apps using VBS?. Could contain App UIs or none at all. Can contain just a new service connection or fragment of code. Delivers new capabilities. Modifies the source code that Oracle delivers. Can contain dependencies to other extensions. Which option is FALSE about Express Mode?. It can be used to configure service connections. It has a simple-to-use designer interface. It can be used to configure Redwood Page Properties. It can be used to apply Business Rules, such as configuring fields and regions, and validating field values. A standalone visual application web app, being used as a mashup app, will typically access which of the following?. Unified Apps. Fusion Apps APIs. APEX-hosted REST services. OORDS-hosted REST services. How many instances of Oracle Visual Builder Studio are provisioned with your Oracle Fusion Cloud Applications tenancy?. One instance for each Fusion instance in your tenancy. Every TEST and DEV instance in the Oracle Cloud Application environment receives its own instance of VB Studio, tied together by a single VIB Studio organization. One instance that is mapped to your production Fusion Apps instance. One instance that is mapped to a TEST instance of Fusion Apps in your tenancy. Which of these is an example of a detail page template?. Welcome Page Template. Data Management Page Template. Simple Create and Edit Page Template. Foldout Layout Page Template. Simple Search Page Template. Which page template provides a prioritized overview of a user's essential business status information?. General Overview Page Template. Advanced Create and Update Page Template. Foldout Page Template. Dashboard Landing Page Template. Gantt Page Template. |




