2023 Valid ARC-300 FREE EXAM DUMPS QUESTIONS ANSWERS Free ARC-300 Exam Braindumps Salesforce Pratice Exam To become a Salesforce ARC-300 certified professional, candidates must pass a 60-question exam, which is administered in a proctored environment. The exam is timed and lasts for 105 minutes. Candidates must achieve a passing score of 68% or higher to earn the certification. The exam covers a broad [...]

2023 Valid ARC-300 FREE EXAM DUMPS QUESTIONS & ANSWERS [Q29-Q54]

Share

2023 Valid ARC-300 FREE EXAM DUMPS QUESTIONS & ANSWERS

Free ARC-300 Exam Braindumps Salesforce  Pratice Exam


To become a Salesforce ARC-300 certified professional, candidates must pass a 60-question exam, which is administered in a proctored environment. The exam is timed and lasts for 105 minutes. Candidates must achieve a passing score of 68% or higher to earn the certification. The exam covers a broad range of topics, including B2C Commerce architecture, design patterns, data modeling, and integrations.

 

NEW QUESTION # 29
You're in charge of Pipeline migration to Controllers. What should be the best approach to do it in order to avoid poor performance and using Pipelines and controllers together until all migration is done?

  • A. Controllers and pipelines must be in the same folder to avoid collisions between them.
  • B. To reduce risk of circular dependencies and for easier migration mix pipelines and controllers in a single cartridge.
  • C. onRequest and onSession pipelines are replaced with the OnRequest and OnSession hooks.
  • D. Use the same name for new Controllers than pipelines because it will be easy to identify that is migrated and Controllers take precedence. Furthermore it will be a good practice to do it in separate cartridges.

Answer: C,D


NEW QUESTION # 30
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. - four sibling flows execute steps ki parallel: import products, stores, prices, content
    - fifth flow executes: import categories
    - last flow executes steps In sequence: reindex
  • D. - 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

Answer: C


NEW QUESTION # 31
A third party survey provider offers both an API endpoint for individual survey data and an SFTP server endpoint that can accept batch survey dat a. The initial implementation of the integration includes
1. Marking the order as requiring a survey before order placement
2. On the order confirmation pace, the survey form is displayed for the customer to fill
3. The data is sent to the survey provider API, and the order it marked as not requiring a survey Later it was identified that this solution is not fit for purpose as the following issues and additional requirements were identified:
1. If the API call fails, the corresponding survey data is lost. The Business requires to avoid data loss.
2. Some customers skipped the form. The Business require sending a survey email to such customers.
3. The Order Management System (OMS) uses a non-standard XML parser it did not manage to parse orders with the survey, until the survey attribute was manually removed from the xml.
How should the Architect address the issues and requirements described above?

  • A. Create a custom object to store the survey data. Send to the API endpoint using a job. On success, remove the custom object. On failure, send the survey data with API from the next execution of the same job. Use the custom object to send emails for the cases when the survey was skipped.
  • B. Create a custom object when the survey is required Send to the API endpoint in real-time. On success, remove the object. On failure, capture the survey data in the custom object and later reprocess with a job. Use the custom object to send emails for the cases when survey was skipped.
  • C. Send the survey data to the API endpoint in real-time until the survey data is successfully captured. Instruct the OMS development team to update their XML parser, use the Order survey attribute to send emails for the cases when the survey was skipped.
  • D. Create a custom session attribute when the survey is required. Send to the API endpoint in real-time. On failure, capture the survey data in the session and reprocess, use me session attribute to send emails for the cases when survey was skipped.

Answer: B


NEW QUESTION # 32
In Log Center, a developer notes a number of Cross Site Request Forgery (CSRF) log entries. The developer knows that this happens when a CSRF token is either not found or is invalid, and is working to remedy the situation as soon as possible.
Which two courses of action might solve the problem?
Choose 2 answers

  • A. Add the token in the ISML template.
  • B. Delete the existing CSRF whitelists in Business Manager.
  • C. Add csrfProtection.generateToken as a middleware step in the controller.
  • D. Extend the CSRF token validity to avoid timeouts.

Answer: B,D


NEW QUESTION # 33
A company uses Service Cloud and B2C Commerce and now wants to enable the 'Order on Behalf of functionality on its storefront. The customers using the storefront are Person and Household accounts.
Which three design and architecture considerations should a Solution Architect follow to ensure that the 'Order on Behalf of functionality works well for all the designated storefront customers?
Choose 3 answers

  • A. The REST calls between B2C Commerce and Service Cloud do not count towards API governor limits.
  • B. Verify that agents are Service Cloud and B2C Commerce users with Order on Behalf rights.
  • C. Verify that the permissions used are Login_On_Behalf, Login_Agent, and Create_Order_On_BehaIf_Of business manager functional permissions.
  • D. Default user is required for anonymous storefront shoppers.
  • E. The Order on Behalf of feature in the Service to B2C Commerce Connector only supports person accounts as a customer model by default.

Answer: A,B,E


NEW QUESTION # 34
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 site
  • B. Use a single Marketing cloud tenant and map business units to each realm
  • C. Use a single Marketing Cloud tenant and map business units to each site irrespective of the realm
  • D. Use a separate Marketing Cloud tenant for each realm and map business units to sites within each realm

Answer: C


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

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

Answer: C


NEW QUESTION # 36
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. All emails will need to be sent through Marketing Cloud or Marketing Cloud Connect to avoid disruptions
  • B. The synchronized data extensions will include the token and all PII attributes
  • C. The token with all supporting attributes will need to be stored in Service Cloud
  • D. The standard email address field for contacts and leads needs to be populated with a token

Answer: A,B


NEW QUESTION # 37
Northern Trail Outfitters (NTO) operate 200 physical stores. NTO has products that are available in some of the physical stores and not available in others. The closest physical store is determined based on customer s post zip code when they are shopping online. Only the products that are available in the customer's closest physical store should be presented to the customer to the search results.
What are the two feasible technical approaches to meet these requirements?
Choose 2 answers

  • A. Create a separate pricebook per physical store. Use post/zip code to activate this pricebook through a customer group. Show only the products with price by applying price refinement.
  • B. Create a separate site per physical store. Use post/zip code to redirect the customer to the relevant site. Show the products from the site navigation catalog.
  • C. Create a separate shipping method per physical store. Use post/zip code to determine the applicable shipping method. Show only the products that are not excluded from the shipping method.
  • D. Create a separate category per physical store use post/Tip code with a mapping to determine the relevant category. Show only the products from this category.

Answer: A,C


NEW QUESTION # 38
A client is planning to migrate its e-commerce to Salesforce Commerce Cloud. Their expectation is to increase the business volume by 300%. As an architect you decide before go-live execute a load testing in order to check that the new site will fit client expectations. This table show the results of test execution:

* 500 http error appears twice during search refinement and 404 is shown while accessing an specific PDP. According to the results shown above, how can we evaluate the load test?

  • A. There are two blockers. Go live must be postponed until checkout and place order average time is under 1,500 milliseconds. Otherwise a lot of purchases will be lost.
  • B. In general it is pretty good, the new site will work as expected. We can proceed with the go live and after that some improvements on place order should be done.
  • C. We can proceed with the go live. All key performance indicators are now better than in the old site even with 300% more volume.
  • D. Go live must be postponed until those 400/500 errors will be fixed.

Answer: D


NEW QUESTION # 39
A company is In the process of defining the authoritative system for key data entitles Involved In B2C journeys. The company has about 200.000 customers, each averaging 30 orders per year.
Which two systems are considered an authoritative system for consent and compliance preferences, as well as primary person attributes such as name, address, birthday, phone, and email?
Choose 2 answers

  • A. Marketing Cloud
  • B. Experience Cloud
  • C. Service Cloud
  • D. B2C Commerce

Answer: A,C


NEW QUESTION # 40
To integrate a new payment method with your storefront the 3rd party provider shares with you the endpoints, protocols and needed credentials. After reading all documentation received you realize that they work under SOAP 1.1 protocol. Under which folder in your cartridge structure you should place the needed files?

  • A. /services
  • B. /webreferences2
  • C. /webreferences
  • D. /scripts/soap

Answer: C


NEW QUESTION # 41
An organization wants to add Service Cloud to their existing Salesforce Org currently hosting Sales Cloud. They know that an integrated customer service experience is a key component of a successful long-term relationship with their customers. After doing some research they learned that the Service Cloud connector can help start their implementation and they are now ready to proceed.
Which two functionality considerations should they be aware of when introducing the B2C Commerce to Service Cloud Connector into an existing Salesforce Org?
Choose 2 answers

  • A. In order to implement the Service Cloud Connector it is necessary to enable Person Accounts, a change which cannot be reverted once implemented.
  • B. The Service Cloud Connector is distributed as a managed package that can be extended to meet client-specific needs but with core functionality that cannot be altered.
  • C. The Service Cloud Connector natively supports accounts and contacts, households, and multi-brand customer models.
  • D. The Service Cloud Connector provides a collection of Lightning and Visualforce components that display customer and order information within Service Cloud, which needs to be customized and deployed by a developer.

Answer: B


NEW QUESTION # 42
A client has a single site with multiple domains, locales, and languages. After launch, there is a need for the client to perform offline maintenance. The client would like to show the same maintenance page for each locale.
Which version of aliases,Json file below will accomplish this task?
A)

B)


D)

  • A. Option B
  • B. Option C
  • C. Option D
  • D. Option A

Answer: C


NEW QUESTION # 43
Refer to the exhibit.

A company plans to adopt Salesforce for a number of their needs, including an internal CRM, a public B2C Commerce storefront with order management functionality, and an extensible API framework to integrate with other systems, as well as marketing automation. The overall system landscape of the proposed solution is shown above.
Which three considerations are important for this scenario? Choose 3 answers

  • A. Salesforce products, including Sales Cloud, Service Cloud, Experience Cloud, and Order Management System (OMS) run on the same physical platform and share a common data model.
  • B. Tableau requires MuleSoft in order to access data outside of the Salesforce Platform.
  • C. Order Management System (OMS) is a B2C Commerce product but it does not run natively on the core Salesforce Platform.
  • D. The Salesforce Platform can be used for customer master and consent management, or it can Integrate with a third-party Master Data Management system.
  • E. Marketing Cloud enables personalization, journey orchestration, and cross-channel messaging.

Answer: A,B,E


NEW QUESTION # 44
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.
Whet first 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.

Answer: B


NEW QUESTION # 45
You're in charge of identifying a bottleneck in the network chain. Given this Google Dev Tools screenshot of a particular request in the product listing page. What may be the root cause?

  • A. Good indication of a local network or browser issue.
  • B. Probably the issue is on the server side and needs further investigation from a code perspective.
  • C. Everything works as expected. All parameters are within pre-established limits.
  • D. Internet connection intermittently drops out.

Answer: B


NEW QUESTION # 46
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. Reduce the basket lifetime in Business Manager to expire some of the existing baskets
  • B. Disable the coupon code. Restart the production instance from control Center to dear existing baskets.
  • C. Disable the coupon code. Email all the customers to not use the coupon code in their baskets.
  • D. Disable the coupon code. Clear the production cache from the Business Manager to clear existing baskets.

Answer: A


NEW QUESTION # 47
A multi-brand company uses B2C Commerce, Service Cloud, and Marketing Cloud and is seeking an order management solution. They process 2,000 orders per hour across their brands. The company has one B2C Commerce realm, two Salesforce core orgs, and two Marketing Cloud business units. The company is choosing between these three options for an order management tool:
* Build an order management solution in B2C Commerce using order management APIs
* Purchase Salesforce Order Management
* Build a custom order management solution using their own development team Which three statements should a Solution Architect use to support using the Salesforce Order Management solution?
Choose 3 answers

  • A. Salesforce Order Management is a productized connector solution between B2C Commerce and Service Cloud; orders will be synchronized from the client B2C Commerce realm to multiple Salesforce Orgs without the need for customization.
  • B. Salesforce Order Management synchronizes orders to and from B2C Commerce, which essentially replaces the Service Cloud Connector.
  • C. The existing Service Cloud implementation team could extend the Salesforce Order Management product to the existing org.
  • D. B2C Commerce order management does not support complex or advanced use cases.
  • E. Salesforce Order Management shares the same database with Service Cloud while other solutions need to build additional integration.

