Amol Sir
Amol Sir
2. Universal Containers created a site export file from staging in the global
export directory.
How should the Digital Developer update their sandbox using this staging
site export file?
A. Perform a data replication from staging.
B. Use the Site Development > Site Import & Export Business Manager
module.
C. Download the site export file and use UX Studio to transfer the data to the
sandbox.
D. Use the Site Development > Import & Export Business Manager module.
5. 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’)$
9. Which three object types can a developer import using the Merchant
Tools > Content > Import &
Export module in Business Manager? (Choose three.)
A. Content slots
B. Images and other static assets
C. Products
D. Folders
E. Content assets
10. A Digital Developer must give users the ability to choose an occasion
(holiday, birthday, anniversary,
etc.) for which gifts are currently being selected. The data needs to be
persistent throughout the current
shopping experience.
Which data store variable is appropriate, assuming there is no need to
store the selection in any system
or custom objects?
A. Request scope variable
B. Page scope variable
C. Session scope variable
D. Content slot variable
12. Which two methods are efficient and scalable? (Choose two.)
A. ProductMgr.queryAllSiteProducts()
B. ProductSearchHit.getRepresentedProducts()
C. ProductSearchModel.getProductSearchHits()
D. Category.getProducts()
15. .A client that sells to multiple countries in Europe needs to disable Apple
Pay for Denmark.
Which Business Manager module is used to achieve this requirement?
A. Locale Payments
B. Apple Pay
C. Payment Processors
D. Payment Methods
18. When exporting a site catalog from an external system, which file
format or formats should a developer
use so it can be imported into a B2C Commerce site?
A. XML only
B. CSV only
C. XML and JSON
D. JSON only
19. A client uses tax tables in Business Manager to calculate tax. They
recently started shipping to a new
country, Italy, and the tax is not being calculated correctly on the
Storefront.
What is the likely problem?
A. Tax Region is configured wrong
B. Tax Country is missing
C. Tax Jurisdiction is missing
D. Tax Locale is configured wrong
21. A developer configures the dw.json file and needs to fill in the
necessary parameters to complete the
task.
Which three parameters are required when using npm scripts? (Choose
three.)
A. Username/Password
B. Code Version
C. Site ID
D. CSRF Token
E. Hostname
25. .Which two of these situations are appropriate cases for using the B2C
Commerce OCAPIs? (Choose
two.)
A. Extending System Object Type definitions with new attributes.
B. Displaying a list of B2C Commerce products in a mobile app.
C. Showing the customer's information in their B2C Commerce “My Account”
page.
D. Updating Inventory information from a management software
27. .A developer has a B2C site and a merchant requirement to add a new
locale to it.
What are the steps to enable the locale in the Storefront?
A. Update the language under the Organization Profile section.
B. Create, configure, and activate the locale under Global Preferences section.
C. Add an alias for the new locale and then create and configure the locale itself
under Global
Preferences section.
D. Create and configure the locale under Global Preferences section and
activate it in Site Preferences.
28. A developer is asked to create a new service instance that will call a
remote web service.
Which method should the developer use to create the service instance?
A. dw.svc.webref.getDefaultService()
B. dw.svc.LocalServiceRegistry.getDefaultService()
C. dw.svc.LocalServiceRegistry.createService()
D. dw.svc.LocalServiceInstance.createService()
29. A merchant asks a developer to create a Cache Partition for the home page, so
that when the home page
is edited, only the home page is cleaned.
Given the above requirement, where should the developer create that partition in
Business Manager?
A. Site > Site Preferences > Cache
B. Operations > Cache > Site
C. Administration > Sites > Manage Sites > Site > Cache
D. Operations > Site > Manage Sites > Cache