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) Mock Test Q&A | 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
A companythat is a leading provider of training delivers courses to students globally. The company decided to use customer community in order to allow studer to log in to the community, register for courses and pay course fees. The company has a payment gateway that takes more than 30 seconds to process the payn transaction. Students would like to get the payment result in real-time so in case an error happens, the students can retry the payment process.What is the recommended integration approach to proces
A. Use platform event to process payment to the payment gateway
B. Use continuation to process payment to the payment gateway
C. Use change data capture to process payment to the payment gateway
D. Use request and reply tomake an API call to the payment gateway
View answer
Correct Answer: B
Question #2
An organization is automating its deployment process to increase the reliability of its builds and general development process by automating the running of tests during its builds. Which tool is responsible for automating its test execution?
A. MUnit Maven plugin
B. Mule Maven plugin
C. MUnit
D. Anypoint CLI
View answer
Correct Answer: A
Question #3
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system. What should an Architect determine before recommending a solution?
A. Determine inbound integration requirements, then identify frequency
B. Determine data access prevention requirements, then identify frequency
C. Determine data volume requirements, then identify the loading schedule
D. Determine data access prevention requirements, then identify system constraints
View answer
Correct Answer: A
Question #4
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway. What integration security mechanism should be employed?
A. Configure mutual server authentication with two-way SSL using CA issued certificates
B. Configure a connected app with an authorization endpoint of theAPI gateway and configure OAuth settings
C. Use an API only user profile and implement use an external identity provider with federated API access
D. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret
View answer
Correct Answer: A
Question #5
A team has completed the build and test activities for a Mule application that implements a System API for its application network. Which Anypoint Platform component should the team now use to both deploy and monitor the System AP\ implementation?
A. API Manager
B. Design Center
C. Anypoint Exchange
D. Runtime Manager
View answer
Correct Answer: D
Question #6
Universal containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must also be sent along with Opportunities. The ERP system supports only SOAP- based messages for receiving ordersWhat limitation of outbound messages might present a problem in this scenario?
A. Outbound messaging does not support multiple objects
B. Outbound messaging does not support SOAP
C. Outbound messaging cannot be made secure
D. Outbound messaging does not offer any reliability
View answer
Correct Answer: A
Question #7
An architect recommended using Apex code to make callouts to an external system to process insurance quote. What should the integration architect consider to make sure this is the right option for the integration?
A. The maximum callouts in a single Apex transaction
B. The maximum number of parallel Apex callouts in a single continuation
C. The limit on long-running requests (total execution time)
D. The limit of pending operations in the same transaction
View answer
Correct Answer: D
Question #8
A company is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows: 1. Transactions are created at any time through their various on-premise and cloud-based systems. 2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates. 3. Middleware supports publish-subscribe interactions and provide
A. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event
B. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response
C. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method
D. Let the Lightning Data Service with an @wire adapter display new values when the custom object records change
View answer
Correct Answer: C
Question #9
Universal Containers has a SOAP-based integration that runs nightly to update the Product(Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is a green-screen ERP that must be taken offline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot.What three recommendations might a Technical Archi
A. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system
B. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls
C. Pre-process the data to avoid the need for workflow rules or triggers
D. Use the Bulk API UPDATE or UPSERT records more efficiently
E. Contact Salesforce support to request that they turn off record locking on the Product2 object
View answer
Correct Answer: BCD
Question #10
In what scenarios is using a shared configuration within Mule runtime domains most advantageous?
A. When deploying lightweight microservices
B. When multiple applications need to invoke the same services
C. When unique runtime properties are required for each application
D. When applications do not interact with each other at all
View answer
Correct Answer: B
Question #11
Northern Trail Outfitters is planning to create a native employee facing mobileapp with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org. Which Salesforce API should be used to implement this integration?
A. Streaming API
B. REST API
C. Connect REST API
D. User InterfaceAPIcorrect
View answer
Correct Answer: D
Question #12
Certificates for legal entities. . RESTful services. The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze deidentified data in Einstein Analytics. Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics? Choose 2 answers
A. Identity token data storagecorrect
B. Bulk load for Einstein Analytics
C. Callouts to REST ful servicescorrect
D. Encryption in transit and at restcorrect
View answer
Correct Answer: ACD
Question #13
What operation can be performed through a JMX agent enabled in a Mule application?
A. View object store entries
B. Replay an unsuccessful message
C. Set a particular tog4J2 log level to TRACE
D. Deploy a Mule application
View answer
Correct Answer: A
Question #14
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution. Which two options will fulfill the use case requirements? Choose 2 answers
A. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder
B. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record
C. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint
D. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution
View answer
Correct Answer: AD
Question #15
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with anexternal third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production. What type of monitoring should the Integration Consultant have considered t
A. Monitor Platform Events created per hour limits across the Salesforce instance
B. Set up debug logs for Platform Event triggers to monitor performance
C. Validate the Platform Event definition matches leads definition
D. Monitor the volume of leads that are created in Salesforce
View answer
Correct Answer: B
Question #16
Universal Containers has a requirement to update the Salesforce Account object any time the corresponding account is updated within their financial system.Which three Salesforce capabilities should the Architect consider?
A. Partner WSDL because of a requirement to utilize SOAP-based web services
B. Partner WSDL because of a requirement to dynamically inspect field names during runtime
C. Streaming API because of a requirement to dynamically inspect field names during runtime
D. Enterprise WSDL because of a requirement to utilize SOAP-based services
E. Partner WSDL because of a requirement to utilize REST-based web services
View answer
Correct Answer: ABD

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: