[2024年06月14日] 最速準備で試験合格!ARC-801問題の事前予備 [Q43-Q67]

Share

[2024年06月14日] 最速準備で試験合格!ARC-801問題の事前予備

ARC-801のPDF問題集リアル2024最近更新された問題


Salesforce ARC-801の認定試験に合格すると、B2Bマルチクラウドソリューションの設計と実装における専門知識を証明する貴重な資格を取得することができます。この認定は、競争の激しい就職市場で差別化を図り、キャリアの成長と発展のための新しい機会を提供することができます。また、最新の業界動向やベストプラクティスに常に精通しようとする認定プロフェッショナルのコミュニティに参加することもできます。


Salesforce ARC-801認定試験に備えるには、Salesforceテクノロジーの強い理解が必要であり、最新の業界ベストプラクティスに精通している必要があります。公式のSalesforce学習資料を勉強したり、練習試験を受けたりすることで試験に備えることができます。また、トレーニングコースに参加したり、業界の専門家に相談したりすることで、試験に備えるための貴重な洞察とヒントを得ることができます。

 

質問 # 43
Universal Containers (UC) wants to enhance the online purchase experience for its customers. The product and pricing information is managed in a separate ERP, while customer purchases are primarily triggered online through self-service. UC often offers promotions and discounts through various online seasonal events. UC wants the ability to provide customized quotes based on its relationship with the customer, as well as proactively process and monitor renewal and upgrade opportunities.
A Solution Architect has identified Sales Cloud, CPQ, Billing, and B2B Commerce as part of a potential multi-cloud solution.
Based on the above considerations, which option identifies the optimal data flow for this solution?

  • A. Pricing and Product data should be pushed from ERP to CPQ and from there to B2B Commerce via the CPQ B2B Commerce Connector. Promotions should be handled in B2B Commerce. Invoice and Billing should be maintained in Billing and presented on B2B Commerce via a Lightning component.
  • B. Pricing and Product data should be pushed from ERP to B2B Commerce via the CPQ B2B Commerce Connector to CPQ. Promotions should be handled in B2B Commerce. Invoice and Billing should be maintained in Billing and surfaced on B2B Commerce via a Lightning component.
  • C. Pricing and Product data should be pushed from ERP to both CPQand B2B Commerce, keeping single source of truth. Promotions should be handled in B2B Commerce. Invoice and Billing should be maintained in Billing and pushed to B2B Commerce.
  • D. Pricing and Product data should be pushed from ERP to CPQ and from there to B2B Commerce via the CPQ B2B Commerce Connector. Promotions should be managed in CPQ as CPQ is the pricing master. Invoice and Billing should be managed in B2B Commerce and pushed to Billing.

正解:A

解説:
the CPQ B2B Commerce Cloud Connector is an unmanaged package that allows B2B Commerce and CPQ customers to sync products, pricing, quote requests, and orders in both clouds.
https://help.salesforce.com/s/articleView?id=sf.icx_b2b_cart_to_quote_connector.htm&language=en_US&type=5 In this solution, ERP serves as the source of truth for pricing and product data, which is then pushed to Salesforce CPQ to leverage its advanced pricing and quoting capabilities. The CPQ B2B Commerce Connector ensures seamless data flow between CPQ and B2B Commerce, enabling accurate pricing and product information availability on the online storefront. Managing promotions directly in B2B Commerce allows for dynamic and targeted offers, enhancing the customer purchase experience. By maintaining invoicing and billing within Salesforce Billing and presenting this information on B2B Commerce through a custom Lightning component, the solution ensures a unified and streamlined user experience, while keeping the financial transactions and customer interactions closely integrated. This approach aligns with Salesforce's multi-cloud solution strategy, leveraging the strengths of each platform component to deliver a comprehensive and cohesive customer experience.


質問 # 44
Universal Containers (UC) is about to complete the first phase of its digital transformation with its new Lead to Invoice process that incorporates several clouds like Sales Cloud, Service Cloud, Revenue Cloud, Experience Cloud, and MuleSoft. UC is now creating a Center of Excellence and focusing on a purely Agile methodology for working on new releases. UC wants to understand some of the considerations around release planning.
What are two recommendations a Solution Architect should make to ensure UC's releases to production work within its release schedule and there are no delays in future releases?
Choose 2 answers

  • A. Utilize the last sprint to include functionality that was missed from previous sprints.
  • B. Create a regular sprint cadence across the different teams to demonstrate new functionality.
  • C. Use the last sprint of the release to stabilize it and eliminate identified issues.
  • D. Fix the scope of the sprint during release planning regardless of how long it takes.

正解:B、C

