[Sep-2021] Valid Way To Pass Oracle Exam Dumps with 1z0-1034-20 Exam Study Guide
All 1z0-1034-20 Dumps and Oracle B2C Service Integration and Development 2020 Implementation Essentials Training Courses Help candidates to study and pass the Exams hassle-free!
NEW QUESTION 30
Identify two items that accurately describe custom objects.
- A. Custom objects can be exported from an Oracle B2C Service instance and imported to a different Oracle B2C Service instance.
- B. Indexes for custom objects cannot be user defined. They are autogenerated by the system after query analysis.
- C. Saved custom objects can be used in the development environment of a Customer Portal, but the custom objects must be deployed to be used in the production environment of the Customer Portal.
- D. It is not possible to roll back deployment of custom objects.
- E. CRUD permissions for custom objects can be set per profile.
- F. Fields on a custom object can be created, but they can never be deleted.
Answer: A,D
NEW QUESTION 31
Your site has a custom object deployed under a package named ProductRegistration and the object is named RegisteredProduct. You are trying to create a new entry in the RegisteredProduct object from a custom model using ConnectPHP.
Identify the correct code that will create the new entry in the RegisteredProduct object.
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 32
The following code snippet is being used in a custom widget view on a page that is accessible to users with disabilities. Identify the error in the code.
- A. The alt attribute on the image tag is missing.
- B. Images cannot be used on pages that are accessible to users with disabilities.
- C. Image size needs to be bigger.
- D. Custom widgets cannot be used on pages that are accessible to users with disabilities.
Answer: C
NEW QUESTION 33
A developer wants to see the SimpleSearch widget only under the answers folder pages. Which is the correct code to implement it in the standard template?
A)
B)
C)
D)
E)
- A. Option D
- B. Option A
- C. Option B
- D. Option C
- E. Option E
Answer: E
NEW QUESTION 34
Which is the correct way to add a new thread entry to an incident by using the Connect for PHP API model?
A)
B)
C)
D)
- A. Option A
- B. Option D
- C. Option B
- D. Option C
Answer: A
NEW QUESTION 35
After a recent edit to the Support Home page, your client notices that Analytics is showing a massive drop in visits being recorded.
Which edit caused the reporting change?
- A. The click_stream attribute is missing or incorrect.
- B. The post_report_get_data hook is missing or incorrect.
- C. The pre_report_get_data hook is missing or incorrect.
- D. The pre_paga_render hook is missing or incorrect.
- E. The default mapping is missing or incorrect.
Answer: D
NEW QUESTION 36
Which function in Yahoo! User Interface Library (YUI) is used to select an element from the view.php file?
- A. this.Y.3elect ();
- B. Rightnow.Y.select ();
- C. this.Y.one ();
- D. Rightnow.Y.get ();
- E. Rightnow.Y-one ( );
Answer: B
NEW QUESTION 37
You want to filter the answers list page default answer report based on a value from the contact's session data, and you have been asked to not display certain answers to the end user in the report based on the contacts session data.
Which approach is required to create this customization?
- A. Create a custom advanced search widget that causes the report to be filtered based on the session data. Then the widget will filter on page load and have no user interface elements for the applied filter.
- B. Create a custom report with a definition that filters based on the session data associated with the contact viewing the report. Then change the report ID used on the page widgets.
- C. Create a custom report that has a filter that may be set from a custom model used by the pre_report_get hook. Then change the report ID used on the page widgets.
- D. Create a custom widget that removes undesired entries from the page by examining the output HTML.
Answer: A
NEW QUESTION 38
You need to set the address of a new contact using Connect PHP. You have only the abbreviation for the state.
How should you finish the following code to set the state of the Address object?
A)
B)
C)
D)
E)
- A. Option D
- B. Option A
- C. Option B
- D. Option C
- E. Option E
Answer: E
NEW QUESTION 39
Which is the correct way to update the primary email address of a contact in Oracle B2C Service with the ID =
8007000 and the email [email protected]?
A)
B)
C)
D)
E)
- A. Option A
- B. Option D
- C. Option B
- D. Option C
- E. Option E
Answer: A
NEW QUESTION 40
A developer wants to check all the widgets that are present on the home page of the customer portal. Which steps must be followed to initiate Widget Inspector?
- A. On the customer portal admin dashboard, click Widget Inspector to go to the customer portal and press "Alt + I."
- B. On the home page of the customer portal, press "Alt + I" to initiate Widget Inspector.
- C. Use a WebDav tool to go into File Manager. Open the home.php file to check all the widget rn tags.
- D. On the customer portal admin dashboard, go to Widget Info to find where the widget has been used on the customer portal pages.
Answer: D
NEW QUESTION 41
You notice that your mobile Customer Portal pages are not displaying in development mode. Identify the cause of the error.
- A. The login_required attribute of the Page metatag should be set to false.
- B. Cookies are required for Custom Portal.
- C. A mobile page set mapping has not been enabled.
- D. The pre_age_render hookShould Set the USER_AGENT cookie.
- E. The post_page_render hook should set the user agent cookie.
Answer: A
NEW QUESTION 42
What two benefits are gained by using Message Bases to control page content in Customer Portal?
- A. quicker initial page setup
- B. quicker site copies to different interfaces
- C. less configuration
- D. Automatic Language Translation!
- E. one point of change for page content changes
Answer: B,D
NEW QUESTION 43
Your Customer wants to fetch specific contact details using an ROQL query. Their requirements are:
1. Fetch Contact ID, Contact First name, and Contact Last name details.
2. Contact first name should start with "A."
3. Query should run against the report database.
4. All contacts must be sorted in ascending order by Contact first name.
Which query will meet all the requirements?
- A. String queryString = "USE REPORT; SELECT id. C.Name.First, C.Name.Last FROM Contact C WHERE C.Name.First = 'A%' ORDER BY Contact.Name.First;
- B. String queryString = "USE REPORT; SELECT id, C.Name.First, C.Name.Last FROM Contact C WHERE C.Name.First like 'A%' ORDER BY Contact.Name.First;
- C. String queryString = "USE REPORT; SELECT id, C.First, C.Last FROM Contact C WHERE C.First tike *A%' ORDER BY Contact.First;
- D. Name.First like 'A%* ORDER BY Contact.Name.First;
- E. String queryString = "USE OPERATIONAL; SELECT id, C.Name.First, C.Name.Last FROM Contact C WHERE
Answer: D
NEW QUESTION 44
You have extended the standard Contact model to a custom model named Extendedcontact, which contains the addcustomName ()function. You have completed the mapping in extensions.ymi file already.
What is the correct code to call this function from a custom controller?
A)
B)
C)
D)
E)
- A. Option A
- B. Option D
- C. Option B
- D. Option C
Answer: B
NEW QUESTION 45
What two menu objects can be edited by the Customizable Menus component as part of configuration and on-going administration activities?
- A. Custom Object Menu fields
- B. Custom Fields (Menu type)
- C. Custom Object Menu-ONLY objects
- D. Standard State/Province object
- E. Standard Incident Status object
- F. Standard Countries object
Answer: B,E
NEW QUESTION 46
You have a client that has a nonstandard data import and cannot use Connect Web Services for SOAP or the Data Import Wizard. This requires you to write script to handle the import. What is the correct method and folder to upload the script?
- A. Using File Manager within the console, select import scripts and upload your script into it.
- B. Using WebDAV, create a new folder in euf/development named scripts and copy your script into it.
- C. Using WebDAV, create a new folder in euf/assets named import and copy your script into it.
- D. Using File Manager within the console, select custom scripts and upload your script into it.
Answer: B
NEW QUESTION 47
Which is the correct syntax to place a message base <otstom_msg_xnput_label) in a form input widget in the Oracle B2C Service customer portal?
- A. <m:widget path="input/TextXnput [VD1] " input_label="%rn:ni3g: CUSTOM_MSG_INPUT_IiABEL%" />
- B. <ra:wiciget path="input/TextInput" label_input="#rn:mag: CU3TOM_M3G_INPDT_LABEL#" />
- C. <rn:widget path="input/PormInput" label_input="%rnimag: OT3TOM_M3G_rNPTJT_LABEL%" />
- D. <rn:widget pafch="input/FormInpuf input_label="|rn:mag: CD3TOM_MSG__INPOT_IiABEL#" />
Answer: D
NEW QUESTION 48
Which statement is true about the JavaScript API?
- A. It cannot be used in Custom Object workspaces.
- B. It is available as JavaScript objects and can be exposed through browser controls in a workspace.
- C. It comes with in-built exception handling.
- D. It Is available when you use the Connect Common Object Model CCOM for API operations.
Answer: D
NEW QUESTION 49
You want to write a custom widget that allows input of Incident Custom Fields that has both required and nonrequired fields.
Identify the correct method using the Connect for PHP API to determine which fields are required when saving an existing incident.
- A. Make a call to the RNCPHPMncident: :getRequired() static method to inspect the is_required_for_update constraint of each custom field.
- B. Use ROQL to query the incident and look at the constraint of each custom field to see if is_required_for_save IS set to true.
- C. Use ROQL to fetch the incident and inspect constraints to see if is_required_for_save is set to true.
- D. Make a call to the rncphp\incident: :getMetadata() static method to inspect the is_recfu.ireci_for_upcia.te constraint of each custom field.
Answer: B
NEW QUESTION 50
In the logic. j3 file of a custom widget, a developer needs to make an AJAX request to a function "fetchData" of custom controller "cuatcontroi" and fetch data in JSON format. The developer has to pass value "25" as the searchtem parameter to fetch this specific record. Which is the correct script to implement this?
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 51
A developer is writing code on the Ask a Question page to redirect users to the login form if they are not already logged in. Which is the correct rntag to implement this logic?
A)
B)
C)
D)
E)
- A. Option A
- B. Option D
- C. Option B
- D. Option C
- E. Option E
Answer: A
NEW QUESTION 52
......
Get Latest [Sep-2021] Conduct effective penetration tests using ActualCollection 1z0-1034-20