Oracle 1Z0-1034-23 Exam - Free questions
Certification Provider:
Oracle
Exam Name:
Oracle B2C Service Integration and Development 2023 Implementation Professional
Exam Version:
1Z0-1034-23
1Z0-1034-23 Free questions:
Here you can find Oracle B2C Service Integration and Development 2023 Implementation Professional exam free sample questions which will help you to prepare for your upcoming certification test. These questions will give you an idea of what to expect on the exam and help you review the 1Z0-1034-23 study material.
These 1Z0-1034-23 questions are updated regularly, so you can be confident that you're studying with the most up-to-date information available. We also provide answer keys so that students can check their work.
Additionally, going through Oracle B2C Service Integration and Development 2023 Implementation Professional practice questions can help you identify any areas where you need more review. Taking advantage of our 1Z0-1034-23 demo questions is a great way to set yourself up for success on the real thing.
Question No. 1) Your site has a custom object deployed under a package named Product Registration 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)
Question No. 2) 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) Update your user interface thread from your network-call thread to allow real time status updates.
B) Implement a distinct model for each of your add-ins to avoid network contention.
C) Implement a caching mechanism, and a data expiration mechanism, within your model to avoid duplicate network traffic.
D) Run network calls within a separate thread to avoid locking the user interface.
E) Identify your most common requests and pre-load those data in the getcontrol1 ( ) method of each of your add-ins.
Question No. 3) 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 for the duration specified by the VISIT_MAX_TIME configuration value.
B) In the customer portal framework, each unique visit by a user is tracked through the web session
C) A new interaction ID is automatically created as soon as an old ID expires.
D) In the customer portal framework, each unique visit by a user is tracked through an interaction ID.
Question No. 4) 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) GatValuesForNamedID
B) GetMetaData
C) QueryObjects
D) GatValuesForNamedlDHierarchy
Question No. 5) Identify two results of changing the MOD_cp_DEVELOPMENT_ENABLED configuration setting to no.
A) It disables all customizations on the site and redirects end users to Reference Implementation.
B) It disables access to Customer Portal files via WebDAV.
C) It disables access to Customer Portal files via WebDAV except for access to the assets folder.
D) It disables access to the Customer Portal Administration area.
Question No. 6) You are working in the B2C Service Customer Portal and are attempting to troubleshoot an AJAX issue with a custom widget. What would be the correct environment and procedure to use for debugging this issue?
A) in the Customer Portal Development environment, by setting breakpoints in the logic, js file for the custom widget
B) in the CustomerPortal Development environment, by using phpoutlogO in the controller - php file for the custom widget
C) in the Customer Portal Production environment, by setting breakpoints in the logic, js file for the custom widget
D) in the Customer Portal Productionenvironment, by setting breakpoints in the RightNowEvent.js file
Question No. 7) 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)
Question No. 8) The following C#.Net code is used during a chaining operation on an incident (some called methods are not shown).
A) The suppressExternaiEvents option must always be set to true.
B) The idspecified attribute of the ChainSourceld object should be true,
C) The suppressRules option must always be set to true when chaining generic objects.
D) Chaining with generic objects is not supported when using standard objects.
Question No. 9) 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) writing to the notes field of the object on which you are performing CPM actions
C) writing to a custom logging table within the CPM code
Question No. 10) What are the two limitations of a Connect Web Service for SOAP (CWSS) request?
A) 1000 objects returned via aQueryObjects request
B) 1000 BATCH items per CRUD request
C) 100 ROQL statements per CRUD request
D) 100 objects per CRUD request
E) 20000 ROQL output rows per QueryCSV SOAP request
Question No. 11) In a Agent Desktop Add-In, which is the correct syntax to get the contact record of the current contact workspace?
A)
B)
C)
D)
E)
Question No. 12) Your customer has a requirement to store the total value of sales for each Contact and to 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) Add a Custom Field to the standard Contact object of decimal type
B) Add a custom object and a custom field for this object of a decimal type
C) Create a custom report to total the custom field for the Contact object and its related objects
D) Add a custom object and a custom field for this object of text type
E) Relate a custom object containing a custom field to the Contact object
F) Add a custom object and a custom field for this object of the integer type
Question No. 13) In which three ways can a user session end in the Oracle B2CService customer portal?
A) The user opens another interface's customer portal on the same site.
B) The user logs out of the customer portal.
C) By default, the session expires in 15 minutes.
D) The user logs out of the customer portal admin panel.
E) The user closes all browser Instances associated with the session.
Question No. 14) 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) Use a WebDav tool to go into FileManager. Open the home.php file to check all the widget rn tags.
B) On the customer portal admin dashboard, click Widget Inspector to go to the customer portal and press "Alt + I."
C) On the home page of the customer portal, press "Alt + I" to initiate Widget Inspector.
D) On the customer portal admin dashboard, go to Widget Info to find where the widget has been used on the customer portal pages.
Question No. 15) You notice that your mobile Customer Portal pages are not displaying in development mode. Identify the cause of the error.
A) A mobile page set mapping has not been enabled.
B) The pre_age_render hook Should Set the USER_AGENT cookie.
C) Cookies are required for Custom Portal.
D) The login_required attribute of the Page metatagshould be set to false.
E) The post_page_render hook should set the user agent cookie.
Question No. 16) 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) Custom widgets cannot be used on pages that are accessible to users with disabilities.
D) Image size needs to be bigger.
Question No. 17) Which three are functions of Object Designer?
A) ability to create system attributes
B) ability to import data
C) ability to create menu-only objects
D) ability to create custom fields
E) ability to create custom objects
F) ability to configure business rules for custom objects
Question No. 18) Identify the format in which date values are specified in the where clause of a ROQL query by using Connect for PHP.
A) ISO8601 using the UTC time zone
B) yyyy-mm-dd format and evaluated using the time zone specified by the tzinterface configuration setting
C) UNIX time stamp format
D) the format specified by the dtf_short_date configuration setting and evaluated using the time zone specified by the tz_interface configuration setting
Question No. 19) 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)
Question No. 20) Identify two items that accurately describe custom objects.
A) 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.
B) CRUD permissions for custom objects can be set per profile.
C) It is not possible to roll back deployment of custom objects.
D) Fields on a custom object can be created, but they can never be deleted.
E) Indexes for custom objects cannot be user defined. They are autogenerated by the system after query analysis.
F) Custom objects can be exported from an Oracle B2C Service instance and imported to a different Oracle B2C Service instance.
Question No. 21) 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 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.
C) Create a custom widget that removes undesired entries from the page by examining the output HTML.
D) 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.
Question No. 22) You are implementing the Syndicated Proactive Chat widget on an external page. Custom JavaScript is used to display the widget's chat request dialog box based on custom logic not provided by the widget. How can you disable the ability for the widget's chat request dialog box to display automatically?
A) Set the seconds attribute to o and call the offer chat o method on the widget's instance object to open the widget's chat request dialog box.
B) Set the timeout attribute to o and call the offerchato method on the widget's instance object to open the widget's chat request dialog box.
C) Set the seconds attribute to o and fire the moffersyndicatedchat event, passing in the ID of the widget's Instance object as an argument.
D) Set the timeout attribute to null and call the global offer chat () method.
Question No. 23) 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)
Question No. 24) 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 comes with in-built exception handling.
C) It Is available when you use the Connect Common Object Model CCOM for API operations.
D) It cannot be used in Custom Object workspaces.
Question No. 25) 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. How would 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 "association" relationships to the child custom objects.
C) The main custom object would need to be manually configured with foreign key fields with the "cascade-delete" option set.
D) The child objects would need "aggregation" relationships between themselves, and an "association" relationship to the parent custom object.
Oracle 1Z0-1034-23 Exam answers