[Q26-Q41] Attested 1z0-1034-20 Dumps PDF Resource [2021]

Share

Attested 1z0-1034-20 Dumps PDF Resource [2021]

Latest 1z0-1034-20 Actual Free Exam Questions Updated 56 Questions


Oracle 1z0-1034-20 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Describe the purpose of the RightNow Desktop Add-In Framework
  • Describe the uses of Connect for PHP in CP
Topic 2
  • Create and manage a custom widget to display a custom object field
  • Describe the importance of Accessibility
Topic 3
  • Use the site administration on the Agent Desktop
  • Create debugging within Oracle Service Cloud
  • Create Custom Objects
Topic 4
  • Set up and configure Syndicated widgets on an external page
  • Use Javascript and the Browser control for integration
Topic 5
  • Explain Searching for Viewing, Editing, Creating, and Customizing Record Types
  • Use the Widget Inspector
Topic 6
  • Describe CRUD Operations using Web Services for SOAP
  • Customize and manage Templates, Pages, and Themes
Topic 7
  • Customize Mobile Sites and pageset mappings
  • Describe troubleshooting methods for Add-Ins
Topic 8
  • Access CP admin area, identify CP environments and deployment processes
  • Describe a model and its uses
Topic 9
  • Describe Client-side scripting and its use in widgets
  • Use the Connect webservices with desktop add-ins

 

NEW QUESTION 26
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 default mapping is missing or incorrect.
  • B. The pre_paga_render hook is missing or incorrect.
  • C. The pre_report_get_data hook is missing or incorrect.
  • D. The post_report_get_data hook is missing or incorrect.
  • E. The click_stream attribute is missing or incorrect.

Answer: B

 

NEW QUESTION 27
Identify two results of changing the MOD_cp_DEVELOPMENT_ENABLED configuration setting to no.

  • A. It disables access to the Customer Portal Administration area.
  • B. It disables access to Customer Portal files via WebDAV except for access to the assets folder.
  • C. It disables access to Customer Portal files via WebDAV.
  • D. It disables all customizations on the site and redirects end users to Reference Implementation.

Answer: B,C

 

NEW QUESTION 28
Within add-ins, web-service calls must be handled with care in order to avoid performance concerns.
Identify two ways to support maintaining a responsive agent interface when using Connect Web Services for SOAP from an add-in.

  • A. Identify your most common requests and pre-load those data in the getcontrol1 ( ) method of each of your add-ins.
  • B. Implement a distinct model for each of your addins to avoid network contention.
  • C. Run network calls within a separate thread to avoid locking the user interface.
  • D. Update your user interface thread from your network-call thread to allow real time status updates.
  • E. Implement a caching mechanism, and a data expiration mechanism, within your model to avoid duplicate network traffic.

Answer: D

 

NEW QUESTION 29
You have deployed a CPM and would like to log any errors that happen in its execution. Which option is not available to you from the CPM logic?

  • A. writing to the notes field of the object on which you are performing CPM actions
  • B. logMsasage ( "message" ) ;
  • C. writing to a custom logging table within the CPM code
  • D. the log files maintained in the configuration panel in the console

Answer: D

 

NEW QUESTION 30
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 B
  • B. Option D
  • C. Option C
  • D. Option E
  • E. Option A

Answer: 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 B
  • B. Option D
  • C. Option C
  • D. Option A

Answer: A

 

NEW QUESTION 32
Identify three options that describe functionality that is available in the deployment process for Customer Portal.

  • A. ability to deploy pages directly from development to production
  • B. ability to roll back to any of the last five versions of production
  • C. ability to view changes in the staging area
  • D. ability to deploy page sets
  • E. ability to roll back individual files from production
  • F. ability to select individual files to promote to production

Answer: A,B,C

 

NEW QUESTION 33
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 B
  • B. Option D
  • C. Option C
  • D. Option A

Answer: A

 

