Question: 1
Your project has 4 storefronts for different branches. Everyday at 4.00 am runs a job to import inventories, master catalog and storefronts for each of those sites. You're in charge of job configuration, given this information what should be the best approach to achieve it?
Question: 2
As a Commerce Architect you should ensure that the cache hit ratio for your storefront is over 70%. During your investigation you realize that a significant number of pages are not cached. From which tool can you get this information?
Question: 3
You have been requested to integrate in the checkout and user profile forms and address suggestions. To do that you'll need to sync with the 3rd party provider to gather needed info to properly configure the service to retrieve the addresses. What should request the provider?
Question: 4
Our client notifies you that the iOS application made a few months ago for some reason now is experiencing a degradation service and some requests take too long to respond. What tool will use it in order to check if there is any issue with OCAPI calls?
Question: 5
Cross-site scripting (XSS) lets attackers inject client-side JavaScripts into a web page viewed by a targeted user. Which encoding will you use in the<isprint>tag to avoid cross site scripting:
<script type='text/javascript'> var data = '<isprint encoding='' value='${unsafeData} '/>'; </script>