解説:
Create a regular sprint cadence across the different teams to demonstrate new functionality. This recommendation would help UC to synchronize their work across multiple clouds and teams, as well as get feedback from users and stakeholders on the progress and quality of the release23.
Use the last sprint of the release to stabilize it and eliminate identified issues. This recommendation would help UC to ensure that their release is ready for production and meets their quality standards. The last sprint should focus on fixing bugs, improving performance, and conducting user acceptance testing13.


質問 # 45
Universal Containers (UC) has gone through the design phase of its large initiative involving multiple Salesforce clouds and is about to go into the build phase. The CIO would prefer to create an internal Center of Excellence (CoE) to implement the solution versus make a third-party organisation responsible for the entire build given that they have the talent internally to support the initiative.
Which two recommendations should a Solution Architect make toward creating a CoC?
Choose 2 answers

  • A. It will be much more cost effective to create a CoE.
  • B. All development decisions will be made by internal resources.
  • C. Documentation around the solution will not be a concern.
  • D. Knowledge of the solution will stay within the organization.

正解:B、D

解説:
A Salesforce Center of Excellence (COE) is a centralized division within your company that oversees and manages all aspects of the Salesforce instance, including projects, maintenance, and support12. A COE acts as a central governing body for the entire organization and funnels all decision making and product ownership through a single group2. By creating a COE, you can ensure that all development decisions will be made by internal resources who have direct relationships with stakeholders throughout the company12.
Another benefit of creating a COE is that knowledge of the solution will stay within the organization3. A COE provides leadership, best practices, research, support and training for Salesforce3. By having an internal team that is responsible for implementing and maintaining the solution, you can avoid relying on external vendors or consultants who may not have your best interests at heart or who may leave after the project is done4.


質問 # 46
AC Computers is hitting governor limits when trying to create orders and activate orders in Salesforce. Upon further investigation, it's discovered that AC Computers is trying to process hundreds of order products on a single order. The Order object also has various automation processes to update fields and integrate with a third-party order management system.
What is one solution a Solution Architect should evaluate first to resolve this issue?

  • A. Review to determine if moving automation to asynchronous Apex is required.
  • B. Create a custom object to hold orders in queue for processing.
  • C. Install a third-party solution to process large orders.
  • D. Enable Advanced Order Management to process large orders.

正解:A

解説:
Option B is a solution that can help AC Computers avoid hitting governor limits when processing large orders because asynchronous Apex can run in a separate thread and use higher limits than synchronous Apex1. For example, asynchronous Apex can process up to 50 million records per transaction, while synchronous Apex can only process up to 50 thousand records per transaction2. By moving some of their automation processes to asynchronous Apex, AC Computers can reduce the load on their Salesforce environment and improve performance.
A Solution Architect should evaluate moving automation to asynchronous Apex to resolve the issue of hitting governor limits when trying to create and activate orders in Salesforce. By moving the automation to asynchronous Apex, the automation processes can be run in a separate thread and will not affect the transaction limit for the current thread. This will prevent governor limits from being hit and ensure that the order creation and activation processes can be completed successfully.


質問 # 47
AC Computers is hitting governor limits when trying to create orders and activate orders in Salesforce. Upon further investigation, it's discovered that AC Computers is trying to process hundreds of order products on a single order. The Order object also has various automation processesto update fields and integrate with a third-party order management system.
What is one solution a Solution Architect should evaluate first to resolve this issue?

  • A. Review to determine if moving automation to asynchronous Apex is required.
  • B. Create a custom object to hold orders in queue for processing.
  • C. Install a third-party solution to process large orders.
  • D. Enable Advanced Order Management to process large orders.

正解:A

解説:
When hitting governor limits due to the volume of operations on the Order object, moving automation to asynchronous Apex (e.g., using future methods, batch Apex, or Queueable Apex) is often necessary. This allows for more efficient handling of bulk operations and reduces the chance of exceeding governor limits. Salesforce provides guidelines on bulkifying code and using asynchronous operations to manage large data volumes effectively, which is essential for high-volume order processing.


質問 # 48
Universal Containers (UC) recently went live with a multi-cloud implement at ton consisting of Experience Cloud, Service Cloud, and Marketing Cloud Account Engagement. The UC Marketing team wants to generate Marketing Cloud Account Engagement emails using the same dynamic content that users access in Experience Cloud. They want to trigger Marketing Cloud Account Engagement emails based on certain user actions while keeping the content dynamic and configurable via a user- friendly mechanism.
Which approach should a Solution Architect recommend m this case?

  • A. Use Salesforce CMS on Experience Cloud and the new Marketing Cloud Account Engagement Lightning Email Experience.
  • B. Build a custom application using Lightning Web Components to make the email content dynamic and configurable.
  • C. Consider finding AppExchange packages that support this functionality on Experience Cloud and Marketing Cloud Account Engagement.
  • D. Change the data model to support sending Marketing Cloud Account Engagement email via the Experience cloud site.

