DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Salesforce Integration Architect (Salesforce ARC?201) Test Questions and Answers? | SPOTO

SPOTO's latest exam dumps on the homepage, with a 100% pass rate! SPOTO delivers authentic Cisco CCNA, CCNP study materials, CCIE Lab solutions, PMP, CISA, CISM, AWS, and Palo Alto exam dumps. Our comprehensive study materials are meticulously aligned with the latest exam objectives. With a proven track record, we have enabled thousands of candidates worldwide to pass their IT certifications on their first attempt. Over the past 20+ years, SPOTO has successfully placed numerous IT professionals in Fortune 500 companies.
Take other online exams

Question #1
Universal Containers has built an integration using the SOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users.What is a risk involved with this sort of integration?
A. Too many concurrent sessions
B. Reaching an API call limit
C. Reaching a logins per Day limit
D. Too many record-lock errors
View answer
Correct Answer: B
Question #2
NorthernTrail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eac order reach the finance application exactly once for accurate invoicing. What solution should anarchitect propose?
A. Trigger invokes Queueable Apex method, with custom error handling process
B. Trigger makes @future Apex method, with custom error handling process
C. Button press invokes synchronous callout, with user handling retries in case of error
D. Outbound Messaging, which will automatically handle error retries to the service
View answer
Correct Answer: A
Question #3
What are two considerations when designing Mule APIs and integrations that leverage an enterprise-wide common data model (CDM)? (Choose two.)
A. All data types required by the APIs are not typically defined by the CDM
B. The CDM typically does not model experience-level APIs
C. Changes made to the data model do not impact the implementations of the APIs
D. The CDM typically does not model process-level APIs
E. The CDM models multiple definitions of a given data type based on separate domains
View answer
Correct Answer: AB
Question #4
Universal Containers is building a mobile application that connects to Salesforce for reading and updating dataWhat is the appropriate authentication solution?
A. Create a mobile Integration user ID whose credentials are stored within the mobile application code
B. Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token
C. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token
D. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID
View answer
Correct Answer: C
Question #5
Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues.Which three stages should the Architect consider to reduce the security concerns for this Integration use case?Choose 3 answers
A. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL
B. Enable WS-security for the web services made between Salesforce and the accounting system
C. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network
D. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce
E. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted
View answer
Correct Answer: BDE
Question #6
Universal Containers is implementing Salesforce, including a new business process for order management. All Opportunities that reach the Close -Won stage need to be sent to an order management system. When this Opportunity is marked as Complete, a record must be created in their billing system. After the bill is processed, their billing system will be marked as Paid. Each status change from each system must be reflected in Salesforce so call center agents can answer questions about the status of a customer
A. Developer Pro Sandbox
B. Full Sandbox
C. Partial Copy Sandbox
D. Developer Org
View answer
Correct Answer: BC
Question #7
Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders.What is the best way to integrate the business processes of the companies?
A. Use Apex callout to push orders from universal Containers to Planetary Shipping
B. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
C. Use Outbound messages to send orders from Universal Containers to Planetary shipping
D. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping
View answer
Correct Answer: B
Question #8
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?
A. Visualforce
B. Custom Web Tab
C. Canvas
D. Lightning Component
View answer
Correct Answer: C
Question #9
Universal Containers has a back-end ordering system that restricts access on a per-user basis, it was determined that a "Named Credential" will be used to allow per-user identity type access for all integration with the system. One of the requirements is to have order information sent to the system when the status changes to "Confirmed".Which two valid integration scenarios can take advantage of such a security setup?
A. Order information sent to the system via outbound message with session ID
B. Order information sent via a Visualforce page with an Apex callout
C. Order information inserted or updated via Salesforce Connect: OData 2
D. Order information sent via process builder via invokable method/future method callout
View answer
Correct Answer: CD
Question #10
CORRECT TEXT Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on. Which two design specifications should the Integration Architect include in the integration architecture to ensure
A. Call the Apex REST API Clients in a test context to get the mock response
B. Require the Apex REST API Clients to implement the HttpCalloutMock
C. Implement HttpCalloutMock to return responses per RAML specification
View answer
Correct Answer: A
Question #11
Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations. The callout from Salesforce to the OMS should be synchronous. What should an Integration Architect do to satisfy these requ
A. Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System
B. Use Process Builder to call an Apex proxy class to make a REST callout to the Order Management System
C. Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly
D. Build a Lightning Component that makes a synchronous Apex REST callout to the Order Management System when a button is clicked
View answer
Correct Answer: B
Question #12
Universal Containers (UC) has third-party MDM database which is responsible for maintaining the data for Customer and Contacts information for its organization. UC wants to keep this information up-to-date in Salesforce so that the information is as current as possible. UC wants to provide bi-directional synchronization of the data between the MDM and Salesforce.What is the recommended approach to solving this problem?
A. Create a VisualForce page for Accounts/Contacts that will pull the data from MDM, display it, and send any changes from Salesforce
B. Implement a third-party middleware tool to maintain the synchronization between Salesforce and the MDM database as they occur
C. Create a Batch process that runs every 5 minutes to pull the changes from MDM and any updates from Salesforce
D. Modify the MDM database application to send and receive updates to and from Salesforce via REST or SOAP as they occur
View answer
Correct Answer: B
Question #13
What API policy would LEAST likely be applied to a Process API?
A. Custom circuit breaker
B. Client ID enforcement
C. Rate limiting
D. JSON threat protection
View answer
Correct Answer: D
Question #14
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?Choose 2 answers
A. Out-of-order delivery
B. Duplicate messages
C. Orphaned Requests
D. Exceeding Governor Limits
View answer
Correct Answer: BD
Question #15
Which statement is true about the network connections when a Mule application uses a JMS connector to interact with a JMS provider (message broker)?
A. The JMS connector supports both sending and receiving JMS messages over the protocol determined by the JMS provider
B. For the Mule application to receive JMS messages, the JMS provider initiates a network connection to the Mule application's JMS connector and then the JMS provider pushes messages along this connection
C. The Advanced Message Queuing Protocol (AMQP) can be used by the JMS connector to portably establish connections to various types of JMS providers
D. To complete sending a JMS message, the JMS connector must establish a network connection with the JMS message recipient
View answer
Correct Answer: A
Question #16
A customer's enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries, event handling, etc. The company has asked the Salesforce integration architect to help fulfill such aspects with their Salesforce program. Which three recommendations should the Salesforce integration architect make? Choose 3 answers
A. Transform a fire-and-forget mechanism to request-reply should be handled by middleware tools (like ETL/ESB) to improve performance
B. Provide true message queueing for integration scenarios (including orchestration, process choreography, quality of service, etc
C. Message transformation and protocol translation should be done within Salesforce
D. Event handling processes such as writing to a log, sending an error or recovery process, or sending an extra message, can be assumed to be handled by middleware
E. Event handling in a publish/subscribe scenario, the middleware can be used to route requests ormessages to active data-event subscribers from active data-event publishers
View answer
Correct Answer: ABD
Question #17
Refer to the exhibit. One of the backend systems invoked by an API implementation enforces rate limits on the number of requests a particular client can make. Both the backend system and the API implementation are deployed to several non-production environments in addition to production. Rate limiting of the backend system applies to all non-production environments. The production environment, however, does NOT have any rate limiting. What is the most effective approach to conduct performance tests of the A
A. Create a mocking service that replicates the backend system's production performance characteristics
B. Use MUnit to simulate standard responses from the backend system then conduct performance tests to identify other bottlenecks in the system
C. Include logic within the API implementation that bypasses invocations of the backend system in a performance test situation
D. Conduct scaled-down performance tests in the staging environment against the rate limited backend system then upscale performance results to full production scale
View answer
Correct Answer: A
Question #18
Universal Containers has a requirement for users of a Validation page to be notified of data updates from Salesforce as well as message from other systems in real time.Which three approaches should be considered when selecting the correct API?Choose 3 answers
A. REST API to continuously poll Salesforce for updates to records
B. Generic Streaming API to support notifications coming from other systems
C. Streaming API to support push notifications to users on mobile devices using Salesforce1
D. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data
E. Streaming API to support real-time data updates by other users within Salesforce
View answer
Correct Answer: CDE
Question #19
Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement. Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption? Choose 2 answers
A. Encrypt the data using the most current key
B. Review shield platformencryption configurations
C. Encrypt all the data so that it is secure
D. Use Shield Platform Encryption as a user authentication or authorization tool
View answer
Correct Answer: AB
Question #20
Universal containers built an integration using the Bulk API to load records from a legacy system into Salesforce, Parallel option with batch size 1000 was used However, the batches often fail due to " Max CPU time exceeded"errors which could be resolved with a Similar batch size.What are two risks involved with batch sizes that are too small?Choose 2 answers A. Possibilityof hitting the daily limit for number of batches.
B. possibility of very long bulk job execution times
C. Possibility of failures due to record-locking errors
D. Possibility of hitting the "Too many concurrent batches" limit
View answer
Correct Answer: BC
Question #21
A largeB2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise. Below, is their current system landscape diagram.The goals for implementing Salesforce follows:1. Develop a 360 view of customer 2. Leverage Salesforce capabilities for Marketing, Sales and Service processes 3. Reuse Enterprise capabilities built for Quoting and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce? Choose 3 answ
A. Order Management System
B. Case Management System
C. Sales Activity System
D. Email Marketing System
E. Quoting System
View answer
Correct Answer: BCD

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: