[2022] ARC-300 All-in-One Exam Guide Practice To your ARC-300 Exam!
Preparations of ARC-300 Exam 2022 Salesforce Architect Unlimited 78 Questions
Salesforce ARC-300 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
NEW QUESTION 17
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. jsattribute
- B. jsblock
- C. jshtml
- D. htmlunquote
Answer: B
NEW QUESTION 18
A company wants to add Salesforce Order Management to their existing B2C Commerce, Service Cloud, and Sales Cloud integration. Their current sales process lets sales reps build quotes, create orders, and process reduction orders for refunds as part of their sales channel workflow. Their B2C Commerce order objects also include multiple custom attributes that the merchant's current Order Management System uses to allocate orders to the correct distribution center for fulfillment.
When enabling Salesforce Order Management, what potential concerns will the merchant need to work through?
- A. Salesforce Order Management does not allow for fulfillment rules across multiple distribution centers without the use of an AppExchange package or custom Apex triggers.
- B. Salesforce Order Management integrates natively with B2B Commerce when both products reside within the same Org but requires the use of a customizable B2C Commerce cartridge to import data from a B2C Commerce instance.
- C. Reduction Orders and Order Management change orders conflict if both are enabled in the same Org and require the use of Record Types and Apex Triggers or Validation Rules to avoid conflicts.
- D. Custom attributes on B2C Commerce Orders are not natively supported for Salesforce Order Management integrations and require custom Apex development to handle mapping.
Answer: B
NEW QUESTION 19
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 custom code executes and then the base code executes.
- B. The base code executes and then the custom code executes.
- C. The base code executes, but the custom code is ignored because the signature lines do not match.
- D. A RunTime error is thrown, "Error: Params do not match route".
Answer: D
NEW QUESTION 20
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?
- A. IP, port and protocol
- B. SLA: Service Level Agreement
- C. API and documentation to perform the integration.
- D. Credentials
Answer: B,D
NEW QUESTION 21
Northern Trail Outfitters (NTO) hosts a customer care portal using Service Cloud. The portal uses Marketing Cloud for customer interaction for a number of use cases, including customer sign-up and updates on togged cases. NTO has decided that the connectors provided by Salesforce are not flexible enough for their needs, so they would like to explore a programmatic approach for doing so.
Which two considerations should a Solution Architect point out to NTO as it moves forward to integrate the Service Cloud portal with Marketing Cloud for customer interaction? Choose 2 answers
- A. NTO can use Marketing Cloud REST API for integrating with Service Cloud.
- B. The Marketing REST API calls are asynchronous, with timeout values of 120 for non-tracking operations and 300 seconds for tracking and data retrieve operations.
- C. NTO can use Marketing Cloud SOAP API for integrating with Service Cloud.
- D. The Marketing REST API uses XML request and response bodies and resource endpoints to support multi-channel use.
Answer: A,D
NEW QUESTION 22
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 be written to the log file with a prefix customwarn.
- B. Logs will not be written.
- 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 custom-loggerFile.
Answer: D
NEW QUESTION 23
A company wants to send a coupon code to VIP customers who have abandoned their cart. The company also wants to track email open and forward count, as well as disable the coupon code after a single use.
Which set of platforms and native services should a Solution Architect recommend to satisfy these requirements?
- A. Marketing Cloud for customer segmentation; B2C Commerce for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Marketing Cloud to track email opens and forwards.
- B. Service Cloud for customer segmentation; third-party service for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Service Cloud to track email opens and forwards.
- C. Marketing Cloud for customer segmentation; Service Cloud for creation of coupon codes; B2C Commerce to send abandoned cart emails; Tableau CRM to track email opens and forwards.
- D. B2C Commerce for customer segmentation; Service Cloud for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Service Cloud to track email opens and forwards.
Answer: A
NEW QUESTION 24
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. B2C Commerce
- C. Service Cloud
- D. Experience Cloud
Answer: A,C
NEW QUESTION 25
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. Migrate subscriber keys in Marketing Cloud to a new Order Management customer identifier.
- 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. Configure data extensions and triggered sends in Marketing Cloud to support transactional emails for ordering scenarios.
- E. Modify the Service Cloud Connector implementation to remove potentially conflicting features with the Order Management Connector.
Answer: A,C,E
NEW QUESTION 26
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. With Shield, encrypted fields are not visible to the user, but there are no other feature impacts.
- C. Field-Level Encryption is also required on Marketing Cloud to encrypt the custom fields.
- D. With Shield, encrypted fields cannot be used to filter or sort in Process Builder and Flow Builder.
Answer: A,D
NEW QUESTION 27
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. Internet connection intermittently drops out.
- B. Good indication of a local network or browser issue.
- C. Everything works as expected. All parameters are within pre-established limits.
- D. Probably the issue is on the server side and needs further investigation from a code perspective.
Answer: D
NEW QUESTION 28
A company plans to build a new B2C Commerce storefront for a popular segment of products that generate high-volume sales. Their team is evaluating whether B2C Commerce is the right platform to build this storefront, and they are specifically concerned about how quotas and limits directly impact the efficiency and stability of solutions built on the platform.
Which two considerations should a Solution Architect keep in mind when considering B2C Commerce Governance and Quotas?
Choose 2 answers
- A. If an enforced quota is exceeded, an exception is thrown, which prevents the current operation from completing. The Solution Architect should design the solution so that the exception can be caught within a customization.
- B. For sandbox instances, quotas can be softened by exporting them from a production instance and importing them onto a sandbox instance. This approach lets Solution Architects match the development environment to the production environment.
- C. Object quotas status is updated with an up to 20-minute delay. Therefore, a Solution Architect must consider this delay when performing calculations related to traffic and limits.
- D. Unless a site :s experiencing performance issues, the Solution Architect car assume that quota violations have not occurred.
Answer: A,C
NEW QUESTION 29
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 cannot be used across multiple brands within a single merchant environment because the customer as human view cannot support different accounts under separate brands.
- 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 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.
- D. 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.
Answer: D
NEW QUESTION 30
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 lets the business quickly integrate different systems without involving IT.
- B. It enforces a distributed approach and allows for the creation of Experience APIs, Data APIs, and System APIs.
- C. It offers a template-driven approach for development.
- D. It enables self-service and an increase in productivity through reusable microservices and APIs.
Answer: A,C
NEW QUESTION 31
Which standards allow dw.ws.WebReference2 class?
- A. WSDL 1.1
- B. Apache CXF
- 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 32
Which method is efficient and scalable because it uses the product search index rather than searching the database?
- A. ProductSearcbHodel().gerProductSearchHita()
- B. ProduccAvailabiliryModel.isOrderable()
- C. ProductVanari.cnMcciel.aerVariams ()
- D. ProducrlndexModel.getOrderableProductsOnly()
Answer: A
NEW QUESTION 33
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. In Business Manager, select Show Orderable Products Only at the root level to hide any products that are currently out of stock.
- C. In Business Manager, set an availability low ranking threshold in Search Preferences.
- D. 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.
Answer: D
NEW QUESTION 34
An organization uses B2C Commerce to capture order details but needs to process the order in an ERP system. They want B2C Commerce to send a message to the ERP system with the order details after they have been entered, then wait for the order to be processed, and then receive a reply from the ERP system with the order number and status.
Which integration pattern should a Solution Architect use to meet this requirement?
- A. Request and Reply
- B. Publish / Subscribe
- C. Asynchronous Call-Out
- D. Batch Data Synchronization
Answer: A
NEW QUESTION 35
......
Focus on ARC-300 All-in-One Exam Guide For Quick Preparation: https://www.prep4away.com/Salesforce-certification/braindumps.ARC-300.ete.file.html