正解:A

解説:
Using Salesforce CMS and the new Marketing Cloud Account Engagement Lightning Email Experience can enable the UC Marketing team to generate Marketing Cloud Account Engagement emails with dynamic content accessed through Experience Cloud. This approach can provide a user-friendly mechanism to configure content and trigger email sends based on user actions, without changing the data model. Additionally, this approach leverages native Salesforce functionality and does not require custom development or third-party packages.
https://www.salesforce.com/products/experience-cloud/features/customer-engagement-solutions/


質問 # 49
Universal Containers (UC) is using Service Cloud and B2B Commerce to allow resellers the ability to purchase and support farming equipment UC maintains. UC has invested in smart devices which allows that equipment to inform UC when a part becomes faulty. The data from these devices goes to a public cloud solution where every row of sensor data is received every second from every device. There are 100,000 devices on various farms being actively used. The CIO would like this data to be connected to Salesforce in some manner.
What kind of integration method should a Solution Architect suggest to accommodate this need?

  • A. Load the public cloud solution directly to Salesforce using MuleSoft.
  • B. Utilize Apex Callouts based on the devices' state change.
  • C. Embed the devices' sensor data in a view on the Asset record.
  • D. Utilize Platform Events based on the devices' state change.

正解:D

解説:
Platform Events are a Salesforce-native feature that enable apps to communicate inside and outside of Salesforce using an event-driven messaging architecture. An event producer creates an event and adds it onto the event bus, which operates as a queue with a strict chronological order. An event consumer subscribes to an event and gets notified when the event is put onto the event bus.
According to 3, Platform Events can be used to define and manage custom notifications within the Salesforce platform and in external apps. They can also be used to integrate Salesforce with external systems and devices in near real-time.
Therefore, a Solution Architect should suggest utilizing Platform Events based on the devices' state change. This way, UC can connect the data from the smart devices to Salesforce in a scalable and reliable manner, without having to poll or query for changes constantly. UC can also use Platform Events to trigger workflows or actions based on the device status, such as creating a case, sending an email, or ordering a replacement part.
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_intro.htm


質問 # 50
Universal Containers (UC) recently completed its migration to Lightning Experience, with sales users automatically moving to Lightning. This initiative was a massive undertaking by UC, as it had a tremendous amount of legacy functionality migrated over to Lightning from Classic. The CIO would like to make sure that UC is able to track adoption of the migrated functionality over from Classic to Lightning and what specifically was migrated.
Which two proposals should a Solution Architect recommend?
Choose 2 answers

  • A. Align with the CIO around the fact that while the functionality has been migrated, the data created between Classic and Lightning will remain exactly the same.
  • B. Provide the CIO the ability to roll back all changes once they feel Lightning is not adequate for their needs.
  • C. Provide the CIO a list of the User Stories around the new functionality and the Gap Analysis done between Classic and Lightning.
  • D. Track Adoption Rates within the Lightning Usage, and monitor a change in metrics within existing reports and dashboards.

正解:C、D

解説:
The two proposals a Solution Architect should recommend to track adoption of migrated functionality from Classic to Lightning are:
1. Track Adoption Rates within the Lightning Usage, and monitor a change in metrics within existing reports and dashboards. C. Provide the CIO a list of the User Stories around the new functionality and the Gap Analysis done between Classic and Lightning.
Tracking adoption rates and success metrics is one of the best practices for driving Lightning Experience adoption, as it allows UC to measure how well users are using the migrated functionality and identify areas of improvement or feedback. According to 2, monitoring a change in metrics within existing reports and dashboards can also help UC evaluate the impact of Lightning Experience on their business performance and user satisfaction.
Providing a list of user stories around the new functionality can help UC communicate the benefits and value of Lightning Experience to their users and stakeholders, as well as align their expectations and goals with the migration project. According to 3, providing a gap analysis done between Classic and Lightning can also help UC understand what features or customizations are available or not available in Lightning Experience, as well as plan for any necessary changes or enhancements.
https://trailhead.salesforce.com/content/learn/modules/lex_migration_rollout/lex_migration_rollout_enabling


質問 # 51
Universal Containers (UC) is concerned about potential data storage issues in Salesforce due to the Invoice, Order, and Inventory data that would be flowing infrom various on-premise legacy CRM and ERP applications. UC would like to view and occasionally report on this data on-demand for day-to-day operational processes and would prefer not to store the data in Salesforce due to data residency requirements.
Which recommendation should the Solution Architect make to meet this requirement?

  • A. Push the data into Salesforce and implement an archival strategy.
  • B. Write custom Apex code to retrieve the data in real time from external systems.
  • C. Re-architect the implementation using Salesforce Connect and external objects.
  • D. Use Salesforce Orchestrator with MuleSoft to retrieve the data when it is needed.

正解:C

解説:
External objects are similar to custom objects but they map to data that's stored outside Salesforce. Salesforce Connect uses external data sources to access data that's stored outside your Salesforce organization1. This way, UC can comply with data residency requirements and avoid datastorage issues.
Salesforce Connect allows Salesforce to seamlessly integrate with data that is external to the Salesforce platform, which in this case is the legacy CRM and ERP applications. External objects provide a real-time view of this external data,allowing UC to view and report on it as if it were stored natively in Salesforce, without actually storing it in Salesforce.
Reference:
Salesforce Connect allows for the integration of external data in real-time without storing it in Salesforce, using external objects which function like standard Salesforce objects. This would meet UC's need to view and report on Invoice, Order, and Inventory data on-demand, adhering to data residency requirements. Salesforce Connect is designed for such scenarios, offering a solution that avoids data storage within Salesforce while providing access to external data as if it were native. This is in line with Salesforce's best practices for external data integration.


質問 # 52
AW Computing (AWC) has just completed a multi-cloud implementation for Salesforce and is facing major user adoption challenges. Users are complaining that the system is complicated and hard to navigate.
What can the Center of Excellence (CoE) for Salesforce do to help increase user adoption?

  • A. Ensure each team has a Salesforce champion that can provide one-on-one training.
  • B. Record hour-long pieces of training for each job role so users can review on their own time.
  • C. Place all training materials on the home page so users can find them easily.
  • D. Break down training materials into quick reference guides for job-specific functions.

正解:D

解説:
To increase user adoption when users find the system complicated, breaking down training materials into quick reference guides for specific job functions can be very effective. This makes the learning process more manageable and relevant to users' daily tasks. Salesforce's own training approach often includes such job-specific materials, recognizing that targeted, role-based guidance can improve user competence and confidence.


質問 # 53
Northern Trail Outfitters (NTO) currently use Sales Cloud to track deals and now wants to use channel sales to distribute and tell products through resellers (partners). As part of the channel strategy. NTO will be implementing a Partner Community for resellers to register deals or generate quotes. NTO needs to establish metrics to measure each reseller's performance based on the reseller's activities within the Partner Community. NTO wants to focus on leading metrics as opposed to lagging metrics to get early feedback on how the portal is being used by partners.
Which three leading metrics should a Solution Architect recommend to help NTO measure each reseller's goals through the Partner Community?
Choose 3 answers

  • A. Number of quotes generated
  • B. Opportunity win rates
  • C. Logins into Partner Community
  • D. Product types sold
  • E. Opportunities generated

正解:A、C、E

解説:
The best three leading metrics to help NTO measure each reseller's goals through the Partner Community are logins into Partner Community, number of quotes generated, and opportunities generated. These metrics will give NTO early feedback on how the portal is being used by their partners and will provide insight into their success in using the Partner Community. Product types sold and opportunity win rates are lagging metrics and may not provide timely feedback on the success of the Partner Community.
Leading metrics are indicators that show what's happening and can have real-time impact on your bottom line12.
Lagging metrics are indicators that show the outcome of what happened in a previous time period12.
Leading metrics are useful for predicting future performance and making adjustments, while lagging metrics are useful for evaluating past performance and setting goals34.


質問 # 54
Universal Containers (UC) is about to embark on a digital transformation initiative to make all of its back-office systems data visible to employees, customers. And partners via front-office capabilities like Salesforce. The CIO has asked the team to identify their various systems, both back- and front-office, and correctly identify the proper use of those systems. The team plans to utilise the Systems of Engagement framework to classify their systems based on how they will be utilized within the enterprise architecture.
Salesforce is being utilued as the master for all sales data-like Opportunities, Quotes, and Cart data-and an ERP is the master for all invoice, order, and payment data.
How should the Solution Architect segment opportunities and order data in Salesforce*

  • A. SOR for Opportunities and SOR for Orders
  • B. System of Engagement for Opportunities and SOR for Orders
  • C. SOR for Opportunities and System of Intelligence for Orders
  • D. System of record (SOP.) for Opportunities and System of Engagement for Orders

正解:B

解説:
A system of record (SOR) is a source of truth for a specific type of data that needs to be accurate and consistent across different systems1. A system of engagement (SOE) is a platform that enables interactions and communications with customers and other stakeholders1.
Salesforce is a system of engagement for opportunities because it allows sales reps to create, track, and manage sales deals with customers23. Salesforce is also a system of record for orders because it stores order data that can be synced with other systems like ERP3.


質問 # 55
Universal Containers (UC) uses Marketing Cloud and recently added Sales Cloud to manage its business activities, as well as B2B Commerce to redesign its website. Today, a lead is created each time a customer leaves the site without finalizing their purchase. The number of leads created is increasing and representatives can no longer meet their callback deadlines.
With the new website, UC wants to increase the number of finalized sales and offer similar products to customers while reducing the Sales team's workload. Sales representatives should only call back customers if there is an upsell or cross-sell opportunity.
Which three recommendations should a Solution Architect make to meet these needs' Choose 3 answers

  • A. Send automated emails in Sales Cloud with discounted offers to customers who abandoned their cart.
  • B. Createan opportunity when a customer clicks a cross-sell or upsell email link.
  • C. Put all leads from the abandoned carts in a queue.
  • D. Stop creating leads in Sales Cloud for abandoned carts.
  • E. Set up lead nurturing with Marketing Cloud and automate emails through journeys.

正解:C、D、E

解説:
To address the challenges of increasing leads from abandoned carts and the workload on sales representatives, the following recommendations are made:
C) Set up lead nurturing with Marketing Cloud and automate emails through journeys. Automating lead nurturing with targeted journeys allows UC to engage potential customers effectively, providing personalized follow-ups and offers based on their interactions, which can increase conversion rates without adding to the sales team's workload.
D) Stop creating leads in Sales Cloud for abandoned carts. By not automatically creating leads for every abandoned cart, UC can reduce the volume of leads that sales representatives need to follow up on, allowing them to focus on more qualified opportunities.
E) Put all leads from the abandoned carts in a queue. Organizing leads from abandoned carts into a queue allows for better management and prioritization. Sales representatives can then focus on leads with higher potential, based on predefined criteria such as cart value or customer behavior.
These strategies leverage Salesforce's capabilities in Marketing Cloud and Sales Cloud to optimize lead management and sales processes, as supported by Salesforce's documentation on lead management best practices and Marketing Cloud journey automation.


質問 # 56
A corporate bank has decided to use a multi-cloud solution to reduce time to market, showcase a 360-degree view of the bank's business customers, and improve CSAT rating by increasing channels for customer service. The CIO has asked to run a discovery workshop with one goal: understanding existing technical dependencies within the organisation.
What should a Solution Architect recommend as the top priority to start this journey?

  • A. Plot the map or the future system landscape by making assumptions about the changes needed to improve customer satisfaction.
  • B. Plot the map of the current system landscape and identify key areas where the B2B multi-cloud solution will fit in.
  • C. Plot what the customer is thinking, doing, and feeling at the varying stages of their experience, and connect them to interactions with the bank.
  • D. Plot the process map using Universal Process Notation (UPN) through workshops involving a diverse set of stakeholders.

正解:B

解説:
Plot the map of the current system landscape and identify key areas where the B2B multi-cloud solution will fit in. This is an important step to understand the existing technical dependencies within the organisation, such as datasources, integrations, applications, and platforms. It also helps to identify the gaps and opportunities for improvement that can be addressed by the B2B multi-cloud solution.
For the corporate bank embarking on a multi-cloud solution journey, mapping the current system landscape is a critical first step. This involves documenting existing systems, applications, and their interconnections to identify integration points and potential overlaps with the new B2B multi-cloud solution. Understanding the current technical ecosystem allows for the identification of key areas where Salesforce solutions can be integrated to enhance customer service, improve visibility into business customer activities, and increase customer satisfaction. This foundational analysis is essential for informed decision-making and strategic planning, ensuring that the new solutions complement and enhance the existing technical infrastructure, in line with Salesforce's recommendations for successful multi-cloud implementations.


質問 # 57
A Solution Architect is working with Northern Trail Outfitters' Sales and Services team. They are currently evaluating how many environments they need to procure. As part of a preliminary review, it was identified that although the different business units were happy working m separate environments, there is a requirement to know each other's transactions.
Which two requirements would make the Solution Architect recommend a Single org over a multi-org strategy?
Choose 2 answers

  • A. Collaboration between lines of business
  • B. Simple security architecture across lines of business
  • C. Global case management across lines of business
  • D. Access to shared lines of business data

正解:A、D

解説:
1. Collaboration between lines of business. According to 1 and 2, having a single-org architecture can facilitate collaboration between different lines of business by allowing them to share data, processes, workflows, reports, dashboards, etc. This can improve communication, efficiency, and productivity across the organization.
2. Access to shared lines of business data. According to 1 and 3, having a single-org architecture can enable access to shared data across different lines of business by using common objects, fields, records, etc. This can improve data quality, consistency, and visibility across the organization.


