2024 Updated Verified Pass Integration-Architect Exam - Real Questions & Answers [Q12-Q31]

Share

2024 Updated Verified Pass Integration-Architect Exam - Real Questions and Answers

Dumps Moneyack Guarantee - Integration-Architect Dumps Approved Dumps


Salesforce Integration-Architect certification exam is a comprehensive test that assesses the skills of integration architects in various areas. Integration-Architect exam covers topics such as integration architecture, data architecture, security architecture, API integration, and solution design. Integration-Architect exam consists of 60 multiple-choice questions that need to be answered within 120 minutes. The passing score for the exam is 65%.

 

NEW QUESTION # 12
Universal Containers (UC) is a global financial company. UC support agents would like to open bank accounts on the spot for a customer who is inquiring ab UC products.
During opening the bank account process, the agents execute credit checks for the customers through external agencies. At a given time, up to 30 concurrent rewill be using the service for performing credit checks for customers.
What error handling mechanisms should be built to display an error to the agent when the credit verification process failed?

  • A. In case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.
  • B. Handle integration errors in the middleware in case the verification process is down, thenthe middleware should retry processing the request multiple times.
  • C. Handle verification process error in the Verification Webservice API in case there is a connection issue to the Webservice if it responds with an error.
  • D. In case the verification process is down, Use mock service to send the response to the agent.

Answer: C


NEW QUESTION # 13
What should an Integration architect consider when recommending Platform Events as an Integration solution?

  • A. Event Monitoring Is used to track user activity, such as logins and running reports.
  • B. When an event definition Is deleted, It's permanently removed and can't be restored.
  • C. Subscribe to an AssetTokenEvent stream to monitor OAuth 2.0 authentication activity.

Answer: B

Explanation:
Explanation
Event Monitoring is used to track user activity, such as logins and running reports, but it is not related to Platform Events. Subscribe to an AssetTokenEvent stream to monitor OAuth 2.0 authentication activity is also not related to Platform Events. When an event definition is deleted, it's permanently removed and can't be restored. This means that the event definition and its associated data are no longer available for subscribers or queries.


NEW QUESTION # 14
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers

  • A. Consider Enterprise security needs for access to DMS and EBS.
  • B. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
  • C. Users should be authenticated into DMS and EBS without having to enter username and password.
  • D. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
  • E. Consider options to migrate DMS and EBS into Salesforce.

Answer: C,D,E


NEW QUESTION # 15
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 Idin the middleware solution.

Answer: A,D

Explanation:
Explanation
Answer A is valid because the Remote Process Invocation fire and forget pattern allows sending a message from Salesforce to the ERP system without waiting for a response or acknowledgement. This enables near real-time integration and reduces the latency and complexity of the integration. The Flow Builder is a low code tool that can be used to invoke an Apex action that makes the HTTP callout to the REST endpoint on insert of the order object12 Answer C is valid because the Change Data Capture feature allows capturing changes in Salesforce data and publishing them as events to a streaming channel. The middleware can subscribe to the channel and receive the events that contain the order details. The replay Id is a unique identifier for each event that can be used by the middleware to resume from the last processed event in case of failures or interruptions. This ensures reliable and consistent integration between Salesforce and the ERP system3 Answer B is not valid because the Outbound Messaging feature uses SOAP messages to send notifications to external systems based on workflow rules. This requires configuring a SOAP endpoint and a WSDL file for the ERP system, which may not be compatible with the REST endpoint requirement. Moreover, Outbound Messaging does not guarantee delivery or order of messages, which may affect the accuracy and timeliness of the integration.
Answer D is not valid because the Platform Event feature allows publishing custom events from Salesforce to external systems or vice versa using a publish/subscribe model. However, this requires creating a platform event object and defining its fields and permissions, which may not be a low code solution. Moreover, using the record type as the platform event name may not be a valid or meaningful option, as record types are used to define different business processes or user interfaces for an object.
1: Remote Process Invocation-Fire and Forget 2: Invoke an Apex Class That Makes a Callout 3: Change Data Capture : Replay Events Using Middleware : Outbound Messaging Implementation Guide : Platform Events Developer Guide


NEW QUESTION # 16
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an externalsystem 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. 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.
  • B. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
  • C. Write the error response fromthe Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
  • D. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.

Answer: B,D

Explanation:
Explanation
Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs" in Salesforce in the setup menu, and use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
These two methods can help the Technical Architect to monitor the nightly batch loads into Salesforce from an external system with a custom Java application using the Bulk API. The "Bulk Data Load Jobs" page in Salesforce shows the status, progress, and results of each batch load job. The getBatchInfo method in the Java application returns a BatchInfo object that contains information about a batch, such as its ID, state, number of records processed, and number of errors. References: Certification - Integration Architect - Trailhead, [Bulk API Developer Guide]


NEW QUESTION # 17
Universal Containers (UC) is a leading provider of management training globally, UC embarked on a Salesforce transformation journey to allow students to register for courses in the Salesforce community. UC has a learning system that masters all courses and student registration.
UC requested a near real-time feed of student registration from Salesforce to the learning system. The integration architect recommends using Salesforce event.
Which API should be used for the Salesforce platform event solution?

  • A. O REST AP
  • B. SOAP API
  • C. Streaming API
  • D. Tooling API

Answer: D

Explanation:
Explanation
The API that should be used for the Salesforce platform event solution is Tooling API.
Tooling API is a specialized API that exposes metadata used in developer tooling that you can access through REST or SOAP.
You can use Tooling API to create, update, or delete platform event definitions and fields4 Streaming API is used to subscribe to platform events and receive notifications when they are published5
References: Platform Events Developer Guide | Salesforce Developers, Define and Publish Platform Events Unit | Salesforce Trailhead


NEW QUESTION # 18
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

  • A. SAML SSO and Registration Handler
  • B. OpenId Connect Authentication Provider and Registration Handler
  • C. OpenId Connect Authentication Provider and just-in-time provisioning
  • D. SAML SSO and just-in-time provisioning

Answer: B,D


NEW QUESTION # 19
A large B2C 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 answers

  • A. Case Management System
  • B. Quoting System
  • C. Email Marketing System
  • D. Order Management System
  • E. Sales Activity System

Answer: A,C,E


NEW QUESTION # 20
Northern Trail Outfitters needs to make synchronous callouts "available to promise"services to query product availability and reserve inventory during customer checkout process.
Which two considerations should an integration architect make when building a scalable integration solution?
Choose 2 answers

  • A. The typical and worst-case historical response times.
  • B. The number batch jobs that can run concurrently.
  • C. The maximum query cursors open per user on the service.
  • D. How many concurrent service calls are being placed.

Answer: A,D

Explanation:
Explanation
The typical and worst-case historical response times, and how many concurrent service calls are being placed are two considerations that an integration architect should make when building a scalable integration solution for synchronous callouts to "available to promise" services. These two factors can affect the performance, reliability, and availability of the integration solution, as well as the user experience of the customer checkout process. The integration architect should design the solution to handle high volumes of service calls, optimize the response times, handle errors and timeouts, and avoid hitting governor limits or service quotas.
References: Certification - Integration Architect - Trailhead, [Callout Limits and Limitations], [Integration Patterns and Practices]


NEW QUESTION # 21
Northern Trail Outfitters needs to make synchronous callouts "available to promise"services to query product availability and reserve inventory during customer checkout process.
Which two considerations should an integration architect make when building a scalable integration solution?
Choose 2 answers

  • A. The typical and worst-case historical response times.
  • B. The number batch jobs that can run concurrently.
  • C. The maximum query cursors open per user on the service.
  • D. How many concurrent service calls are being placed.

Answer: A,D

Explanation:
Explanation
The typical and worst-case historical response times, and how many concurrent service calls are being placed are two considerations that an integration architect should make when building a scalable integration solution for synchronous callouts to "available to promise" services. These two factors can affect the performance, reliability, and availability of the integration solution, as well as the user experience of the customer checkout process. The integration architect should design the solution to handle high volumes of service calls, optimize the response times, handle errors and timeouts, and avoid hitting governor limits or service quotas.
References: Certification - Integration Architect - Trailhead, [Callout Limits and Limitations], [Integration Patterns and Practices]


NEW QUESTION # 22
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 Enterprise WSDL for the communication back from legacy system to salesforce.
  • B. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner 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. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

Answer: D


NEW QUESTION # 23
Universal Containers has a requirement for all accounts that do NOT qualify for abusiness 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 Time-based workflow rule.
  • C. Use Trigger.
  • D. Use Batch Apex.

Answer: B

Explanation:
Explanation
The recommended solution is to use a time-based workflow rule. A time-based workflow rule is a type of workflow rule that executes actions at a specific time, such as a certain number of days before or after a record field value. By using a time-based workflow rule, you can send an email alert to the contacts of the accounts that do not qualify for a business extension for the next month, and include a meeting invite in the email. This solution can handle large volumes of data and does not require any custom code. Using batch Apex, process builder, or trigger is not a recommended solution because they are more complex and require custom code or configuration. Batch Apex is a way to run large-scale and long-running jobs that operate on many records.
Process builder is a tool that lets you automate business processes by creating a process with criteria and actions. Trigger is a type of Apex code that executes before or after database operations, such as insert, update, delete, or undelete.


NEW QUESTION # 24
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.
What should be done to mitigate the concerns that the CIO has?

  • A. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
  • B. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.
  • C. Refactor the existing ©future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
  • D. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.

Answer: C


NEW QUESTION # 25
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 that ApexREST API Clients unit tests confirm adherence to the RAML specs?
Choose 2 answers

  • A. Implement HttpCalloutMock to return responses per RAML specification.
  • B. Require the Apex REST API Clients to implement the HttpCalloutMock.
  • C. Call the Apex REST API Clients in a test context to get the mock response.
  • D. Call the HttpCalloutMock implementation from the Apex REST APClients.

