
Salesforce Integration Architecture Designer Integration-Architect Dumps Full Questions with Free PDF Questions to Pass
100% Updated Salesforce Integration-Architect Enterprise PDF Dumps
NEW QUESTION # 41
A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.
Which integration capabilities should be used to integrate the two systems?
- A. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
- B. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
- C. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
- D. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
Answer: B
NEW QUESTION # 42
Universal Containers has a requirement for all accounts that do NOT qualify for a business extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.
What is the recommended solution?
- A. Use Process builder.
- B. Use Trigger.
- C. Use Batch Apex.
- D. Use Time-based workflow rule.
Answer: C
NEW QUESTION # 43
The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to leads before Sales team members can work on them. The current integration often experiences latency issues.
Which two recommendations should an Architect make to improve the integration performance?
Choose 2 answers
- A. Reduce batch size of asynchronous BULK API.
- B. Legacy system should submit in parallel mode.
- C. Reduce batch size of synchronous BULK API.
- D. Legacy system should submit in serial mode.
Answer: A,B
NEW QUESTION # 44
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.
One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an Integration Architect use to meet this requirement?
- A. REST API
- B. Connect REST API
- C. Streaming API
- D. Apex REST
Answer: B
NEW QUESTION # 45
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?
- A. Change Data Capture does not have record access support.
- B. Apex triggers can subscribe to Generic Events.
- C. Push Topic Event can define a custom payload.
- D. Change Data Capture can be published from Apex.
Answer: A
NEW QUESTION # 46
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements?
Choose 2 answers
- A. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
- B. Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.
- C. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
- D. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
Answer: A,C
NEW QUESTION # 47
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers
- A. OpenId Connect Authentication Provider and just-in-time provisioning
- B. SAML SSO and Registration Handler
- C. OpenId Connect Authentication Provider and Registration Handler
- D. SAML SSO and just-in-time provisioning
Answer: C,D
NEW QUESTION # 48
An enterprise customer that has more than 10 Million customers has the following systems and conditions in their landscape:
- A. Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.
- B. Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.
- C. Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.
Answer: A,C
NEW QUESTION # 49
An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?
- A. Authenticate the integration using existing Network-BasedSecurity.
- B. Authenticate the integration using existing Single Sign-On.
- C. Create a new user with System Administrator profile.
- D. Create a special user solely for the integration purposes.
Answer: D
NEW QUESTION # 50
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 volume requirements, then identify the loading schedule.
- C. Determine data access prevention requirements, then identify system constraints.
- D. Determine data access prevention requirements, then identify frequency.
Answer: A
NEW QUESTION # 51
An architect decided to use Platform Events for integrating Salesforce with an external system for a company.
Which three things should an architect consider when proposing this type of integration mechanism?
Choose 3 answers
- A. Salesforce needs to be able to store information about the external system in order toknow which event to send out.
- B. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.
- C. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.
- D. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.
- E. To publish an event, the integration user in salesforce needs create permission on the event entity.
Answer: C,D,E
NEW QUESTION # 52
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?
- A. A Default gateway restrictions
- B. External gateway products in use
- C. Considerations for using Deterministic Encryption
- D. Shield Platform Encryption Limitations
Answer: B
NEW QUESTION # 53
An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.
How is authentication achieved?
- A. Handle authentication with login flows.
- B. Connect via Salesforce Connect.
- C. Handle authentication in the code.
- D. Connect via Communities.
Answer: A
Explanation:
https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5
NEW QUESTION # 54
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?
- A. Tooling API
- B. Streaming API
- C. REST API
- D. Connect REST API
Answer: B
NEW QUESTION # 55
Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of Integration should an architect recommend to meet this business requirement?
- A. Data Synchronization
- B. Process Orchestration
- C. Data Visualization
- D. Batch Processing
Answer: C
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_and_practices/integ_pat_data_virtualization.htm
NEW QUESTION # 56
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.
Which two types of Streaming API events should be considered?
Choose 2 answers
- A. High Volume Platform Events
- B. Generic Events
- C. PushTopic Events
- D. Change Data Capture Events
Answer: A,D
NEW QUESTION # 57
A conglomerate 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 provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?
- A. Let the Lightning Data Service with an ©wire adapter display new values when the custom object records change.
- B. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
- C. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
- D. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
Answer: C
NEW QUESTION # 58
A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:
1. Internal users from each country have to be authenticated with their local active directory.
2. Customers can create their own login or use Google login.
3. Partners have to be authenticated through a central system which is to be determined.
4. Internal users will have access to the central ERP with their credentials maintained in the ERP.
5. Additional internal systems will be integrated with Salesforce for Sales and Support business processes.
Which three requirements should the integration architect evaluate while designing the integration needs of this project?
Choose 3 answers
- A. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
- B. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
- C. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
- D. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
- E. Assess security requirements for internal systems and decide Integration methods that support the requirements.
Answer: A,C,E
NEW QUESTION # 59
Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce.
Which three considerations should be evaluated and highlighted when deciding between the solutions?
Choose 3 answers
- A. Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.
- B. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations.
- C. In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.
- D. Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.
- E. Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.
Answer: C,D,E
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.htm
https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5
NEW QUESTION # 60
A customer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce.
Which three constraints and pain-points should an integration architect consider when choosing the integration pattern/mechanism?
Choose 3 answers
- A. Error handling mechanisms
- B. System types - APIs, File systems, Email
- C. Reporting and usability requirements
- D. Data Volume and Processing volume
- E. Multi-language and multi-currency requirement
Answer: A,B,D
NEW QUESTION # 61
......
The Salesforce Integration-Architect (Salesforce Certified Integration Architect) Certification Exam is a valuable certification program for professionals who specialize in integrating Salesforce with other enterprise systems. The exam tests the skills and knowledge of professionals who have experience in designing and implementing complex integration solutions. The certification is recognized by employers and clients as a mark of competence and expertise, and it can help professionals to advance their careers and increase their earning potential.
The Salesforce Integration-Architect (Salesforce Certified Integration Architect) Certification Exam is a certification program designed to validate the skills and knowledge of professionals who specialize in integrating Salesforce with other enterprise systems. The exam is intended to test the skills of professionals who have experience in designing and implementing complex integration solutions between Salesforce and other systems.
Use Valid Exam Integration-Architect by TestkingPass Books For Free Website: https://prepaway.testkingpass.com/Integration-Architect-testking-dumps.html