
[2024年更新]最新1z0-1114-23試験問題集で最新Oracle試験合格させます
高合格率1z0-1114-23問題集解答で1z0-1114-23テストエンジンと正解回答
質問 # 10
What is the function of the Publish button in the Visual Builder Studio workspace editor?
- A. To deploy a test version of your AgpUI extension
- B. To deploy the sandbox that your AgpUI extension is associated with
- C. To push changes to Git, and also start a merge request
- D. To start the CI/CD package and deploy pipeline for the current extension
正解:C
解説:
The Publish button in the Visual Builder Studio workspace editor allows you to push your changes to the Git repository and also start a merge request. A merge request is a way of proposing changes from one branch to another branch in Git. It helps you to review and collaborate on your code before merging it into the main branch .
質問 # 11
You are looking to create a Foldout layout in a page emulating the one in Oracle Fusion Cloud Apps.
How will you do it?
- A. Use a welcome template and add the foldout template inside it.
- B. Use the horizontal Foldout page template pattern.
- C. Use JavaScript code to animate the various panels on your page.
正解:B
解説:
The easiest way to create a Foldout layout in a page emulating the one in Oracle Fusion Cloud Apps is to use the horizontal Foldout page template pattern. This is a predefined pattern that provides a horizontal fold animation for pages with multiple panels of data. You can drag and drop this pattern from the Components palette in Visual Builder Studio and configure it according to your needs.
質問 # 12
In which three cases would you need a Visual Builder service instance to deploy your app to? (Choose three.)
- A. When there is an application that is accessible from a vanity URL (Custom domain)
- B. For gaining access to an external database through a REST service requiring basic auth
- C. For gaining access to Oracle Fusion Apps REST services
- D. For enabling the aggto be integrated into the Fusion Cloud Apps menu
- E. When the agg needs to be accessed by users who do not have Fusion Apps access
正解:A、C、E
解説:
You would need a Visual Builder service instance to deploy your app to in three cases:
When the app needs to be accessed by users who do not have Fusion Apps access: If you want your app to be available to users who are not authorized to access Fusion Cloud Apps, you need to deploy it to a stand-alone VB instance that has its own user management and security policies.
When there is an application that is accessible from a vanity URL (Custom domain): If you want your app to have a custom domain name that is different from the default VB instance URL, you need to deploy it to a stand-alone VB instance that supports custom domain configuration.
When gaining access to Oracle Fusion Apps REST services: If you want your app to access the REST services provided by Fusion Cloud Apps, such as querying or updating data, you need to deploy it to a VB instance that is connected to the FA instance and has the appropriate security roles and permissions. Therefore, options A, C, and D are the correct answers. Reference: [Deploying Visual Builder Apps], [Accessing Fusion Applications REST Services]
質問 # 13
Which are the three out-of-the-box functionalities provided by Redwood for developing an application? (Choose three.)
- A. Responsiveness
- B. Accessibility
- C. Localization
- D. Caching services
- E. Telemetry and feedback
正解:A、B、C
解説:
The three out-of-the-box functionalities provided by Redwood for developing an application are:
Localization: Redwood supports multiple languages and locales, allowing you to create applications that can be easily translated and adapted to different regions and cultures.
Accessibility: Redwood follows the Web Content Accessibility Guidelines (WCAG) 2.1 standards, ensuring that your applications are accessible to people with disabilities and comply with legal requirements.
Responsiveness: Redwood adapts to different screen sizes and orientations, providing a consistent and optimal user experience across devices.
質問 # 14
How many instances of Oracle Visual Builder Studio are provisioned with your Oracle Fusion Cloud Applications Tenancy?
- A. One - mapped to a TEST instance of Fusion Apps in your tenancy
- B. None - you need to provision one manually
- C. Multiple - for each DEV instance in your tenancy
- D. One - mapped to your production Fusion Apps instance
正解:D
解説:
When you subscribe to Oracle Fusion Cloud Applications, you get one instance of Oracle Visual Builder Studio provisioned with your Oracle Fusion Cloud Applications Tenancy. This instance is mapped to your production Fusion Apps instance and allows you to create and deploy extensions for your Fusion Apps pages. You can also use this instance to access other instances of Fusion Apps in your tenancy by creating sandboxes for them .
質問 # 15
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. Mini Card
- B. Object Card
- C. Scoreboard
- D. mage Card
正解:B
解説:
The Object Card layout is suitable for displaying information about a product and using it as an entry point from where users can access additional details. The Object Card layout consists of a header with an icon and a title, a body with one or more fields or actions, and a footer with optional actions or indicators. The Object Card layout summarizes the available information about a product in a visually compact manner and allows users to perform actions on it or navigate to more details. Therefore, option A is the correct answer. Reference: [Object Card Layout], [oj-sp-object-card]
質問 # 16
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. Switch to a new template that will fit into a mobile device size.
- B. Develop a separate application for mobile devices with a different layout.
- C. Do nothing. Responsive behavior will render the page properly on the device.
- D. Add JavaScript to add responsive design to your page.
正解:C
解説:
The easiest way to ensure that your customer can access your page from a mobile phone is to do nothing. Responsive behavior will render the page properly on the device. This is because Redwood design system is built with responsiveness in mind, meaning that it adapts to different screen sizes and orientations automatically. The Foldout layout template, for example, will collapse the foldout panel on smaller devices and show it as a modal dialog when triggered.
質問 # 17
The Data Grid page pattern allows for complex data collections in pages. It uses the data management page template, which encapsulates the Advanced Collection Container component, a Data Grid component, and optional drawers in case you need extended options to review information or include transactional subflows related to the Data Grid.
What are the two available positions for drawers in the Data Grid pattern? (Choose two.)
- A. Top position
- B. Bottom position
- C. End position
- D. Start position
正解:C、D
解説:
The two available positions for drawers in the Data Grid pattern are start position and end position. These are the positions where the drawers can slide out from when triggered by an action on the Data Grid. The start position is on the left side of the Data Grid, while the end position is on the right side of the Data Grid.
質問 # 18
Redwood uses dynamic padding to provide users with the most comfortable experience regardless of the device and viewport size.
Which are the two correct statements about dynamic padding? (Choose two.)
- A. Padding is the space between margins and the left and right edges of the containers.
- B. In small breakpoints the marquis disappear because the container spans the viewport's width
- C. There is a space between the container and the top and bottom edges of the viewport.
- D. In Edge-to-Edge layout, the margins disappear because the container spans the viewport's width.
正解:B、D
解説:
The two correct statements about dynamic padding are:
In small breakpoints the marquis disappear because the container spans the viewport's width.
In Edge-to-Edge layout, the margins disappear because the container spans the viewport's width.
Dynamic padding is a feature of Redwood that adjusts the padding and margins of containers according to the viewport size and layout type. This ensures that there is enough space around the content for comfortable reading and interaction. In small breakpoints, such as mobile devices, there is no need for marquis (the space between containers) because there is only one container per row. In Edge-to-Edge layout, there is no need for margins (the space between containers and viewport edges) because the container fills up the entire width of the viewport.
質問 # 19
Which is the correct sequence of steps in the Design process?
- A. Articulate the vision, understand the problem, identify the Redwood Page templates to use. add the detail and refine the design, specify the design for development, and monitor engagement in the real world
- B. Understand the problem, articulate the vision, identify the Redwood Page templates to use. add the detail and refine the design, specify the design for development, and monitor engagement in the real world
- C. Articulate the vision, identify the Redwood Page templates, understand the problem, add the detail and refine the design, specify the design for development, and monitor engagement in the real world
- D. Understand the statement, articulate the problem, identify the Redwood Page templates to use. add the detail and refine the design, specify the design for development, and monitor engagement in the real world
正解:B
解説:
The correct sequence of steps in the Design process is:
Understand the problem
Articulate the vision
Identify the Redwood Page templates to use
Add the detail and refine the design
Specify the design for development
Monitor engagement in the real world
This is the recommended process for designing with Redwood, as it helps you to create user interfaces that are aligned with your vision, goals, and requirements. It also helps you to leverage the Redwood design system, templates, patterns, and components to ensure consistency, usability, and accessibility.
質問 # 20
What is the minimum and maximum number of steps that can be configured on a Guided process?
- A. Minimum 2 and maximum 25
- B. Minimum 4 and maximum 10
- C. Minimum 1 and maximum 10
- D. Minimum 1 and maximum 50
正解:C
解説:
A Guided process is a component that guides users through a series of steps to complete a task or a workflow. A Guided process can have a minimum of one step and a maximum of 10 steps. Each step can have a label, an icon, an optional description, and an optional action. A Guided process can also have optional buttons for navigation or completion. Therefore, option B is the correct answer. Reference: [Guided Process Component], [oj-sp-guided-process]
質問 # 21
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-message-dialog-general
- C. oj-sp-message-banner-unsaved-changes
- D. oj-sp-message-unsaved-changes
- E. oj-sp-messages-banner
- F. oj-sp-smart-search-page
正解:A、B、D
解説:
This question tests your knowledge of the dialog message components that are available in Redwood, which are used to interrupt the user and force them to make a decision. The correct answer is A, C, and E, because these are the three dialog message components that are available in Redwood. The other options are incorrect, because they are not dialog message components, but banner message components or page templates that can be used in different contexts. Here is a brief description of each dialog message component:
oj-sp-message-dialog-destructive: This component is used to display a dialog message that warns the user about an irreversible action that will delete or destroy data. It has a red header with an icon and a title, a body with a message and an optional description, and two buttons for canceling or confirming the action.
oj-sp-message-dialog-general: This component is used to display a dialog message that informs the user about an action that requires their confirmation or input. It has a blue header with an icon and a title, a body with a message and an optional description or input field, and one or more buttons for canceling or completing the action.
oj-sp-message-unsaved-changes: This component is used to display a dialog message that alerts the user about unsaved changes that will be lost if they navigate away from the current page. It has a yellow header with an icon and a title, a body with a message and an optional description, and two buttons for discarding or saving the changes.
質問 # 22
What is the minimum and maximum number of steps that can be configured on a Guided process?
- A. Minimum 2 and maximum 25
- B. Minimum 4 and maximum 10
- C. Minimum 1 and maximum 10
- D. Minimum 1 and maximum 50
正解:C
解説:
A Guided process is a component that guides users through a series of steps to complete a task or a workflow. A Guided process can have a minimum of one step and a maximum of 10 steps. Each step can have a label, an icon, an optional description, and an optional action. A Guided process can also have optional buttons for navigation or completion. Therefore, option B is the correct answer. Reference: [Guided Process Component], [oj-sp-guided-process]
質問 # 23
......
Oracle 1z0-1114-23 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
あなたをパスさせる1z0-1114-23問題集でPDF2024年最新!32問題:https://www.jpntest.com/shiken/1z0-1114-23-mondaishu
Oracle 1z0-1114-23リアルな試験問題と回答無料:https://drive.google.com/open?id=1GYiVUiIw-zMsKuTsxdUlgSvn7dwObYW_