Michael has developed an app for tracking product defects. His navigation menu lists each product. He has defined application items and computations to hold the number of defects for each product. For example, for Hedgers, he has defined the application item HEDGER_DEFECT. How can Michael add the number of open defects in the navigation menu entries?
A. Update Navigation Menu template to be Include Count.
B. Update Template Options and set Display Count to True.
C. Update the List Entry Label for Hedgers to Hedgers HEDGER_DEFECTS., and similarity for the products.
D. Add HEDGER_DEFECTS. To User Defined Attribute 01 in the navigation menu for Hedgers, and similarly for other product.
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 3
Which three actions can be performed by a workspace administrator?
John is evaluating an old APEX application that has over 20 tabular forms. Ho wants to update the application and replace all of the tabular forms with interactive grids. What is the fastest way for John to replace the old reports?
A. Go to each page with a tabular form, copy the SQL Source from the Tabular Form region, and use it to create a new Interactive grid.
B. Use the Create Page Wizard to create new pages with interactive grids, and then delete the old pages with tabular forms.
C. Use the Upgrade Application utility and select the candidate objects listed for "Upgrade Tabular Form to Interactive Grid," select all, and then click Upgrade.
D. Go to each report and change the type from Tabular Form to Interactive Grid.
Jenny has a form page based on ORDER_ITEMS. For certain product types, she needs to redirect to a modal dialog to ask for additional information, before validating of processing the record on page submission. Which processing point should Jenny select for the branch?
Sunny has developed a report and form on customers, which is open partners. The report displays only customers associated with partners, based on their user credentials. Partners can click an Edit button to go to a form to update their customers. Sunny Is concerned that IT savvy users will be able to to alter the URL to be able to see and Update records from other partners. What must Sunny do to protect the form page from URL tampering?
A. Update Page Access Protection to Arguments Must Have Checksum.
B. Set Authentication to Administrator Rights.
C. Set Rejoin Session to disabled.
D. Set Deep Linking to Disabled.
E. Update Page Access Protection to No URL Access.
Answer:
E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 8
Which four tasks can you perform using the Shared Components section in Application Builder?
A. Edit the No data Found messages for multiple report region in the application.
B. Manage translatable text messages for the application.
C. Review debug messages generated by the application.
D. Change the application alias.
E. Manage Application upgrade scripts.
F. Change navigational components of the application.
G. Add different application roles and configure their role assignments.
H. Delete multiple application pages.
Answer:
ABDG
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
F
50%
G
50%
H
50%
Discussions
0/ 1000
Question 9
Brian created a page with multiple regions. He now wants to include a list of links to selectively display each region.
How can Brian achieve this?
A. Create a region of type Region Display Selector, and ensure that each region has Region Display Selector set to Yes.
B. Create a parent region called REGIONS. For each region, update the Parent Region attribute to REGIONS.
C. Create a list in Shared Components containing each region, Create a region of type List and associate the list created.
D. Define static IDs for each region, Create a region called REGION of Type Static Content with named anchors to other regions.
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 10
KIM has defined a validation of Item is NOT zero on ps_SAL. When she runs the page, the error is displayed in the notification, but does not highlight the item or display the error below the item. KIM changes Display Location to Inline with Field and Notification. However, the validation error still does not display under the item. What must KIM do to ensure that the validation error appears correctly under the item and also in the notification?
A. Add javaScript to the item to display on error.
You want to use the session state value of a page item in the select statement for a report on another page. What is the correct way to reference the value of a page item in a SQL statement?
A. &PAGE_ITEM
B. v(‘PAGE_ITEM’)
C. APEX_UTIL.GET_SESSION_STATE(p_item => ‘PAGE_ITEM)
Ellie has two related interactive grids on a page. Which two steps must she perform to create a master detail relationship between them?
A. Include a join clause in the SQL Query attribute of the detail interactive grid region.
B. Enter the name of the Foreign key constraint in the Detail Region Foreign Key Relationship attribute.
C. In the master region, select the correct region for the Detail Region attribute.
D. Make the master interactive grid read-only.
E. Move the detail region below the master region.
F. In the detail region, select the correct region for the Master region attribute.
H. In one of the columns of the details region, select the related column of the master region for the Master Column attribute.
Answer:
C, G
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
F
50%
H
50%
Discussions
0/ 1000
Question 13
Carls has created a new region template as a copy of the Standard region template in Universal Theme. He wants to update the template, but is not sure how often the template is used throughout the application. How can Carl determine all the pages where his custom template is used?
A. Go to Application utilities > templates and review the utilization report.
B. Go to Shared Components > Templates, and select References for the given template.
C. Go to Application Utilities > Cross Page Utilities and review Page Attributes.
D. Run the Application Advisor and select Template Utilization.
A. Update the value aggregation to ‘’Percentage.’’
B. Update the query to calculate the value divided by the total value.
C. Update the y-axis format to percent.’’
D. Update the show as percentage to ‘’yes.’’
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 15
What Is the least error-phone way to split a long list into two lists?
A. Create an empty second list, copy selected list items from the first to the second list, and then remove the copied items from the first list.
B. Create two new lists, copy list item from the initial list to the first, copy the remaining list items from the initial list to the second list, and then delete the initial list.
C. Create an empty second list, manually re-create the needed list entries, and then remove the matching list from the first list.
D. Copy the entries list, grid edit the copied list and remove entries that are not needed, and then grid edit the first list and remove the entries the are now in the second list.