Best Integration-Architect Exam Dumps for the Preparation of Latest Exam Questions
Integration-Architect Actual Questions 100% Same Braindumps with Actual Exam!
Salesforce Integration-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 61
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. Named Credentials
- C. Protected Custom Metadata Types
- D. Encrypted Custom Fields
Answer: B,D
NEW QUESTION 62
Universal containers is planning to implement Salesforce as their CRM system. Currently they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM system is expected to provide Sales and Support people the ability to have a single view of their customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?
- A. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
- B. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.
- C. Propose a middleware system that can support interface between systems with Salesforce.
- D. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
Answer: D
NEW QUESTION 63
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 to 100,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).
A Remote-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
NEW QUESTION 64
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an Integration Architect recommend to meet these requirements?
- A. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
- B. Leverage an Identity Provider solution that communicates with the API tiers via SAML
- C. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
- D. Implement an API gateway that all systems of engagement must interface with first.
Answer: D
NEW QUESTION 65
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. Outbound Message 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 Partner 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: B
NEW QUESTION 66
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
What integration security mechanism should be employed?
- A. Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.
- B. Configure mutual server authentication with two-way SSL using CA issued certificates.
- C. Use an API only user profile and implement use an external identity provider with federated API access.
- D. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.
Answer: B
NEW QUESTION 67
Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege, and
2. The activities of the eternal systems must be available for audit.
What should an Integration Architect recommend as a solution for these integrations?
- A. A Connected App for each external system integration.
- B. A shared integration user for the three external system integrations.
- C. A unique integration user for each external system integration.
- D. A shared Connected App for the three external system integrations.
Answer: A
NEW QUESTION 68
Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.
Which set of APIs are recommended in order to meet the requirements?
- A. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
- B. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
- C. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
- D. Bulk API, Streaming API, Apex REST API, Analytics REST API
Answer: D
NEW QUESTION 69
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: C
NEW QUESTION 70
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. Change Data Capture Events
- B. High Volume Platform Events
- C. Generic Events
- D. PushTopic Events
Answer: A,B
NEW QUESTION 71
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 added been to an outbound firewall rule.
- B. The endpoint URL has been added to Content Security Policies.
- C. The endpoint URL has been added to Remote Site Settings.
- D. The endpoint domain has been added to Cross-Origin Resource Sharing.
Answer: B
NEW QUESTION 72
Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.
1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order,
2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.
Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?
Choose 2 answers
- A. High-volume event messages are stored for 72 hours (three days).
- B. High-volume event messages are stored for 24 hours (one day).
- C. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
- D. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
Answer: A,D
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durability.htm
NEW QUESTION 73
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. 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 fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.
Answer: C
NEW QUESTION 74
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 can trigger "Too many concurrent batches" error.
- B. Smaller batch size may cause record-locking errors.
- C. Smaller batch size may increase time required to execute bulk jobs.
- D. Smaller batch size may exceed the concurrent API request limits.
Answer: B,C
NEW QUESTION 75
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.
What type of monitoring should the Integration Consultant have considered to monitor this integration?
- A. Validate the Platform Event definition matches leads definition.
- B. Monitor the volume of leads that are created in Salesforce.
- C. Monitor Platform Events created per hour limits across the Salesforce instance.
- D. Set up debug logs for Platform Event triggers to monitor performance .
Answer: D
NEW QUESTION 76
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. Email Marketing System
- B. Order Management System
- C. Case Management System
- D. Sales Activity System
- E. Quoting System
Answer: A,C,D
NEW QUESTION 77
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 Apex REST API Clients unit tests confirm adherence to the RAML specs?
Choose 2 answers
- A. Call the Apex REST API Clients in a test context to get the mock response.
- B. Require the Apex REST API Clients to implement the HttpCalloutMock.
- C. Implement HttpCalloutMock to return responses per RAML specification.
- D. Call the HttpCalloutMock implementation from the Apex REST API Clients.
Answer: A,C
NEW QUESTION 78
Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community.
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?
- A. Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
- B. Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.
- C. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
- D. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
Answer: A
Explanation:
https://help.salesforce.com/articleView?id=collab_files_connect_share.htm&type=5
NEW QUESTION 79
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 maximum query cursors open per user on the service.
- C. How many concurrent service calls are being placed.
- D. The number batch jobs that can run concurrently.
Answer: B,D
NEW QUESTION 80
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 and H
- C. Sum of A, G, and H
- D. Sum of A to F
Answer: B
NEW QUESTION 81
Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applications and 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. Tooling API
- D. Analytics REST API
Answer: C
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecoverage.htm
NEW QUESTION 82
Northern Trail Outfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields in workflow rules.
Which security solution should an Integration Architect recommend to fulfill the business use case?
- A. Classic Encryption
- B. Platform Shield Encryption
- C. Cryptography Class
- D. Data Masking
Answer: B
Explanation:
https://help.salesforce.com/articleView?id=data_mask_overview.htm&type=5
https://help.salesforce.com/articleView?id=security_pe_vs_classic_encryption.htm&type=5
NEW QUESTION 83
......
Integration-Architect Study Material, Preparation Guide and PDF Download: https://www.testsdumps.com/Integration-Architect_real-exam-dumps.html
Free Integration-Architect Certification Sample Questions with Online Practice Test: https://drive.google.com/open?id=12kR4YN9_txOp3MuZw4ZT7KtUuLhe1uUU
