Updated Nov-2021 Pass Integration-Architecture-Designer Exam - Real Practice Test Questions [Q54-Q74]

Share

Updated Nov-2021 Pass Integration-Architecture-Designer Exam - Real Practice Test Questions

Download Free Salesforce Integration-Architecture-Designer Real Exam Questions


Below are the requirements of Integration Architecture Designer Exam

This Salesforce Certified integration architecture designer exam evaluates the integration requirements needed to design secure and scalable solutions that integrate the Salesforce platform. The designer has experience in the design and implementation of complex integration models on various platforms, as well as in the communication of design solutions and commitments with commercial and technical stakeholders.

The Candidate has the following background:

  • One year of experience in integration architecture.
  • One or two years of experience in Salesforce integration
  • Degree in Computer Science or equivalent diploma
  • Three or four years on the Salesforce platform.

Typical roles can include:

  • Analyst Programmer
  • Technical architect
  • Application manager
  • Integration Architect Solutions Architect

There is no perquisites for Integration Architecture Designer exam

 

NEW QUESTION 54
A company wants to standardize exception tracking, handling, and analytics. Given the following actions:
1. Build a company wide logging service hosted on a middleware platform
2. Create case object records for exceptions based thresholds
3. Change all their Apex Loggers to publish Application Exceptions as custom Platform Events.
Which two specifications should the integration architect include in the logging service architecture?
Choose 2 answers

  • A. Create Salesforce Cases conditionally using automatic Case creation rules.
  • B. Receive Application Events through Change Data Capture (CDC).
  • C. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
  • D. Subscribe to the Application Exceptions using the Salesforce Streaming API.

Answer: A,C

 

NEW QUESTION 55
Universal Containers is building a mobile application that connects to Salesforce for reading and updating data What is the appropriate authentication solution?

  • A. Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.
  • B. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.
  • C. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
  • D. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.

Answer: B

 

NEW QUESTION 56
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. Trigger invokes Queueable Apex method, with custom error handling process.
  • B. Button press invokes synchronous callout, with user handling retries in case of error
  • C. Outbound Messaging, which will automatically handle error retries to the service.
  • D. Trigger makes @future Apex method, with custom error handling process.

Answer: A

 

NEW QUESTION 57
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.
One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an Integration Architect use to meet this requirement?

  • A. Streaming API
  • B. Connect REST API
  • C. Apex REST
  • D. REST API

Answer: B

 

NEW QUESTION 58
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. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
  • B. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
  • C. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
  • D. Enable WS-security for the web services made between Salesforce and the accounting system.
  • E. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.

Answer: A,C,E

 

NEW QUESTION 59
Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.
Which solution is recommended in order to meet the requirement?

  • A. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
  • B. Create a connected app in the affiliate org and select the "Accept CometD API Requests".
  • C. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
  • D. A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.

Answer: C

 

NEW QUESTION 60
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 orchestratedvia 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. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
  • C. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
  • D. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
  • E. 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.

Answer: A,C,D

 

NEW QUESTION 61
Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware Which three considerations should an Architect bring up to the CIO?
Choose 3 answers

  • A. Performance
  • B. Logging
  • C. Bulkification
  • D. Error Handling
  • E. Orchestration

Answer: B,D,E

 

NEW QUESTION 62
Universal Containers (UC) has an ERP application where all customer orders are stored. There are millions of customers order stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order information may house personally identifiable information that, due to company policy, can only be stored in ERP. UC 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 Connect to display order information in Salesforce.
  • B. Build a scheduled ETL job to sync all customer order history in the Orders object.
  • C. Write an outbound message to receive orders from ERP system as they are created.
  • D. Leverage the REST API to receive orders from the ERP system as they are created.

Answer: A

 

NEW QUESTION 63
Universal Containers has just purchased large volume of contact data from an external vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts.
What should an Architect recommend to prevent data duplication in salesforce?

  • A. Load the data into salesforce and then utilize the contact Duplicate Rule feature
  • B. Utilize a batch apex process to de-duplicate the data after loading.
  • C. Create a de-duplication trigger before loading the data.
  • D. Utilize an off-platform de-duplication tool prior to loading.

