SlideShare a Scribd company logo
1 of 15
Download to read offline
1. You must create a single master detail page where users can select a row in the master
grid to update the detail grids.
Users must also interact with the master or the detail leaving the page.
Which type of master detail implementation should you use?
Drill Down
Side by Side
Stacked
2. You have an interactive grid component and you are enabling the Save Public Report
attribute.
As what can end users save the report type?
AS Primary only
As Public only
As Private only
As Private and Public only
3. Which statement is true about creating and using an interactive grid?
End users cannot rearrange columns by dragging and dropping.
An interactive grid supports Pivot View and Group By View features.
For both editable and noneditable interactive grids, end users can change the report layout
and create private reports.
4. Which statement is true about creating and using a faceted search page?
If you create a faceted search page based on a table, the facets are not auto-discovered.
If you create a faceted search page on a view or a SQL query, the facets are auto-
discovered.
The Search Results region can be displayed as a Classic Report or Cards
The Search Results region can be displayed as an interactive report.
5. Which two statements are true about: creating and using an interactive report?
You cannot customize the Search Button Label
You cannot include Form Page when creating an interactive report page using the Create
Page Wizard.
You can specify an Authorization Scheme at the column level
You cannot restrict users from saving private reports by using the Authorization Schemer
6. 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?
It will default to TRUE.
It will restrict acceptable value to Y or N
It will restrict acceptable values to TRUE or FALSE
It will default to FALSE.
7. Examine these statements:
create table dept (
id number generated by default on null as identity
constraint dept_id_pk primary key,
name varchar2 (255 char) not null,
age number
);
create table emp (
id number generated by default on null as identity
constraint emp_id_pk primary key,
dept_id number
constraint emp_dept_id_fk
references dept on delete cascade,
name varchar2(255 char) not null,
email varchar2(255 char)
constraint emp_email_unq unique,
position varchar2(8 char) constraint emp_position_ck
check (position in ('MANAGER','CLERK','ENGINEER'))
);
Which Quick SQL code can generate these statements
a,
dept
name /nn
age num
emp
name /nn
email /unique
position /check Manager, Clerk, Engineer
b,
dept
name /nn
age num
emp
name /nn
email /unique
position /values Manager, Clerk, Engineer
c,
dept
name /nn
age num
emp
name /nn
email /unique
position /check Manager, Clerk, Engineer
d,
dept
name /nn
age num
emp
name /nn
email /unique
position /check Manager, Clerk, Engineer
8. Which two statements are true about the APEX MAIL API?
The APEX MAIL package supports sending emaiils only to Oracle database users.
You can add files as attachments to your emails using the APEX_MAIL package.
You can receive emails using the APEX_MAIL package in Oracle APEX application.
You can send emails using the APEX_MAIL package in Oracle APEX application.
9. Which statement is true about the Data Workshop utility?
The wizards load and unload all types of schema objects.
The wizards load and unload table data only.
You cannot load data from an XLSX file with multiple worksheet.
You can load or unload multiple tables at a time.
10. Which statement is true about Theme Styles in Oracle APEX
When the Is Public attribute is enabled, end users can choose the Theme Style from the
runtime environment
You can only enable the Is Current attribute when the Theme Style has the Read Only
attribute disabled.
Theme Styles in Oracle APEX determine the layout and structure of a webpage
11. In your existing Employee Benefits application, you want to determine the most active
users, the most used pages, and the performance of pages to better understand how your
application is being utilized and areas for improvement.
How can this be achieved?
On the Application Home page, click Create Page. the Create Page Wizard, select the
Email Reporting feature type.
On the Application Home page, from the Tasks list, click the Add Feature Page button.
Then select the Feedback feature type.
On the Applicatiom Home page, click Create Page. In the Create Page Wizard, selec the
Master Detail page type.
On the Applicatiom Home page, click Create Page. In the Create Page Wizard, select the
Activity Reporting feature type.
12. Which client credentials are utilized for authentication during the One-Click Remote
Application Deployment process?
Database schema credentials
APEX Developer credentials
APEX Workspace Admin credentials
13. Which authentication scheme type supports authentication with social networks and
enterprise identity providers that support OpenID Connect or OAuth2 standards?
Open Door Credentials
Social Sign-In
HTTP Header Variable
SAML Sign-ln
14. You created a custom theme for an application.
Examine these requirements:
1. The theme must be utilized by another application in the same workspace.
2. The master theme may still require changes.
Which solution guarantees that any changes to the master theme are reflected in the copied
theme?
Copying the changes made in the master theme to the copied theme
Refreshing the templates
Verifying the theme subscription
Subscribing the copied theme to the maste theme and refreshing the theme
15. Which two layout options are available for Page Designer under Utilities?
Three Pane Mode
Two Pane Mode
Four Pane Mode
Single Pane Mode
16. 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 action that you must perform to make an employee's commisision
editable in the grid?
Ensure that the "Primary Key" switch is turned "On" for the EMPNO column
Set EMPNO, ENAME to "Display Only"
In the Interactive Grid attributes, turn "On" the Enabled switch, under the Edit group
In the Interactive Grid attributes, select COMM for "Allowed Row Operation Column"
17. You added Access Confrol feature pages to your application,
Which two actions can you perform as an Administrator using the Administration page?
Create Authorization schemes
Add Users
Create new application roles
Assign roles to users
18. Which two are valid evaluation points for Aufhorization Schemes?
Once per session
Once per page view
Never
Once per user
19. Which is a valid Page Process type?
Execute JavaScript Code
Send E-Mail
Set Value
20. There is a validation of type Item is numeric on the PI_SALARY item. When the page
is submitted, this error message is displayed both in the notification and below the item:
1 error has occurred
Salary must be Numeric.
What will cause the validation error to appear only in the Notification area?
Setting Display Location to Inline in Notification
Setting the Value Required to Yes on P1_SALARY
Removing P1_SALARY from the validation Associated Item
21. Which two statements are true about creating and managing an APEX Workspace?
During workspace creation, you can associate the workspace with an existing database
schema.
A workspace can be associated with only one schema
You can create only two workspaces in an APEX Service (APEX Application
Development) instance.
A workspace enables multiple users to work within the same Oracle APEX instalation
New schemas cannot be created during workspace creation
22. In a faceted search page, facets can be displayed as different UI types.
Which two facet item types are supported in the faceted search region?
Popup LOV
Range
Date Picker
Checkbox Group
23. You use the Create Page Wizard to create a faceted search page on the EMP table.
What is the default report type generated for this page?
Interactive Grid
Classic Report
Interactive Report
Column Toggle Report
24. Which two statements are true about Faceted Search pages?
Multiple charts are not visible in the same region.
A facet's chart can be seen only in a nonmodal dialog.
Facets map to specific database columns.
Faceted Search supports the ability to filter columns storing multiple values as one string,
25. Which statement is true about session state management in Oracle APEX?
APEX Sessions are logically and physically distinct from Oracle database sessions used to
service page requests.
A user cannot run multiple instances of an application simultaneously in different browser
programs
Multiple number of sessions cannot exist in the database at the same time
26. Which two Query Source types can be used to create a dynamic Navigation Bar List?
SQL Query
Function Returning SQL Query
Procedure
27. Which true about importing an APEX application?
You cannot import an APEX application exported from a latest APEX version to an old
APEX version.
You cannot change the application ID during the import process
The import process does not import the supporting objects defined during the export
28. You created a shopping cart application and added the "Add to Cart" functionality. You
are using an APEX Collection named CART to temporarily store the items In the cart.
Which PL/SQL Code snippet can be used to add items(PRODUCT_ID) into this APEX
collection when the user adds items to the cart?
Assume :P2_PRODUCT_ID holds the product id of the item being added to the cart
BEGIN
INSERT INTO APEX COLLECTION (id, name, c001) values (1,
'CART',:P2_PRODUCT_ID) ;
END;
BEGIN
INSERT INTO CART (id,c001) values (1, :P2_PRODUCT_ID) ;
END;
BEGIN
APEX_COLLECTION.ADD_MEMBER(
p_collection_name =>'CART',
p_c001 =>:P2_PRODUCT_ID
);
END;
29. Which two Plugin types can be created in Oracle APEX?
Email Template
Validation
Process
Region
30. Which two statements are true about a Progressive Web Application (PWA)?
You can create a PWA only whencreating a new application with the Create Application
Wizard.
Enabling the PWA functionality optimizes page loading speed on a mobile device.
To use the PWA feature, the Friendly URLs attribute in the Application Definition,
Properties section must be turned Off.
PWA features will be rendered even if the application is served in an unsecured
environment.
Enabling the PWA functionality in your APEX app adds a new navigation bar entry named
Install App to your app.
31. Which two statements are true about loading data from the "Create an Application
From a File" wizard?
XML and JSON data can be pasted and loaded.
CSV, XLSX, XML, TXT, or JSON files can be uploaded.
Data from remote web services can be uploaded.
Seed data from a SQL script can be uploaded.
A sample data set from the sample list can be uploaded.
32. You must reference certain data from a dragged event under the Drag and Drop
PL/SQL Code attribute of the Calendar component.
Examine this list:
1. The ID
2. The NEW_START_DATE
3. The NEW_END_DATE
How can these be referenced?
#APEX$PK_VALUE#, #APEX$NEW_START_DATE# and
#APEX$NEW_END_DATE#
#APEX.PK_VALUE#, #APEX.NEW_START_DATE# and #APEX.NEW_END_DATE#
:APEX.PK_VALUE, :APEX.NEW_START_DATE and :APEX.NEW_END_DATE
:APEX$PK_VALUE, :APEX$NEW_START_DATE and :APEX$NEW_END_DATE
33. Which two statements are true about creating and customizing Smart Filters pages?
The suggestion chip count is only displayed for filters that support counts, such as LOV-
based filter types.
The search results report can be displayed as an interactive report
The search results report can be displaye as an interactive grid
If you create a Smart Filters page base on a table, the filters are auto discovered using the
Data Dictionary Cache.
34. 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?
Join me in congratulating &P1_ENAME as the new employee of the month!
Join me in congratulating : P1_ENAME as the new employee of the month!
Join me in congratulating V(‘P1_ENAME’) as the new employee of the month!
35. You have defined a REST Data Source with ORDS as the REST Data Source Type.
This REST Data Source is based on an AutoREST-enabled EMP table on a remote Oracle
Database.
This REST Data Source is being used assource for an editable interactive grid.
When a user updates an employee record in this interactive grid, which operation (HTTP
Method) defined in the REST Data Source is utilized to update a record in the EMP table on the
remote Oracle Database?
PUT
POST
GET
36, Which two statements are true about the usage of a Remote Server in the context of
REST Data Sources?
Multiple REST Data Sources can reference a single remote server.
The remote server should mandatorily be an APEX instance.
A single REST Data Source can use multiple remote servers.
The remote server determines the base URL of the REST Data Source.
37. Which statement is true about using SQL Commands?
You can unload data from the database.
In SQL Commands, you can view queries saved in Query Builder.
You can search and filter database objects
You can design and prototype data models using a markdown-like shorthand syntax
38. Which two statements are true about creating and using dynamic actions?
If a client-side condition is defined, the true action will fire when the condition is met, and
the false action will fire when it is not.
If no client-side condition is defined, true action will not fire.
You can execute JavaScript code by creating a dynamic action.
Once you create a dynamic action, you cannot add additional true actions
39. An Employees App includes a form to enter and update employee details.
Examine this Exhibit.
Employee Number :7839
Name: KING
Job : SALESMÅN
Manager :
Hire date :17-NOV-1981
Salary :5000
Commission :
* Department :ACCOUNTING
Now you must extend the functionality of this form so that:
• If you select ‘SALESMAN’ from the select list for Job page item (P2_JOB), both the
‘Hire date’ (P2_HIREDATE) and ‘Commission’ (P2_COMM) page item and their associated
labels are displayed
• If you select any other value from the select list for Job page item (P2_JOB), both the
‘Hire date’ (P2_HIREDATE) and ‘Commission’ (P2_COMM) page item and their associated
labels are hidden
Which two steps must be performed?
Create a dynamic action on form load
Create a dynamic action on P2_JOB, P2_HIREDATE, and P2_COMM
Create a dynamic action on P2_JOB
Create a dynamic action on P2_HIREDATE, and P2_COMM
Specify a client-side condition of type Item=Value and enter SALEMAN for Value
40. An application was created using the Create Application Wizard which enabled the
Access Control feature. Which two components are created when enabling the Access Control
feature?
The administrative page region with links to Access Control features
The configuration page to set access level of authenticated users
The configuration page to set roles of workspace users
The configuration page to enable end users to seclet various theme styles
The configuration page to enable Administrators to select default theme
41. Which two are prerequisites to use the REST-enabled SQL feature in Oracle APEX?
On the remote Oracle Database, install ORDS 19.x or later.
Install Oracle APEX in the remote Oracle Database.
REST enable the schema in the remote OracleDatabase using ORDS.ENABLE_SCHEMA.
Create a database link to the remote Oracle Database in the local APEX Schema,
42. Which two actions enable “hide and show” behavior of a data series in a bar chart
when its corresponding legend item is clicked?
Setting the On Data Change attribute value to Slide to Left
Setting the Hide and Show Behavior attribute value to None
Setting the Hide and Show Behavior attribute value to No Rescaling
Setting the Hide and Show Behavior attribute value to Rescale
43.
Which two tasks can you perform using App Builder?
Create join queries using drag and drop
Create and manage apps,
Generate data definition language (DDL) statement from the Oracle data dictionary.
Import previously exported apps.
Create and manage database objects.
44. An application includes a form on the EMPLOYEES table.
You must limit the P5_MANAGER page item so Users can select a single employee name
EMP_NAME and save the corresponding employee ID EMP_ID to the database.
Examine this statement used for the List of Value definition:
SELECT emp_name d,
emp_id r
from employees
ORDER BY 1
Which item type can be used to display P5_MANAGER?
Popup LOV
Check box
Switch
45. Which two statements are true about customizing an interactive report by an end user?
From the Actions menu, multiple charts can be created.
Standard Oracle functions cannot be added to columns.
Mathematical computations can be added to columns.
A flashback query can be executed
46.
Which statement is true about the Link Column attribute of an interactive report?
A Link Column cannot be sorted, hidden or moved by an end user
It is not possible to exclude Link Column
If you select Link Column, it is always displayed as the last column in the report
It is not possible to include a custom target in Link Column
47. Which statement is true about creating and using a report with form?
The Create Application Wizard doesn't support the creation of an interactive report and
form combination.
In the Create Application Wizard, you Can select a data source (that is, Local Database,
REST Enabled SQL Service, or REST Data Source)
Both the Create Application Wizard and Create Page Wizard support the creation of an
interactive report or classic report and Form Combination
The Create Page Wizard doesn’t support the creation of a classic report and form
combination.
48. An application includes a report and form on the PRODUCTS table.
The form page includes page items P21_PRODUCT_NAME and P21_UNIT_PRICE.
P21_UNIT_PRICE is currently displayed below P21_PRODUCT_NAME.
Now, you need to reposition the items and display P21_UNIT_PRICE next to
P21_PRODUCT_NAME.
Which two statements are true?
In Page Designer, select P21_PRODUCT_NAME and then in the Property Editor, under
Layout set Start New Row to Yes.
In Page Designer, right click P21_UNIT_PRICE and select Start New Row.
In Page Designer, select P21_UNIT_PRICE and then in the Property Editor, under Layout
set Start New Row to Yes.
In Page Designer, use the Middle Pane, click P21_UNIT_PRICE and drag the item until
it is directly next to P21_PRODUCT_NAME.
49- Examine this Exhibit.
Movies
Genre
Horror (181)
Country
United States of America
France
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 changes?
Navigate to the faceted search region Attributes, and turn off the Show Facet Name
attribute. Then, navigate to each facet and in the Property Editor, turn on Client-Side Filtering.
Navigate to the faceted search region Attributes, and disable the Batch Facet Changes
attributes.
Navigate to the faceted search region Attributes, and turn off the Show Facet Name
attributes.
Navigate to each facet and then in the Property Editor, turn on Client-Side Filtering
50. Which two statements are true about Oracle APEX?
You can build interactive reporting apps based on data from disparate systems.
Running an APEX app needs client software.
Processing and data manipulation is not executed in the database.
APEX eliminates middle-tier application logic.
Application definition is not stored in the database.
51. Which two statements are true about REST Data Source Synchronization?
You cannot trigger Data Synchronization on a regular schedule using a scheduler job.
To execute REST source synchronizations on schedule, the CREATE JOB priviledge must
be granted to the application’s parsing schema.
If the local table is not in sync with the Data Profile, Data Synchronization continues to
work for columns present in both the table and the Data Profile,
The local table can only be used for Data Synchronization but you cannot add lndexes or
change physical properties.
If the local table is not in sync with the Data Profile, Data Synchronization doesn’t work
52. Which is NOT a valid Geometry Column Data Type available for maps region?
JSON_OBJECT
SDO_GEOMETRY
GeoJSON
Latitude/Longitude
53. Which is a valid method of logging messages to the execution log in APEX automation?
apex_automation.log_info (‘SAL for ‘ || :ENAME || ‘ increased by 1%.’);
apex_error. add_error (
p message => ‘SAL for ‘ || :ENAME || ‘ increased by 1%.’,
p_display_location => apex_error.c_inline_in_notification );
apex_debug.info (‘SAL for ‘ || :ENAME || ‘ increased by 1%.’);
54. You require a Page Computation to execute before the page is rendered.
Which two computation points (Execution Point) will do this?
After Header
Before Header
After Submit
After Page Processing
55. Which two feature pages can you create using the Create Page Wizard?
Access Control
Feedback
Unified Task List
Search Page

More Related Content

Similar to 770_0629.pdf dump for oracle cloud interface

Creating reports in oracle e business suite using xml publisher
Creating reports in oracle e business suite using xml publisherCreating reports in oracle e business suite using xml publisher
Creating reports in oracle e business suite using xml publisherSamchi Fouzee
 
GEIT 3341 DATABASE I LAB 2 GEIT 3341 Database I
GEIT 3341  DATABASE I  LAB 2  GEIT 3341 Database I  GEIT 3341  DATABASE I  LAB 2  GEIT 3341 Database I
GEIT 3341 DATABASE I LAB 2 GEIT 3341 Database I MatthewTennant613
 
SAP BPC Learning Notes and Insights.docx
SAP BPC Learning Notes and Insights.docxSAP BPC Learning Notes and Insights.docx
SAP BPC Learning Notes and Insights.docxKen T
 
Luke Cushanick Admin Tips and Tricks for Salesforce Trailblazer Community Chr...
Luke Cushanick Admin Tips and Tricks for Salesforce Trailblazer Community Chr...Luke Cushanick Admin Tips and Tricks for Salesforce Trailblazer Community Chr...
Luke Cushanick Admin Tips and Tricks for Salesforce Trailblazer Community Chr...Anna Loughnan Colquhoun
 