Answer: A,C,D


NEW QUESTION # 48
The development team is building a complex LINK cartridge for a hosted checkout solution. The provider s database is used as a single source of truth, but the information in the Basket on B2C Commerce side needs to be synchronized. This is implemented asynchronously the back end when the customers interact will the hosted checkout page and change their shipping/biding details.
As an Architect you have to advise the development team with how to implement the logging to ensure that there will be a mechanism available to allow troubleshooting in the case something goes wrong on production.
Which solution should the Architect suggest?

  • A. Get logger for cartridge-specific category. Report Info level message for the back-end asynchronous communication between both systems. Report all errors at error level message.
  • B. Get logger for cartridge specific category. Report debug level message for the back end asynchronous communication between both systems. Report all errors at error level message.
  • C. Report debug level message for the back-end asynchronous communication between both systems. Report al errors at error-level message.
  • D. Report info level message for the back-end asynchronous communication between both systems Report all errors at error level message.

Answer: A


NEW QUESTION # 49
An Architect has been approached by the Business with a request to create a custom product finder. The finder would initially be available on only one site, and would eventually be extended to be available on all sites the Business maintains. There is a requirement that these wrings art also available to be used in a Job context for export to other systems.
Each site will have a different category avertable for use by the product finder.
Where should the Architect store the custom settings for use on both the storefront and in a job context?

  • A. Custom Object with a Site Scope
  • B. Jobs Framework parameters
  • C. Category custom attributes
  • D. Custom Object with an Organizational Scope

Answer: C


NEW QUESTION # 50
A company currently uses B2C Commerce and Service Cloud for one of its storefronts. They are now considering implementing the 'Order on Behalf of flow. Which consideration must a Solution Architect keep in mind while implementing the 'Order on Behalf of flow?

  • A. The Service Cloud Connector is not available for guests or anonymous storefront shoppers. Use Order on Behalf with registered B2C Commerce customer accounts.
  • B. The Service Cloud Connector can work with any valid Service Cloud user. There is no specific need for an Integration User with administrative rights.
  • C. The Service Cloud Connector does not require B2C Commerce to be registered as a remote site as long as the Service Cloud org and B2C Commerce realm are in the same geographic region.
  • D. The Service Cloud Connector enables data synchronization through SOAP services using Service Cloud and B2C Commerce. REST services are not available for such data synchronization needs.

Answer: C


NEW QUESTION # 51
A client has a requirement to render different content on the homepage based on if the customer is logged in or guest user.
What should a developer implement to achieve this requirement?

  • A. Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered, user.
  • B. Add specific custom messages in Page Designer for a customer that is a registered, versus unregistered, user.
  • C. Set the Content Asset configuration for a customer that is a registered, versus unregistered, user.
  • D. Set the Content Slot configuration so it is based on the system customer group registered, versus unregistered.

Answer: D


NEW QUESTION # 52
A company needs to have specific fields encrypted in the user interface on the contact record in Service Cloud as well as on some fields in data extensions that exist only in the Marketing Cloud. The merchant believes that Salesforce Shield Encryption is a suitable solution.
Which two considerations are relevant for the merchant when determining an appropriate solution?
Choose 2 answers

  • A. Field-Level Encryption is also required on Marketing Cloud to encrypt the custom fields.
  • B. With Shield, encrypted fields are not visible to the user, but there are no other feature impacts.
  • C. With Shield, encrypted fields cannot be used to filter or sort in Process Builder and Flow Builder.
  • D. Shield encryption can be done on any standard or custom field on all field types, but cannot be set to encrypt those fields in Marketing Cloud.

Answer: C,D


NEW QUESTION # 53
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?

  • A. Search Indexes
  • B. Campaign
  • C. Static content
  • D. Storefront URLs

Answer: A


NEW QUESTION # 54
......

Prepare For Realistic ARC-300 Dumps PDF - 100% Passing Guarantee: https://www.realvalidexam.com/ARC-300-real-exam-dumps.html

Practice Test for ARC-300 Certification Real 2023 Mock Exam: https://drive.google.com/open?id=1OswKFLEBNRl3I9yhKK0uc3s169y3CO-0