Pass Your Exam With 100% Verified CCD-102 Exam Questions [Q64-Q86]

Share

Pass Your Exam With 100% Verified CCD-102 Exam Questions

CCD-102 Dumps PDF - CCD-102 Real Exam Questions Answers

NEW QUESTION # 64
The developer has been given the following business requirement:
* The shipping method, Free Standard Ground Shipping' has an exclusion for products *lth category equals or is child of electronics-televisions.'
* The marketing department has scheduled a sale offering a "Free Standard Ground Shipping" method for brand XyzTv televisions for the next 3 months.
What method accomplishes this while following best practices?

  • A. Extend the code in cartridge/models/shipping/shippingMethod.js using module, super Module and add an exception for the specified brand.
  • B. Extend the CheckoutShippingservices controller using module.superModule and add an exception for the specified brand
  • C. Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTV" to the exclusion list for "Free Standard Ground Shipping."

Answer: C


NEW QUESTION # 65
A developer has a requirement to display a banner in two different category pages.
Which snippet of code should the developer add to a template to allow the merchant to configure each independently?
A)

B)

C)

  • A. Option C
  • B. Option B
  • C. Option A

Answer: B


NEW QUESTION # 66
In Log Center, a developer notes j number of Cross Site Request Forgery (CSRF) log entries.
After adding the token in the 15ML template, which action might solve this problem'

  • A. Extend the CSRF token validity to avoid timeouts.
  • B. Add csrfProtection middleware steps in the controller
  • C. Delete the existing CSRF allow list in Business Manager.

Answer: B


NEW QUESTION # 67
The client provided these business requirements:
* The B2C Commerce platform will integrate with the Client s Order Management System (OMS).
* The OMS supports Integration using REST services.
* The OMS is hosted on the Clients infrastructure.
Whet configurations are needed for this integration with the OMS?

  • A. A service configuration, a service profile configuration, and a user credential configuration.
  • B. A service profile configuration, a WAF configuration, and a service credential configuration.
  • C. A service configuration, a service profile configuration, and a service credential configuration.
  • D. A service configuration, a hostname alias configuration, and a user credential configuration.

Answer: C


NEW QUESTION # 68
A developer has a specification to integrate with a REST API for retrieving traffic conditions. The service expects parameters to be form encoded.
Which service type should the developer register?

  • A. SOAP Form
  • B. HTTP Form
  • C. HTML Form
  • D. POST Form

Answer: B


NEW QUESTION # 69
A Client has automated builds that deploy the code; however, recent builds started failing with compilation issues, which are not reproducible in developer's environment.
Whet first step needs to be taken to identify and fix the issue?

  • A. Verify the modules versions used to generate the code.
  • B. Clean up build server work space and run job again.
  • C. Recreate the job in the build server to verify compilation issues.
  • D. Verify the generated JavaScript and CSS for the build.

Answer: A


NEW QUESTION # 70
A developer has these requirements for out-of-stock products:
Save the SKUs of the out-of-stock products that the customer is interested in Save the customer email regardless if the customer is a guest or registered Email the customer when the product is back-in-stock Which step should the developer perform as part of the solution to achieve the requirements?

  • A. Create a new set-of-string type custom attribute to the system object type Product to save all the customer email addresses for back-in-stock notification.
  • B. Create a new system object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.
  • C. Create a new set-of-string type custom attribute to the system object type Profile to save all the SKUs and use the existing email field for the email.
  • D. Create a new custom object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.

Answer: A


NEW QUESTION # 71
The Client has just acquired a new brand and wants to Integrate the new brand s current ecommerce site into a current realm as a new site. The acquisition has its own Enterprise Resource Planning (ERP) system for product data and inventory. The new site will use the existing realm's Order Management System (OHS) and Customer Relationship Management (CRM) system.
What two requirements does the Architect need to keep in mind when creating the technical specification document?
Choose 2 answers

  • A. A new order export job must be created to export orders.
  • B. A new customer export Job must be created to export customers.
  • C. A new product Import Job must be created to manage products.
  • D. A new inventory Import Job must be created to manage inventory.

Answer: C,D


NEW QUESTION # 72
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. Store translated model values in different fields; one field for each locale.
  • C. Add model to a new custom object with localizable attributes.
  • D. Set the model field as a localizable attribute.

Answer: B


NEW QUESTION # 73
A developer must configure permissions for an Open Commerce API resource on a sandbox instance that currently does not have any permissions configured.
Which two configuration properties are required to enable Access to the resource?
Choose 2 answers

  • A. Resource_id
  • B. Read_attributes
  • C. Versio\on_range
  • D. Client_id

Answer: A,D


NEW QUESTION # 74
A developer wants to use an external application to manage their stores information (such as opening hours, and so on), and see their changes in their B2C Commerce Staging instance aas son as they are saved.
What is the appropriate technique the developer should perform to allow the merchant to create a new store in this scenario?

  • A. A PATCH request to the Stores Data OCAPI.
  • B. A POST request to the Stores Data OCAPI.
  • C. An UPDATE request to the Stores Data OCAPI.
  • D. A PUT request to the Stores Data OCAPI.
  • E. Siempre que sea un objeto standard sera put en vez de post

Answer: D


NEW QUESTION # 75
When looking at Custom Object instances for a site, a merchant notices that the creation date is not showing up on the instances in Business Manager.
Where should the developer add this attribute to the Custom Object so it is visible for the merchant to see in Business Manager'

  • A. Add the creation date to the attribute group for the Custom Object.
  • B. Mark the existing creation date attribute as visible.
  • C. Assign the current date/time to a new custom attribute, creationDate, via code.
  • D. Add the creation date to the attributes of the Custom Object.

Answer: D


NEW QUESTION # 76
Given a NewsletterSubscription custom object that has a key attribute named email of type String, what is the correct syntax to create the NewsletterSubscription custom object and persist it to the database?

  • A. Var customobject = dw.object.CustomObjectMgr. createCustomObject
    ('NewsletterSubscription', newsLetterForm.email.value);
  • B. Var customobject = dw.object.CustomObjectMgr. createCustomObject
    ('NewsletterSubscription','email', newsLetterForm.email.value);
  • C. Var customobject =
    dw.object.CustomObjectMgr.createCustomObject(newsletterForm.email.value,
    'NewsletterSubscription');
  • D. Var customobject = dw.object.CustomObjectMgr.createNewsletterSubscription('email', newsLetterForm.email.value);

Answer: A


NEW QUESTION # 77
Given the following snippet:
Server.append( 'Show' , function (req, res, next) )
According to SFRA, which two options shows a correct way to complete the code above in order to provide data to the response using a controller?
Choose 2 answers

  • A. res.setViewData ({
    data: myDataObject
    });
    res.render('/content/myPage');
    next();
    });
  • B. res.viewData = {
    data: myDataObject
    };
    res.render('/content/myPage');
    next();
    });
  • C. res.render('/content/myPage');
    next();
    }).append{(
    Data:myDataObject
    });
  • D. res.render('/content/myPage',{
    data: myDataObject
    });
    next();
    });

Answer: D


NEW QUESTION # 78
A developer set up a new site with Taxation: Net. However, the business requirements changed and the site now needs to be Taxation:Gross. The Business Manager interface does not give this option.
Which sequence of steps is necessary to change the site to gross taxation?

  • A. Unlock the site preferences and then change the Taxation setting to Gross
  • B. Change the global setting,"Enable Taxation Methods" to true, then change the Taxation setting to Gross
  • C. Make sure that the developer has "Administrator" Access, then change the Taxation setting to Gross
  • D. Create a new site with Taxation set to Gross, then delete the old site.

Answer: D


NEW QUESTION # 79
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 cards in the Merchant Tools > Ordering > Payment Methods module.
  • C. Credit card exclusion rules in the CreditCardType.json configuration file.
  • D. Credit card exclusion rules in the Merchant Tools > Site Preferences > Payment Preferences module.

Answer: B


NEW QUESTION # 80
Northern Trail Outfitters (NTO) wants to migrate its online shoo from a custom ecommerce platform to B2C Commerce. NTO needs to migrate several thousands of customer records profile information, address book). WTO can provide a B2C Commerce feed. It is currently using SHA-256 as an encryption mechanism for the customer passwords.
What approach can the Architect propose?

  • A. Import the customer records, including the hashed password, as B2C Commerce supports SHA-2S6, and they will be able to login with their existing password.
  • B. Import the customer records, excluding the password field, and B2C Commerce will automatically require a password reset the first time a customer logs m to the storefront.
  • C. Do not import customer records and asks customers to create new accounts the first fame they try to log in to the B2C Commerce storefront.
  • D. Import the customer records, with the hashed password as a custom attribute, and during the login compare the entered password with the hashed password and save it in the password field.

Answer: D


NEW QUESTION # 81
A developer wants to embed a link to a content page from within the body of another content asset. the target content asset ID is: about-us Which option represents the correct format to use?

  • A. $url('Content_Show', 'about-us')$
  • B. $url('Content-Page', cid 'about-us;)$
  • C. $url(''page-Show,''cid'', about-us')$

Answer: C


NEW QUESTION # 82
Multiple shoppers report slow performance on the Product Details Page.
Which tool can a developer use to view average response times for the Product-Detail controller route?

  • A. Pipeline Profiler
  • B. URL Request Analyzer
  • C. Request Logs

Answer: A


NEW QUESTION # 83
Once the Cache Information tool of the storefront toolkit is enabled, how can a Digital Developer view caching information for a particular component of the page?

  • A. Hover over the caching icons now present on the storefront.
  • B. Right-click on the component in UX Studio and view the caching properties of the file.
  • C. Start a pipeline debugging session and view the caching information provided.
  • D. Open the Request Logs to view the caching information.

Answer: A


NEW QUESTION # 84
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 > Site Preferences > Apple Pay
  • B. Merchant Tools > Ordering > Payment Processors
  • C. Merchant Tools > Site Preferences > Payment Types
  • D. Merchant Tools > Ordering > Payment Methods

Answer: D


NEW QUESTION # 85
A Digital Developer wants pass control to an ISML template from a JavaScript Controller and load product on the pipeline dictionary with the name myProduct.
Which code sample will achieve this?

  • A. ISML.renderTemlpate ( "helloworld.isml", { myProduct: product });
  • B. ISML.renderTemlpate ( "helloworld.isml", { product: myProduct });
  • C. ISML.renderTemlpate ( "helloworld.isml", { "product": myProduct });
  • D. ISML.renderTemlpate ( "helloworld.isml", { "myProduct": "product" });

Answer: D


NEW QUESTION # 86
......


Understanding functional and technical aspects of B2C Commerce Developer with SFRA

The following will be asked from you in the SALESFORCE CCD-102 exam dumps:

  • Given a business interaction, show information on B2C information stream (e.g., twin fields) across B2C objects
  • Utilize out-of-the-crate and custom consents, record types, field sets, and page formats to guarantee clients can satisfy their work necessities
  • Design, arrange, and investigate value rules utilizing query items and equation fields to meet business necessities
  • Determine how the B2C oversaw bundle fits inside a Salesforce organization

 

CCD-102 Dumps 100 Pass Guarantee With Latest Demo: https://www.actualvce.com/Salesforce/CCD-102-valid-vce-dumps.html