JOB PORTALProject SummaryTitle JOB-PORT.docx
JOB PORTALProject SummaryTitle    JOB-PORT.docxJOB PORTALProject SummaryTitle    JOB-PORT.docx
JOB PORTALProject SummaryTitle JOB-PORT.docxchristiandean12115
 
Demystifying S-Controls and AJAX
Demystifying S-Controls and AJAXDemystifying S-Controls and AJAX
Demystifying S-Controls and AJAXdreamforce2006
 
Access tips access and sql part 6 dynamic reports
Access tips  access and sql part 6  dynamic reportsAccess tips  access and sql part 6  dynamic reports
Access tips access and sql part 6 dynamic reportsquest2900
 
Geo prompt dashboard
Geo prompt dashboardGeo prompt dashboard
Geo prompt dashboardAmit Sharma
 
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Enterprise Level Application Architecture with Web APIs using Entity Framewor...Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Enterprise Level Application Architecture with Web APIs using Entity Framewor...Akhil Mittal
 
Dynamic Forms: Overview & Deep Dive Tutorial
Dynamic Forms: Overview & Deep Dive TutorialDynamic Forms: Overview & Deep Dive Tutorial
Dynamic Forms: Overview & Deep Dive TutorialMahamHasan8
 
James Jara Portfolio 2014 - Enterprise datagrid - Part 3
James Jara Portfolio 2014  - Enterprise datagrid - Part 3James Jara Portfolio 2014  - Enterprise datagrid - Part 3
James Jara Portfolio 2014 - Enterprise datagrid - Part 3James Jara
 
Latest 2023 1z0-770 Questions Answers PDF Guide.pptx
Latest 2023 1z0-770 Questions Answers PDF Guide.pptxLatest 2023 1z0-770 Questions Answers PDF Guide.pptx
Latest 2023 1z0-770 Questions Answers PDF Guide.pptxanamamjad13
 
Top 10 Techniques For React Performance Optimization in 2022.pptx
Top 10 Techniques For React Performance Optimization in 2022.pptxTop 10 Techniques For React Performance Optimization in 2022.pptx
Top 10 Techniques For React Performance Optimization in 2022.pptxBOSC Tech Labs
 
Oracle General ledger ivas
Oracle General ledger ivasOracle General ledger ivas
Oracle General ledger ivasAli Ibrahim
 
ChircuVictor StefircaMadalin rad_aspmvc3_wcf_vs2010
ChircuVictor StefircaMadalin rad_aspmvc3_wcf_vs2010ChircuVictor StefircaMadalin rad_aspmvc3_wcf_vs2010
ChircuVictor StefircaMadalin rad_aspmvc3_wcf_vs2010vchircu
 
Oracle9i reports developer
Oracle9i reports developerOracle9i reports developer
Oracle9i reports developerFITSFSd
 
Oracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and AnswersOracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and Answersdouglascarnicelli
 

Similar to 770_0629.pdf dump for oracle cloud interface (20)

Creating reports in oracle e business suite using xml publisher
Creating reports in oracle e business suite using xml publisherCreating reports in oracle e business suite using xml publisher
Creating reports in oracle e business suite using xml publisher
 
GEIT 3341 DATABASE I LAB 2 GEIT 3341 Database I
GEIT 3341  DATABASE I  LAB 2  GEIT 3341 Database I  GEIT 3341  DATABASE I  LAB 2  GEIT 3341 Database I
GEIT 3341 DATABASE I LAB 2 GEIT 3341 Database I
 
SAP BPC Learning Notes and Insights.docx
SAP BPC Learning Notes and Insights.docxSAP BPC Learning Notes and Insights.docx
SAP BPC Learning Notes and Insights.docx
 
Luke Cushanick Admin Tips and Tricks for Salesforce Trailblazer Community Chr...
Luke Cushanick Admin Tips and Tricks for Salesforce Trailblazer Community Chr...Luke Cushanick Admin Tips and Tricks for Salesforce Trailblazer Community Chr...
Luke Cushanick Admin Tips and Tricks for Salesforce Trailblazer Community Chr...
 
JOB PORTALProject SummaryTitle JOB-PORT.docx
JOB PORTALProject SummaryTitle    JOB-PORT.docxJOB PORTALProject SummaryTitle    JOB-PORT.docx
JOB PORTALProject SummaryTitle JOB-PORT.docx
 
Demystifying S-Controls and AJAX
Demystifying S-Controls and AJAXDemystifying S-Controls and AJAX
Demystifying S-Controls and AJAX
 
Access tips access and sql part 6 dynamic reports
Access tips  access and sql part 6  dynamic reportsAccess tips  access and sql part 6  dynamic reports
Access tips access and sql part 6 dynamic reports
 
Geo prompt dashboard
Geo prompt dashboardGeo prompt dashboard
Geo prompt dashboard
 
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Enterprise Level Application Architecture with Web APIs using Entity Framewor...Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
 
Ssrs tutorial
Ssrs tutorialSsrs tutorial
Ssrs tutorial
 
Dynamic Forms: Overview & Deep Dive Tutorial
Dynamic Forms: Overview & Deep Dive TutorialDynamic Forms: Overview & Deep Dive Tutorial
Dynamic Forms: Overview & Deep Dive Tutorial
 
James Jara Portfolio 2014 - Enterprise datagrid - Part 3
James Jara Portfolio 2014  - Enterprise datagrid - Part 3James Jara Portfolio 2014  - Enterprise datagrid - Part 3
James Jara Portfolio 2014 - Enterprise datagrid - Part 3
 
Latest 2023 1z0-770 Questions Answers PDF Guide.pptx
Latest 2023 1z0-770 Questions Answers PDF Guide.pptxLatest 2023 1z0-770 Questions Answers PDF Guide.pptx
Latest 2023 1z0-770 Questions Answers PDF Guide.pptx
 
Top 10 Techniques For React Performance Optimization in 2022.pptx
Top 10 Techniques For React Performance Optimization in 2022.pptxTop 10 Techniques For React Performance Optimization in 2022.pptx
Top 10 Techniques For React Performance Optimization in 2022.pptx
 
Mca 504 dotnet_unit5
Mca 504 dotnet_unit5Mca 504 dotnet_unit5
Mca 504 dotnet_unit5
 
oracle-reports6i
oracle-reports6ioracle-reports6i
oracle-reports6i
 
Oracle General ledger ivas
Oracle General ledger ivasOracle General ledger ivas
Oracle General ledger ivas
 
ChircuVictor StefircaMadalin rad_aspmvc3_wcf_vs2010
ChircuVictor StefircaMadalin rad_aspmvc3_wcf_vs2010ChircuVictor StefircaMadalin rad_aspmvc3_wcf_vs2010
ChircuVictor StefircaMadalin rad_aspmvc3_wcf_vs2010
 
Oracle9i reports developer
Oracle9i reports developerOracle9i reports developer
Oracle9i reports developer
 
Oracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and AnswersOracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and Answers
 

Recently uploaded

Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Pooja Nehwal
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfGale Pooley
 
The Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfThe Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfGale Pooley
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptxFinTech Belgium
 
Malad Call Girl in Services 9892124323 | ₹,4500 With Room Free Delivery
Malad Call Girl in Services  9892124323 | ₹,4500 With Room Free DeliveryMalad Call Girl in Services  9892124323 | ₹,4500 With Room Free Delivery
Malad Call Girl in Services 9892124323 | ₹,4500 With Room Free DeliveryPooja Nehwal
 
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...makika9823
 
Bladex Earnings Call Presentation 1Q2024
Bladex Earnings Call Presentation 1Q2024Bladex Earnings Call Presentation 1Q2024
Bladex Earnings Call Presentation 1Q2024Bladex
 
VIP Call Girls Thane Sia 8617697112 Independent Escort Service Thane
VIP Call Girls Thane Sia 8617697112 Independent Escort Service ThaneVIP Call Girls Thane Sia 8617697112 Independent Escort Service Thane
VIP Call Girls Thane Sia 8617697112 Independent Escort Service ThaneCall girls in Ahmedabad High profile
 
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Sapana Sha
 
20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdfAdnet Communications
 
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130  Available With RoomVIP Kolkata Call Girl Serampore 👉 8250192130  Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Roomdivyansh0kumar0
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...ssifa0344
 
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure servicePooja Nehwal
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130Suhani Kapoor
 
Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Commonwealth
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdf
 
The Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfThe Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdf
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx
 
Malad Call Girl in Services 9892124323 | ₹,4500 With Room Free Delivery
Malad Call Girl in Services  9892124323 | ₹,4500 With Room Free DeliveryMalad Call Girl in Services  9892124323 | ₹,4500 With Room Free Delivery
Malad Call Girl in Services 9892124323 | ₹,4500 With Room Free Delivery
 
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
 
Bladex Earnings Call Presentation 1Q2024
Bladex Earnings Call Presentation 1Q2024Bladex Earnings Call Presentation 1Q2024
Bladex Earnings Call Presentation 1Q2024
 
VIP Call Girls Thane Sia 8617697112 Independent Escort Service Thane
VIP Call Girls Thane Sia 8617697112 Independent Escort Service ThaneVIP Call Girls Thane Sia 8617697112 Independent Escort Service Thane
VIP Call Girls Thane Sia 8617697112 Independent Escort Service Thane
 
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
 
20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf
 
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130  Available With RoomVIP Kolkata Call Girl Serampore 👉 8250192130  Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
 
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
 
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
 
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
VIP Call Girls Service Dilsukhnagar Hyderabad Call +91-8250192130
 
Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]Monthly Market Risk Update: April 2024 [SlideShare]
Monthly Market Risk Update: April 2024 [SlideShare]
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024
 

