aiotestking uk

B2C-Commerce-Developer Exam Questions - Online Test


B2C-Commerce-Developer Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

We provide real B2C-Commerce-Developer exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Salesforce B2C-Commerce-Developer Exam quickly & easily. The B2C-Commerce-Developer PDF type is available for reading and printing. You can print more and practice many times. With the help of our Salesforce B2C-Commerce-Developer dumps pdf and vce product and material, you can easily pass the B2C-Commerce-Developer exam.

Check B2C-Commerce-Developer free dumps before getting the full version:

NEW QUESTION 1
A Digital Developer is implementing an Open Commerce API call to add products to a basket. Given the following resource configuration:
B2C-Commerce-Developer dumps exhibit
Which modification allows the requests to successfully execute?

  • A. Change the "resource_id" value to: "/baskets/*/items".
  • B. Change the "write_attributes" value to: "(+items)".
  • C. Change the "read_attributes" value to: "(items)".
  • D. Change the "methods" value to: ["get", "post"].

Answer: A

NEW QUESTION 2
A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:
B2C-Commerce-Developer dumps exhibit
Which resource_id value enables the appropriate resource?

  • A. /inventory_lists/*
  • B. /inventory_lists/**
  • C. /inventory_list_search
  • D. /products/*

Answer: D

NEW QUESTION 3
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?

  • A. <isslot id="my_banner " description="for home page" type="global" context="content" context-object="${pdict.ContentSearchResult.content}"/>
  • B. <isslot id="my_banner " description="for home page" type="global" context="homepage"/>
  • C. <isslot id="my_banner " description="for home page" context="global">
  • D. <isslot id="my_banner " description="for home page" context="global" context-object="${pdict.CurrentHomePage}"/>

Answer: C

NEW QUESTION 4
A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written.
What must be done in order to use the debugger with the new controller when it is written?

  • A. Create and use a new script debug configuration.
  • B. Use the existing pipeline debugger.
  • C. Modify the debugger configuration and use the existing pipeline debugger.
  • D. Create and use a new controller debug configuration.

Answer: C

NEW QUESTION 5
A Digital Developer is tasked with setting up a new Digital Server Connection using UX Studio in their sandbox.
Which three items are required to accomplish this task? (Choose three.)

  • A. Instance Version
  • B. Instance Hostname
  • C. Business Manager Username
  • D. Keystore Password
  • E. Business Manager Password

Answer: BDE

NEW QUESTION 6
A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions.
Which link function generates the correct link?

  • A. $include(‘Page-Include’, ‘cid’, ‘terms-and-conditions’)$
  • B. $http(‘Content-Page’, ‘cid’, ‘terms-and-conditions’)$
  • C. $httpUrl(‘Content-Show’, ‘cid’, ‘terms-and-conditions’)$
  • D. $url(‘Page-Show’, ‘cid’, ‘terms-and-conditions’)$

Answer: C

NEW QUESTION 7
A Digital Developer has been given a specification to integrate with a REST API for retrieving weather conditions. The service expects parameters to be form encoded.
Which service type should the Developer register?

  • A. FTP
  • B. SOAP
  • C. HTTP Form
  • D. WebDAV

Answer: C

NEW QUESTION 8
Universal Containers wants to add a model field to each product. Products will have locale-specific model values.
How should the Digital Developer implement the requirement?

  • A. Utilize resource bundles for translatable values.
  • B. Set the model field as a localizable attribute.
  • C. Store translated model values in different fields; one field for each locale.
  • D. Add model to a new custom object with localizable attributes.

Answer: C

NEW QUESTION 9
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the Developer expects.
Which three things should the Digital Developer verify to ensure the cartridges are uploaded? (Choose three.)

  • A. The Auto-Upload setting is enabled for the server connection.
  • B. The Active Server setting is enabled for the server connection.
  • C. The credentials for the server connection are correctly entered.
  • D. The cartridge is for the current version of B2C Commerce.
  • E. The server is configured to accept incoming connections.

Answer: ADE

NEW QUESTION 10
A Digital Developer has created a new PaymentForm controller that requires communication with the server and must be made using the HTTPS protocol.
Which code sample should the Developer use to make sure that HTTPS is used?

  • A. exports.PaymentForm = guard.ensure([‘http’, ‘post’, ‘loggedIn’], handlePaymentForm);
  • B. exports.PaymentForm = guard.expose([‘post’, ‘loggedIn’], handlePaymentForm);
  • C. exports.PaymentForm = guard.httpsPost(handlePaymentForm);
  • D. exports.PaymentForm = guard.ensure([‘https’, ‘post’, ‘loggedIn’], handlePaymentForm);

Answer: D

NEW QUESTION 11
What happens if the log file size limit is reached in custom logging?

  • A. Logging is suspended for the day.
  • B. Logging is suspended for two hours.
  • C. The log file is deleted and recreated from scratch.
  • D. The log file rolls over and the last used log is overwritten.

Answer: C

NEW QUESTION 12
Which technical reports datapoint measures the performance of a controller’s script execution if network factors and Web Adaptor processing is ignored?

  • A. Processing time
  • B. Cache hit ratio
  • C. Call count
  • D. Response time

Answer: A

NEW QUESTION 13
A Digital Developer needs to add logging to the following code:
B2C-Commerce-Developer dumps exhibit
Which statement logs the HTTP status code to a debug-level custom log file?

  • A. logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: ", http.statusCode);
  • B. logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
  • C. Logger.getLogger().debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
  • D. Logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);

Answer: B

NEW QUESTION 14
A Digital Developer needs to store information temporarily and decides to create a custom object. Which code creates a custom object?

  • A. CustomObject.createCustomObject(CustomObjectType,primaryKey);
  • B. CustomObject.createCustomObject(primaryKey,CustomObjectType);
  • C. CustomObjectMgr.createCustomObject(primaryKey);
  • D. CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)

Answer: A

NEW QUESTION 15
A Digital Developer adds the following line of code to a script.
B2C-Commerce-Developer dumps exhibit
The code executes without error; however, the log file on disk does NOT contain the log message. Which two actions should be completed to write the log message to disk? (Choose two.)

  • A. Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.
  • B. Archive old log files to make room in the log directory.
  • C. Ensure that the “login” category is added to the Custom Log Filters in the Log Settings Business Manager module.
  • D. Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.

Answer: BD

NEW QUESTION 16
A Digital Developer has a new requirement to disable the "Discover" credit card type for all checkouts. What does the Developer need to change in Business Manager to fulfill this requirement?

  • A. Checkout exclusion rules in the Merchant Tools > Site Preferences > Checkout Preferences module.
  • B. Credit card exclusion rules in the Merchant Tools > Site Preferences > Payment Preferences module.
  • C. Credit cards in the Merchant Tools > Ordering > Payment Methods module.
  • D. Credit card exclusion rules in the CreditCardType.json configuration file.

Answer: C

NEW QUESTION 17
A Digital Developer has identified that the code segment below is causing performance problems.
B2C-Commerce-Developer dumps exhibit
What should the Developer do to improve the code?

  • A. Use a system attribute instead of the isOnSaleFlag custom attribute.
  • B. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement.
  • C. Breaks the process into separate loops.
  • D. Avoid using an Iterator and use a Collection instead.

Answer: C

NEW QUESTION 18
A job executes a pipeline that makes calls to an external system.
Which two actions prevent performance issues in this situation? (Choose two.)

  • A. Use synchronous import or export jobs
  • B. Configure a timeout for the script pipelet.
  • C. Disable multi-threading.
  • D. Use asynchronous import or export jobs.

Answer: BC

NEW QUESTION 19
A Digital Developer has detected storefront pages being rendered with an error message. After inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?

  • A. Rewrite the code that is causing the overage.
  • B. Change the Business Manager configuration for the quota settings.
  • C. Take no action, the overage will be resolved when concurrent visitors are reduced.
  • D. Ask support to remove the quota limit.

Answer: B

NEW QUESTION 20
Universal Containers needs to have Apple Pay disabled for the country of Spain. Which Business Manager module should the Developer use to meet this requirement?

  • A. Merchant Tools > Ordering > Payment Methods
  • B. Merchant Tools > Site Preferences > Apple Pay
  • C. Merchant Tools > Ordering > Payment Processors
  • D. Merchant Tools > Site Preferences > Payment Types

Answer: A

NEW QUESTION 21
A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountControl.js and accountlanding.isml in the app_storefront cartridge. The app_storefront cartridge contains code for all other business functions. The cartridge path for the new site is currently int_cybersource:int_paypal:app_storefront.
The Developer creates a new cartridge named app_newsite that contains only the accountlanding.isml template for the new site.
Which modification should be made to the new cartridge path?

  • A. Set the cartridge path so that app_newsite is before app_storefront.
  • B. Set the cartridge path so that app_storefront is before int_cybersource.
  • C. Set the cartridge path to include only app_newsite.
  • D. Set the cartridge path so that app_newsite is after app_storefront.

Answer: B

NEW QUESTION 22
Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out.
The following processing code is found in the Cart.js controller file:
B2C-Commerce-Developer dumps exhibit
What should the Developer verify to identify the issue?

  • A. The CSRF cartridge is included in the site’s cartridge path.
  • B. The form group has the secure attribute set to true.
  • C. The CSRF token is present in the form and is being submitted in the request.
  • D. The CSRF settings in Business Manager are properly configured.

Answer: C

NEW QUESTION 23
Universal Containers requires that a new order comments attribute is added to the existing SiteGenesis checkout flow. This new attribute needs to be included as part of the standard order export.
Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?

  • A.

Answer: B

NEW QUESTION 24
......

P.S. Dumps-files.com now are offering 100% pass ensure B2C-Commerce-Developer dumps! All B2C-Commerce-Developer exam questions have been updated with correct answers: https://www.dumps-files.com/files/B2C-Commerce-Developer/ (60 New Questions)