
Latest Salesforce Integration-Architecture-Designer Exam questions and answers
Actual4Dumps Integration-Architecture-Designer Exam Practice Test Questions (Updated 108 Questions)
How can you get ready for Integration Architecture Designer Certification Exam
There is a study guide for Integration Architecture Designer Certification Exam
Here is our instant guide if you don't have time to read all the page
The credentials of the Salesforce certified integration architecture designers are designed for architects, analysts and application managers who want to design secure and scalable integrations with the Lightning platform. The certification exam aims to determine a candidate's mastery in effectively communicating technical solutions to technical stakeholders and in providing a project delivery framework that guarantees quality and success.
NEW QUESTION 36
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. Outbound Message
- B. Change Data Capture (CDC)
- C. Platform Event
- D. Streaming API
Answer: B
NEW QUESTION 37
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers
- A. Encrypted Custom Fields
- B. Protected Custom Settings
- C. Protected Custom Metadata Types
- D. Named Credentials
Answer: B,D
NEW QUESTION 38
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers
- A. Protected Custom Settings
- B. Encrypted Custom Fields
- C. Protected Custom Metadata Types
- D. Named Credentials
Answer: B,D
NEW QUESTION 39
A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall.
The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What shouldan integration architect consider when choosing the right option in building the integration between the external system and Salesforce?
- A. Due to high volume of records, a third party integration tool is required to stage records off platform.
- B. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
- C. Due to highvolume of records, salesforce will need to make a REST API call to external system.
- D. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
Answer: A
NEW QUESTION 40
Universal Containers acquires several companies and decides to consolidate all customer service systems used by the acquired companies into one Salesforce Service Cloud. They decide to use an ETL to extract service requests from various systems, apply appropriate transformations, and load cases into Salesforce. Different requests captured by different customer service systems could belong to common accounts in Salesforce, so care must be taken to avoid creating duplicate accounts. Which two API options should be considered to load cases into Salesforce that would be safe from record -locking issues? Choose 2 answers
- A. Bulk API with serial option and a batch size of 1000 or less
- B. Bulk API with parallel option and a batch size of 1000 or less
- C. SOAP API with a batch size of 200 or less
- D. SOAP API with a batch size of 1000 or less
Answer: A,D
NEW QUESTION 41
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
What integration security mechanism should be employed?
- A. Use an API only user profile and implement use an external identity provider with federated API access.
- B. Configure mutual server authentication with two-way SSL using CA issued certificates.
- C. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.
- D. Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.
Answer: B
NEW QUESTION 42
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 a custom object with an encrypted text field to store the username/password of the web service end point.
- C. Utilize protected custom settings to store the username/password of the web service end point.
- D. Utilize named credentials to store the username/password of the web service end post.
Answer: C,D
NEW QUESTION 43
An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?
- A. Make Apex SOAP outbound integrations to external web services more secure.
- B. Make formula fields with HYPERLINK() to external web servers more secure.
- C. A Make Apex REST outbound integrations to external web services more secure.
- D. Make an API inbound integration from an external Java client more secure.
Answer: C
NEW QUESTION 44
Universal Containers has a back-end ordering system that restricts access on a per-user basis, it was determined that a "Named Credential" will be used to allow per-user identity type access for all integration with the system. One of the requirements is to have order information sent to the system when the status changes to "Confirmed".
Which two valid integration scenarios can take advantage of such a security setup?
- A. Order information sent via process builder via invokable method/future method callout.
- B. Order information sent to the system via outbound message with session ID.
- C. Order information sent via a Visualforce page with an Apex callout.
- D. Order information inserted or updated via Salesforce Connect: OData 2.0.
Answer: A,D
NEW QUESTION 45
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. Identify critical business processes and establish automation to monitor performance against established benchmarks.
- C. Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
- D. Use APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
Answer: B
NEW QUESTION 46
Universal Containers requires Salesforce to send order data to an ERP system that requires a system-defined username/password for authentication.
Which two integration options are recommended from a security perspective?
- A. Store the username/hashed password in a private Static Resource, allowing the Apex callout to read it.
- B. Use custom settings to store the username and password allowing the Apex callout to read it.
- C. Set up a Named Credential with a Named Principal Identity Type allowing the Apex callout to use it.
- D. Use custom settings to store the username and password allowing the Apex callout to read it.
- E. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout.
Answer: C
NEW QUESTION 47
Universal Containers has decidedthat acquisition of other companies will be a key focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customer service agents must be able to see up-to-date order status from all ERP systems.
What recommendation should a technical Architect make to minimize complexity during new acquisitions?
- A. Use an ESB to abstract the Salesforce integration from other enterprise applications.
- B. Use custom Linksto direct users to the appropriate ERP system to view order status.
- C. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- D. Leverage Apex callouts to integrate directly with acquired applications.
Answer: A
NEW QUESTION 48
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. PushTopic Events
- B. Generic Events
- C. High Volume Platform Events
- D. Change Data Capture Events
Answer: C,D
NEW QUESTION 49
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eac order reach the finance application exactly once for accurate invoicing.
What solution should an architect propose?
- A. Button press invokes synchronous callout, with user handling retries in case of error
- B. Trigger makes @future Apex method, with custom error handling process.
- C. Outbound Messaging, which will automatically handle error retries to the service.
- D. Trigger invokes Queueable Apex method, with custom error handling process.
Answer: D
NEW QUESTION 50
Universal Containers is integrating their Salesforce platform with their on-premise ERP system. As part of the test class design DML operations are to be performed before making the test callout.
What capability does Salesforce provides to facilitate this?
- A. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout outside of the Test.StartTest and Test.StopTest block.
- B. Perform the DML operation inside the Test.StartTest and Test.Stop Test and make the callout outside the Test.StartTest and Test.Stop Test block.
- C. Perform the DML operation within the Test.StartTest and Test.Stop Test and make the callout within Test.StartTest and Test.StopTest block.
- D. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout with the Test.StartTest and Test.StopTest block.
Answer: D
NEW QUESTION 51
Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in Salesforce How should an architect design this requirement considering both security and scalability?
- A. Leverage Salesforce Lightning Connect to display order information in Salesforce.
- B. Leverage the REST API to receive orders from the ERP system as they are created.
- C. Build a scheduled ETL job to sync all customer order history in the orders object.
- D. write an outbound message to receive orders from ERP system as they are created.
Answer: B
NEW QUESTION 52
Universal Containers (UC) has multiple orgs with Sales and Service Cloud implementation to support different lines of business. UC is planning to consolidate Salesforce orgs to benefit from a 360-degree view of the customer based on revenue, support requests, and contracts.
What should an Architect recommend?
- A. Use staging tables with an ETL tool for data cleaning and standardization.
- B. Use a custom SOAP service for data cleaning and standardization.
- C. Use a custom REST service for data cleaning and standardization.
- D. Use standard SOAP API for data cleaning and standardization.
Answer: A
NEW QUESTION 53
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 a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
- B. 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.
- 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 no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
Answer: B,C
NEW QUESTION 54
Universal Containers (UC) ships millions of orders per year and releases code fixes to the Production org nightly. 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 UC achieve this requirement?
- A. Utilize a middleware solution and bulk API to do a nightly sync from Production to Full Sandbox
- B. Use Salesforce-to-Salesforce to keep data synchronized between Production and Full Sandboxes
- C. Create Apex unit tests so testing can be done against Production data, but rolled back before being committed
- D. Request that Salesforce schedule a Full Sandbox refresh on a nightly basis
Answer: A
NEW QUESTION 55
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 Single Sign-On.
- B. Create a special user solely for the integration purposes.
- C. Create a new user with System Administrator profile.
- D. Authenticate the integration using existing Network-BasedSecurity.
Answer: B
NEW QUESTION 56
......
Salesforce Integration-Architecture-Designer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
Below are some steps to apply for Integration Architecture Designer Exam
- Click Register for an exam.
- Select the date and time you want to take the exam; - Read the reprogramming and cancellation policy, select the confirmation box.
- Select the date and time you want to take the exam; - Read the reprogramming and cancellation policy, select the confirmation box.
- If you are interested in supervised online exams, consult all the system requirements in our help article: Online supervision: perform the exam remotely.
- Enter your type of payment. You can enter a coupon / coupon code and / or a credit card. Certification exams are subject to tax in accordance with local laws; You will see all applicable fees listed during the payment process.
- Click on Submit
- All supervised online exams automatically adapt to the time zone of the position entered in the profile details of your Webassessor.
- Select a test center.
- Click the Save button for your preferred delivery method.
- If you selected the supervised online exam:
- You will see a purchase confirmation screen. Click Finish.
- Find the exam you want to schedule and expand the section to view delivery options. You can choose to register for the exam as supervised on the site or supervised online.
Pass Your Salesforce Exam with Integration-Architecture-Designer Exam Dumps: https://examsboost.actual4dumps.com/Integration-Architecture-Designer-study-material.html