770_0629.pdf dump for oracle cloud interface

  • 1. 1. You must create a single master detail page where users can select a row in the master grid to update the detail grids. Users must also interact with the master or the detail leaving the page. Which type of master detail implementation should you use? Drill Down Side by Side Stacked 2. You have an interactive grid component and you are enabling the Save Public Report attribute. As what can end users save the report type? AS Primary only As Public only As Private only As Private and Public only 3. Which statement is true about creating and using an interactive grid? End users cannot rearrange columns by dragging and dropping. An interactive grid supports Pivot View and Group By View features. For both editable and noneditable interactive grids, end users can change the report layout and create private reports. 4. Which statement is true about creating and using a faceted search page? If you create a faceted search page based on a table, the facets are not auto-discovered. If you create a faceted search page on a view or a SQL query, the facets are auto- discovered. The Search Results region can be displayed as a Classic Report or Cards The Search Results region can be displayed as an interactive report. 5. Which two statements are true about: creating and using an interactive report? You cannot customize the Search Button Label You cannot include Form Page when creating an interactive report page using the Create Page Wizard. You can specify an Authorization Scheme at the column level You cannot restrict users from saving private reports by using the Authorization Schemer
  • 2. 6. 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? It will default to TRUE. It will restrict acceptable value to Y or N It will restrict acceptable values to TRUE or FALSE It will default to FALSE. 7. Examine these statements: create table dept ( id number generated by default on null as identity constraint dept_id_pk primary key, name varchar2 (255 char) not null, age number ); create table emp ( id number generated by default on null as identity constraint emp_id_pk primary key, dept_id number constraint emp_dept_id_fk references dept on delete cascade, name varchar2(255 char) not null, email varchar2(255 char) constraint emp_email_unq unique, position varchar2(8 char) constraint emp_position_ck check (position in ('MANAGER','CLERK','ENGINEER')) ); Which Quick SQL code can generate these statements a, dept name /nn
  • 3. age num emp name /nn email /unique position /check Manager, Clerk, Engineer b, dept name /nn age num emp name /nn email /unique position /values Manager, Clerk, Engineer c, dept name /nn age num emp name /nn email /unique position /check Manager, Clerk, Engineer d, dept name /nn age num emp name /nn email /unique position /check Manager, Clerk, Engineer 8. Which two statements are true about the APEX MAIL API? The APEX MAIL package supports sending emaiils only to Oracle database users. You can add files as attachments to your emails using the APEX_MAIL package. You can receive emails using the APEX_MAIL package in Oracle APEX application. You can send emails using the APEX_MAIL package in Oracle APEX application.
  • 4. 9. Which statement is true about the Data Workshop utility? The wizards load and unload all types of schema objects. The wizards load and unload table data only. You cannot load data from an XLSX file with multiple worksheet. You can load or unload multiple tables at a time. 10. Which statement is true about Theme Styles in Oracle APEX When the Is Public attribute is enabled, end users can choose the Theme Style from the runtime environment You can only enable the Is Current attribute when the Theme Style has the Read Only attribute disabled. Theme Styles in Oracle APEX determine the layout and structure of a webpage 11. In your existing Employee Benefits application, you want to determine the most active users, the most used pages, and the performance of pages to better understand how your application is being utilized and areas for improvement. How can this be achieved? On the Application Home page, click Create Page. the Create Page Wizard, select the Email Reporting feature type. On the Application Home page, from the Tasks list, click the Add Feature Page button. Then select the Feedback feature type. On the Applicatiom Home page, click Create Page. In the Create Page Wizard, selec the Master Detail page type. On the Applicatiom Home page, click Create Page. In the Create Page Wizard, select the Activity Reporting feature type. 12. Which client credentials are utilized for authentication during the One-Click Remote Application Deployment process? Database schema credentials APEX Developer credentials APEX Workspace Admin credentials 13. Which authentication scheme type supports authentication with social networks and enterprise identity providers that support OpenID Connect or OAuth2 standards? Open Door Credentials Social Sign-In HTTP Header Variable SAML Sign-ln
  • 5. 14. You created a custom theme for an application. Examine these requirements: 1. The theme must be utilized by another application in the same workspace. 2. The master theme may still require changes. Which solution guarantees that any changes to the master theme are reflected in the copied theme? Copying the changes made in the master theme to the copied theme Refreshing the templates Verifying the theme subscription Subscribing the copied theme to the maste theme and refreshing the theme 15. Which two layout options are available for Page Designer under Utilities? Three Pane Mode Two Pane Mode Four Pane Mode Single Pane Mode 16. 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 action that you must perform to make an employee's commisision editable in the grid? Ensure that the "Primary Key" switch is turned "On" for the EMPNO column Set EMPNO, ENAME to "Display Only" In the Interactive Grid attributes, turn "On" the Enabled switch, under the Edit group In the Interactive Grid attributes, select COMM for "Allowed Row Operation Column" 17. You added Access Confrol feature pages to your application, Which two actions can you perform as an Administrator using the Administration page? Create Authorization schemes Add Users
  • 6. Create new application roles Assign roles to users 18. Which two are valid evaluation points for Aufhorization Schemes? Once per session Once per page view Never Once per user 19. Which is a valid Page Process type? Execute JavaScript Code Send E-Mail Set Value 20. There is a validation of type Item is numeric on the PI_SALARY item. When the page is submitted, this error message is displayed both in the notification and below the item: 1 error has occurred Salary must be Numeric. What will cause the validation error to appear only in the Notification area? Setting Display Location to Inline in Notification Setting the Value Required to Yes on P1_SALARY Removing P1_SALARY from the validation Associated Item 21. Which two statements are true about creating and managing an APEX Workspace? During workspace creation, you can associate the workspace with an existing database schema. A workspace can be associated with only one schema You can create only two workspaces in an APEX Service (APEX Application Development) instance. A workspace enables multiple users to work within the same Oracle APEX instalation New schemas cannot be created during workspace creation 22. In a faceted search page, facets can be displayed as different UI types. Which two facet item types are supported in the faceted search region? Popup LOV Range
  • 7. Date Picker Checkbox Group 23. You use the Create Page Wizard to create a faceted search page on the EMP table. What is the default report type generated for this page? Interactive Grid Classic Report Interactive Report Column Toggle Report 24. Which two statements are true about Faceted Search pages? Multiple charts are not visible in the same region. A facet's chart can be seen only in a nonmodal dialog. Facets map to specific database columns. Faceted Search supports the ability to filter columns storing multiple values as one string, 25. Which statement is true about session state management in Oracle APEX? APEX Sessions are logically and physically distinct from Oracle database sessions used to service page requests. A user cannot run multiple instances of an application simultaneously in different browser programs Multiple number of sessions cannot exist in the database at the same time 26. Which two Query Source types can be used to create a dynamic Navigation Bar List? SQL Query Function Returning SQL Query Procedure 27. Which true about importing an APEX application? You cannot import an APEX application exported from a latest APEX version to an old APEX version. You cannot change the application ID during the import process The import process does not import the supporting objects defined during the export
  • 8. 28. You created a shopping cart application and added the "Add to Cart" functionality. You are using an APEX Collection named CART to temporarily store the items In the cart. Which PL/SQL Code snippet can be used to add items(PRODUCT_ID) into this APEX collection when the user adds items to the cart? Assume :P2_PRODUCT_ID holds the product id of the item being added to the cart BEGIN INSERT INTO APEX COLLECTION (id, name, c001) values (1, 'CART',:P2_PRODUCT_ID) ; END; BEGIN INSERT INTO CART (id,c001) values (1, :P2_PRODUCT_ID) ; END; BEGIN APEX_COLLECTION.ADD_MEMBER( p_collection_name =>'CART', p_c001 =>:P2_PRODUCT_ID ); END; 29. Which two Plugin types can be created in Oracle APEX? Email Template Validation Process Region 30. Which two statements are true about a Progressive Web Application (PWA)? You can create a PWA only whencreating a new application with the Create Application Wizard. Enabling the PWA functionality optimizes page loading speed on a mobile device. To use the PWA feature, the Friendly URLs attribute in the Application Definition, Properties section must be turned Off. PWA features will be rendered even if the application is served in an unsecured environment. Enabling the PWA functionality in your APEX app adds a new navigation bar entry named Install App to your app.
  • 9. 31. Which two statements are true about loading data from the "Create an Application From a File" wizard? XML and JSON data can be pasted and loaded. CSV, XLSX, XML, TXT, or JSON files can be uploaded. Data from remote web services can be uploaded. Seed data from a SQL script can be uploaded. A sample data set from the sample list can be uploaded. 32. You must reference certain data from a dragged event under the Drag and Drop PL/SQL Code attribute of the Calendar component. Examine this list: 1. The ID 2. The NEW_START_DATE 3. The NEW_END_DATE How can these be referenced? #APEX$PK_VALUE#, #APEX$NEW_START_DATE# and #APEX$NEW_END_DATE# #APEX.PK_VALUE#, #APEX.NEW_START_DATE# and #APEX.NEW_END_DATE# :APEX.PK_VALUE, :APEX.NEW_START_DATE and :APEX.NEW_END_DATE :APEX$PK_VALUE, :APEX$NEW_START_DATE and :APEX$NEW_END_DATE 33. Which two statements are true about creating and customizing Smart Filters pages? The suggestion chip count is only displayed for filters that support counts, such as LOV- based filter types. The search results report can be displayed as an interactive report The search results report can be displaye as an interactive grid If you create a Smart Filters page base on a table, the filters are auto discovered using the Data Dictionary Cache. 34. 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? Join me in congratulating &P1_ENAME as the new employee of the month! Join me in congratulating : P1_ENAME as the new employee of the month! Join me in congratulating V(‘P1_ENAME’) as the new employee of the month! 35. You have defined a REST Data Source with ORDS as the REST Data Source Type. This REST Data Source is based on an AutoREST-enabled EMP table on a remote Oracle Database.
  • 10. This REST Data Source is being used assource for an editable interactive grid. When a user updates an employee record in this interactive grid, which operation (HTTP Method) defined in the REST Data Source is utilized to update a record in the EMP table on the remote Oracle Database? PUT POST GET 36, Which two statements are true about the usage of a Remote Server in the context of REST Data Sources? Multiple REST Data Sources can reference a single remote server. The remote server should mandatorily be an APEX instance. A single REST Data Source can use multiple remote servers. The remote server determines the base URL of the REST Data Source. 37. Which statement is true about using SQL Commands? You can unload data from the database. In SQL Commands, you can view queries saved in Query Builder. You can search and filter database objects You can design and prototype data models using a markdown-like shorthand syntax 38. Which two statements are true about creating and using dynamic actions? If a client-side condition is defined, the true action will fire when the condition is met, and the false action will fire when it is not. If no client-side condition is defined, true action will not fire. You can execute JavaScript code by creating a dynamic action. Once you create a dynamic action, you cannot add additional true actions 39. An Employees App includes a form to enter and update employee details. Examine this Exhibit. Employee Number :7839 Name: KING Job : SALESMÅN Manager : Hire date :17-NOV-1981 Salary :5000 Commission : * Department :ACCOUNTING Now you must extend the functionality of this form so that:
  • 11. • If you select ‘SALESMAN’ from the select list for Job page item (P2_JOB), both the ‘Hire date’ (P2_HIREDATE) and ‘Commission’ (P2_COMM) page item and their associated labels are displayed • If you select any other value from the select list for Job page item (P2_JOB), both the ‘Hire date’ (P2_HIREDATE) and ‘Commission’ (P2_COMM) page item and their associated labels are hidden Which two steps must be performed? Create a dynamic action on form load Create a dynamic action on P2_JOB, P2_HIREDATE, and P2_COMM Create a dynamic action on P2_JOB Create a dynamic action on P2_HIREDATE, and P2_COMM Specify a client-side condition of type Item=Value and enter SALEMAN for Value 40. An application was created using the Create Application Wizard which enabled the Access Control feature. Which two components are created when enabling the Access Control feature? The administrative page region with links to Access Control features The configuration page to set access level of authenticated users The configuration page to set roles of workspace users The configuration page to enable end users to seclet various theme styles The configuration page to enable Administrators to select default theme 41. Which two are prerequisites to use the REST-enabled SQL feature in Oracle APEX? On the remote Oracle Database, install ORDS 19.x or later. Install Oracle APEX in the remote Oracle Database. REST enable the schema in the remote OracleDatabase using ORDS.ENABLE_SCHEMA. Create a database link to the remote Oracle Database in the local APEX Schema, 42. Which two actions enable “hide and show” behavior of a data series in a bar chart when its corresponding legend item is clicked? Setting the On Data Change attribute value to Slide to Left Setting the Hide and Show Behavior attribute value to None Setting the Hide and Show Behavior attribute value to No Rescaling Setting the Hide and Show Behavior attribute value to Rescale 43. Which two tasks can you perform using App Builder? Create join queries using drag and drop Create and manage apps, Generate data definition language (DDL) statement from the Oracle data dictionary.
  • 12. Import previously exported apps. Create and manage database objects. 44. An application includes a form on the EMPLOYEES table. You must limit the P5_MANAGER page item so Users can select a single employee name EMP_NAME and save the corresponding employee ID EMP_ID to the database. Examine this statement used for the List of Value definition: SELECT emp_name d, emp_id r from employees ORDER BY 1 Which item type can be used to display P5_MANAGER? Popup LOV Check box Switch 45. Which two statements are true about customizing an interactive report by an end user? From the Actions menu, multiple charts can be created. Standard Oracle functions cannot be added to columns. Mathematical computations can be added to columns. A flashback query can be executed 46. Which statement is true about the Link Column attribute of an interactive report? A Link Column cannot be sorted, hidden or moved by an end user It is not possible to exclude Link Column If you select Link Column, it is always displayed as the last column in the report It is not possible to include a custom target in Link Column 47. Which statement is true about creating and using a report with form? The Create Application Wizard doesn't support the creation of an interactive report and form combination. In the Create Application Wizard, you Can select a data source (that is, Local Database, REST Enabled SQL Service, or REST Data Source) Both the Create Application Wizard and Create Page Wizard support the creation of an interactive report or classic report and Form Combination The Create Page Wizard doesn’t support the creation of a classic report and form combination.
  • 13. 48. An application includes a report and form on the PRODUCTS table. The form page includes page items P21_PRODUCT_NAME and P21_UNIT_PRICE. P21_UNIT_PRICE is currently displayed below P21_PRODUCT_NAME. Now, you need to reposition the items and display P21_UNIT_PRICE next to P21_PRODUCT_NAME. Which two statements are true? In Page Designer, select P21_PRODUCT_NAME and then in the Property Editor, under Layout set Start New Row to Yes. In Page Designer, right click P21_UNIT_PRICE and select Start New Row. In Page Designer, select P21_UNIT_PRICE and then in the Property Editor, under Layout set Start New Row to Yes. In Page Designer, use the Middle Pane, click P21_UNIT_PRICE and drag the item until it is directly next to P21_PRODUCT_NAME. 49- Examine this Exhibit. Movies Genre Horror (181) Country United States of America France 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 changes? Navigate to the faceted search region Attributes, and turn off the Show Facet Name attribute. Then, navigate to each facet and in the Property Editor, turn on Client-Side Filtering. Navigate to the faceted search region Attributes, and disable the Batch Facet Changes attributes. Navigate to the faceted search region Attributes, and turn off the Show Facet Name attributes. Navigate to each facet and then in the Property Editor, turn on Client-Side Filtering 50. Which two statements are true about Oracle APEX? You can build interactive reporting apps based on data from disparate systems. Running an APEX app needs client software. Processing and data manipulation is not executed in the database.
  • 14. APEX eliminates middle-tier application logic. Application definition is not stored in the database. 51. Which two statements are true about REST Data Source Synchronization? You cannot trigger Data Synchronization on a regular schedule using a scheduler job. To execute REST source synchronizations on schedule, the CREATE JOB priviledge must be granted to the application’s parsing schema. If the local table is not in sync with the Data Profile, Data Synchronization continues to work for columns present in both the table and the Data Profile, The local table can only be used for Data Synchronization but you cannot add lndexes or change physical properties. If the local table is not in sync with the Data Profile, Data Synchronization doesn’t work 52. Which is NOT a valid Geometry Column Data Type available for maps region? JSON_OBJECT SDO_GEOMETRY GeoJSON Latitude/Longitude 53. Which is a valid method of logging messages to the execution log in APEX automation? apex_automation.log_info (‘SAL for ‘ || :ENAME || ‘ increased by 1%.’); apex_error. add_error ( p message => ‘SAL for ‘ || :ENAME || ‘ increased by 1%.’, p_display_location => apex_error.c_inline_in_notification ); apex_debug.info (‘SAL for ‘ || :ENAME || ‘ increased by 1%.’); 54. You require a Page Computation to execute before the page is rendered. Which two computation points (Execution Point) will do this? After Header Before Header After Submit After Page Processing 55. Which two feature pages can you create using the Create Page Wizard? Access Control Feedback Unified Task List