Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which step is mandatory to make an existing Oracle APEX application Progressive Web App (PWA) enabled?

A.

Enable the PWA flag in the Application Definition.

B.

Verify that Friendly URLs are turned on in the Application Definition.

C.

Add custom JavaScript to support offline functionality.

D.

Enable RESTful Web Services in the application.

There is a validation of type Item is Numeric on the P1_SALARY item. When the page is submitted, this error message is displayed both as a notification and inline with the item. What will cause the validation error to appear only in the Notification area?

A.

Removing P1_SALARY from the validation Associated Item.

B.

Setting Value Required to Yes on P1_SALARY.

C.

Setting Display Location to Inline in Notification

Which two declarative options in Oracle APEX allow you to download BLOB/CLOB content?

A.

Download Dynamic Action

B.

APEX_UTIL.DOWNLOAD PL/SQL API

C.

Download Page Process

D.

Share Dynamic Action

Which two statements are true about the APEX_MAIL API?

A.

You can add files as attachments to your emails using the APEX_MAIL package.

B.

You can receive emails using the APEX_MAIL package in an Oracle APEX application.

C.

You can send emails using the APEX_MAIL package from an Oracle APEX application.

D.

The APEX_MAIL package supports sending emails only to Oracle database users.

An application includes a form on the EMPLOYEES table. You must limit the P1_MANAGER page item so users can select a single employee name and ID from the corresponding manager ID in the same table. Which item type can be used to display P1_MANAGER?

A.

Popup LOV

B.

Switch

C.

Checkbox

Which is a valid method of logging messages to the execution log in APEX applications?

A.

apex_automation.log_info ('SAL for ' || :ENAME || ' increased by 19.');

B.

apex_debug.info ('SAL for :ENAME ||' increased by 19.');

C.

apex_error.add_error ('SAL for ' || :ENAME || ' increased by 19.');

The Movies faceted search report is filtered only when the Apply button for a selected facet is clicked. What must be done in the Page Designer so that report filtering is automatically executed when any facet value is selected?

A.

Navigate to the faceted search region Attributes, and disable the Batch Facet Changes attribute.

B.

Navigate to the faceted search region Attributes, and turn off the Show Facet Name attribute.

C.

Navigate to each facet and then in the Property Editor, turn on Client-Side Filtering.

What do you achieve by performing the "Refresh Working Copy" task?

A.

Merge the Working Copy changes with the Main application.

B.

Update the changes from one Working Copy to another.

C.

Get the latest updates from the Main application.

Which statement is true about Theme Styles in Oracle APEX?

A.

Theme Styles control the layout of a webpage.

B.

When the Is Public attribute is enabled, end users can choose the Theme Style from the runtime environment.

C.

The "Is Current" attribute of a Theme Style depends on the "Read Only" attribute.

Which two statements are true about creating and using dynamic actions?

A.

After you create a dynamic action, you cannot add more true actions.

B.

If a client-side condition is defined, the true action will fire when the condition is met.

C.

You can execute JavaScript code by creating a dynamic action.

D.

If no client-side condition is defined, true actions will not fire.