質問 # 58
Universal Containers (UC) recently completed a successful implementation of B2B Commerce classic and saw an immediate increase in both its customer experience ratings and overall bottom line due to the influx of sales through its commerce application. After this initial experience, UC decided to target its internal Sales team for the same successful outcome with Salesforce CPQ and Sales Cloud.
UC's requirements include that its internal Sales team be able to sell its current commerce catalog and expand this catalog to include even more products. In addition, UC wants to give its internal Sales team the ability to utilize CPQ's discounting functionality, along with approval rules for its Sales leadership team. Today, product and pricing is mastered in B2B Commerce and orders are fulfilled in the ERP.
What should a Solution Architect recommend when architecting a solution to meet UC's requirements?

  • A. The Product and Pricing data should be mastered in CPQ and integrated to B2B Commerce via Apex, and then finally integrated into the ERP via a middleware solution.
  • B. The Product and Pricing Data should be mastered in the ERP and then integrated into both B2B Commerce and CPQ via REST API.
  • C. The Product and Pricing data should be mastered in B2B Commerce and integrated into CPQ via REST API, and finally integrated to the ERP via SOAP API.
  • D. The Product data should be mastered inside B2B Commerce, while Pricing should be mastered inside CPQ. Both solutions should be integrated via Apex and then integrated to the ERP via SOAP API.

正解:C

解説:
it leverages the existing product and pricing data that is mastered in B2B Commerce and integrates it into CPQ via REST API, which is a standard and flexible way of exchanging data between different systems. There are connectors available on AppExchange that can help synchronize product and pricing data between B2B Commerce and CPQ, as well as streamline channel experiences and align order history. Integrating the final orders to the ERP via SOAP API can also ensure that the fulfillment process is consistent and accurate.
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3u00000MSk6gEAD


質問 # 59
Universal Containers (UC) uses Marketing Cloud and recently added Sales Cloud to manage its business activities, as well as B2B Commerce to redesign its website. Today, a lead is created each time a customer leaves the site without finalizing their purchase. The number of leads created is increasing and representatives can no longer meet their callback deadlines.
With the new website, UC wants to increase the number of finalized sales and offer similar products to customers while reducing the Sales team's workload. Sales representatives should only call back customers if there is an upsell or cross-sell opportunity.
Which three recommendations should a Solution Architect make to meet these needs' Choose 3 answers

  • A. Set up lead nurturing with Marketing Cloud and automate emails through journeys.
  • B. Create an opportunity when a customer clicks a cross-sell or upsell email link.
  • C. Put all leads from the abandoned carts in a queue.
  • D. Stop creating leads in Sales Cloud for abandoned carts.
  • E. Send automated emails in Sales Cloud with discounted offers to customers who abandoned their cart.

正解:B、D、E

解説:
Set up lead nurturing with Marketing Cloud and automate emails through journeys. This recommendation would help UC to send personalized and targeted emails to customers who abandoned their cart, based on their behavior or preferences1. For example, UC could send emails with discounted offers, cross-sell or upsell suggestions, testimonials, or reminders to complete their purchase3. Marketing Cloud journeys can also track customer engagement and measure campaign effectiveness2.
Create an opportunity when a customer clicks a cross-sell or upsell email link. This recommendation would help UC to identify customers who are interested in buying more products or services from them, based on their email interactions1. For example, if a customer clicks on a link that shows similar products to their cart items, UC could create an opportunity in Sales Cloud and assign it to a sales representative for follow-up3. This way, UC could increase their sales revenue and conversion rate by focusing on qualified leads2.
Stop creating leads in Sales Cloud for abandoned carts. This recommendation would help UC to reduce the Sales team's workload and avoid cluttering their system with unqualified leads1. By creating leads only for customers who show interest in buying from UC, UC could streamline their lead management process and improve their lead quality3.


質問 # 60
Universal Containers (UC) is concerned about potential data storage issues in Salesforce due to the Invoice, Order, and Inventory data that would be flowing in from various on-premise legacy CRM and ERP applications. UC would like to view and occasionally report on this data on-demand for day-to-day operational processes and would prefer not to store the data in Salesforce due to data residency requirements.
Which recommendation should the Solution Architect make to meet this requirement?

  • A. Push the data into Salesforce and implement an archival strategy.
  • B. Write custom Apex code to retrieve the data in real time from external systems.
  • C. Re-architect the implementation using Salesforce Connect and external objects.
  • D. Use Salesforce Orchestrator with MuleSoft to retrieve the data when it is needed.

正解:C

