The Most In-Demand Salesforce Integration-Architecture-Designer Pass Guaranteed Quiz [Q12-Q29]

Share

The Most In-Demand Salesforce Integration-Architecture-Designer Pass Guaranteed Quiz

New Version Integration-Architecture-Designer Certificate & Helpful Exam Dumps is Online


The Salesforce Certified Integration Architecture Designer certification exam consists of multiple-choice questions and is administered online. Integration-Architecture-Designer exam duration is two hours, and the passing score is 65%. Integration-Architecture-Designer exam fee is $400, and it can be taken at any time from anywhere in the world. Integration-Architecture-Designer exam is available in English, Japanese, and Spanish.

 

NEW QUESTION # 12
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers

  • A. Design an MDM solution that maps external ID's to the Salesforce record ID.
  • B. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
  • C. Use Change Data Capture to update downstream systems accordingly when a record changes.
  • D. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.

Answer: A,C


NEW QUESTION # 13
Universal Containers has 1,200 active users. Up until last year, they were creating a maximum of 200,000 orders a day. This year because of a new product launch, they are creating a maximum of 300,000 orders per day. They have a trigger on the Order object that has a @future method inside, which it calls via an external web service hosted on middleware. Due to this sudden growth, they have started seeing delays in web service calls where some of the calls are delayed for a few hours.
What can be issue for this delay and what integration pattern would an Architect recommend?

  • A. The system is reaching daily limits of @future calls. Remove @future annotation and call the web service directly from the trigger.
  • B. The system is reaching daily limits of web service callouts. Batch web service callouts to stay under the limit.
  • C. The system is reaching daily limits of @future calls. Replace the HTTP Callout with a Workflow Rule and Outbound messages.
  • D. The system is reaching daily limits of web service callouts. Create a ticket to Salesforce support to increase the limit.

Answer: C


NEW QUESTION # 14
Universal Containers has a custom Salesforce UI that is used by all users to check on a container's status. This check is done via an integration to its back-end system which all users have access to. However, some users have a higher privilege access into that back-end system, which allows them to retrieve more details in the same container status check. Those users would like the same Salesforce UI to recognize their higher privilege access and display those extra details for them, but without allowing all users to see the same level of details.
What is the recommended security approach to satisfy this requirement?

  • A. Hierarchical custom setting to store back-end system user credentials and referenced in the Apex callout.
  • B. Named credential set with "per-user" identify type to control the Apex callout.
  • C. Custom permission to control the Apex callout to retrieve different levels of details.
  • D. Permission set to identify users with higher-level privileges in order to control the Apex callout.

Answer: B


NEW QUESTION # 15
Universal Containers acquiresplanetary shipping and decides to migrate all customer contacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems.
Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts?
Choose 2 answers

  • A. Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
  • B. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
  • C. Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
  • D. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.

Answer: A,C


NEW QUESTION # 16
Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials Which two methods should the architect consider in order to protect these credentials?
Choose 2 answers

  • A. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
  • B. Utilize named credentials to store the username/password of the web service end post.
  • C. Utilize protected custom settings to store the username/password of the web service end point.
  • D. Utilize a custom object with an encrypted text field to store the username/password of the web service end point.

Answer: B,C


NEW QUESTION # 17
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 # 18
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. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.
  • B. To publish an event, the integration user in salesforce needs create permission on the event entity.
  • C. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.
  • D. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.
  • E. Salesforce needs to be able to store information about the external system in order toknow which event to send out.

Answer: A,B,C


NEW QUESTION # 19
Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce?

  • A. Data Loader
  • B. Metadata audit trail
  • C. Force.com SOAP Explorer
  • D. Workbench

Answer: D


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

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

Answer: B

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


NEW QUESTION # 21
UC leverages external MDM as the customer master. When an agent creates or updates an account in Salesforce, it must be created/updated in MDM before it is saved in Salesforce. Sales users should be allowed to navigate to other pages while the account record is saved.
What is the recommended approach?

  • A. Make an asynchronous callout from VF page controller with page refresh using Action region.
  • B. Make an @future callout to MDM from a trigger with page refresh using Action region.
  • C. Make a synchronous callout from VF page controller with page refresh using Action region.
  • D. Make a continuation callout from VF page controller with page refresh using Action poller.

Answer: D


NEW QUESTION # 22
Universal Containers (UC) would like to provide near real-time updates on their customer-facing external portal when a Sales Manager approves a new feature that is recommended by a customer. UC has no middleware, and the portal exposes a REST API therefore, UC is considering a custom-built system process to handle the integration.
What is the recommended approach for the custom-built system process to retrieve updates in near real-time?

  • A. Leverage a related push topic that pushed information to the portal client.
  • B. Leverage a Streaming API client to subscribe to the related push topic.
  • C. Leverage Canvas to send information to the portal whenever an idea is voted on.
  • D. Leverage an outbound message to the portal whenever an idea is voted on the saved.

Answer: B


NEW QUESTION # 23
A customer imports data from an external system into Salesforce using Bulk API. These jobs have batch sizes of 2000 and are run in parallel mode. The batc fails frequently with the error "Max CPU time exceeded". A smaller batch size will fix this error.
Which two options should be considered when using a smaller batch size?
Choose 2 answers

  • A. Smaller batch size may exceed the concurrent API request limits.
  • B. Smaller batch size may cause record-locking errors.
  • C. Smaller batch size can trigger "Too many concurrent batches" error.
  • D. Smaller batch size may increase time required to execute bulk jobs.

Answer: B,D


NEW QUESTION # 24
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 mock service to send the response to the agent.
  • B. 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.
  • 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. Handle integration errors in the middleware in case the verification process is down, thenthe middleware should retry processing the request multiple times.

Answer: C


NEW QUESTION # 25
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?

  • A. The endpoint URL has been added to Content Security Policies.
  • B. The endpoint domain has been added to Cross-Origin Resource Sharing.
  • C. The endpoint URL has added been to an outbound firewall rule.
  • D. The endpoint URL has been added to Remote Site Settings.

Answer: D


NEW QUESTION # 26
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 supports WS-Security
  • C. Enterprise WSDL minimizes payload size.
  • D. Rest API supports oAuth

Answer: D


NEW QUESTION # 27
A company accepts payment requests 24x7. Once they accept a payment request, their service level agreement (SLA) requires them to make sure each payment request is processed by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.
They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.
Which two recommendations should an integration architect make to improve their SLA and update conflict handling?
Choose 2 answers

  • A. Payment System and Middleware should automatically retry requests.
  • B. Payment System should process a payment request only once.
  • C. Middleware should coordinate request delivery and payment processing.
  • D. Data Entry Point and Middleware should automatically retry requests.

Answer: B,C


NEW QUESTION # 28
Universal Containers is planning to develop a native mobile app for their employees to interact with Salesforce.
Which two options should the Architect recommend?

  • A. Leverage REST API
  • B. Leverage SOAP API
  • C. Leverage Identity Product
  • D. Leverage Identity Product
  • E. Leverage Message Queue Product

Answer: A


NEW QUESTION # 29
......


To be eligible for the Salesforce Integration-Architecture-Designer certification exam, candidates must have a minimum of 2 years of experience in designing and implementing complex integration solutions. They must also have a good understanding of Salesforce architecture, data model, and security model. Additionally, it is recommended that candidates have completed the Salesforce Certified Platform Developer I or II certification exams.

 

Integration-Architecture-Designer Free Certification Exam Material with 108 Q&As : https://www.actual4exams.com/Integration-Architecture-Designer-valid-dump.html

UPDATED Integration-Architecture-Designer Exam Questions Certification Test Engine to PDF: https://drive.google.com/open?id=18EV_jkIwANXJkkRDqdBm3ipv0DoE6hPj