لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
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. Payment Methods
B. Payment Processors
C. Locale Payments
D. Apple Pay
عرض الإجابة
اجابة صحيحة: B
السؤال #2
The following sample code is NOT providing the desired results. The Digital Developer needs to add an entry to the logs to debug the problem.Which statement correctly adds a log entry?
A. Logger
B. Logger
C. Logger
D. Logger
عرض الإجابة
اجابة صحيحة: C
السؤال #3
What happens if the log file size limit is reached in custom logging?
A. Logging is suspended for two hours
B. The log file rolls over and the last used log is overwritten
C. The log file is deleted and recreated from scratch
D. Logging is suspended for the day
عرض الإجابة
اجابة صحيحة: D
السؤال #4
Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.getOnlineProducts() to access products?
A. It uses the search index
B. It reduces accesses to the application server
C. It is more readable code
D. It has fewer lines of code
عرض الإجابة
اجابة صحيحة: A
السؤال #5
A Digital Developer has a site export file on their computer that needs to be imported into their sandbox. How should the developer update their sandbox with the data in this file?
A. Upload and import the file using the local option within the Site Import and Export Business Manager module
B. Connect and import the file using the remote option within the Site Import and Export Business Manager module
C. Upload the file to the Static WebDAV directory and import using the Import and Export Business Manager module
D. Upload the file to the Impex WebDAV directory and import using the Site Import tool within UX Studio
عرض الإجابة
اجابة صحيحة: A
السؤال #6
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. HTTP Form
B. WebDAV
C. SOAP
D. FTP
عرض الإجابة
اجابة صحيحة: A
السؤال #7
Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week. Which two changes need to be made for this to occur? Choose 2 answers
A. Change the slot's configuration content type to "products
B. Change the slot's configuration content type to "recommendations
C. Change the slot's configuration template to the appropriate rendering template
D. Delete the existing content asset
عرض الإجابة
اجابة صحيحة: AB
السؤال #8
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?
A.
B.
C.
D.
عرض الإجابة
اجابة صحيحة: A
السؤال #9
Given a job step configured in the steptype.json, a developer needs to add a custom status code''No_FILES_FOUND''.Which code snippet will complete the requirement?
A. var status = {success: 'OK'
B. var status = require('dw/system/status');
C. this
D. return 'NO_FILES_FOUND
عرض الإجابة
اجابة صحيحة: B
السؤال #10
The client provides the system integrator with translation messages for the newly added "French" ("fr") locale. What is the correct folder to store the associated .properties files?
A. cartridge/templates/resources/fr
B. cartridge/templates/fr
C. cartridge/resources
D. A cartridge/templates/resources
عرض الإجابة
اجابة صحيحة: D
السؤال #11
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 and 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 and Export Business Manager module
عرض الإجابة
اجابة صحيحة: B
السؤال #12
Which three object types can a developer import using the Merchant Tools > Content > Import and Export module in Business Manager? Choose 3 answers
A. Folders
B. Images and other static assets
C. Products
D. Content slots
E. Content assets
عرض الإجابة
اجابة صحيحة: ABE
السؤال #13
A Digital Developer is working in a sandbox on a site named -est-site using the domain test.demandware.net. The Developer needs to compile a url to make an Open Commerce API (OCAPI) request that returns product information. By default, which URL format is a proper Open Commerce API for Sandbox?
A. https:7www
B. https: test
C. http: ''www
D. http: test
عرض الإجابة
اجابة صحيحة: D
السؤال #14
Universal Containers sells physical gift cards for the holidays. What needs to occur to guarantee the cards will always be available?
A. Create a perpetual inventory record
B. Create an inventory record with Backorder Handling enabled
C. Create an inventory record with an extremely high Allocation value (i
D. Create an inventory record with an unlimited Allocation value
عرض الإجابة
اجابة صحيحة: A
السؤال #15
Which two items are appropriate content of custom logs implemented at checkout? (Choose two.)
A. Transaction's credit card information
B. Order failure information
C. Customer's password at post-checkout sign up
D. Payment gateway service response code
عرض الإجابة
اجابة صحيحة: BD
السؤال #16
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
B. exports
C. exports
D. exports
عرض الإجابة
اجابة صحيحة: B
السؤال #17
A developer uses the call() instance method of dw.svc.Service to invoke a web service and implemented the callback methods defined bythe dw.avc.ServiceCaliback class.Which callback method is required only when invoking a SOAP service?
A. initServiceClient
B. createRequeat
C. mockCall
D. parseResponse
عرض الإجابة
اجابة صحيحة: A
السؤال #18
Given the code snippet aboce, what should be added after this code so it can be used for page component display?
A. Base
B. Module
C. Module
D. Module
عرض الإجابة
اجابة صحيحة: D
السؤال #19
A Digital Developer is asked to optimize controller performance by lazy loading scripts as needed instead of loading a scripts at the start of the code execution. Which statement should the Developer use to lazy load scripts?
A. import Package ( ) method
B. local include
C. require ( ) method
D. $
عرض الإجابة
اجابة صحيحة: C
السؤال #20
A Digital Developer added a file named MyBusinessController. js in the cartridge named app_project. The project design calls for this new file to override MyBusinessControiier.3s in claient_project. The client_project cartridge contains other necessary functionality. Additional functionality is also included in the storefront_core and storefront_controliers cartridges.Which cartridge path meets the project requirements?
A. app_project:client_project:storefront_controllers:storefront_core
B. client_project:app_project:storefront_controllers:storefront_core
C. storefront_core:storefront_controllers:client_project:app_project
D. app_project:storefront_controllers:storefront_core
عرض الإجابة
اجابة صحيحة: A
السؤال #21
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
B. ISML
C. ISML
D. ISML
عرض الإجابة
اجابة صحيحة: C
السؤال #22
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. Start a pipeline debugging session and view the caching information provided
B. Right-click on the component in UX Studio and view the caching properties of the file
C. Hover over the caching icons now present on the storefront
D. Open the Request Logs to view the caching information
عرض الإجابة
اجابة صحيحة: C
السؤال #23
Why Should a Digital Developer use ProductSearchModel.getProducts() instead Of Category.getOnlineProduccs () to access products?
A. It is more readable code
B. It has fewer lines of code
C. It uses the search index
D. It reduces accesses to the application server
عرض الإجابة
اجابة صحيحة: C
السؤال #24
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 carets controller file: What should the Developer verify to Identify the Issue?
A. The CSRF settings In Business Manager are properly configured
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 cartridge Is included in the site's cartridge path
عرض الإجابة
اجابة صحيحة: C
السؤال #25
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. Set the model field as a localizable attribute
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. Utilize resource bundles for translatable values
عرض الإجابة
اجابة صحيحة: A
السؤال #26
Universal Containers calls the following combination of products "The Basics" and sells the combination as a unique product ID: One Model 103 container Five Model 611 containers Three Model 201 containersThe Developer created these three products in the catalog. What is the next step in Business Manager to create "The Basics" as a combination?
A. In the Product Bundles module, create a bundle named "The Basics
B. In the Products module, create a product named "The Basics" and add the products to the Product Bundles tab
C. In the Product Sets module, create a product set named "The Basics
D. In the Products module, create a product named "The Basics" and add the products to the Product Sets tab
عرض الإجابة
اجابة صحيحة: B
السؤال #27
Universal Containers is preparing their storefront to use Open Commerce APIs (OCAPI). To which hook should the Digital Developer move taxation logic to ensure consistent order totals within B2C Commerce?
A. dw
B. dw
C. dw
D. dw
عرض الإجابة
اجابة صحيحة: D
السؤال #28
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
عرض الإجابة
اجابة صحيحة: A
السؤال #29
Assume the code below is executing:Business Manager has the configuration:Active Log category is";roo"; with log level of";info"; Given this information, what is the beginning of the filename in which the log will be written?
A. custom-xyz
B. xyz
C. custom-export
D. custominfo-blade
عرض الإجابة
اجابة صحيحة: A
السؤال #30
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. Add the new attribute to the";Orde"; system object
B. Modify the";COPlaceOrde"; controller to update a CSV file in the IMPEX WebDAV directory with the order ID and comments
C. Add the new attribute to the";Custome"; system object
D. Create a new custom object type for order comments that contains the attributes: order ID and comments
عرض الإجابة
اجابة صحيحة: A

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: