
Get Instant Access to Integration-Architecture-Designer Practice Exam Questions
Reliable Study Materials & Testing Engine for Integration-Architecture-Designer Exam Success!
Achieving the Salesforce Integration-Architecture-Designer Certification provides several benefits to professionals in the Salesforce ecosystem. It demonstrates a deep understanding of Salesforce integration and architecture, which is highly valued by employers. It also provides a competitive edge in the job market and opens up new opportunities for career advancement. Additionally, maintaining this certification requires ongoing learning and development, which ensures that certified professionals stay up-to-date with the latest trends and best practices in Salesforce integration and architecture.
The Salesforce Integration-Architecture-Designer exam measures the candidates' abilities to analyze integration requirements, create integration solution designs, and recommend best practices for integrating Salesforce with other systems. Integration-Architecture-Designer exam covers a broad range of topics, including integration patterns, data synchronization, messaging systems, security and performance considerations, and testing and debugging techniques. Integration-Architecture-Designer exam is available online through the Salesforce Certified Professionals portal, and it consists of 60 multiple-choice questions and lasts for two hours.
NEW QUESTION # 50
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. Enterprise WSDL minimizes payload size.
- B. REST API supports WS-Security.
- C. Rest API supports oAuth
- D. Enterprise WSDL supports WS-Security
Answer: C
NEW QUESTION # 51
Northern Trail Outfitters needs to present shipping costs and estimated delivery times to their customers.
Shipping services used vary by region, and have similar but distinct service request parameters.
Which integration component capability should be used?
- A. Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format.
- B. Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry.
- C. Enterprise Service Bus user interface to collect shipper-specific form data.
- D. APEX REST Service to implement routing logic to the various shipping service.
Answer: A
NEW QUESTION # 52
Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days.
What solution should an architect recommend to handle errors during these types of service outages?
- A. Use Outbound Messaging to automatically retry failed service calls.
- B. Use @future jobld and custom scheduled apex process to retry failed service calls.
- C. Use middleware queuing and buffering to insulate Salesforce from system outages.
- D. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
Answer: C
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_co
NEW QUESTION # 53
Universal Containers has a homegrown application that polls Salesforce using SOAP API every 2 minutes to obtain newly created case information. This causes both performance issues and API usage limits to be exceeded.
What should an Architect recommend to improve performance and optimum use the API limits?
- A. Use an Apex callout to identify new case records and send them to the client.
- B. Use Generic Streaming to send push notifications of case creation events to the client.
- C. Use Streaming API to publish new case records to a push topic and subscribe to it.
- D. Use REST API to identify new case records in Salesforce every 15 minutes.
Answer: C
NEW QUESTION # 54
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. Identity token data storage
- B. Callouts to RESTful services
- C. Encryption in transit and at rest
- D. Bulk load for Einstein Analytics
Answer: B,D
NEW QUESTION # 55
An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field.
The geolocation field is secured with Field Level Security, so users can view the value without changing it.
What should be done to meet the requirement?
- A. The mobile device makes a SOAP API inbound call.
The mobile device receives a REST Apex callout call. - B. The mobile device makes a REST Apex inbound call.
- C. The mobile device makes a REST API inbound call.
Answer: B
NEW QUESTION # 56
Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool.
How should calls to a custom Apex web service be secured?
- A. Two-way SSL
- B. VPN
- C. Profile Security
- D. IP Whitelisting
Answer: A
NEW QUESTION # 57
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.
Which two things should an architect do to improve the performance of the integration?
Choose 2 answers
- A. Remove the query filters.
- B. Remove the sharing restrictions.
- C. Include non-selective criteria in query filters.
- D. Include selective criteria in query filters.
Answer: B,D
Explanation:
Explanation
https://help.salesforce.com/articleView?id=000325247&type=1&mode=1
NEW QUESTION # 58
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. Use Change Data Capture to update downstream systems accordingly when a record changes.
- B. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
- C. Design an MDM solution that maps external ID's to the Salesforce record ID.
- D. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
Answer: A,C
NEW QUESTION # 59
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?
- A. TLS
- B. SMTP
- C. SSH
- D. SFTP
Answer: A
NEW QUESTION # 60
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?
- A. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
- B. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
- C. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.
- D. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
Answer: D
NEW QUESTION # 61
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. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
- B. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
- C. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.
- D. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
Answer: B
NEW QUESTION # 62
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences.
Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?
- A. Batch Data Synchronization
- B. Remote Process Invocation-Fire and Forget
- C. Remote Process Invocation-Request and Reply
- D. Remote Call-In
Answer: A
NEW QUESTION # 63
Which two system constraint questions should be considered when designing an integration to send orders from Salesforce to a fulfillment system?
Choose 2 answers
- A. What latency is acceptable for orders to reach the fulfillment system?
- B. Can the fulfillment system implement a contract-first Outbound Messaging interface?
- C. Can the fulfillment system participate in idempotent design to avoid duplicate orders?
- D. Which system will validate order shipping addresses?
Answer: B,C
NEW QUESTION # 64
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. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
- B. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
- C. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
- D. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.
Answer: B
NEW QUESTION # 65
Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details.
However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.
Which integration pattern should be used for this business use case?
- A. Batch Data Synchronization
- B. Remote Call In
- C. Fire and Forget
- D. Request and Reply
Answer: C
NEW QUESTION # 66
......
Validate your Skills with Updated Integration-Architecture-Designer Exam Questions & Answers and Test Engine: https://www.fast2test.com/Integration-Architecture-Designer-premium-file.html
Tested & Approved Integration-Architecture-Designer Study Materials Download: https://drive.google.com/open?id=1PPg_-OwhvSzELjYoUPkHl_NDtyB9Dm6p