1. Home
  2. Oracle
  3. Oracle Database
  4. 1Z0-770 Exam Info

Oracle 1Z0-770 Exam Questions - Navigate Your Path to Success

The Oracle APEX Developer Professional (1Z0-770) exam is a good choice and if the candidate manages to pass Oracle APEX Developer Professional exam, he/she will earn Oracle Database Certification. Below are some essential facts for Oracle 1Z0-770 exam candidates:

  • In actual Oracle APEX Developer Professional (1Z0-770) exam, a candidate can expect 58 Questions and the officially allowed time is expected to be around 90 Minutes.
  • TrendyCerts offers 142 Questions that are based on actual Oracle 1Z0-770 syllabus.
  • Our Oracle 1Z0-770 Exam Practice Questions were last updated on: Mar 09, 2025

Sample Questions for Oracle 1Z0-770 Exam Preparation

Question 1

Which three of the following are use cases of Automations?

Correct : B, C, D

Automations are a sequential set of PL/SQL actions that are triggered by query results.They are used to monitor data and then perform the appropriate action2. Some use cases of automations are:

Monitoring log tables and raising an alert when there is an issue.For example, an automation can query a log table for any errors and send an email notification to the administrator if any errors are found2.

Approving specific requests.For example, an automation can query a table for any pending requests and approve them automatically based on some criteria2.

Sending email alerts at a particular time of the week.For example, an automation can query a table for any overdue tasks and send a reminder email to the assignees every Monday2.

Deleting a database record based on an end user's request is not a use case of automations, as it does not involve querying data and triggering actions based on the query results.This can be achieved by using a PL/SQL process or a dynamic action on the page where the user requests the deletion34.


Options Selected by Other Users:
Question 2

Which of the following are preconfigured authentication schemes?

Correct : B

Oracle APEX provides several preconfigured authentication schemes that follow a standard behavior for authentication and session management. You can select a preconfigured authentication scheme from the gallery when you create an authentication scheme for your application. The preconfigured authentication schemes are:

Open Door Credentials: This scheme enables anyone to access your application using a built-in login page that captures a user name.

LDAP Directory: This scheme authenticates a user and password with an authentication request to a LDAP server.

HTTP Header Variable: This scheme authenticates users externally by storing the username in a HTTP Header variable set by the web server.

Social Sign-In: This scheme supports authentication with Google, Facebook, and other social networks that support OpenID Connector OAuth2 standards.

Oracle APEX Accounts: This scheme authenticates users against Oracle APEX user accounts that are created within and managed in the APEX user repository.

Custom Authentication: This scheme allows you to create a custom authentication scheme from scratch to have complete control over your authentication interface.

Database Accounts: This scheme authenticates users using database schema accounts.

Oracle Application Server Single Sign-On Server: This scheme delegates authentication to the Oracle AS Single Sign-On (SSO) Server.

SAML Sign-In: This scheme delegates authentication to the Security Assertion Markup Language (SAML) Sign In authentication scheme.


Options Selected by Other Users:
Oracle 1Z0-770