Your customer has recently experienced a large uptick in traffic and added a second server. After the new server went online users started reporting they are losing all their products in their cart. After an engineer investigates you are told the sessions are being written to the file system while the cache is written to Redis.
Which two options will resolve the problem? Choose 2 answers
A. Set your cart to use a custom URL
B. Eliminate the load balancer for HTTPS traffic
C. sessions to save to the database
D. Set sessions to save to REDIS
Your client is reviewing a Mobile your team developed and deployed to the client's Magento Cloud staging environment. They ask you what the next steps are for deploying the work up to production. Using the Magento Cloud UI how do you deploy the module to production?
A. Select the pre-production environment and use the branch functionality to deploy.
B. Select the master environment and use the snapshots functionality to deploy.
C. Select the production environment and use the sync functionality to deploy.
D. Select the staging environment and use the merge functionality to deploy.
A merchant using Magento Commerce has created a customer group for their B2B customers. They would like to show different related products for the B2B customers that for the B2B customers. How does the merchant accomplish this?
A. Create a B2B customer segment and an associated Related Product rule
B. Create a shared catalog for B2B customers and assign related products to the catalog
C. Create a Scheduled Update assigned to the B2B Customer' group containing related products
D. Create a Related Product rule for the B2B customer group
A client wants to integrate their inventory management systems with Magento. Which Magento API is suited to provide the data?
A. GraphQL
B. gRPC
C. REST
D. XWL-RPC
You are configuring a Magento Commerce website for any company with multiple websites. Magento admins must only nave access to information pertinent to the specific website to which they are assigned. How do you configure this in Magento?
A. Modify me Role Resources for an existing admin Role.
B. Install a custom module to provide this functional.
C. In each admin users configuration, select their applicable websites in the Apply To field.
D. Create a new admin Role with the Role Scopes limited to the applicable websites.
A merchant would like a promotional content block on the cart which changes by customer segment. the content should only appear when you cart total is $50 or more excluding shipping.
What solution will meet the requirement?
A. Create a widget with a static block assign to a customer price rule.
B. Create a dynamic block and choose the customer segment
C. Create a static block and add it to the layout area for the shopping cart with the customer segment
D. Create a banner, apply the 'customer segment to the banner and choose the banner price rule
You are building policies for a merchant to ensure PCI compliance website.
What two action items do you write in the policy to maintain PCI compliance?
A. Purge all webserver visitor access logs after 30 days
B. All critical patches must be applied within 30 days or less of their availability
C. admin users must have their own login credentials.
D. Customers must be notified within 72 Hours of a data breach.
A merchant sells low-priced items and has a high average number of items per order. Once a customer has over five items in their cart, the mini-cart increases in height and difficult to navigate on module. How do you improve the mini-cart user experience using native Magento features?
A. Enable mini-cart pagination
B. This requires a customization
C. Disable the min-cart
D. Limit the number of items visible and hide the scrollbar
A Magento Open Source merchant sell toys and gift and wants to improve the experience on their website. The merchant wants to avoid extensions or customization. How is this achieved?
A. Enable the Gift Registry and allow customers to create a public Registry accessible by direct URL
B. Enable Wishlist functionality so customers can share a list for holidays or special occasions
C. Create a configuration Gift Card product available for online redemption.
D. Enable anonymous RMA to allow customer to return gifts without informing the original buyer
Your merchant marketing tea wants to add new CM Block, they have already created before their header showcasing a new promotion. They have an internal developer who a unfamiliar with Magento and have asked for guidance on the quickest way to implement this.
What recommendation do you make to add the CMS Block before the Header?
A. In design configuration, populate the Additional CMC Content field with the me new CMS Block.
B. This can only be done with a code change to the theme followed by a deployment.
C. Create a new CMS Static Block Widget and assign it to a layout update container.
D. On a new category, set the Display mode to static block only and populate the Add CMS Block field with the new CMS Block.