New 1Z0-1034-21 Test Materials & Valid 1Z0-1034-21 Test Engine
1Z0-1034-21 Updated Exam Dumps [2022] Practice Valid Exam Dumps Question
NEW QUESTION 24
You have been tasked with building a customization that requires a set of five related custom objects. The requirement is for one custom object to be the parent object, which stores the main data record. The four other custom objects will be child objects, which store data related to the parent. When a record is deleted from the parent object, the related data from the child objects also should be deleted.
Howwould you configure the custom objects?
- A. The main custom object would need "aggregation" relationships to the child custom objects.
- B. The main custom object would need to be manually configured with foreign key fields with the
"cascade-delete" option set. - C. The main custom object would need "association" relationships to the child custom objects.
- D. The child objects would need "aggregation" relationships between themselves, and an "association" relationship to the parent custom object.
Answer: D
NEW QUESTION 25
Identify two statements that aretrue about system attributes.
- A. System attributes can be used directly by the Formlnput widget In the Customer Portal framework.
- B. In the Connect PHP API, system attributes are referenced via the CustomFields . <packagename>. <attributename> syntax.
- C. System attributes must exist only in the COpackage.
- D. System attributes can be used by the Syndicated ConditionalChatLink widget.
Answer: B,C
NEW QUESTION 26
Which is the correct syntax to place a message base <otstom_msg_xnput_label) in a form inputwidget in the Oracle B2C Service customer portal?
- A. <rn:widget pafch="input/FormInpuf input_label="|rn:mag: CD3TOM_MSG__INPOT_IiABEL#" />
- B. <ra:wiciget path="input/TextInput" label_input="#rn:mag: CU3TOM_M3G_INPDT_LABEL#" />
- C. <m:widget path="input/TextXnput [VD1] " input_label="%rn:ni3g: CUSTOM_MSG_INPUT_IiABEL%" />
- D. <rn:widget path="input/PormInput" label_input="%rnimag: OT3TOM_M3G_rNPTJT_LABEL%" />
Answer: A
NEW QUESTION 27
Identify three options that describe functionality that is available in the deployment process for Customer Portal.
- A. ability to select individual files to promote to production
- B. ability to deploy page sets
- C. ability to roll back individual files from production
- D. ability to roll back to any of the last five versions of production
- E. ability to view changes in the staging area
- F. ability to deploy pages directly from developmentto production
Answer: D,E,F
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 anadd-in.
- A. Implement a caching mechanism, and a data expiration mechanism, within your model to avoid duplicate network traffic.
- B. Identify your most common requests and pre-load those data in the getcontrol1 ( ) method of each of your add-ins.
- C. Update your user interface thread from your network-call thread to allow real time status updates.
- D. Run network calls within a separate thread to avoid locking the user interface.
- E. Implement a distinct model for each of your addins to avoid network contention.
Answer: C
NEW QUESTION 29
What are the two limitations of a Connect Web Service for SOAP (CWSS) request?
- A. 100 ROQL statements per CRUD request
- B. 100 objects per CRUD request
- C. 20000 ROQL output rows per QueryCSV SOAP request
- D. 1000 objects returned via aQueryObjects request
- E. 1000 BATCH items per CRUD request
Answer: D,E
NEW QUESTION 30
Whichare three valid uses of the static methods available in where clause as an input argument?
- A. Contact::get("Name.Last LIKE 'Harr%'")
- B. Account::first("Login LIKE 'Jo%'")
- C. Contact::find("Incident.Refno LIKE '2015-09-% ' ''
- D. Contact::last("Name.Last= 'Smith'")
- E. Contact::first("Name.Last = 'Smith'")
- F. Contact::find("Name.Last LIKE 'Harr%'")
Answer: C,E,F
NEW QUESTION 31
Your client wants to create three themes: gold, silver, and bronze.
Which three actions will allow the themes to be set dynamically through the URL?
- A. Create custom widget that will, among other things, call the setTheme ( ) method.
- B. Create the pre_page_r@nder hook.
- C. Define themes in the template by using the <rn:theme> page tag.
- D. Create themes in mapping.php by using the <m:theme> page tag.
- E. Create a custom model that will, among other things, call the setTheme ( ) method.
- F. Create the post_page_render hook.
- G. Create custom controllerthat will, among other things, call the setTheme ( ) method.
Answer: C,E,G
NEW QUESTION 32
A custom controller,ajaxCustom, has a function named getData( ).
What is the correct way to call the getData <) function via a URL request?
- A. /cc/ajaxCustom/getData
- B. /ci?ajaxCustom/getData
- C. /ci/ajaxCustom/getData
- D. /cc?ajaxCustom/getData
Answer: B
NEW QUESTION 33
How can you make the Incident.Subject workspace field"required" from within the Workspace Add-in code?
A)
B)
C)
D)
- A. Option C
- B. Option D
- C. Option A
- D. Option B
Answer: D
NEW QUESTION 34
Which statement is true about the JavaScript API?
- A. It is available as JavaScript objects and can be exposed through browser controls in a workspace.
- B. It Is available when you use the Connect Common Object Model CCOM for API operations.
- C. It cannot be used in Custom Object workspaces.
- D. It comes with in-built exception handling.
Answer: B
NEW QUESTION 35
In a Widget Controller file, which is the correct way to capture the Contact ID (c_id) from the URL parameter, query the database to fetch contact details, assign contact details in the class variable, and access it in the view.php file?
A)
B)
C)
D)
- A. Option B
- B. Option C
- C. Option D
- D. Option A
Answer: C
NEW QUESTION 36
Identify the option that accurately describes how to set a report filter from code by using Connect Web Services for SOAP.
- A. Report filters cannot be set from code. The user is required to set the filter in the Analytics Report Designer of the Agent Desktop.
- B. RightNowSyncPortciient.GetReportFiiters must be used first to retrieve the report filters from the report.
RightNowSyncPortciient .SetReportFiiters can then be used to set the filters in code. The report can then be run USing RightNowSyncPortciient. RunAnalyticsReport- - C. An array of AnalyticsReportFiiter can be dynamically created and set on the AnalyticsReport object that is passed to the RightNowSyncPortciient. RunAnalyticsReport method.
- D. RightNowSyncPortciient.setReportFiiters can beused directly to set the filters in code. The report can then be run using RightNowSyncPortciient. RunAnalyticsReport.
Answer: B
NEW QUESTION 37
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. Images cannot be used on pages that are accessible to users with disabilities.
- B. The alt attribute on the image tag is missing.
- 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 38
Youhave written script to update contact data and have uploaded it to the custom folder. The file name of your script is updatecontact.php.
What is the correct URL to execute your script from a browser window assuming this is a custheip.com domain?
- A. http://site.custhelp.com/cgi-bin/interface.cfg/php/custom/updatecontact.php
- B. http://site.custhelp.com/app/custom/updatecontact
- C. http://site.custhelp.com/cc/updatecontact.php
- D. http://site.custhelp.com/cgi-bin/interface.cfg/import/custom/updatecontact.php
Answer: B
NEW QUESTION 39
You have been tasked with implementing the Syndicated ConditionalChatLinkwidget on an external page.
Additionally, you want to populate a menu custom field on the chat_launch page with a specific value. The ID of the custom field that you want to populate is 54 and the ID of the desired menu item is 8.
Which is the correct syntax to configure the Syndicated ConditionalChatLink widget so that the specified custom field is populated on the chat_launch page with the desired value?
- A. custom_fields: "{\"8\":\"54\">
- B. custom-fields: "{"54":"8"}"
- C. custom_fields: "{\"S4\":\"8\"}
- D. custom-fields: "54:8"
Answer: A
NEW QUESTION 40
Identify the format in which date values are specified in the where clause of a ROQL query by using Connect for PHP.
- A. yyyy-mm-dd format and evaluated using the time zone specified by the tzinterface configuration setting
- B. the format specified by the dtf_short_date configuration setting and evaluated using the time zone specified by the tz_interface configuration setting
- C. UNIX time stamp format
- D. ISO8601 using the UTC time zone
Answer: A
NEW QUESTION 41
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 appliedfilter.
- B. Create a custom widget that removes undesired entries from the page by examiningthe output HTML.
- C. 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.
- D. 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.
Answer: A
NEW QUESTION 42
Which statement is true about the Knowledge API?
- A. A unique interaction ID is allocated for each unique user and can be reused by the users for multiple visits forthe duration specified by the VISIT_MAX_TIME configuration value.
- B. In thecustomer portal framework, each unique visit by a user is tracked through an interaction ID.
- C. In the customer portal framework, each unique visit by a user is tracked through the web session
- D. A new interaction ID is automatically created as soon as an old ID expires.
Answer: B
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 like 'A%' ORDER BY Contact.Name.First;
- B. String queryString = "USE REPORT; SELECT id, C.First, C.Last FROM Contact C WHERE C.First tike *A%' ORDER BY Contact.First;
- C. String queryString = "USE OPERATIONAL; SELECT id, C.Name.First, C.Name.Last FROM Contact C WHERE
- D. 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;
- E. Name.First like 'A%* ORDER BY Contact.Name.First;
Answer: E
NEW QUESTION 44
In which three ways can a user session end in the Oracle B2CService customer portal?
- A. The user logs out of the customer portal.
- B. By default, the session expires in 15 minutes.
- C. The user opens another interface's customer portal on the same site.
- D. Theuser closes all browser Instances associated with the session.
- E. The user logs out of the customer portal admin panel.
Answer: C,D,E
NEW QUESTION 45
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 pre_paga_render hook is missing or incorrect.
- C. The pre_report_get_data hook is missing or incorrect.
- D. The default mapping is missing or incorrect.
- E. The post_report_get_data hook is missing or incorrect.
Answer: B
NEW QUESTION 46
......
1Z0-1034-21 Sample with Accurate & Updated Questions: https://braindumps2go.actualpdf.com/1Z0-1034-21-real-questions.html
