Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Practice with 1Z0-770 Dumps for Oracle Database Certified Exam Questions & Answer [Q29-Q48]

Share

Practice with 1Z0-770 Dumps for Oracle Database Certified Exam Questions & Answer

REAL 1Z0-770 Exam Questions With 100% Refund Guarantee


To prepare for the 1Z0-770 exam, candidates can take advantage of various training resources offered by Oracle, such as instructor-led courses, online tutorials, and practice exams. These resources provide a comprehensive overview of APEX development and help candidates develop the necessary skills and knowledge to pass the exam. Additionally, candidates can join online communities and user groups to network with other APEX developers and gain insights into the latest trends and best practices in the industry.

 

NEW QUESTION # 29
You have an interactive grid component and you are enabling the Save Public Report attribute. As what can end users save the report type?

  • A. As Private and public only
  • B. As Primary only
  • C. As Private only
  • D. As Public only

Answer: A

Explanation:
Explanation
When you enable the Save Public Report attribute for an interactive grid, end users can save their report preferences as either private or public reports. Private reports are only visible to the user who created them, while public reports are visible to all users who have access to the interactive grid. You can also specify an authorization scheme to control who can save public reports. Verified References: Managing Interactive Grids
- Oracle Help Center, [Interactive Grid Attributes - Oracle Help Center]


NEW QUESTION # 30
The APEX engine uses which component as a key for tracking each user's session state?

  • A. APEX_USER
  • B. HTTP_USER
  • C. LDAP_USER
  • D. APP_USER

Answer: D

Explanation:
Explanation
APP_USER is a built-in substitution string in Oracle APEX that stores the user name of the current user session. The APEX engine uses APP_USER as one component of a key for tracking each user's session state.
As a user navigates from page to page, the APEX engine sets the value of APP_USER to identify the user. The APEX engine also uses APP_USER to perform security checks and conditional processing. You can reference APP_USER using different syntax depending on the context, such as SQL, PL/SQL, or static text.


NEW QUESTION # 31
Which statement is true about creating and using a report with form?

  • A. Both the Create Application Wizard and Create Page Wizard support the creation of an interactive report or classic report and form combination.
  • B. In the Create Application Wizard, you can select a data source (that is, Local Database, REST Enabled SQL Service, or REST Data Source).
  • C. The Create Application Wizard doesn't support the creation of an interactive report and form combination.
  • D. The Create Page Wizard doesn't support the creation of a classic report and formcombination

Answer: A

Explanation:
Explanation
You can create a report with form in Oracle APEX by using either the Create Application Wizard or the Create Page Wizard. The report can be either an interactive report or a classic report, and the form can be either a single row form or a multi row form. The report with form combination enables you to view and edit data from a table or a query in a single page. You can also customize the report and form attributes, such as the columns, regions, buttons, validations, processes, and so on. Verified References: [Creating a Report Using the Create Page Wizard - Oracle], [Creating a Report with Form on Table - Oracle]


NEW QUESTION # 32
There is a page with an interactive grid region based on this statement: SELECT EMPNO, ENAME, COMM from EMP; In the Interactive Grid attributes, under the Edit group, the Enabled switch is turned Off. Which are two of the actions that you must perform to make an employee's commission editable in the grid?

  • A. Ensure that the "Primary Key" switch is turned "On" for the EMPNO column.
  • B. Set EMPNO, ENAME to "Display Only".
  • C. In the Interactive Grid attributes, select COMM for "Allowed Row Operations Column".
  • D. In the Interactive Grid attributes, turn "On" the Enabled switch, under the Edit group.

Answer: A,D