Answer: A,C

Explanation:
Explanation
The HttpCalloutMock interface allows testing HTTP callouts by returning a predefined response in a test context. By implementing HttpCalloutMock to return responses per RAML specification, the Apex REST API Clients unit tests can confirm that the API requests and responses match the expected format and values.
Calling the Apex REST API Clients in a test context to get the mock response is also necessary to verify the adherence to the RAML specs. Calling the HttpCalloutMock implementation from the Apex REST API Clients or requiring the Apex REST API Clients to implement the HttpCalloutMock are not valid options because the HttpCalloutMock interface is implemented by a separate class that is passed as a parameter to the Test.setMock method2 References: 1: Idempotent REST APIs 2: Testing HTTP Callouts by Implementing the HttpCalloutMock Interface


NEW QUESTION # 26
Salesforce users need to read data from an external system via HTTPS request.
Which two security methods should an integration architect leverage within Salesforce to secure the integration?
Choose 2 answers

  • A. Authorization Provider
  • B. Named Credentials
  • C. Connected App
  • D. Two way SSL

Answer: B,D


NEW QUESTION # 27
Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS.
Which integration mechanism should be used to meet the requirement?

  • A. Change Data Capture (CDC)
  • B. Outbound Message
  • C. Platform Event
  • D. Streaming API

Answer: D


NEW QUESTION # 28
Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applicationsand is planning to include Salesforce as well.
Which Salesforce API should an Integration Architect use to meet the requirement?

  • A. Metadata API
  • B. SOAP API
  • C. Analytics REST API
  • D. Tooling API

Answer: D

Explanation:
Explanation
Option D is correct because Tooling API is the Salesforce API that can be used to retrieve code coverage and test results for Apex classes and triggers. Tooling API provides REST and SOAP interfaces to access metadata about code, execute tests, and get test results12 Option A is incorrect because SOAP API is a Salesforce API that can be used to create, retrieve, update, or delete records, but not to get code coverage and test results. SOAP API uses a WSDL file to define the parameters for accessing data through the API3 Option B is incorrect because Analytics REST API is a Salesforce API that can be used to access data from reports and dashboards, but not from code coverage and test results. Analytics REST API provides a programmatic way to interact with analytics features such as lenses, datasets, and dashboards4 Option C is incorrect because Metadata API is a Salesforce API that can be used to retrieve, deploy, create, update, or delete customization information, such as custom object definitions and page layouts, but not code coverage and test results. Metadata API is mainly used for development tools or backup tools5 References: 1: Introducing Tooling API 2: Tooling API Examples 3: SOAP API Developer Guide 4: Analytics REST API Developer Guide 5: Metadata API Developer Guide


NEW QUESTION # 29
business requires automating the check and update of the phone number type classification (mobile vs. landline) for all in-coming calls delivered to their phone sales agents. The following conditions exist:
1. At peak, their call center can receive up to100,000 calls per day.
2. The phone number type classification is a service provided by an external service API.
3. Business is flexible with timing and frequency to check and update the records (throughout the night or every 6-12 hours is sufficient).
ARemote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System -> Salesforce) are determined to work with a middleware hosted on custom premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?

  • A. An API Gateway that authenticates requests from Salesforce into the Middleware (ETL/ESB).
  • B. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
  • C. ConnectedApp configured in Salesforce to authenticate the middleware.
  • D. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.

Answer: C

Explanation:
Explanation
A Connected App is a framework that enables an external application to integrate with Salesforce using APIs and standard protocols, such as OAuth. By configuring a Connected App in Salesforce, the integration can authenticate the middleware and grant access to the Salesforce data and services. This is a secure and flexible solution that does not require configuring Remote Site Settings, API Gateway, or Firewall and reverse proxy2 References: 1: BatchApexErrorEvent 2: Connected Apps


NEW QUESTION # 30
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

  • A. Generate a Self-signed Certificate.
  • B. Enforce SSL/TLS Mutual Authentication.
  • C. Generate a CA-signed Certificate.
  • D. Enable My Domain and SSL/TLS.

Answer: B

Explanation:
https://help.salesforce.com/articleView?id=security_keys_uploading_mutual_auth_cert.htm&type=5


NEW QUESTION # 31
......


Salesforce Integration-Architect certification exam is one of the most challenging exams in the Salesforce certification program. Integration-Architect exam requires a deep understanding of Salesforce technology and the ability to apply that knowledge to real-world scenarios. Candidates who pass the exam demonstrate their expertise in designing and implementing complex integrations and are recognized as experts in their field.

 

Updated PDF (New 2024) Actual Salesforce Integration-Architect Exam Questions: https://www.exams4collection.com/Integration-Architect-latest-braindumps.html

Verified Integration-Architect Exam Dumps PDF [2024] Access using Exams4Collection: https://drive.google.com/open?id=1EWkHlqqeGQ5bUEjfXgMbDSlJZTS9BC47