Define a report query and report Layout based on the EMP table. Add a button to the page to output the report.
Nancy has an application that is performing unexpectedly. She has turned on debug for the page and
reviewed the debug messages and still can't determine the cause of the Inconsistent behavior. She
believes It may be an APEX bug.
What action should Nancy take to Identify the issue?
C
Explanation:
Reference:
https://docs.oracle.com/database/121/AEAPI/apex_debug.htm
Bob has created an interactive report on the EMP table. Oracle B1 Publisher has been configured as
the report server in his environment. He has been asked to output a high-fidelity PDF report, which
lists all employees.
How can Bob define the report?
D
Define a report query and report Layout based on the EMP table. Add a button to the page to output the report.
Which is Hue about interactive reports?
D
Explanation:
Reference:
https://docs.oracle.com/database/apex-5.1/HTMDB/about-making-grids-
editable.htm#HTMDB-GUID-0A317D17-5B12-4F4A-B5C8-68807DB5A4C1
You have defined a form page on the ORDERS table and changed page item :P5_ORDER_TOTAL to
type Hidden.
You also created a dynamic action to update the value of :P5_ORDER_TOTAL when any order items
are added, updated, or deleted on the page.
However, when you submit the page, you get this error:
Session state protection violation: This may be caused by manual alteration of protected page item
P5_ORDER_TOTAL. If you are unsure what caused this error, please contact the application
administrator for assistance.
How should you update :P5_ORDER_TOTAL page item to prevent this error?
D
Explanation:
Reference:
http://oracledba.bigresource.com/Application-Express-Session-state-protection-violation-error-0RGXXq8b6.html
A City Administration app has two select lists (LOVs). P1__STATE is based on "STATE" and P1_CITY is
based on "CITY."
The cities table includes both the state and city columns.
When a state is selected, the application should display only cities within the selected state, not all
cities.
How can you limit the cities to display only those for the selected state?
A
Mary is using an APEX Interactive Grid report that has many columns and wants to see the most
important Information while minimizing horizontal scrolling.
Which three actions will help her to best accomplish this goal?
BFG
You created an application where the home page looks like:
You now want to change the page to look like:
What do you need to do to change the appearance of the page?
B
Explanation:
Reference:
https://apex.oracle.com/pls/apex/apex_pm/r/ut/lists
Trillian wants to pass an item value, which includes a comma, such as the value Donuts, Coffee, In
the URL when calling another page.
How can Trillian escape the Item value so that the comma is interpreted correctly?
D
Francisco has been tasked with creating a Frequently Asked Questions (FAQ) page. The page security
requirements are defined as:
Anyone who can access the application. In any capacity, shall also be able to view the new FAQ page.
Which page level Authorization Scheme and Authentication options should Francisco choose?
B
Jason has developed an app lot maintaining customers, he has a navigation menu for customers that
he needs to associate with multiple pages. How can Jason associate one list entry with multiple
pages?
E
Which three actions can be performed In Object Browser?
ADE
Explanation:
Reference:
https://docs.oracle.com/cd/E11882_01/appdev.112/e12511/obj_brows.htm#AEUTL185
Lucy created an interactive report on the EMP table. She wants to filter the report to show
employees with JOB = SALESMAN.
Which two options could Lucy perform to add an equals filter on the Job column?
AB
Jane" is creating a new application, users of the application will use SSO to authenticate. SS0 has
been defined for the instance. Which step should Jane perform in the Create Application Wizard?
A
Explanation:
Reference
https://docs.oracle.com/database/apex-18.1/HTMDB/establishing-user-identity-through-
authentication.htm#HTMDB12003
Which two actions can be done by a Page Process of type Automatic Row Processing (DML)?
DF
Explanation:
Reference:
https://docs.oracle.com/html/E39147_04/app_forms004.htm
RICKhas created an editable interactive grid on a table that include four audit columns: CREATED,
CREATED_BY UPDATED, and UPDATED_By.
The four audit columns are included in the report with read-only type set to Always.
How can Rick update all four audit column when a user inserts a row, and the UPDATED_BY column
when a user updates a row?
A
Review the browser console output.