Answer: D

 

NEW QUESTION 64
An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.
What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?

  • A. Generic Events
  • B. Callouts
  • C. Platform Events
  • D. Change Data Capture

Answer: D

Explanation:
Explanation
https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understand-change-data-capture

 

NEW QUESTION 65
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. Have the user refresh the standard Visaulforce page to see closed case updates by setting up the refresh interval on the browser.
  • B. Create a custom Visualforce page with a custom polling mechanism to poll for closed cases and display alerts on the Visualforce page.
  • C. Use a standard Visualforce page and embed JavaScript in the standard Visualforce page to refresh the porting of the standard page layout.
  • D. Create a custom Visaulforce page, subscribe to the "closed cases" push topic, and display alerts onscreen.

Answer: D

 

NEW QUESTION 66
Universal Containers (UC) is planning to roll out a new Force.com app to a regional business unit. UC has partial copy and a full sandbox available for deployment. UC's Architect has been asked to design an environment strategy for integration testing and performance testing, as well as user acceptance testing.
What is the recommended use of available sandbox types that an Architect should consider?

  • A. Use the partial copy for performance testing and full sandbox for integration and user acceptance testing.
  • B. Use the full sandbox for integration testing and the partial copy for user acceptance and performance testing.
  • C. Use the full sandbox for user acceptance testing and use the partial copy for integration and performance testing.
  • D. Use the full sandbox for performance and user acceptance testing and the partial copy for integration testing.

Answer: D

 

NEW QUESTION 67
Universal Containers is planning to sue Bulk API instead of SOAP API to load 1 million activity records from Accounts. Opportunities, can Cases.
Which are two advantages of using Bulk API over SOAP API?

  • A. Bulk API doesn't need XML processing and can send data using CSV.
  • B. Bulk API doesn't need a login to Salesforce and can process data offline.
  • C. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSDL.
  • D. Bulk API needs fewer network round trips to complete the data load.

Answer: A,D

 

NEW QUESTION 68
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?
Choose 2 answers

  • A. They cannot utilize publisher actions.
  • B. They require unit and functional testing
  • C. They consume more API limits than SOAP or REST API
  • D. They cannot be built or maintained declaratively

Answer: A,D

 

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

Answer: B

 

NEW QUESTION 70
Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces.
How should the architect ensure this requirement is met?

  • A. Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data.
  • B. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data.
  • C. Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately.
  • D. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data.

Answer: B

 

NEW QUESTION 71
The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process.
What two recommendations should a Technical Architect make to resolve this issue?
Choose 2 answers

  • A. Implement a Regression Testing policy to catch issues earlier in the development process.
  • B. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • C. Implement a continuous Integration process to identify issues earlier in the development process.
  • D. Encourage code developers and integration developers to work in separate sandboxes.

Answer: B,C

 

NEW QUESTION 72
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. A Make Apex REST outbound integrations to external web services more secure.
  • B. Make formula fields with HYPERLINK() to external web servers more secure.
  • C. Make an API inbound integration from an external Java client more secure.
  • D. Make Apex SOAP outbound integrations to external web services more secure.

Answer: A

 

NEW QUESTION 73
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 custom object, custom REST API and ETL.
  • B. Use Salesforce external object and OData connector.
  • C. Use Salesforce big object, SOAP API and Dataloader.
  • D. Use Salesforce standard object, REST API and ETL.

Answer: D

 

NEW QUESTION 74
......


Below is a salary of Integration Architecture Designer Certified Professional

The average Salary of a Integration Architecture Designer Certified Expert in

  • India - 40,485 INR
  • England - 7,924 POUND
  • United State - 89000 USD
  • Europe - 9,382 EURO

 

Integration-Architecture-Designer Dumps 100 Pass Guarantee With Latest Demo: https://www.vceprep.com/Integration-Architecture-Designer-latest-vce-prep.html

Pass Your Exam With 100% Verified Integration-Architecture-Designer Exam Questions: https://drive.google.com/open?id=1gFrq_j1L_jxnxvAmkNMkjgEo5G1MGqnH