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

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

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

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

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

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

السؤال #1
A developer uses hooks for an extension point. Which n true for running multiple hooks for an extension point?
A. t is possible to register multiple modules to call for an extension point in a single hooks
B. t is possible to control the order in which registered modules are called
C. f you call multiple modules, only the first hook called returns a value
عرض الإجابة
اجابة صحيحة: B
السؤال #2
Business Manager has the configuration:* Active Log category is "root"* Log level of WARNThe code below is executing:var log = Logger.getLogger(''products'');Using this information, what will be written to the log?
A. og
B. og
C. og
عرض الإجابة
اجابة صحيحة: C
السؤال #3
What is accomplished by the code below?
A. Performs a remote include from the Account-Header endpoint
B. Performs a local include from the Account-Header endpoint
C. Creates a link to the Account-Header end point that allows mobile navigation
عرض الإجابة
اجابة صحيحة: A
السؤال #4
A merchant has a content slot on a page that currently displays products based on the top sellers for the current week. The merchant wants to change this functionality. They want to have the slot render a specific content asset so that the content experience is more personalized to the visitors.Which two actions are necessary to make this change?
A. hange the content type AND the rendering template in the slot configuration
B. hange the default setting AND the rendering template in the slot configuration
C. hange the rendering template in the slot configuration AND delete the existing content slot to create a new one
عرض الإجابة
اجابة صحيحة: A
السؤال #5
A NewsletterSubscription custom object exists that has a key attribute named email of type String and the following script code.However, the NewsletterSubscription custom object is not persisted.What is a possible reason?
A. The code shown need to be wrapped in a transaction
B. The code shown needs to be wrapped in a try/catch block
C. The code shown is the wrong syntax
عرض الإجابة
اجابة صحيحة: A
السؤال #6
What is accomplished by the code below?
A. erforms a remote include from the Account-Header endpoint
B. erforms a local include from the Account-Header endpoint
C. reates a link to the Account-Header end point that allows mobile navigation
عرض الإجابة
اجابة صحيحة: A
السؤال #7
A developer observed a specific issue in production, which they cannot reproduce in other environments. The developer wants to do a hot fix to one of the ISML pages, which uses tag, to see if that resolves while issue. Which consideration must the developer keep in mind while deploying the hot fix in production?
A. It will be required to invalidate the cache for the hot fix
B. If the page has multiple tags, the highest cache duration will be used in production to determine the resulting page's caching behavior
C. The TTL cache setting only affects static content and not the page cache, which could potentially cause he production issue
عرض الإجابة
اجابة صحيحة: C
السؤال #8
A developer is configuring Payment Methods on a storefront. Which of the following considerations should be kept in rmnd while configuring payment methods,
A. You can't delete a default payment method
B. You can add only up to 5 payment methods
C. You can't drag and drop the column headers to change the sort order
عرض الإجابة
اجابة صحيحة: A
السؤال #9
A developer is configuring Payment Methods on a storefront. Which of the following considerations should be kept in rmnd while configuring payment methods,
A. ou can't delete a default payment method
B. ou can add only up to 5 payment methods
C. ou can't drag and drop the column headers to change the sort order
عرض الإجابة
اجابة صحيحة: A
السؤال #10
A client has a requirement to allow users on the Storefront to filter by a newly created attribute.After creating the search refinement, what else is necessary to achieve this?
A. Ensure the attribute has data and is indexed
B. Set the attribute as Searchable
C. Change the productsearchrefinebar
عرض الإجابة
اجابة صحيحة: A
السؤال #11
A developer plans to use the /search_suggestion (Shop API) in a Storefront application and the following property must be set to do sosuggestion.product.image:view_typeWhat consideration should the developer in keep in mind to ensure that image data is returned correctly as part of search suggestions?
A. f the view_type is not set or if the view_type is unknown, the image properties are not part of the response
B. f the view_type is not set or if the view_type is unknown, the image size of 'small' is used by default
C. f the view_type is not set or if the view_type is unknown, the image size of 'large' is used by default
عرض الإجابة
اجابة صحيحة: A
السؤال #12
A client has a requirement to allow users on the Storefront to filter by a newly created attribute.After creating the search refinement, what else is necessary to achieve this?
A. nsure the attribute has data and is indexed
B. et the attribute as Searchable
C. hange the productsearchrefinebar
عرض الإجابة
اجابة صحيحة: A
السؤال #13
A developer wants to configure the following products so that same search results ire returned regardless of the search term used. The search term can be bag, purse, pocketbook, and tote. Mow should the developer configure this?
A. ynonyms
B. ypernyms
C. yponyms
عرض الإجابة
اجابة صحيحة: B
السؤال #14
A developer customized the Cart-Show controller route with a LINK cartridge that adds social media data. There is a new requirement to add a datalayer object to the Cart-Show controller route.How should the developer achieve this to ensure that no code change will be needed if the client decides to remove the LINK cartridge?
A. eplace the Cart-Show controller route in client cartridge and add datalayer object to the viewData variable
B. eplace the Cart-Show controller route in client cartridge and add datalayer object to the viewData variable
C. ppend Cart-Show controller route in the client cartridge and add datalayer object to the viewData variable
عرض الإجابة
اجابة صحيحة: C
السؤال #15
A developer is using the Script Debugger to troubleshoot an issue. They observe that the debugger is not able to resolve a specific breakpoint on one of the scripts. What is a possible reason for this issue?
A. he cartridge containing the script is not in the site's cartridge path
B. he script debugging session is not active
C. he script is form a third party cartridge and hence does not allow_settings breakpoints
عرض الإجابة
اجابة صحيحة: A
السؤال #16
Which object type can a developer import using the Merchant Tools > Import $ Export module in Business Manager?
A. mages and other static assets
B. ontent slots
C. roducts
عرض الإجابة
اجابة صحيحة: A
السؤال #17
A NewsletterSubscription custom object exists that has a key attribute named email of type String and the following script code.However, the NewsletterSubscription custom object is not persisted.What is a possible reason?
A. he code shown need to be wrapped in a transaction
B. he code shown needs to be wrapped in a try/catch block
C. he code shown is the wrong syntax
عرض الإجابة
اجابة صحيحة: A

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

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

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

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