解説:
External objects are similar to custom objects but they map to data that's stored outside Salesforce1. Salesforce Connect uses external data sources to access data that's stored outside your Salesforce organization1. This way, UC can comply with data residency requirements and avoid data storage issues.
Salesforce Connect allows Salesforce to seamlessly integrate with data that is external to the Salesforce platform, which in this case is the legacy CRM and ERP applications. External objects provide a real-time view of this external data, allowing UC to view and report on it as if it were stored natively in Salesforce, without actually storing it in Salesforce.


質問 # 61
A client is running a project with a 626 multi-cloud setup involving Marketing Cloud, Sales Cloud, Service Cloud, Experience Cloud, and MuleSoft. Currently, MuleSoft is primarily used to integrate with third-party systems. Marketing Cloud is connected to Sales/Service using the standard connector. A recent requirement-gathering session, involving all functional streams, brought up the question of where consolidated reporting mil happen. So far, reporting has only been looked at individually per stream.
There is a steering committee meeting 1 week from now. The Solution Architect was asked to provide different solutions to fix the problem. The expectation is that a high-level evaluation will be done prior the steering committee meeting so that an indication of options can be given and additional funding can be requested.
Which three critical steps should the Solution Architect take first?
Choose 3 answers

  • A. Review the established and planned dataflows to understand where the systems of record sit and where data is transported to already.
  • B. Review the system landscape to identify other existing solutions for reporting and start to investigate high-level cost impacts (inel. licenses aspects) for the most viable.
  • C. Draft a solution to show how consolidated reporting can be done using CRM Analytics.
  • D. Identify key drivers and high-level data scope behind the need for a consolidated reporting.
  • E. Ensure all data objects across the different clouds have a unique external identifier

正解:A、B、D

解説:
Review the established and planned dataflows to understand where the systems of record sit and where data is transported to already. This is an important step to assess the current state of data integration and identify any gaps or challenges that might affect the reporting solution.
Identify key drivers and high-level data scope behind the need for a consolidated reporting. This is an essential step to understand the business requirements and expectations for the reporting solution, as well as the key metrics and KPIs that need to be measured and reported on.
Review the system landscape to identify other existing solutions for reporting and start to investigate high-level cost impacts (incl. licenses aspects) for the most viable. This is a useful step to explore the possible options for delivering a consolidated reporting solution, such as using existing tools or platforms, building a custom solution, or leveraging third-party solutions. It also helps to estimate the costs and benefits of each option.


質問 # 62
During a go-live planning session, the business sponsor expressed some concerns related to achieving high adoption of the solution.
Which two recommendations should a Solution Architect provide that can achieve higher adoption rates for a Salesforce multi-cloud implementation?
Choose 2 answers

  • A. Suggest continuous training methods such as Trailhead, in-app guidance, or embedded videos so end users feel supported using the solution.
  • B. Create recurring office hours for end usersto call in to speak directly with the Solution Architect.
  • C. Suggest that the executive team tie performance metrics to Salesforce usage.
  • D. Create a feedback loop to give end users the ability to share ideas on how to improve the solution and report bugs.

正解:A、D

解説:
To encourage high adoption rates, the Solution Architect should recommend:
B) Create a feedback loop to give end users the ability to share ideas on how to improve the solution and report bugs. This empowers users to contribute to the solution's success and ensures their needs and challenges are heard.
D) Suggest continuous training methods such as Trailhead, in-app guidance, or embedded videos so end users feel supported using the solution. This provides ongoing support and learning opportunities, making it easier for users to adapt to the new system.
Salesforce Trailhead and the in-app guidance feature are excellent resources for training and user adoption, as recommended by Salesforce's best practices for user engagement and adoption.


質問 # 63
Universal Containers (UC) wants to enhance the online purchase experience for its customers. The product and pricing information is managed in a separate ERP, while customer purchases are primarily triggered online through self-service. UC often offers promotions and discounts through various online seasonal events. UC wants the ability to provide customized quotes based on its relationship with the customer, as well as proactively process and monitor renewal and upgrade opportunities.
A Solution Architect has identified Sales Cloud, CPQ, Billing, and B2B Commerce as part of a potential multi-cloud solution.
Based on the above considerations, which option identifies the optimal data flow for this solution?

  • A. Pricing and Product data should be pushed from ERP to CPQ and from there to B2B Commerce via the CPQ B2B Commerce Connector. Promotions should be handled in B2B Commerce. Invoice and Billing should be maintained in Billing and presented on B2B Commerce via a Lightning component.
  • B. Pricing and Product data should be pushed from ERP to both CPQ and B2B Commerce, keeping single source of truth. Promotions should be handled in B2B Commerce. Invoice and Billing should be maintained in Billing and pushed to B2B Commerce.
  • C. Pricing and Product data should be pushed from ERP to B2B Commerce via the CPQ B2B Commerce Connector to CPQ. Promotions should be handled in B2B Commerce. Invoice and Billing should be maintained in Billing and surfaced on B2B Commerce via a Lightning component.
  • D. Pricing and Product data should be pushed from ERP to CPQ and from there to B2B Commerce via the CPQ B2B Commerce Connector. Promotions should be managed in CPQ as CPQ is the pricing master. Invoice and Billing should be managed in B2B Commerce and pushed to Billing.

