ARC-300 Dumps 2023 New Salesforce ARC-300 Exam Questions [Q35-Q55]

Share

ARC-300 Dumps 2023 - New Salesforce ARC-300 Exam Questions

Free ARC-300 braindumps download (ARC-300 exam dumps Free Updated)


Salesforce ARC-300 (Architect B2C Commerce Solutions) Certification Exam is a highly recognized certification program that validates a candidate’s expertise in designing and implementing B2C commerce solutions. This certification exam is designed for architects who have a deep understanding of Salesforce B2C Commerce and its capabilities. The exam measures the candidate’s knowledge of the platform’s features, functionality, and best practices for designing and implementing B2C commerce solutions.


The Salesforce ARC-300 (Architect B2C Commerce Solutions) Exam is an advanced certification exam designed for experienced architects and developers who specialize in designing complex eCommerce solutions using Salesforce B2C Commerce Cloud. This exam is intended to test the candidate's knowledge and expertise in designing and implementing B2C Commerce Cloud solutions that meet the specific needs of clients and businesses.

 

NEW QUESTION # 35
During implementation, the team found that there is a notification controller exposed for an external service that marks the order as paid when notification is received. The notification URL is sent to the service together with the payment request and contains only the URL with orderlD as the parameter.
What should the Architect recommend to the team in order to prevent the unauthorized usage of the controller to mark the orders as paid?

  • A. Add HTTPS restriction to the controller start node.
  • B. Add a session attribute and validate it on the callback.
  • C. Add an order token in the callback URL and match the token against the one stored on the order.
  • D. Add a customer number in the callback URL and match the customer number against the one stored on the order.

Answer: C


NEW QUESTION # 36
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?

  • A. Reports & Dashboard
  • B. Pipeline Profiler
  • C. Code Profiler
  • D. Google Lighthouse
  • E. Page Speed

Answer: A


NEW QUESTION # 37
Northern Trail Outfitters (NTO) has an ERP application where all customer orders are stored. There are millions of older records stored in the ERP application and some customers may have thousands of individual orders. Additionally, some orders contain personally identifiable information (PII) that, due to company policy, can only be stored in ERP. NTO would like the five most recent orders displayed on the account page in Salesforce.
What are three justifications for using Salesforce Connect in this solution?
Choose 3 answers

  • A. Integrating external data without writing custom code
  • B. The external data is changing frequently
  • C. Need real-time access to a small fraction of external data
  • D. Accessing external data using workflows and triggers
  • E. Need access to all external data in near real-time

Answer: A,B,E


NEW QUESTION # 38
A financial services company wants to implement Service Cloud and Marketing Cloud. A number of profile attributes required for personalization in Marketing Cloud were identified as personally identifiable information (PII) and are too sensitive to be stored in Salesforce.
Tokenized Sending was presented as a way to address these concerns.
Which two implications should a Solution Architect consider if Marketing Cloud Connect is to be used for cloud integration?
Choose 2 answers

  • A. The standard email address field for contacts and leads needs to be populated with a token
  • B. The token with all supporting attributes will need to be stored in Service Cloud
  • C. The synchronized data extensions will include the token and all PII attributes
  • D. All emails will need to be sent through Marketing Cloud or Marketing Cloud Connect to avoid disruptions

Answer: C,D


NEW QUESTION # 39
A university is considering using Experience Cloud so its students can interact with advisors who have Service Cloud licenses. The university would like to offer the easiest path for existing students to log in while still maintaining security. They have an on-premises Active Directory identity provider and use Google Workspace (formerly known as G Suite) for student email addresses.
What should a Solution Architect recommend?

  • A. Implement Social Sign On with Openld Connect and Google Workspace as Auth Provider.
  • B. Implement OAuth 2.0 authentication protocol with Google Workspace as Service Provider.
  • C. Implement Aloha template for students to access email with Salesforce Authenticator app.
  • D. Implement Active Directory and Salesforce Identity for SAML delegated Single Sign On.

Answer: B


NEW QUESTION # 40
Northern Trail Outfitters (NTO) wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process. When an opportunity is closed or won, an order must be created in the ERP, which manages orders. The organization has an Enterprise Service Bus (ESB) that supports the CometD protocol.
Which two integration approaches or steps should a Solution Architect recommend for this scenario?
Choose 2 answers

  • A. Define a new platform event in the back-end system for the order details and then create a Process Builder process to initiate the platform event when the opportunity status changes to Closed-Won.
  • B. Define a new platform event in Salesforce and then create a Process Builder process to publish a platform event when the opportunity status changes to Closed-Won.
  • C. Enable ESB to subscribe to the platform event using the CometD protocol and notify the back-end ERP system to create the order asynchronously.
  • D. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.

Answer: C,D


NEW QUESTION # 41
In Reports and Dashboards tools you find some requests with a very poor cache hit ratio (less than 20%). What can you do in order to increase cache hit ratio and improve website performance? Here a few examples of triggered URL:
- https://www.myawesomewebsite.com/products?sz=48&start=0&srule=price-low&campaign=ads1
- https://www.myawesomewebsite.com/products?start=0&sz=48&srule=price-low&campaign=ads2
- https://www.myawesomewebsite.com/products?srule=price-low&start=0&sz=48&campaign=ads3

  • A. Always use the same URL parameter order
  • B. New cache partition
  • C. Create custom cache for this request.
  • D. Use URL hashes for parameter campaign