Explanation:
Explanation
An interactive grid is a customizable report that allows end users to modify the data and layout of the report.
To make an employee's commission editable in the grid, you need to perform two actions:
In the Interactive Grid attributes, turn "On" the Enabled switch, under the Edit group. This enables editing for the entire interactive grid region and allows you to specify which columns are editable and which are not.
Ensure that the "Primary Key" switch is turned "On" for the EMPNO column. This identifies the EMPNO column as the primary key for the EMP table and allows APEX to perform DML operations on the table when end users edit the data in the grid. You do not need to set EMPNO or ENAME to
"Display Only" or select COMM for "Allowed Row Operations Column" to make an employee's commission editable in the grid. Verified References: [Managing Interactive Grids - Oracle Help Center], [Interactive Grid Attributes - Oracle Help Center]


NEW QUESTION # 33
When you run an application, the APEX engine relies on which two processes?

  • A. Run Page
  • B. Validate Page
  • C. Accept page
  • D. Show Page

Answer: C,D

Explanation:
Explanation
When you run an application, the APEX engine relies on two processes: Show Page and Accept Page. Show Page is responsible for rendering the page and sending it to the browser. Accept Page is responsible for processing the page when it is submitted by the browser. Run Page is not a process, but a command that can be used to run an application or a page from SQLWorkshop or Application Builder. Validate Page is not a process, but a step that occurs during page processing to check for any validations defined on the page


NEW QUESTION # 34
Choose the two correct statements about PWA.

  • A. Provides a customizable offline page when users areoffline and cannot request thenetwork.
  • B. An existing APEX app cannot be made a PWA
  • C. Enables users to install the application on devices
  • D. To download the app as PWA, one must visit the App Store

Answer: A,C


NEW QUESTION # 35
Which two statements are true about creating and customizing Smart Filters pages?

  • A. The suggestion chip count is only displayed for filters that support counts, such as LOV-based filter types.
  • B. The search results report can be displayed as an interactive report.
  • C. If you create a Smart Filters page based on a table, the filters are auto discovered using the Data Dictionary Cache.
  • D. The search results report can be displayed as an interactive grid

Answer: A,C

Explanation:
Explanation
Smart Filters is a component that allows end users to filter data by typing keywords in a single search field.
Some of the statements that are true about creating and customizing Smart Filters pages are:
If you create a Smart Filters page based on a table, the filters are auto discovered using the Data Dictionary Cache. You can also manually add or remove filters as needed.
The suggestion chip count is only displayed for filters that support counts, such as LOV-based filter types. For other filter types, such as Input or Range, the count is not displayed. The search results report cannot be displayed as an interactive report or an interactive grid. The supported report types are Classic Report, Cards, Map, or Calendar. Verified References: [Managing Smart Filters - Oracle Help Center],
[Creating Smart Filters Using the Create Page Wizard - Oracle Help Center]


NEW QUESTION # 36
To create a Dynamic Action, you need to specify which three of the following options?

  • A. Why the action is performed
  • B. What action or actions are performed
  • C. When the action occurs
  • D. What elements are affected by the action

Answer: B,C,D

Explanation:
Explanation
To create a dynamic action, you need to specify at least three options: what action or actions are performed, when the action occurs, and what elements are affected by the action1. The action is the behavior that you want to happen when the event is triggered. You can choose from a list of predefined actions or create your own custom action using JavaScript code1. The event is the user interaction or condition that causes the dynamic action to fire. You can select an event from a list of available events based on the type of element you select1. The affected elements are the items, buttons, or regions that are affected by the action. You can select one or more elements by using jQuery selectors1. You do not need to specify why the action is performed, as this is not a required option for creating a dynamic action.


NEW QUESTION # 37
To highlight certain rows in the interactive report based on a condition, you must:

  • A. Rows cannot be highlighted in an Interactive report
  • B. Choose a condition in Format > Highlight
  • C. Edit the rows in the report and select a color
  • D. Provide a conditional SQL query

Answer: B