正解:A

解説:
the CPQ B2B Commerce Cloud Connector is an unmanaged package that allows B2B Commerce and CPQ customers to sync products, pricing, quote requests, and orders in both clouds.
https://help.salesforce.com/s/articleView?id=sf.icx_b2b_cart_to_quote_connector.htm&language=en_US&type=5


質問 # 64
A Solution Architect is working with Northern Trail Outfitters' Sales and Services team. They are currently evaluating how many environments they need to procure. As part of a preliminary review, it was identified that although the different business units were happy working m separate environments, there is a requirement to know each other's transactions.
Which two requirements would make the Solution Architect recommend a Single org over a multi-org strategy?
Choose 2 answers

  • A. Collaboration between lines of business
  • B. Simple security architecture across lines of business
  • C. Global case management across lines of business
  • D. Access to shared lines of business data

正解:A、D

解説:
A) Collaboration between lines ofbusiness. According to 1 and 2, having a single-org architecture can facilitate collaboration between different lines of business by allowing them to share data, processes, workflows, reports, dashboards, etc. This can improve communication, efficiency, and productivity across the organization.
D) Access to shared lines of business data. According to 1 and 3, having a single-org architecture can enable access to shared data across different lines of business by using common objects, fields, records, etc. This can improve data quality, consistency, and visibility across the organization.


質問 # 65
Universal Containers (UC) is currently utilizingSalesforce Revenue Cloud, Service Cloud, and Field Service for its internal Sales teams, call center, and field service teams. The field service team has asked for new data visibility around Sales and Service data because customers in the field will oftenask about sales orders that typically exist within Revenue Cloud.
What is an immediate consideration a Solution Architect should provide regarding giving this kind of data access?

  • A. Provide the field service team witha Sales Cloud license to view Order data.
  • B. Generate a new permission set that grants access to the Order object andassign it to the field service users.
  • C. Provide the field service team with CPQ licenses to view Order data.
  • D. Generate a new profile that grants access to the Order object and assign it to the field service users.

正解:B

解説:
Creating a permission set that grants field service users access to the Order object is a granular and secure way to provide the necessary data visibility. This allows for precise control over which users have access to order data without impacting other profiles or requiring additional licenses. Salesforce's permission set documentation provides guidelines on how to grant specific access rights to users, ensuring they have the information needed to perform their job functions effectively.


質問 # 66
Universal Containers (UC) acquired two companies. As part of its transformation and consolidation program, UC needs to bring all of its disparate partner strategies together and see what can be combined across all of its indirect sales channels. Each company currently has its own Salesforce environment utilizing Sales Cloud and Experience Cloud for Partners. Each company also follows its own unique business processes for partners. However, UC has recently developed a new vision and journey focused on a single indirect channel with a single Salesforce environment aligned to its corporate strategy.
Given UC's new journey for engaging its indirect channel, what are the next two steps the Solution Architect should recommend?
Choose 2 answers

  • A. Create an adoption plan for the Direct Sales team to engage with the Indirect Sales team in a sell-with model within the new Partner Communities.
  • B. Completely unify all the channel strategies under the acquiring company's brand and strategy.
  • C. Identify the need for multiple Partner Communities by Indirect Sales Channel with branding and content specific to each channel.
  • D. Tell the stakeholders to focus on having a single Partner Community across all channels with a singular branding.

正解:A、C

解説:
channel sales or indirect sales are sales that use an intermediary such as partners, resellers, dealers, or brokers. Channel sales can provide many benefits for businesses, such as expanding market reach, reducing costs, increasing customer satisfaction, and enhancing brand awareness.
Salesforce Partner Community is a community consisting of different Salesforce partners who work in sync with an organization to achieve specific goals and carry out specific activities. Salesforce Partner Community allows sharing and access to data, managing, tracking, and forecasting partner sales, creating personalized and connected sites and portals for partners, and integrating with other services.


質問 # 67
......

ARC-801問題集と練習テスト(114試験問題):https://jp.fast2test.com/ARC-801-premium-file.html

リリースSalesforce ARC-801更新された問題PDF:https://drive.google.com/open?id=1AEGToho1KQ285Qcd3QjF-JKuA_ahl74m


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어