Apr-2024 Salesforce Integration-Architecture-Designer Certification Real 2024 Mock Exam
Integration-Architecture-Designer Exam Questions and Valid PMP Dumps PDF
Salesforce Integration-Architecture-Designer certification is ideal for professionals who are responsible for designing and implementing integrations between Salesforce and other systems. This includes architects, designers, developers, and administrators who work with Salesforce and related technologies on a regular basis. Salesforce Certified Integration Architecture Designer certification is also valuable for consultants and project managers who need to understand the technical aspects of Salesforce integrations.
Salesforce Integration-Architecture-Designer exam covers various topics related to integration architecture, including designing integration solutions, developing integration specifications, and implementing integration patterns. It also tests the candidate's knowledge of Salesforce integration tools, such as Salesforce Connect, Salesforce Platform Events, and Salesforce APIs. Integration-Architecture-Designer exam consists of 60 multiple-choice questions that must be completed within two hours, and passing score is 68%. Salesforce Certified Integration Architecture Designer certification is valid for two years and can be renewed by passing the latest version of the exam.
NEW QUESTION # 11
Universal Containers (UC) uses several systems as part of their enterprise system landscape, including Salesforce and an ERP system. Salesforce is the master system for CRM data, such as Accounts and Opportunities. The ERP system is the master system for customer orders, shipping, and billing information. As part of their business process flow, when an order is created in the ERP system, it also needs to be created in Salesforce in real time.
Which two options should UC consider to ensure duplicate Orders are not created in Salesforce?
- A. Use outbound messaging to send a unique message ID to the ERP system.
- B. Use a middleware tool to handle the responsibility for managing multiple duplicate calls.
- C. Use the upsert() function instead of create() to prevent the creation of unwanted duplicate records.
- D. Customize the Apex web service REST call to send a unique message ID to the ERP system.
Answer: B,C
NEW QUESTION # 12
A Salesforce customer is planning to roll out Salesforce for all their Sales and Service staff.
Senior Management has requested that monitoring is to be in pla for Operations to notify any degradation in Salesforce performance.
How should an integration consultant implement monitoring?
- A. Use Salesforce limits API to capture current API usage and configure alerts for monitoring.
- B. Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
- C. Identify critical business processes and establish automation to monitor performance against established benchmarks.
- D. Use APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
Answer: C
NEW QUESTION # 13
A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lot of manual entry on sales rep part. This creates delays in processing orders and incomplete data due to manual entry.
As a part of modernization efforts the company decided to integrate Salesforce and the order management system. The following technical requirements were identified:
1. Orders need to be created in real time from salesforce
2. Minimal customization*, and code should be written due to a tight timeline and lack of developer resources
3. Sales reps need to be able to see order history and be able to see most up to date information on current order status.
4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.
5. The legacy system is hosted on premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by salesforce team.
6. There are 1000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20-30 line items.
How should an integration architect integrate the two systems based on the technical requirements and system constraints?
- A. Use Salesforce external object and OData connector.
- B. Use Salesforce big object, SOAP API and Dataloader.
- C. Use Salesforce standard object, REST API and ETL.
- D. Use Salesforce custom object, custom REST API and ETL.
Answer: C
NEW QUESTION # 14
A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.
The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call's start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time - A to H in the diagram.
Which computation represents the end-to-end response time from the user's perspective?
- A. Sum of A to H
- B. Sum of A to F
- C. Sum of A, G, and H
- D. Sum of A and H
Answer: B
NEW QUESTION # 15
Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system?
- A. Mulesoft Anypoint Platform
- B. REST API offered by Salesforce Platform
- C. Salesforce B2C Commerce to Service Cloud Connector
- D. A REST API offered by Commerce Platform
Answer: C
Explanation:
Explanation
https://help.salesforce.com/articleView?id=icx_b2c_conversationalcommerce_connector.htm&type=5
NEW QUESTION # 16
Which two automated methods should an architect use to solve an issue with duplicate contacts?
Choose 2 answers
- A. Write a Batch Apex class to manage the deduplication
- B. Assign new contacts to queues to be reviewed by a data quality team.
- C. Enable duplicate management in the org to prevent duplicates.
- D. Leverage an AppExchange data management toolto de-duplicate contacts.
Answer: A,C
NEW QUESTION # 17
Universal Containers is building a native mobile application that queries and updates data in their Salesforce in real time What statement is correct about the Salesforce APIs?
- A. REST API supports WS-Security.
- B. Enterprise WSDL minimizes payload size.
- C. Enterprise WSDL supports WS-Security
- D. Rest API supports oAuth
Answer: D
NEW QUESTION # 18
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 # 19
Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API.
Which three statements are true about the Bulk API and REST API?
Choose 3 answers
- A. DML limits on Bulk are not governed on Salesforce servers.
- B. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
- C. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.
- D. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.
- E. The SOAP API provides jpb monitoring on the Salesforce setup menu.
Answer: A,D,E
NEW QUESTION # 20
Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat.
The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts.
UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system.
Which integration pattern is recommended for this use case?
- A. Use request and reply.
- B. Use streaming API to generate push topic.
- C. Use salesforce platform event.
- D. Use outbound message.
Answer: A
NEW QUESTION # 21
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. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
- B. REST API to continuously poll Salesforce for updates to records.
- C. Streaming API to support real-time data updates by other users within Salesforce.
- D. Streaming API to support push notifications to users on mobile devices using Salesforce1.
- E. Generic Streaming API to support notifications coming from other systems.
Answer: A,C,D
NEW QUESTION # 22
What are three capabilities of Salesforce Lightning Connect?
Choose 3 answers.
- A. Associate external object records to Salesforce Account records.
- B. Write SOQL queries on external object.
- C. Write to OData - Compliant data sources without APEX.
- D. Read from OData - Compliant data sources without APEX.
- E. Write triggers and workflows on external objects.
Answer: A,B,D
NEW QUESTION # 23
Universal containers ships millions of orders per year and releases code fixes to the production org mightily.
Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production.
How can Universal Containers achieve the requirement?
- A. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
- B. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.
- C. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
- D. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
Answer: A
NEW QUESTION # 24
An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram
& description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.
* About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
* There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).
* These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
* All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made?
Choose 3 answers
- A. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
- B. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.
- C. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
- D. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
- E. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
Answer: A,C,D
NEW QUESTION # 25
Universal Containers would like to send all the closed opportunity records to the back-end legacy order management system. The order management system exposes REST API endpoints.
What is the recommended approach to send the data to the order management system?
- A. Workflow Outbound SOAP message to the order management system.
- B. Workflow Outbound SOAP API message to a middleware system.
- C. Workflow Outbound REST message to the order management system.
- D. Workflow Outbound SOAP message to a middleware system.
Answer: D
NEW QUESTION # 26
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. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
- B. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
- C. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.
- D. Enable WS-security for the web services made between Salesforce and the accounting system.
- E. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
Answer: A,D,E
NEW QUESTION # 27
Universal Containers' Customer Service Managers wants to be automatically notified when a Customer Service Representative successfully closes a case What is the recommended approach for the Service Manager to be notified in the Salesforce user interface without having to refresh the screen?
- A. Use a standard Visualforce page and embed JavaScript in the standard Visualforce page to refresh the porting of the standard page layout.
- B. Create a custom Visualforce page with a custom polling mechanism to poll for closed cases and display alerts on the Visualforce page.
- C. Have the user refresh the standard Visaulforce page to see closed case updates by setting up the refresh interval on the browser.
- D. Create a custom Visaulforce page, subscribe to the "closed cases" push topic, and display alerts onscreen.
Answer: D
NEW QUESTION # 28
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. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
- B. Platform Events 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 Enterprise WSDL for the communication back from legacy system to salesforce.
- D. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
Answer: C
NEW QUESTION # 29
Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy.
What technology should an Architect recommend in order to minimize Salesforce code customizations?
- A. Process Builder
- B. Data Loader
- C. Canvas
- D. Middleware
Answer: D
NEW QUESTION # 30
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. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
- 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. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.
Answer: C
NEW QUESTION # 31
What is the recommended approach to implement a login authentication call for an inbound integration call to Salesforce?
- A. Perform the login authentication call before each integration call to Salesforce every time.
- B. Perform the login authentication call before a single transaction of multiple calls to Salesforce.
- C. Perform the login call only when the session/access token has expired or no longer works.
- D. Only perform a single login call forever and store the session/access token permanently.
Answer: C
NEW QUESTION # 32
Universal Containers requires Salesforce to send expense data to an accounting system. Each user has their own username/password credential to access the account system via integration.
What is a recommended option for an integration approach from a security perspective?
- A. Use hierarchical custom settings to store the username/password allowing the Apex callout to read it.
- B. Set up a Per-User Named Credential and have the users each set up their username/password.
- C. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout.
- D. Set up a Named-Principal Named Credential and have the administrator set up the username/password.
Answer: B
NEW QUESTION # 33
A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Their customer base and data set growing rapidly. They want to make sure that the following policies are enforced:
1. Identifiable patient prescriptions must exist only in their secure system's databaseand encrypted at rest.
2. Identifiable patient prescriptions must be made available only to people explicit authorized in the Patient Prescriptions System assigned nurses anddoctors, patient, and people explicitly the patient may authorize.
3. Must be available only to verified and pre-approved people or legal entities.
To enable this, the company provides the following capabilities:
1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.
2. 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 de identified data in Einstein Analytics.
Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics?
Choose 2 answers
- A. Bulk load for Einstein Analytics
- B. Callouts to RESTful services
- C. Identity token data storage
- D. Encryption in transit and at rest
Answer: A,B
NEW QUESTION # 34
......
To become a Salesforce Integration-Architecture-Designer certified professional, candidates must pass the certification exam, which is administered by Salesforce. Integration-Architecture-Designer exam consists of 60 multiple-choice questions and takes 105 minutes to complete. Candidates must achieve a passing score of 65% or higher to earn the certification.
Integration-Architecture-Designer Question Bank: Free PDF Download Recently Updated Questions: https://www.testkingfree.com/Salesforce/Integration-Architecture-Designer-practice-exam-dumps.html
Integration-Architecture-Designer Brain Dump: A Study Guide with Tips & Tricks for passing Exam: https://drive.google.com/open?id=1sANFHLq5wEuLQsAVwcjUi-VoGOMadBup