Explanation:
Explanation
To highlight certain rows in the interactive report based on a condition, you must choose a condition in Format
> Highlight. This option allows you to apply a conditional formatting rule to the report, which changes the appearance of the rows that match the condition. You can specify the condition type, expression, column, operator, and value. You can also choose the highlighting style, such as background color, text color, or icon.
The other options are incorrect because:
Provide a conditional SQL query: This option will not highlight certain rows in the interactive report based on a condition. It will filter the data in the report by applying a WHERE clause to the SQL query that defines the report source.
Edit the rows in the report and select a color: This option will not highlight certain rows in the interactive report based on a condition. It will modify the data in the report by using inline editing or modal dialog editing. You cannot select a color for the rows in this option.
Rows cannot be highlighted in an Interactive report: This option is false. Rows can be highlighted in an Interactive Report by using the Format > Highlight option.
Verified References: [Customizing Interactive Reports] [Highlighting Rows Based on Conditions]


NEW QUESTION # 38
You can apply an authorization scheme for which three of the following components?

  • A. A session
  • B. Specific control such as region,item or button
  • C. An entire application
  • D. A page

Answer: B,C,D

Explanation:
Explanation
You can apply an authorization scheme for the following components in APEX:
A specific control such as a region, item, or button. You can select an authorization scheme from the Authorization Scheme list on the attributes page of the control. This will control the rendering and processing of the control based on the user privileges12.
A page. You can select an authorization scheme from the Authorization Scheme list on the Security page of the page definition. This will control the access to the page based on the user privileges12.
An entire application. You can select an authorization scheme from the Authorization Scheme list on the Security Attributes page of the application definition. This will control the access to the entire application based on the user privileges12.
You cannot apply an authorization scheme for a session, as a session is not a component in APEX. A session is a stateful connection between a browser and the APEX engine that persists across multiple requests and responses3. You can control session security by using session state protection, session expiration, and session isolation4.


NEW QUESTION # 39
Using the App Builder component, you can perform which three tasks?

  • A. Create a new App
  • B. Install a sample App
  • C. Edit pages in the page designer
  • D. Run SQL scripts and commands

Answer: A,B,C

Explanation:
Explanation
Using the App Builder component, you can perform the following tasks:
Edit pages in the page designer: You can use the Page Designer tool to modify the pages in your application using drag-and-drop operations, property editors, and code editors. You can also preview how your pages will look on different devices.
Install a sample app: You can use the Gallery option to install a sample app from a list of pre-built applications that demonstrate various features and best practices of Oracle APEX. You can also use the Packaged Apps option to install a packaged app from a list of ready-to-use applications that provide common functionality and solutions.
Create a new app: You can use the Create App option to create a new app from scratch or from an existing data source using the Create Application Wizard. You can also use the From a File option to create a new app from a file that contains data or metadata.
The other option is incorrect because:
Run SQL scripts and commands: You cannot use the App Builder component to run SQL scripts and commands. You can use the SQL Workshop component to run SQL scripts and commands using the SQL Commands or SQL Scripts tools.
Verified References: [About App Builder] [Using Page Designer] [Installing Sample Apps] [Installing Packaged Apps] [Creating Applications]


NEW QUESTION # 40
Which two statements are true about a Progressive Web Application (PWA)?

  • A. PWA features will be rendered even if the application is served in an unsecured environment.
  • B. Enabling the PWA functionality in your APEX app adds a new navigation bar entry named Install App to your app.
  • C. You can create a PWA only when creating a new application with the Create Application Wizard.
  • D. To use the PWA feature, the Friendly URLS attribute in the Application Definition, Properties section must be turned Off.
  • E. Enabling the PWA functionality optimizes page loading speed on a mobile device.

Answer: B,E

