Free Salesforce Integration Architecture Designer Integration-Architecture-Designer Ultimate Study Guide (Updated 108 Questions) [Q37-Q56]

Share

Free Salesforce Integration Architecture Designer Integration-Architecture-Designer Ultimate Study Guide (Updated 108 Questions)

Get to the Top with Integration-Architecture-Designer Practice Exam Questions

NEW QUESTION 37
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 38
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality.
What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?

  • A. Performance Testing
  • B. Regression Testing
  • C. Unit Testing
  • D. User Acceptance Testing

Answer: B

 

NEW QUESTION 39
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?

  • A. Lightning Component
  • B. Custom Web Tab
  • C. Canvas
  • D. Visualforce

Answer: C

 

NEW QUESTION 40
A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:
1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.
2. A Marketing solution they use for email campaigns.
The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.
Which system should be the System of record for their customers and prospects?

  • A. ERP with all prospect data from Marketing and Salesforce.
  • B. Marketing with all customer data from Salesforce and ERP.
  • C. New Custom Database for Customers and Prospects.
  • D. Salesforce with relevant Marketing and ERP information.

Answer: D

Explanation:
Explanation
https://www.workfront.com/blog/systems-of-record

 

NEW QUESTION 41
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?

  • A. SSH
  • B. SFTP
  • C. SMTP
  • D. TLS

Answer: D

 

NEW QUESTION 42
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. Base64 encode the data before performing the call out from Apex.
  • B. Use platform Encryption to secure the data before transporting.
  • C. Salesforce automatically secures all data transmissions to external systems.
  • D. Encrypt the data with a shared key before performing the Apex callout.

Answer: D

 

NEW QUESTION 43
Universal Containers has a customer setup process that relies on external database to send customers welcome
& registration emails. When a customer contacts Universal containers via phone they need to receive the welcome email shortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications.
What Salesforce technology best fulfills this requirement?

  • A. Write an outbound message to send customer Information to an ESB.
  • B. Write an outbound message to send customer Information to the external database.
  • C. Write a trigger with an @future method to send customer Information to the external database
  • D. Write a nightly batch synchronization to send customer information to the external database.

Answer: B

 

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

Answer: D

 

NEW QUESTION 45
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?

  • A. A Default gateway restrictions
  • B. Shield Platform Encryption Limitations
  • C. External gateway products in use
  • D. Considerations for using Deterministic Encryption

Answer: A

 

NEW QUESTION 46
Universal Containers merges with Planetary Shipping. They decide to consolidate their systems and migrate all the customer accounts into one Salesforce org. After some data analysis, they find out that their systems have common accounts that they would like to merge and avoid duplicate accounts in Salesforce. They find out that customer email, available in both the systems, can be used to match common accounts. The customer data can be exported as CSV files from their systems. Which two options should be considered to load accounts into Salesforce and eliminate duplicate accounts? Choose 2 answers

  • A. ETL tool that is capable of identifying common accounts using email address and performs updates
  • B. Dataloader insert operation and Saleforce's native deduplication after the load
  • C. Dataloader upsert operation with a custom External ID field containing the email address
  • D. ETL tool that is capable of identifying common accounts using a Salesforce ID and performing updates

Answer: A,C

 

NEW QUESTION 47
Universal Containers (UC) has an existing web-based application that a group of employees use on a regular basis. These employees often have Salesforce and the web-based application open and find themselves manually moving the data between both. UC would like the two systems to be integrated so that the employees will see all the data in one screen without the need for manually updating the data.
What integration pattern can help accomplish this requirement?

  • A. Use the Force.com canvas framework to embed the external application into Salesforce.
  • B. Use Steaming API to create a push topic to send the message to the external system asynchronously.
  • C. Use Rest API to pull data from Salesforce and update the external application.

Answer: A

 

NEW QUESTION 48
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. Data Masking
  • B. Platform Shield Encryption
  • C. Classic Encryption
  • D. Cryptography Class

Answer: B

Explanation:
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 49
A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.

The following business processes need to be supported in Salesforce:
1. Sales Consultants should be able to have access to current inventory.
2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.
3. Quotes should be generated in Salesforce with pricing from ERP.
4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.
5. Master Data Management (MDM) is the system of record for customers and prospects.
6. Invoices should be accessible in Salesforce.
Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?

  • A. ERP, MDM, Data Warehouse, Invoices system
  • B. ERP, Invoices system, Data Warehouse and BI Tool
  • C. ERP, Inventory, Pricing Engine, Invoices system
  • D. ERP, MDM, BI tool and Data Warehouse

Answer: C

 

NEW QUESTION 50
The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to leads before Sales team members can work on them. The current integration often experiences latency issues.
Which two recommendations should an Architect make to improve the integration performance?
Choose 2 answers

  • A. Legacy system should submit in serial mode.
  • B. Legacy system should submit in parallel mode.
  • C. Reduce batch size of asynchronous BULK API.
  • D. Reduce batch size of synchronous BULK API.

Answer: B,C

 

NEW QUESTION 51
Universal Containers (UC) sends Order data to an external ERP system via ESB. UC sends an outbound message on update or Order to ESB. Once ESB completes creating the Order in the back-end ERP, it send back the Order with the Order Number from the ERP. During development, UC is experiencing an issue.
When the Order is updated by ESB, it again fires a workflow rule that sends the outbound message again.
Which two recommended steps can be done to prevent this looping issue?

  • A. Update workflow rule conditions to exclude the ERP Order Number field update.
  • B. Update workflow rule conditions to exclude the Integration User.
  • C. Update workflow rule conditions to exclude the ERP Order Number field update.
  • D. Update the outbound message to exclude the Integration User.
  • E. Write an Apex trigger to send an outbound message to ESB.

Answer: B

 

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

Answer: D

 

NEW QUESTION 53
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. Quoting System
  • C. Order Management System
  • D. Sales Activity System
  • E. Case Management System

Answer: A,D,E

 

NEW QUESTION 54
Universal containers has built an integration module to pull customer support tickets out of various systems and push them to salesforce as cases. The integration was implemented using Salesforce SOAP API with batch size 200, and the jobs are scheduled to run every 30 minutes to make sure a job completes before the next job starts.
After going Live, they found that jobs are failing occasionally due to a "Max CPU time exceeded" error thrown from a trigger on the case. Reducing the batch size to 100 would resolve the issue, but the jobs would then take an average of 35 minutes to run. Which two options should be considered to resolve the issue and make sure a job completes before the next one starts?
Choose 2 answers

  • A. Bulk API with parallel option and batch size 100, and no code changes.
  • B. Bulk API with serial option and batch size 100, and no code changes
  • C. No change to API options, and move the trigger code into a future method.
  • D. No change to API options, and move the trigger code into a Queuetable apex

Answer: A,C

 

NEW QUESTION 55
Universal Containers send quotes to customers periodically when the customer contract is near expiration.
Quoting is generated by an external quoting engine. The VP recommends that the quote-generated request should be sent one week prior to the contract expiration. The Quote engine requires the latest account, contact, and contract information from Salesforce to generate the quote.
What is the recommended solution?

  • A. Workflow-initiated outbound message with a callback to gather additional information from Salesforce.
  • B. Workflow-initiated alert to the Sales Rep, who will submit a request from a custom controller in a Visualforce page.
  • C. A scheduled batch Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
  • D. Workflow-initiated Apex to gather additional information from Salesforce and make a sync callout to the quote engine.

Answer: C

 

NEW QUESTION 56
......


Below is a salary of Integration Architecture Designer Certified Professional

The average Salary of a Integration Architecture Designer Certified Expert in

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

 

Pass Salesforce Integration-Architecture-Designer exam - questions - convert Tets Engine to PDF: https://www.itpass4sure.com/Integration-Architecture-Designer-practice-exam.html

Use Real Integration-Architecture-Designer Dumps Free Sample Questions and Practice Test Engine : https://drive.google.com/open?id=1kFTvCjDRHqtayBafGDf9oFBV28ttro5q