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

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

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

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

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

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

السؤال #1
When evaluating systems integration requirements, what should be evaluated?
A. System architecture and project risks
B. Third-party technical specifications and project timeline
C. LINK cartridges applicable versions and project budget
D. API documentation for integrations and system architecture
عرض الإجابة
اجابة صحيحة: D
السؤال #2
A developer adds a file named ControllerA.js in the cartridge named app_custom_new project. The design calls for this new file to extend functionality from ControllerA.js in app_custom_brand_project. The app_custom_brand_project and app_storefront_base cartridges include additional functionality that is required.Which cartridge path meets the project requirements?
A. app_custom_new_project:app_storefront_base:app_custom_brand_project
B. app_custom_new_project:app_custom_brand_project:app_storefront_base
C. app_storefront_base:app_custom_brand_project:app_custom_new_project
D. app_custom_brand_project:app_custom_new_project:app_storefront_base
عرض الإجابة
اجابة صحيحة: B
السؤال #3
The Client identifies that a segment of customers need to see some products on the site that other customers should not be able to access. All products are maintained within one catalog but in separate categories. A custom attribute will be used on the Profile system object to identify customers that belong to this special segment. A customer group will be made that is qualified for by this Profile custom attribute. The storefront will be customized to include navigation to relevant categories for this cust
A. Customize the Storefront Co use a hidden search refinement that if the user Is In the customer group then the result Includes those products with a new custom attribute
B. Customize theStorefront to use separate storefront catalogs with the same navigation that If the customer Is In the customer group gets assign products appropriately
C. Customize the Storefront to modify the search result that if the user is in the customer group thenthe result includes those products appropriately
D. Customize the Storefront to use a hidden search refinement and modify the customer group to be qualified for by a new product custom attribute
عرض الإجابة
اجابة صحيحة: C
السؤال #4
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
عرض الإجابة
اجابة صحيحة: BCD
السؤال #5
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 attributes of the Custom Object
B. Mark the existing creation date attribute as visible
C. Add the creation date to the attribute group for the Custom Object
D. Assign the current date/time to a new custom attribute, creationDate, via code
عرض الإجابة
اجابة صحيحة: A
السؤال #6
A developer has a sandbox with code to log a message during execution, and the following code:var Logger = require(`dw/system/Logger'); Logger.info(message);After the code executes, the developer does not see any log file with the message in the WebDAV folder.Which task does the developer need to perform to correct this issue?
A. Set the logging global preference to true
B. Set the log retention to a value higher than 0
C. Request that the developer's account be given permission to the Log Center of the current realm
D. Set the root log level to debug
عرض الإجابة
اجابة صحيحة: B
السؤال #7
A developer has custom debug statements in a script, but the messages are not showing up in the Storefront Toolkit Request Lo. Which step needs to be completed to get the messages to appear in the Request Log?
A. In Custom Log Settings, activate the logging category at DEBUG level
B. In Custom Log Settings, check the DEBUG box for Select Log Levels Written to Files
C. In Site Preferences, check the box for Enable custom logging in Request Log
D. In Global Preferences, check the box for Enable custom logging in Request Log
عرض الإجابة
اجابة صحيحة: B
السؤال #8
Our company is planning an integration with a 3rd party provider to get information about product rating. As an architect you’re in charge of the Interface Specification Document so, you requested all needed information to the rating provider. A few days later you receive an email with the desired information: URL: http://ratingservice.com/rating /{productID} User: ratingprovider Pass: r$afF2!_dA Select 2 correct answers you should do as an architect after receiving this information:
A. Use dw
B. Use service Framework and verify service mode is live
C. Contact service provider and ask to for a URL over HTTPS protocol
D. Use service Framework and select service type HTTPS to make connection secure
عرض الإجابة
اجابة صحيحة: BC
السؤال #9
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.Whetfirst step needs to be taken to identify and fix the issue?
A. Clean up build server work space and run job again
B. Verify the modules versions used to generate the code
C. Verify the generated JavaScript and CSS for the build
D. Recreate the job in the build server to verify compilation issues
عرض الإجابة
اجابة صحيحة: A
السؤال #10
What are two appropriate uses of theISML tag that follow B2C Commerce and SFRA best practices? (Choose two.)
A. Display a section of the page to logged users only
B. Show a differenttag depending on a pdict Boolean variable
C. Redirect users to the registration page if they are not logged in
D. Implement involved business logic through conditional statements
عرض الإجابة
اجابة صحيحة: BD
السؤال #11
Consider the following information: * A merchant has this three-tier category structure setup in the Storefront catalog: New Arrivals > Women > Clothing * The category namedClothing has all the clothing items for Women and is merchandised. * A Search Refinement named Newness is correctly configured for the Clothing category. When a merchandiser views the Clothing category, the Search Refinement appears and Works as expected.However, the merchandiser does not see the Search Refinement when searching for Clo
A. There are conflicting Search Refinement definitions for Clothing and one of its parentcategories
B. The Search Refinement definition is not set up for the Women category
C. The Search Refinement definition is not set up for the New Arrivals Category
D. The Search Refinement definitions is not set up for the Root Category
عرض الإجابة
اجابة صحيحة: B
السؤال #12
A developer is validating the pipeline cache and noticed that the PDP page is very low cached. The one parameter is snowing the position on the product fisting page upon checking the site and code. What should the developer adjust in order to improve the page cache hit ratio, keeping in mind that the client is Insisting on the parameter for their analytics?
A. Rework the implementation so it reads the parameter on client-side, passes it to the analytics and exclude It from cache parameters
B. Add the key to the cache exclude parameters
C. Rework the Implementation so it doesn’t depend on that parameter
D. Rework the Implementation so the parameter is not passed In the URL and is read from the URL hash
عرض الإجابة
اجابة صحيحة: B
السؤال #13
A developer is remotely fetching the reviews for a product. Assume that it's an HTTP GET request and caching needs to be implemented, what consideration should the developer keep in mind for building the caching strategy?
A. Cache the HTTP service request
B. Remote include with caching only the reviews
C. Use custom cache
D. Cached remote include with cache of the HTTP service
عرض الإجابة
اجابة صحيحة: D
السؤال #14
A developer is given the requirement to add a step to the existing business logic of the registration process. How should the developer modify the route that handles the customer registration?
A. Copy the code from the original route to a new controller route, and change it
B. Override the route with new functionality
C. Extend the route with new functionality
D. Change the controller route with new functionality
عرض الإجابة
اجابة صحيحة: A
السؤال #15
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
عرض الإجابة
اجابة صحيحة: B
السؤال #16
A Digital Developer has identified that the code segment below is causing performance problems. What should the Developer do to improve the code?
A. Use a system attribute instead of the isOnSaleFlag custom attribute
B. Breaks the process into separate loops
C. Avoid using an Iterator and use a Collection instead
D. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement
عرض الإجابة
اجابة صحيحة: B
السؤال #17
Business Manager has the configuration:1. Active Log category is "root" 2. Log level of WARNThe code below is executing:var log = Logger.getLogger("products"); Using this information, which two logs will be written? (Choose two.)
A. log
B. log
C. log
D. log
عرض الإجابة
اجابة صحيحة: AC
السؤال #18
During the monitoring tasks you realize that a third party integration with your storefront is logging sensitive data. What can we do to avoid saving this information to the system logs?
A. Implement filterLogMessage method for the ServiceCallback to filter response log messages
B. Add a new log category for this service with level greater than the sensitive data is added to avoid logging
C. Implement getRequestLogMessage method for the ServiceCallback and remove sensitive data
D. Implement filterResponseLogMessage method for the ServiceCallback to filter response log messages
عرض الإجابة
اجابة صحيحة: A
السؤال #19
Below is a form definition snippet from the newsletter.xml file:
Which line of code creates a JSON object to contain the form data?
A. Server
B. Server
C. Server
D. Server
عرض الإجابة
اجابة صحيحة: C
السؤال #20
A developer needs to check for product inventory in all inventory lists using the Open Commerce API.An example request URL is:http://refarch.demandware.net/dw/data/v18_3/inventory_lists/ecom-inventory/ product_inventory_records/00883408601Which property should the developer check in the OCAPI settings to confirm the appropriate resource is enabled?
A. client_id
B. resource_id
C. methods
D. ecom-inventory
عرض الإجابة
اجابة صحيحة: B
السؤال #21
Refer to the screen shot below: Given a site called RefArch that has the settings shown, whatmust be done for RefArch to use the same customer list as RefArchGlobal?
A. Import the RefArchGlobal customer list into the RefArch site
B. Enable "Customer List Sharing" in Global Preferences
C. Select RefArchGlobal in the dropdown for Customer List
D. Enable "Customer List Sharing" in Site Preferences
عرض الإجابة
اجابة صحيحة: C
السؤال #22
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. HTTP Form
B. POST Form
C. SOAP Form
D. HTML Form
عرض الإجابة
اجابة صحيحة: A
السؤال #23
The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the Storefront site, the category is not visible. What are two possible reasons? (Choose two.)
A. The category does not contain available products
B. The category is not sorted
C. The category is offline
D. The Storefront catalog is offline
عرض الإجابة
اجابة صحيحة: AC
السؤال #24
An ecommerce site has dynamic shipping cost calculation. it allows the customers to see their potential shipping costs on the Product Detail Page before adding an item to the cart. For this feature, shipping touts are calculated using the following logic: ? Set the shipping method on the Basket ? Add the item to the basket, calculate the basket total and get the shipping cost for this method ? Remove the item from the Basket to restore the original state ? The above process is repeated for each shipping met
A. Omit the removal of the Item and speed up the process for the customer by adding the product to the basket for them
B. Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want tocorrect
C. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps
D. Wrap the adding of product and shipping cost calculation in a transaction which Is then rolled back to restore the original state
عرض الإجابة
اجابة صحيحة: B
السؤال #25
Given a template rendered by a controller with caching and a remote include without caching, which situation applies?
A. The remote include portion is not cached, but the rest of the page is cached
B. Both the remote include portion and the rest of the page are cached
C. The page is cached only for returning customers because of the remote include
D. The page is not cached because the remote include introduces an uncached portion
عرض الإجابة
اجابة صحيحة: A
السؤال #26
The Client is Crowing and decided to migrate its ecommerce website to B2C Commerce. The Client provided the Architect with the f metrics for its existing website over the past 12 months and forecasted into the next year:
A. 15000 visits per hour, 300000 page views per hour, and 3750 orders per hour
B. 150000 visits per hour, 3000000 page views per hour, and 37500 orders per hour
C. 1500 visits per hour, 30000 page views per hour, and 375 orders per hourcorrect
D. 3000 visits per hour, 60000 page views per hour, and 750 orders per hour
عرض الإجابة
اجابة صحيحة: C
السؤال #27
A Retailer has a single storefront site and a Product Management System (PIM). The Pin is Generating the master catalog and storefront categorization catalog every day and it uploading them to SFTP how should the Architect configure the import job flows following the best practices?
A. 1st flow is global to download the files horn SFTcorrect
B. 2nd flow is global to import the master catalog
C. 1st flow is global to download the files from SFT
D. 2nd flow is global to import the storefront catalog 3rd flow K global to Import the master catalog
E. 1st flow is assigned to the site to download the files from SFT
F. 2nd flow is assigned tothe site to Import the master catalog
G. 1st flow is assigned to the site to download the files from SFT
H. 2nd flow is assigned to the site to Import the storefront catalog 3rd flow It global to Import the master catalog
عرض الإجابة
اجابة صحيحة: A
السؤال #28
Below is a form definition snippet from the newsletter.xml file.Which line of code creates a JSON object to contain the form data?
A. server
B. server
C. server
D. server
عرض الإجابة
اجابة صحيحة: B
السؤال #29
A Digital Developer selects “Show Orderable Products Only” in the Search > Search Preferences Business Manager module. Which business goal does this accomplish?
A. Exclude products from search results if Available to Sell (ATS) = 0
B. Exclude back - ordered products from showing on the website
C. Block displaying the product detail page if Available to Sell (ATS) = 0
D. Exclude pre - order products from search results
عرض الإجابة
اجابة صحيحة: A
السؤال #30
Refer to the screen shot below: Given a site called RefArch that has the settings shown, what must be done for RefArch to use the same customer list as RefArchGlobal?
A. Select RefArchGlobal in the dropdown for Customer List
B. Import the RefArchGlobal customer list into the RefArch site
C. Enable "Customer List Sharing" in Site Preferences
D. Enable "Customer List Sharing" in Global Preferences
عرض الإجابة
اجابة صحيحة: C

View The Updated Salesforce Exam Questions

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

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

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

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

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