Explanation:
Explanation
A Progressive Web Application (PWA) is a web application that uses modern web technologies and best practices to provide a native app-like experience to users. Enabling the PWA functionality in your APEX app has the following benefits:
It optimizes page loading speed on a mobile device by caching static resources and using service workers to handle network requests.
It adds a new navigation bar entry named Install App to your app, which allows users to install the app on their device's home screen and access it offline.
It enhances the app's appearance and behavior by using a manifest file to specify the app's name, icon, theme color, orientation, and display mode.
The other options are incorrect because:
To use the PWA feature, the Friendly URLS attribute in the Application Definition, Properties section must be turned On. This attribute enables user-friendly URLs that are required for PWA functionality.
PWA features will not be rendered if the application is served in an unsecured environment. The application must use HTTPS protocol to enable PWA functionality.
You can create a PWA from an existing application or a new application with the Create Application Wizard. You just need to enable the PWA functionality in the User Interface section of the Application Definition.
Verified References: Progressive Web ApplicationsEnabling Progressive Web Application Functionality


NEW QUESTION # 41
Examine this code entered in Quick SQL:
emp_salary
name vc255
salary num
commission yn/check TRUE, FALSE
Which statement is true about the commission yn column?

  • A. It will restrict acceptable values to Y or N.
  • B. It will default to FALSE.
  • C. It will restrict acceptable values to TRUE or FALSE.
  • D. It will default to TRUE.

Answer: C

Explanation:
Explanation
The commission yn column will restrict acceptable values to TRUE or FALSE because of the /check modifier in the column name. This modifier adds a check constraint to the column based on the values specified after it.
The yn suffix indicates that the column is of type VARCHAR2(1). The other options are incorrect because they do not reflect the effect of the /check modifier or the yn suffix. Verified References: Using Quick SQLAbout Quick SQL Shorthand Syntax


NEW QUESTION # 42
You can create an APEX workspace and build APEX apps on which of the following platforms?

  • A. Oracle XE
  • B. All of the above
  • C. Microsoft Azure
  • D. Amazon RDS
  • E. Oracle Autonomous Cloud

Answer: B

Explanation:
Explanation
You can create an APEX workspace and build APEX apps on any of the following platforms:
Oracle Autonomous Cloud: This is a cloud platform that provides various services such as Autonomous Database, Oracle Cloud Infrastructure, and Oracle APEX Application Development. You can create an APEX workspace and build APEX apps on an Autonomous Database instance or an APEX Service instance.
Oracle XE: This is a free edition of Oracle Database that supports up to 12 GB of user data. You can install Oracle XE on your local machine and use it to create an APEX workspace and build APEX apps.
Amazon RDS: This is a cloud service that provides managed relational databases. You can create an APEX workspace and build APEX apps on an Amazon RDS for Oracle instance that supports Oracle APEX.
Microsoft Azure: This is a cloud platform that provides various services such as virtual machines, storage, and networking. You can create an APEX workspace and build APEX apps on a Microsoft Azure VM that runs Oracle Database and Oracle APEX.
Verified References: Oracle Autonomous CloudOracle XEAmazon RDSMicrosoft Azure


NEW QUESTION # 43
Which two statements are true about the usage of a Remote Server in the context of REST Data Sources?

  • A. The remote server should mandatorily be an APEX instance.
  • B. A single REST Data Source can use multiple remote servers.
  • C. The remote server determines the base URL of the REST Data Source.
  • D. Multiple REST Data Sources can reference a single remote server.

Answer: C,D

Explanation:
Explanation
A remote server in the context of REST Data Sources is a configuration that defines how to connect to an external server that hosts one or more REST services. The remote server determines the base URL of the REST Data Source, which is used to construct the full URL of each REST operation. Multiple REST Data Sources can reference a single remote server, which simplifies the maintenance and security of accessing external REST services. Verified References: Managing Remote Servers - Oracle Help Center, Creating REST Data Sources - Oracle Help Center


NEW QUESTION # 44
Which two layout options are available for Page Designer under Utilities?

  • A. Two Pane Mode
  • B. Three Pane Mode
  • C. Four Pane Mode
  • D. Single Pane Mode

Answer: A,D

Explanation:
Explanation
Page Designer is a tool that allows developers to create and edit pages in Oracle APEX using a graphical user interface. Page Designer has three main panes: Rendering, Processing, and Property Editor. You can change the layout of Page Designer under Utilities by selecting one of the following options:
Single Pane Mode - This option displays only one pane at a time. You can switch between the Rendering, Processing, and Property Editor panes by using the buttons on the toolbar or the keyboard shortcuts.
Two Pane Mode - This option displays two panes side by side. You can choose which panes to display by using the buttons on the toolbar or the keyboard shortcuts. You can also resize the panes by dragging the splitter bar between them. There is no Three Pane Mode or Four Pane Mode option for Page Designer layout. Verified References: [Managing Pages in Page Designer - Oracle Help Center], [Page Designer Layout Options - Oracle Help Center]


NEW QUESTION # 45
Which authentication scheme type supports authentication with social networks and enterprise identity providers that support OpenID Connect or OAuth2 standards?

  • A. SAML Sign-In
  • B. HTTP Header Variable
  • C. Open Door Credentials
  • D. Social Sign-In

Answer: D

Explanation:
Explanation
An authentication scheme is a rule that determines if a user is authorized to access a specific component or feature of an application, such as a page, region, button, item, etc. An authentication scheme type defines how users are authenticated when they access an application. The authentication scheme type that supports authentication with social networks and enterprise identity providers that support OpenID Connect or OAuth2 standards is Social Sign-In. Social Sign-In supports authentication with Google, Facebook, and other social networks that support these standards. The other authentication scheme types do not support authentication with social networks or enterprise identity providers. They are:
HTTP Header Variable: Authenticate users externally by storing the username in a HTTP Header variable set by the web server.
SAML Sign-In: Delegates authentication to the Security Assertion Markup Language (SAML) Sign In authentication scheme.
Open Door Credentials: Enable anyone to access your application using a built-in login page that captures a user name. Verified References: [Understanding Preconfigured Authentication Schemes - Oracle Help Center], [Social Sign-In - Oracle Help Center]


NEW QUESTION # 46
You must use a Static Content region type to display messages about the employees of the month. Employee names are stored in the P1 ENAME page item. Which text, when placed in Source, will display the message correctly?

  • A. Join me in congratulating :P1 ENAME as the new employee of the month!
  • B. Join me in congratulating &P1 ENAME, as the new employee of the month!
  • C. Join me in congratulating v('P1_ENAME') as the new employee of the month!

Answer: B

Explanation:
Explanation
A Static Content region type is used to display static text or HTML content on a page. To display messages about the employees of the month, you can use a Static Content region type with substitution variables that reference page items. Substitution variables are enclosed in ampersands (&) and can be used to dynamically replace text with values from page items or application items. The correct text to display the message is "Join me in congratulating &P1_ENAME, as the new employee of the month!" The other options are incorrect because they use either colons (:) or v() function, which are not valid ways to reference page items in Static Content regions. Verified References: [Creating Static Content Regions - Oracle Help Center], [Understanding Substitution Strings - Oracle Help Center]


NEW QUESTION # 47
Which search type in Search Configurations provides linguistic and fuzzy search capabilities?

  • A. Standard
  • B. List
  • C. Oracle Text

Answer: C

Explanation:
Explanation
Search Configurations is a feature that allows developers to define how end users can search for data in an application. There are three types of search configurations: Standard, List, and Oracle Text. Oracle Text is a search type that provides linguistic and fuzzy search capabilities by using an Oracle Text index on a table column or view column. Linguistic search enables end users to search for data based on language-specific rules and preferences, such as stemming, stopwords, synonyms, etc. Fuzzy search enables end users to search for data based on approximate matches that account for spelling errors, typos, OCR errors, etc. Verified References: [Managing Search Configurations - Oracle Help Center], [Oracle Text User's Guide]


NEW QUESTION # 48
......

PDF Download Oracle Test To Gain Brilliante Result!: https://examboost.vce4dumps.com/1Z0-770-latest-dumps.html