(2022)1Z0-1034-21問題集と練習テスト(56問題)
ガイド(2022年最新)リアルなOracle 1Z0-1034-21試験問題
質問 16
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. Update your user interface thread from your network-call thread to allow real time status updates.
- B. Run network calls within a separate thread to avoid locking the user interface.
- C. Implement a caching mechanism, and a data expiration mechanism, within your model to avoid duplicate network traffic.
- D. Implement a distinct model for each of your addins to avoid network contention.
- E. Identify your most common requests and pre-load those data in the getcontrol1 ( ) method of each of your add-ins.
正解: A
質問 17
You are creating the authentication portion of an add-in and have several options.
The agents will haveaccess to use the Connect Web Services (CWS) API and session authentication. Each agent will require a unique login to the system, and audit history should be aggregated by a unique agent.
Identify the correct way to handle authentication in an add-in.
- A. Authenticate via a single username and password that is stored in a text file included with the add-in.
- B. Authenticate via a customized SAML authentication structure.
- C. Authenticate via username and password that are stored in add-in server configuration variables.
- D. Authenticate via staff account and session ID by calling prepareConnectsession.
正解: D
質問 18
Identify the option that accurately describes how to set a report filter from code by using Connect Web Services for SOAP.
- A. 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- - B. RightNowSyncPortciient.setReportFiiters can beused directly 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. Report filters cannot be set from code. The user is required to set the filter in the Analytics Report Designer of the Agent Desktop.
正解: A
質問 19
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 A
- B. Option B
- C. Option D
- D. Option E
- E. Option C
正解: D
質問 20
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 B
- B. Option D
- C. Option A
- D. Option C
- E. Option E
正解: C
質問 21
You are working in the B2C Service Customer Portal and are attempting to troubleshoot anAJAX issue with a custom widget. What would be the correct environment and procedure to use for debugging this issue?
- A. in the CustomerPortal Development environment, by using phpoutlogO in the controller -php file for the custom widget
- B. in the Customer Portal Production environment, by setting breakpoints in the logic, js file for the custom widget
- C. in the Customer Portal Productionenvironment, by setting breakpoints in the RightNowEvent.js file
- D. in the Customer Portal Development environment, by setting breakpoints in the logic, js file for the custom widget
正解: B
質問 22
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 themes in mapping.php by using the <m:theme> page tag.
- C. Define themes in the template by using the <rn:theme> page tag.
- D. Create a custom model that will, among other things, call the setTheme ( ) method.
- E. Create the pre_page_r@nder hook.
- F. Create custom controllerthat will, among other things, call the setTheme ( ) method.
- G. Create the post_page_render hook.
正解: C,D,F
質問 23
Identify the format in which date values are specified in the where clause of a ROQL query by using Connect for PHP.
- A. UNIX time stamp format
- B. yyyy-mm-dd format and evaluated using the time zone specified by the tzinterface configuration setting
- C. ISO8601 using the UTC time zone
- D. the format specified by the dtf_short_date configuration setting and evaluated using the time zone specified by the tz_interface configuration setting
正解: B
質問 24
What two benefits are gained by using Message Bases to control page content in Customer Portal?
- A. less configuration
- B. one point of change for page content changes
- C. quicker initial page setup
- D. Automatic Language Translation!
- E. quicker site copies to different interfaces
正解: D,E
質問 25
Which function in Yahoo! User Interface Library (YUI) is used to select an elementfrom the view.php file?
- A. Rightnow.Y.get ();
- B. Rightnow.Y.select ();
- C. this.Y.3elect ();
- D. this.Y.one ();
- E. Rightnow.Y-one ( );
正解: B
質問 26
Identify two results of changing the MOD_cp_DEVELOPMENT_ENABLED configuration setting to no.
- A. It disables access to Customer Portal files via WebDAV.
- B. It disables access to the Customer Portal Administration area.
- C. It disables access to Customer Portal files via WebDAV except for access to the assets folder.
- D. It disables all customizations on the site and redirects end users to Reference Implementation.
正解: A,C
質問 27
Your customer has a requirement to store the total value of sales for each Contact andto produce reports that total sales for Contacts with specific characteristics. It is important to be able to record data to 2 decimal places. The maximum total will not exceed one million dollars. Select three options which will help you achieve this?
- A. Create a custom report to total the custom field for the Contact object and its related objects
- B. Relate a custom object containing a custom field to the Contact object
- C. Add a custom object and a custom field for this object of the integer type
- D. Add a custom object and a custom field for this object of text type
- E. Add a custom object and a custom field for this object of a decimal type
- F. Add a Custom Field to the standard Contact object of decimal type
正解: A,C,D
質問 28
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. 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.
- B. Make a call to the RNCPHPMncident: :getRequired() static method to inspect the is_required_for_update constraint of each custom field.
- C. Make a call to the rncphp\incident: :getMetadata() static method to inspect the is_recfu.ireci_for_upcia.te constraint of each custom field.
- D. Use ROQL to fetch the incident and inspect constraints to see if is_required_for_save is set to true.
正解: A
質問 29
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.
正解: B
質問 30
Which three are functions of Object Designer?
- A. ability to configure business rules for custom objects
- B. ability to create custom fields
- C. ability to create custom objects
- D. ability to create menu-only objects
- E. ability to import data
- F. ability to create system attributes
正解: A,B,F
質問 31
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. the log files maintained in the configuration panel in the console
- B. logMsasage ( "message" ) ;
- C. writing to the notes field of the object on which you are performing CPM actions
- D. writing to a custom logging table within the CPM code
正解: A
質問 32
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 WebDAV, create a new folder in euf/assets named import and copy your script into it.
- B. Using WebDAV, create a new folder in euf/development named scripts and copy your script into it.
- C. Using File Manager within the console, select import scripts and upload your script into it.
- D. Using File Manager within the console, select custom scripts and upload your script into it.
正解: B
質問 33
What two menu objects can be edited by the Customizable Menus component as part of configuration and on-going administration activities?
- A. CustomObject Menu fields
- B. Standard Countries object
- C. Standard Incident Status object
- D. Custom Object Menu-ONLY objects
- E. Custom Fields (Menu type)
- F. Standard State/Province object
正解: C,E
質問 34
Identify the correct Connect Web Services for SOAP .NET code snippet for retrievingNamedID values for the Opportunity. Survey object.
- A. NamedID [ ] valuesForNamedID = _client .GetValuesForNamedID (clientlnf oHeader, null,
"Opportunity.Survey"); - B. NamedID [ ] valuesForNamedID = ^client.GetNamedID (clientlnf oHeader, null, "Opportunity.Survey",
"values"); - C. NamedID [ ] valuesForNamedID = _client. GetNamedlDValues (clientlnf oHeader, null,
"Opportunity.Survey"); - D. NamedID [ ] valuesForNamedID = _client .GetValuesForNamedID ("Opportunity - Survey" , null, clientInfoHeader);
- E. NamedID [ ] valuesForNamedID = _client. GetOpportunitySurveyValuesByNamedlD <) ;
正解: B
質問 35
Which two methods can be used in the Connect for PHP API to obtain the error code and error text when the connectAPiError exception is thrown?
- A. logMessageO
- B. errorCodeO
- C. getCodeO
- D. getMessageO
- E. errorMessags()
正解: A,D
質問 36
In which three ways can a user session end in the Oracle B2CService customer portal?
- A. By default, the session expires in 15 minutes.
- B. The user logs out of the customer portal.
- 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.
正解: C,D,E
質問 37
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. standard.php
- B. AnswerFeedback.php
- C. detail.php
- D. AnswerFeedback.widget
- E. site.ess
- F. standard.ess
- G. site.php
正解: A,C,G
質問 38
......
1Z0-1034-21試験問題集パスできる2022年最新の認証された試験問題:https://jp.fast2test.com/1Z0-1034-21-premium-file.html