[Q32-Q50] Certification Training for Integration-Architecture-Designer Exam Dumps Test Engine [2021]

Share

Certification Training for Integration-Architecture-Designer Exam Dumps Test Engine [2021]

Sep 10, 2021 Step by Step Guide to Prepare for Integration-Architecture-Designer Exam

NEW QUESTION 32
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 full sandbox for integration testing and the partial copy for user acceptance and performance testing.
  • B. Use the partial copy for performance testing and full sandbox for integration and user acceptance testing.
  • C. Use the full sandbox for performance and user acceptance testing and the partial copy for integration testing.
  • D. Use the full sandbox for user acceptance testing and use the partial copy for integration and performance testing.

Answer: C

 

NEW QUESTION 33
What are two reasons an existing custom field cannot be marked as External ID?
Choose 2 answers

  • A. Maximum number of skinny tables has been reached.
  • B. Maximum number of External IDs allowed on an object has been reached,
  • C. Maximum number of indexes allowed on an object has been reached.
  • D. Maximum number of fields of an object has been reached.

Answer: B,C

 

NEW QUESTION 34
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 a login to Salesforce and can process data offline.
  • B. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSDL.
  • C. Bulk API doesn't need XML processing and can send data using CSV.
  • D. Bulk API needs fewer network round trips to complete the data load.

Answer: C,D

 

NEW QUESTION 35
Northern Trail Outfitters has recently experienced intermittent network outages in its call center. When network service resumes, Sales representatives have inadvertently created duplicate orders in the manufacturing system because the order was placed but the return acknowledgement was lost during the outage.
Which solution should an architect recommend to avoid duplicate order booking?

  • A. Have scheduled Apex resubmit orders that do not have a successful response.
  • B. Implement idempotent design and have Sales Representatives retry order(s) in question.
  • C. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
  • D. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.

Answer: C

 

NEW QUESTION 36
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. write an outbound message to receive orders from ERP system as they are created.
  • D. Build a scheduled ETL job to sync all customer order history in the orders object.

Answer: B

 

NEW QUESTION 37
What are the three capabilities of the Bulk API?
Choose 3 answers

  • A. Monitor job status via the API.
  • B. process multiple batch jobs asynchronously
  • C. Roll back all transactions within a batch of 10000 records
  • D. Monitor job status via the Web UI.
  • E. Process multiple batch jobs synchronously

Answer: A,B,D

 

NEW QUESTION 38
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

  • A. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • B. Integrating Salesforce withEmail Management System, Order Management System and Case Management System.
  • C. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
  • D. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.

Answer: C

 

NEW QUESTION 39
A company that is a leading provider of courses and training delivers courses using third party trainers. The trainer for the company has to be verified from 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.
The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.
What is the recommended approach to automate this process?

  • A. Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".
  • B. Make an apex callout using @future annotation to make the call out to all differentagencies.
    The response should update the trainer status to "verified".
  • C. Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".
  • D. Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".

Answer: C

 

NEW QUESTION 40
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

  • A. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • B. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
  • C. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
  • D. Integrating Salesforce with Email Management System, Order Management System and Case Management System.

Answer: B

 

NEW QUESTION 41
When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?

  • A. Salesforce automatically secures all data transmissions to external systems.
  • B. Encrypt the data with a shared key before performing the Apex callout.
  • C. Use platform Encryption to secure the data before transporting.
  • D. Base64 encode the data before performing the call out from Apex.

Answer: B

 

NEW QUESTION 42
What are three capabilities of Salesforce Lightning Connect?
Choose 3 answers.

  • A. Associate external object records to Salesforce Account records.
  • B. Write to OData - Compliant data sources without APEX.
  • C. Write triggers and workflows on external objects.
  • D. Read from OData - Compliant data sources without APEX.
  • E. Write SOQL queries on external object.

Answer: A,D,E

 

NEW QUESTION 43
Northern Trail Outfitters is planning to create a native employee facing mobile app with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org.
Which Salesforce API should be used to implement this integration?

  • A. Connect REST API
  • B. User Interface API
  • C. Streaming API
  • D. REST API

Answer: B

 

NEW QUESTION 44
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 to F
  • D. Sum of A, G, and H

Answer: C

 

NEW QUESTION 45
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?

  • A. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
  • B. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object
  • C. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
  • D. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Caseobject.

Answer: D

 

NEW QUESTION 46
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. Write an outbound message to receive orders from ERP system as they are created.
  • C. Build a scheduled ETL job to sync all customer order history in the Orders object.
  • D. Leverage the REST API to receive orders from the ERP system as they are created.

Answer: A

 

NEW QUESTION 47
Universal Containers has a requirement for users of a Validation page to be notified of data updates from Salesforce as well as message from other systems in real time.
Which three approaches should be considered when selecting the correct API?
Choose 3 answers

  • A. Streaming API to support push notifications to users on mobile devices using Salesforce1.
  • B. REST API to continuously poll Salesforce for updates to records.
  • C. Streaming API to support real-time data updates by other users within Salesforce.
  • D. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
  • E. Generic Streaming API to support notifications coming from other systems.

Answer: A,C,D

 

NEW QUESTION 48
The director of customer service at Northern Trail Outfitters (NTO) wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad-hoc manner using an external analytics system. The events that are of interest are:
A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case Which two solutions will meet these business requirements?
Choose 2 answers

  • A. Case after insert Trigger that executes a callout.
  • B. Case Workflow Rule that sends an Outbound Message.
  • C. Custom Apex controller that publishes a Platform Event.
  • D. Case after insert Trigger that publishes a Platform Event.

Answer: C,D

 

NEW QUESTION 49
Sales representatives at Universal Containers (UC) use Salesforce Sales Cloud as their primary CRM. UC owns a legacy homegrown application that stores a copy of customer dataas well. Sales representatives may edit or update Contact records in Salesforce if there is a change.
Both Salesforce and the homegrown application should be kept synchronized for consistency. UC has these requirements:
1. When a Contact record in Salesforce is updated, the external homegrown application should be
2. The synchronization should be event driven.
3. The integration should be asynchronous.
Which option should an architect recommend to satisfy the requirements?

  • A. Write an Apex Trigger with the @future annotation.
    D Use an ETL tool to keep Salesforce and the homegrown application in sync on a regular candence.
  • B. Leverage Platform Events to publish a custom event message containing changes to the Contact object.
  • C. Leverage Change Data Capture to track changes to the Contact object and write a CometD subscriber on the homegrown application.

Answer: C

 

NEW QUESTION 50
......

Ultimate Guide to Prepare Integration-Architecture-Designer Certification Exam for Salesforce Integration Architecture Designer: https://www.exam-killer.com/Integration-Architecture-Designer-valid-questions.html

Salesforce Integration Architecture Designer Integration-Architecture-Designer Real Exam Questions and Answers FREE Updated: https://drive.google.com/open?id=1gg8xdMMkG7amqLCtrmpScDb82fy3BEkq