Answer: A,D


NEW QUESTION # 42
Northern Trail Outfitters (NTO) wants to unify customer data with a single identity for each customer across their ecommerce sites and their communities. Communities are treated as an identity provider (IDP) for commerce. The communities also allow self-service support for products via knowledge articles and crowd-sourced Knowledge and Chatter.
For which customer data should Experience Cloud be the system of record?

  • A. Address book
  • B. Payment information
  • C. Authentication credentials
  • D. Wishlist

Answer: C


NEW QUESTION # 43
A client receives multiple feeds from third parties on the same SFTP location:
* Product prices (sftp: prod/prices)
* Stores information (sftp: prod/stores;
* Product information (sftp: prod/catalog)
* Categories information (sftp: prod/marketing)
* Content (sftp: prod/marketing)
Some of the feeds are placed on sftp multiple times a day, as the information is updated in the source system.
The Architect decides to have only two jobs:
* One that checks and downloads available feeds every hour
* One that imports the files from Webdav once a day before the data replication, using the standards steps available in the Job Framework Which design is correct for the import Job, taking the steps scope in consideration?

  • A. - four sibling flows execute steps in parallel: import products, stores, prices, content
    - last flow executes steps in sequence import categories, reindex
  • B. -Four sibling flows execute steps in parallel: import products, stores, price, content
    -last flow executes steps in sequence: import:categories, reindex
  • C. - three siting flows Import steps In parallel: import products, stores, prices
    - fourth flow executes: import categories
    - last flow executes steps in sequece: reindex, Import content
  • D. - four sibling flows execute steps ki parallel: import products, stores, prices, content
    - fifth flow executes: import categories
    - last flow executes steps In sequence: reindex

Answer: D


NEW QUESTION # 44
A company recently launched their ecommerce sites for three countries: Australia, New Zealand, and Singapore. The company is now looking to set up marketing automations using Marketing Cloud.
Their B2C Commerce is configured with two realms: ANZ and SE Asi
a. Each country has a site within their respective realm: Australia and New Zealand sites are within ANZ and Singapore is within SE Asia.
Which account hierarchy should a Solution Architect recommend for the Marketing Cloud set up?

  • A. Use a separate Marketing Cloud tenant for each realm and map business units to sites within each realm
  • B. Use a single Marketing cloud tenant and map business units to each realm
  • C. Use a separate Marketing Cloud tenant for each site
  • D. Use a single Marketing Cloud tenant and map business units to each site irrespective of the realm

Answer: D


NEW QUESTION # 45
Given the above OCAPI definitions, which permission or permissions apply?

  • A. Allows external applications to update coupons
  • B. Allows external applications to create, update, and delete coupons
  • C. Allow external applications to create, update, and delete both coupons and coupon codes
  • D. Allows external applications to create coupons

Answer: A


NEW QUESTION # 46
A merchant using B2C Commerce and Service Cloud has a requirement for service agents to order products on behalf of shoppers. In the envisioned scenario, a shopper contacts the service center with an order request, the agent uses the Service Console to find the shopper's account, and initiate an order on behalf of the shopper using payment information provided by the shopper. The merchant is considering the B2C Commerce - Service Cloud Connector for this implementation.
Which three considerations should a Solution Architect keep in mind prior to implementation? Choose 3 answers

  • A. The Service Cloud Connector only supports Person Accounts as a customer model.
  • B. Service agents need a corresponding storefront login mapped to their Service Cloud user record.
  • C. The Service Cloud Connector only supports contacts as a customer model.
  • D. B2C Commerce needs to be registered as a remote site.
  • E. Guests or anonymous storefront shoppers are not supported in this scenario.

Answer: A,B


NEW QUESTION # 47
A company manages its regional operations as separate businesses. The regional sites (Site A and Site B) operate with:
* Separate realms
* Deferent code bates
* Different category navigation menus
* Frequent updates on category structure
The requirement from the business is to provide hreflang link tags on category pages pointing to the same category on the other regional site. Example MTML for one of these links as displayed on Site A is:

Which solution should the Architect choose while keeping performance in mind?

  • A. Create a new custom attribute on the Category. Populate the attribute with the other entire site URLs corresponding to locales In JSON Format. Use the attribute to display the hreflang link tag.
  • B. Create additional locales in al realms create a new custom attribute on the category that is localized. Populate the attribute with the other site URLs and use it to display the hreflang tag.
  • C. Create a new custom object type Populate the hreflang mapping for each category and locale in this custom object. Use the custom object to display the hreflang link tag.
  • D. Create a custom Business Manager module. Ask the business to maintain the hreflang link tags for each regional site in this Business Manager module.

Answer: A


NEW QUESTION # 48
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 method
During the testing it was discovered that the above code violates the spi.basket.addResolveInSameResquest quota.
What should the Architect do to resolve this issue and maintain the business requirement?

  • A. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.
  • B. Wrap the adding of product and shipping cost calculation in a transaction which Is then rolled back to restore the original state
  • C. Omit the removal of the Item and speed up the process for the customer by adding the product to the basket for them.
  • D. Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to

Answer: D


NEW QUESTION # 49
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?

  • A. 2 flows needed. First one to import master catalog with organization scope and in parallel import storefronts with site scope and second flow to import the inventory with organization scope.
  • B. None of these answers are correct
  • C. First flow with organization scope to import master catalog, another flow with 4 steps to import each storefront catalog with site scope and in parallel inventory import with organization scope.
  • D. 3 flows are needed. First master catalog with organization scope. Second flow is to import storefront catalogs with site scope and last to import inventory with organization scope.

Answer: C


NEW QUESTION # 50
A company actively uses CI/CO processes for their Service Cloud implementation and is adding Marketing Cloud and Marketing Cloud Connect to their architecture. Under the current setup each developer has their own developer sandbox for development. Developers merge their changes into a sandbox for QA regularly, then once every week changes are moved to staging, and from staging to production instances.
Which set up should a Solution Architect propose to support this development approach considering costs and data segregation?

  • A. Set up one Marketing Cloud instance for production and create a Marketing Cloud sandbox to connect to each of the Service Cloud sandboxes
  • B. Set up one Marketing Cloud instance for testing and one for production, where the testing instance is connected to the staging sandbox
  • C. Set up one Marketing Cloud instance for each sandbox in Service Cloud
  • D. Set up one Marketing Cloud instance with a business unit for production and one business unit for testing that is connected to all Developer sandboxes

Answer: C


NEW QUESTION # 51
The following promotions are configured with no exclusivity (can be combined with any other promotion) in a -1month campaign:
* Free correct- in -store shipping
* 20% accessories products discount, applies for all customers
* $5 off coupon based discount, sent to a selected group of customers
The combination of above promotions allows customers to get 16 socks for free in store. This was unintended, and the Client If considering disabling the coupon. The Client is concerned about a potential spike in the number of Call Center calls from customers who had the coupon code added to their baskets before it was disabled. As basket lifetime is set to 30 days for all customers, this can continue for the full length of the campaign.
What solution should the Architect suggest to keep the Call Center calls to a minimum?

  • A. Disable the coupon code. Clear the production cache from the Business Manager to clear existing baskets.
  • B. Disable the coupon code. Reduce the basket lifetime in Business Manager to expire some of the existing baskets
  • C. Disable the coupon code. Restart the production instance from control Center to dear existing baskets.
  • D. Disable the coupon code. Email all the customers to not use the coupon code in their baskets.

Answer: B


NEW QUESTION # 52
A merchant has complained to the developers that some products are not appearing in the storefront and has asked them to diagnose and solve the issue.
Which two factors might be causing a product to be hidden?
Choose 2 answers

  • A. Product has been set to searchable.
  • B. Product does not have any images.
  • C. Product lacks a price.
  • D. Product Available to sell is <1.
  • E. Product is not online.

Answer: B,C


NEW QUESTION # 53
During the discovery phase as an architect you should make some recommendations to be sure all requirements will fit under SFCC scope. The project consists in building one storefront using SFRA and a native iOS app. The home page will be fully implemented using Page Designer in order to allow merchandisers to fully customize it. What should be taken into consideration?

  • A. Page designer load times are bigger than if using content slots.
  • B. All answers are correct.
  • C. Page Designer doesn't support using the OCAPI SHOP and DATA resources to access pages and components as content assets.
  • D. Replication and reindexing process works differently with page designer vs content assets, so home page for mobile application may be different than website for 15 minutes.

Answer: C


NEW QUESTION # 54
Northern Trail Outfitters (NTO) wants to bring data from across all parts of their Salesforce Customer Success Platform Into the Marketing Cloud account. A Solution Architect recommends using Synchronized Data Sources In Contact Builder and Marketing Cloud Connect to Integrate multiple business units In their account.
Which API does the Solution Architect need to use with Marketing Cloud Connect for this integration?

  • A. REST API
  • B. Streaming API
  • C. Tooling API
  • D. SOAP API

Answer: A


NEW QUESTION # 55
......


To be eligible for the Salesforce ARC-300 exam, candidates must have prior experience in B2C commerce solutions and possess a thorough understanding of Salesforce B2C Commerce Cloud. This certification exam is ideal for professionals who are responsible for architecting and designing B2C commerce solutions for their organizations. The Salesforce ARC-300 exam covers a wide range of topics, including data modeling, system integration, performance optimization, and security design. By passing this certification exam, candidates can demonstrate their expertise in B2C commerce solutions and enhance their career prospects in this field.

 

Verified ARC-300 dumps Q&As - Pass Guarantee Exam Dumps Test Engine: https://www.free4dump.com/ARC-300-braindumps-torrent.html

ARC-300 Dumps for Pass Guaranteed - Pass ARC-300 Exam: https://drive.google.com/open?id=1T4svqzkHLs_NroKtmp8ZT8PJPJ4nSfpc