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
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