NEW QUESTION 34
Starting from Reference Implementation, your client wants to edit the look, feel, and function of the Answer Detail page. Specifically, the customer wants to add a global banner, remove the Answer Feedback widget, and alter the look and feel of the answer content.
Which three files should you modify?

  • A. AnswerFeedback.widget
  • B. site.php
  • C. AnswerFeedback.php
  • D. site.ess
  • E. standard.php
  • F. detail.php
  • G. standard.ess

Answer: B,E,F

 

NEW QUESTION 35
Which API operation can be used to retrieve a list of all Incident Queue labels and IDs configured on your Oracle B2C Service site?

  • A. GatValuesForNamedlDHierarchy
  • B. QueryObjects
  • C. GetMetaData
  • D. GatValuesForNamedID

Answer: B

 

NEW QUESTION 36
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. Name.First like '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 = 'A%' ORDER BY Contact.Name.First;
  • C. 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;
  • D. String queryString = "USE REPORT; SELECT id, C.First, C.Last FROM Contact C WHERE C.First tike *A%' ORDER BY Contact.First;
  • E. String queryString = "USE OPERATIONAL; SELECT id, C.Name.First, C.Name.Last FROM Contact C WHERE

Answer: A

 

NEW QUESTION 37
A developer is creating a knowledge base search in the customer portal- Which developer include in the code to suggest search by products and categories?widget must the

  • A. <rn: ! widgt path= :"3earch/ProductGatogorySearchFilter" />
  • B. <rn: ! widget path= ="search/BasicKoywordSearch" />
  • C. <rn: :widget path= :"Seacch/ProductCatalog3BarchFilter" />
  • D. <rn: ;widget path- ^'diacuasian/HolatedKnowledgobaaoAnawera" />
  • E. <rn: widget path= :"knowledgebase/SearchSuggeationfl" />
  • F. <rn: widget path= "input/BasicSmartAssistant" />

Answer: F

 

NEW QUESTION 38
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. Standard State/Province object
  • C. Custom Fields (Menu type)
  • D. Standard Incident Status object
  • E. Standard Countries object
  • F. Custom Object Menu-ONLY objects

Answer: C,D

 

NEW QUESTION 39
Which are three valid uses of the static methods available in where clause as an input argument?

  • A. Contact::find("Name.Last LIKE 'Harr%'")
  • B. Contact::get("Name.Last LIKE 'Harr%'")
  • C. Account::first("Login LIKE 'Jo%'")
  • D. Contact::first("Name.Last = 'Smith'")
  • E. Contact::find("Incident.Refno LIKE '2015-09-% ' ''
  • F. Contact::last("Name.Last = 'Smith'")

Answer: A,D,E

 

NEW QUESTION 40
There is a requirement to create an add-in that has limited functionality for most profiles. However, supervisor profiles are allowed to use the full functionality of this add-in. How can you set up and deploy this add-in?

  • A. Add-ins are deployed as DLLs to Oracle B2C Service and there is no way to divide permissions of these DLLs.
  • B. For all supervisor accounts, open the Add-In tab of the Account Workspace and select the Administrator check box next to the add-in.
  • C. You can deploy the add-in with a configuration file zipped with the DLL. Change the configuration file for the supervisor profiles so that the DLL will allow full access for those users.
  • D. Using the Add-In Manager, go to the Profile Access section of the add-in. For all of the Supervisor profiles, select the Run as Administrator check box.
  • E. You can create a serverconfigProperty called supervisorRole, which will be defaulted to false. When you deploy the add-in using the Add-In Manager, you will change the SupervisorRole to true for the Supervisor profiles. The code within the add-in will use this serverconfigProperty to determine if full functionality of the add-in should be allowed.

Answer: E

 

NEW QUESTION 41
......

1z0-1034-20 Certification Overview Latest 1z0-1034-20 PDF Dumps: https://www.braindumpquiz.com/1z0-1034-20-exam-material.html