Real Salesforce ARC-300 Exam Questions Study Guide [Q21-Q45]

Share

Real Salesforce ARC-300 Exam Questions Study Guide

Updated and Accurate ARC-300 Questions for passing the exam Quickly


Salesforce ARC-300 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Review Legacy Implementation Considerations
  • Understand the Build Process and Unit Testing
Topic 2
  • Learn About the Log Settings Capabilities in Business Manager
  • Solve Complex Business Requirements
Topic 3
  • Review SEO Configuration Best Practices
  • Document the System Landscape
Topic 4
  • Learn How to Do Performance Analysis Especially During Critical Sales Events
  • Learn How to Conduct Load Testing
Topic 5
  • Understand Launch Activities
  • Review Integration Design Patterns
  • Integrations and Customizations
Topic 6
  • Understand Platform Governance Best Practices
  • Discover How to Optimize Implementations
Topic 7
  • Review Implementation Best Practices
  • Define the Implementation Process

 

NEW QUESTION 21
A company wants to Implement B2C Commerce and Service Cloud and connect the systems with their existing Instance of Marketing Cloud.
Which two tactics should a Solution Architect recommend to model a customer across all three systems? Choose 2 answers

  • A. Migrate the Subscriber Key in Marketing Cloud to be the Service Cloud Contact or Person Account ID.
  • B. Use Customer 360 Data Manager to assign the Global Party ID and use it as a primary key across all systems including the new Subscriber ID in Marketing Cloud.
  • C. Send the Marketing Cloud Subscriber Key to Service Cloud and B2C Commerce to be held for reference.
  • D. Using Service Cloud as a central point hold unique identifiers from all systems including the Service Cloud Contact or Person Account ID and B2C Commerce CustomerNo and Customer ID

Answer: A,D

 

NEW QUESTION 22
Which method is efficient and scalable because it uses the product search index rather than searching the database?

  • A. ProduccAvailabiliryModel.isOrderable()
  • B. ProductVanari.cnMcciel.aerVariams ()
  • C. ProducrlndexModel.getOrderableProductsOnly()
  • D. ProductSearcbHodel().gerProductSearchHita()

Answer: D

 

NEW QUESTION 23
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. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
  • B. Enable ESB to subscribe to the platform event using the CometD protocol and notify the back-end ERP system to create the order asynchronously.
  • C. 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.
  • D. 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.

Answer: A,B

 

NEW QUESTION 24
During the monitoring tasks you realize that a third party integration with your storefront is logging sensitive dat a. What can we do to avoid saving this information to the system logs?

  • A. Implement getRequestLogMessage method for the ServiceCallback and remove sensitive data.
  • B. Add a new log category for this service with level greater than the sensitive data is added to avoid logging.
  • C. Implement filterLogMessage method for the ServiceCallback to filter response log messages.
  • D. Implement filterResponseLogMessage method for the ServiceCallback to filter response log messages.

Answer: C

 

NEW QUESTION 25
Northern Trail Outfitters (NTO) wants to integrate its product information management (PIM) system with B2C Commerce so shopping experiences can be relevant, personalized, and seamless across channels. They need the ability to search for product deltas in the PIM system and reflect those changes in B2C Commerce on a scheduled basis. The Solution Architect recommends using MuleSoft Accelerator for B2C Commerce for this integration.
Which two benefits should the Solution Architect highlight about API-led connectivity while implementing the MuleSoft accelerator for B2C Commerce?
Choose 2 answers

  • A. It enforces a distributed approach and allows for the creation of Experience APIs, Data APIs, and System APIs.
  • B. It offers a template-driven approach for development.
  • C. It lets the business quickly integrate different systems without involving IT.
  • D. It enables self-service and an increase in productivity through reusable microservices and APIs.

Answer: B,C

 

NEW QUESTION 26
Which standards allow dw.ws.WebReference2 class?

  • A. Apache CXF
  • B. WSDL 1.1
  • C. RPC/Encoded WSDLs
  • D. SOAP 1.1 and SOAP 1.2
  • E. https 1.0 and 1.1

Answer: A,B,D,E

 

NEW QUESTION 27
A B2C Commerce merchant has multiple live sites across different brands and geographies all supported by Service Cloud and Marketing Cloud. Unfortunately, the merchant is having customer service challenges caused by fragmented views of the customer. Customers occasionally use alternate email addresses, make purchases as guests, and contact customer service anonymously. The Success Manager believes that Customer 360 Data Manager could help them solve their problem.
How should a Solution Architect describe the role of Customer 360 Data Manager in this context?

  • A. Customer 360 Data Manager can be used to recognize customers as humans and extend existing records related to that human across connected systems with a consistent Global Party ID.
  • B. When Customer 360 Data Manager is provisioned, B2C Commerce, Service Cloud, and Marketing Cloud will automatically use a common core Customer Profile managed by Customer 360 Data Manager.
  • C. Customer 360 Data Manager cannot be used across multiple brands within a single merchant environment because the customer as human view cannot support different accounts under separate brands.
  • D. Customer 360 Data Manager can be used to identify multiple records within each separate system representing the same person and assigning them a consistent Global Party ID; additional custom development is then required to relate those IDs between systems.

Answer: A

 

NEW QUESTION 28
Your project requires the integrating with a 3rd party PIM for importing master catalog, two storefront catalogs and pricebooks. All imports need to happen in a single job. Search indexes will also need to be re-built.

  • A. Two flows are needed. First flow will execute in parallel under organization scope the master catalog import and then the storefront catalogs and on the other hand in parallel the pricebooks imports. Then new flow will be needed with site scope to perform site reindex.
  • B. Two flows are needed. First will execute in parallel under organization scope the master catalog import and then the other flow with storefront catalog import and pricebooks (sequential) organization scope. The second flow will be needed with site scope to perform site reindex.
  • C. Three flows are needed. First to import master and storefront catalogs (organization scope). Another job flow with site scope to import pricebooks and another to perform site reindex under site scope.
  • D. Two flows are needed. First flow will execute in parallel under site scope the master catalog import and then the storefront catalogs and on the other hand in parallel the pricebooks imports. Then new flow will be needed with site scope to perform site reindex.

Answer: A

 

NEW QUESTION 29
There are three logging categories: category1, category1.eu, and category1.us.
In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled.
The code segment below executes.

What is the result'

  • A. Logs will not be written.
  • B. Logs will be written to the log file with a prefix custom-loggerFile.
  • C. Logs will be written to the log file with a prefix loggerFile.
  • D. Logs will be written to the log file with a prefix customwarn.

Answer: B

 

NEW QUESTION 30
A company wants to migrate their existing in-house order management solution to the Salesforce Order Management product, which will trigger post-purchase transactional emails through Marketing Cloud. They are already using B2C Commerce, Service Cloud, and Marketing Cloud, as well as the B2C Commerce - Service Cloud Connector and Marketing Cloud Connect.
What are three actions that a Solution Architect must take when planning and deploying this solution? Choose 3 answers

  • A. Configure data extensions and triggered sends in Marketing Cloud to support transactional emails for ordering scenarios.
  • B. Replace the Service Cloud Connector with an Order Management Connector for B2C Commerce.
  • C. Integrate Salesforce Order Management to B2C Commerce for order history and user self service.
  • D. Modify the Service Cloud Connector implementation to remove potentially conflicting features with the Order Management Connector.
  • E. Migrate subscriber keys in Marketing Cloud to a new Order Management customer identifier.

Answer: C,D,E

 

NEW QUESTION 31
A company uses Salesforce to store accounts and contacts. All users have switched to the Lightning Experience user interface. The Account Hierarchy feature is used extensively to relate companies to their subsidiaries. A Solution Architect finds that the data migration process is creating duplicate contacts with different primary accounts.
Which two options can the Solution Architect use to ensure that there is only a single contact for a particular person across all the subsidiaries of a company?
Choose 2 answers

  • A. Duplicate Matching Rules
  • B. Lightning Data Services
  • C. Customer 360 Data Manager
  • D. Third-party application or AppExchange tool

Answer: C

 

NEW QUESTION 32
A merchant is selling a new product line of televisions. In order to deliver a good customer experience, the merchandising team wants the screen size to be incorporated into the search and navigation journey.
Which two things can the developer do to facilitate this for them?
Choose 2 answers

  • A. Configure Screen Size threshold search refinement bucket definitions.
  • B. Define a new searchable attribute for Screen Size.
  • C. Configure catalog-level search refinement definition for Screen Size.
  • D. Create a new search refinement for a Boolean value true or false and label it "big screen."

Answer: B,C

 

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

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

Answer: D

 

NEW QUESTION 34
The Home-Show route uses this middleware chain:

The developer added Home.;s in another cartridge, which is before the original cartridge in the cartridge path, to extend that route but it does not have the middleware chain:

Assuming the code is correct on both functions, what is the expected result?

  • A. The base code executes, but the custom code is ignored because the signature lines do not match.
  • B. The custom code executes and then the base code executes.
  • C. The base code executes and then the custom code executes.
  • D. A RunTime error is thrown, "Error: Params do not match route".

Answer: D

 

NEW QUESTION 35
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. 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.
  • B. Field-Level Encryption is also required on Marketing Cloud to encrypt the custom fields.
  • C. With Shield, encrypted fields are not visible to the user, but there are no other feature impacts.
  • D. With Shield, encrypted fields cannot be used to filter or sort in Process Builder and Flow Builder.

Answer: A,D

 

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

Answer: C,D,E

 

NEW QUESTION 37
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. All emails will need to be sent through Marketing Cloud or Marketing Cloud Connect to avoid disruptions
  • D. The synchronized data extensions will include the token and all PII attributes

Answer: C,D

 

NEW QUESTION 38
A developer has a sandbox with code to log a message during execution, and the following code:

After the code executes, the developer does not see any log file with the message in the WebDAV folder. Which two tasks does the developer need to perform to correct this issue?
Choose 2 answers

  • A. Set the root log level to debug.
  • B. Set the logging global preference to true.
  • C. Request that the developer's account be given permission to the Log Center of the current realm.
  • D. Check the box for Info under Log Files.

Answer: C,D

 

NEW QUESTION 39
A company wants to integrate B2C Commerce and Marketing Cloud so that customers shopping online can be segmented for marketing campaigns like Abandoned Cart and Post Purchase Journeys.
Which two actions are needed to enable an Abandoned Cart Journey?
Choose 2 answers

  • A. Implement the Marketing Cloud coilect.js through the storefront by using the Connector's reference implementation
  • B. Use Mulesoft to bring order and customer data feeds from B2C Commerce to Marketing Cloud
  • C. Integrate product, order, and customer data feeds into Service Cloud objects
  • D. Integrate product, order, and customer data feeds into Marketing Cloud Data Extensions

Answer: A,B

 

NEW QUESTION 40
Northern Trail Outfitters (NTO) wants to upgrade its customer service by providing the opportunity for customers to engage using social messaging channels such as Facebook, WhatsApp, and SMS to resolve issues and ask questions. They already use Marketing Cloud Mobile Connect and Social Studio. Alongside these, the Solution Architect also recommends implementing Digita I Engagement features in Service Cloud.
Which two reasons should a Solution Architect use to justify those recommendations?
Choose 2 answers

  • A. Social Studio does not support 1:1 messaging on the apps listed in the scenario
  • B. Mobile Connect only supports outbound messaging in selected countries
  • C. Mobile Connect lacks integration with the service agent console without Digital Engagement
  • D. Social Studio is limited to listening to social channel and not responding

Answer: A,B

 

NEW QUESTION 41
A merchant has asked their development team to add a new site.
Which two tasks are essential for correct site configuration prior to launch?
Choose 2 answers

  • A. Assign a default payment method.
  • B. Assign a default payment processor.
  • C. Assign a default currency.
  • D. Assign the appropriate taxation type.
  • E. Assign a default payment type.

Answer: C,D

 

NEW QUESTION 42
The developer has been given the following business requirement:
The shipping method, "Free Standard Ground Shipping" has an exclusion for products with 'category equals or is child of electronics-televisions.' The marketing department has scheduled a sale offering a "Free Standard Ground Shipping" method for brand XyzTv televisions for the next 3 months.
What method accomplishes this while following best practices'

  • A. Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTv' to the exclusion list fo<" "Free Standard Ground Shipping."
  • B. Create a new shipping method and label it "Free Standard Ground Shipping". Give it the qualifier 'brand equals XyzTv', and add it to the checkout options.
  • C. Extend the CheckoutShippingServices controller using module.superModule and add an exception for the specified brand.
  • D. Extend the code in cartridge/models/shipping/shippingMethod.js using module.superModule and add an exception for the specified brand.

Answer: C

 

NEW QUESTION 43
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>

  • A. htmlunquote
  • B. jshtml
  • C. jsattribute
  • D. jsblock

Answer: D

 

NEW QUESTION 44
A merchant has reported that customers are seeing low stock items at the top of their search results, giving them a subpar customer experience and impacting conversion.
How might this issue be resolved to ensure a better customer journey?

  • A. In Business Manager, enter a higher boost factor for availability in Searchable Attributes.
  • B. Create a job that sets all unavailable products to be hidden. Schedule the job to run hourly to clean up the catalog on a regular basis.
  • C. In Business Manager, select Show Orderable Products Only at the root level to hide any products that are currently out of stock.
  • D. In Business Manager, set an availability low ranking threshold in Search Preferences.

Answer: B

 

NEW QUESTION 45
......

Prepare Important Exam with ARC-300 Exam Dumps: https://www.realvce.com/ARC-300_free-dumps.html

Download Real ARC-300 Exam Dumps for candidates. 100% Free Dump Files: https://drive.google.com/open?id=1tU_HxXEdJ-MS8vXb-vZj42kVBFTmhDMF