Integration-Architecture-Designer Dumps - Grab Out For [NEW-2023] Salesforce Exam
Integration-Architecture-Designer Exam Dumps PDF Guaranteed Success with Accurate & Updated Questions
NEW QUESTION # 29
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?
- A. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
- B. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
- C. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
- D. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
Answer: A
NEW QUESTION # 30
Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.
UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.
Which two actions should be recommended to fulfill this system requirement?
Choose 2 answers
- A. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.
- B. Develop custom APIs on the company's network that are invokable by Salesforce.
- C. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.
- D. Develop an application in Heroku that connects to the on-premise database via an ODBC string and VPC connection.
Answer: A,B
NEW QUESTION # 31
When an opportunity is closed in Salesforce, an order should be created in the back-office SAP system. At the end of the day, Universal Containers allows customers to call back and cancel an order within 24 hours. To cancel an order, the Sales Rep has to set the opportunity status to Open from Closed. The Sales Manager wants all opportunities that changed from Closed to Open to be sent over to the SAP system for order cancellation on nightly basis. Salesforce has a total of 20M opportunities.
What is the recommended way to achieve this?
- A. An ETL job to leverage REST API to extract all opportunities.
- B. An ETL job to leverage Bulk API to extract modified opportunities.
- C. An ETL job to leverage SOAP API to extract modified opportunities.
- D. An ETL job to leverage SOAP API to extract all opportunities.
Answer: C
NEW QUESTION # 32
Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it.
Which three options should a Technical Architect consider that do not require building custom web services on the marketing system?
Choose 3 answers
- A. Use Apex callout to send customer data from Salesforce to the marketing system
- B. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.
- C. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.
- D. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.
- E. Use outbound messages to send customer data from Salesforce to the marketing system.
Answer: A,C,E
NEW QUESTION # 33
Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server.
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
1. Salesforce and a legacy billing application
2. Salesforce and a cloud-based Enterprise Resource Planning application
3. Salesforce and a data lake.
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?
- A. Use the Salesforce Bulk API when integrating back into Salesforce.
- B. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
- C. Move the custom monolithic web service from on-premise to a cloud provider.
- D. Re-write and optimize the current web service to be more efficient.
Answer: B
NEW QUESTION # 34
Universal Containers would like to send all the closed opportunity records to the back-end legacy order management system. The order management system exposes REST API endpoints.
What is the recommended approach to send the data to the order management system?
- A. Workflow Outbound SOAP message to the order management system.
- B. Workflow Outbound SOAP API message to a middleware system.
- C. Workflow Outbound SOAP message to a middleware system.
- D. Workflow Outbound REST message to the order management system.
Answer: C
NEW QUESTION # 35
Universal Containers has built an integration using the SOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users.
What is a risk involved with this sort of integration?
- A. Too many record-lock errors
- B. Reaching a logins per Day limit.
- C. Too many concurrent sessions
- D. Reaching an API call limit.
Answer: D
NEW QUESTION # 36
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.
What could be the cause of this issue ?
- A. The trigger is failing Unit Tests that access the new data.
- B. Record locking contention on the parent Account.
- C. Data skew is causing record locking issues on the Oder Share object.
- D. API limits being limited.
Answer: B
NEW QUESTION # 37
Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to synch data from external sources. NTO's Integration Architec has received requirements for a new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once complete, 20GB (about 30M records) needs to be extracted to an external auditing system.
What should the architect recommend using to meet these requirements in a day?
- A. Insert using Bulk API 1.0 and query using REST API.
- B. Insert using Bulk API 2.0 and query using REST API.
- C. Insert and query using Bulk API 2.0.
- D. Insert and query using Bulk API 1.0.
Answer: C
NEW QUESTION # 38
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 # 39
Universal Containers has a call center that would like to have a dashboard that updates in real time and shows information about phone calls that have been completed today (recorded in the Activity object). There are several teams in the call center, and each dashboard should only show calls from that team. An employee can start the board each morning, but after that no further user interaction should be needed.
What is a recommended pattern that would minimize implementation time?
- A. Use native Salesforce dashboard functionality
- B. Develop a Visualforce page that uses JavaScript Remoting.
- C. Develop a Visaulforce page that uses the Steaming API.
- D. Use Heroku to develop a dashboard page that uses the REST API.
Answer: C
NEW QUESTION # 40
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 # 41
Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.
Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption?
Choose 2 answers
- A. Encrypt the data using the most current key.
- B. Review shield platform encryption configurations.
- C. Encrypt all the data so that it is secure.
- D. Use Shield Platform Encryption as a user authentication or authorization tool.
Answer: A,B
NEW QUESTION # 42
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. Sales Activity System
- B. Case Management System
- C. Email Marketing System
- D. Quoting System
- E. Order Management System
Answer: A,B,C
NEW QUESTION # 43
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 Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
- B. A scheduled batch Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
- C. Workflow-initiated outbound message with a callback to gather additional information from Salesforce.
- D. Workflow-initiated alert to the Sales Rep, who will submit a request from a custom controller in a Visualforce page.
Answer: B
NEW QUESTION # 44
Universal containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must also be sent along with Opportunities. The ERP system supports only SOAP- based messages for receiving orders What limitation of outbound messages might present a problem in this scenario?
- A. Outbound messaging cannot be made secure
- B. Outbound messaging does not support SOAP
- C. Outbound messaging does not offer any reliability.
- D. Outbound messaging does not support multiple objects
Answer: D
NEW QUESTION # 45
What should an integration Architect consider when building a visulaforce page that makes client-side callouts to multiple domains that may violate the browser's same-origin policy?
Choose 2 answers
- A. Ensure each javascript resource communicates only with its origin.
- B. utilize the canvas SDK to perform the callouts.
- C. Set up Remote site settings for all domains that the client scripts communicate with.
- D. Setup CORS to whitelist all domains that the client scripts communicate with.
Answer: C,D
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. Use custom settings to store the username and password allowing the Apex callout to read it.
- B. Set up a Named Credential with a Named Principal Identity Type allowing the Apex callout to use it.
- C. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout.
- D. Use custom settings to store the username and password allowing the Apex callout to read it.
- E. Store the username/hashed password in a private Static Resource, allowing the Apex callout to read it.
Answer: B
NEW QUESTION # 47
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. Generic Events
- C. High Volume Platform Events
- D. PushTopic Events
Answer: A,C
NEW QUESTION # 48
Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce.
Which three considerations should be evaluated and highlighted when deciding between the solutions?
Choose 3 answers
- A. Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.
- B. Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.
- C. Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.
- D. In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.
- E. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations.
Answer: A,C,D
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.h
https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5
NEW QUESTION # 49
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. ConnectedApp configured in Salesforce to authenticate the middleware.
- C. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
- D. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.
Answer: B
NEW QUESTION # 50
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.
What integration pattern should an architect recommend to ensure minimal throwaway code?
- A. Web Mashup
- B. Apex batch Processing
- C. MiddleWare
- D. point-to-point
Answer: C
NEW QUESTION # 51
......
Get New Integration-Architecture-Designer Certification Practice Test Questions Exam Dumps: https://www.getvalidtest.com/Integration-Architecture-Designer-exam.html
Pass Integration-Architecture-Designer Exam - Real Test Engine PDF with 108 Questions: https://drive.google.com/open?id=1qh06OVuSdwn-T1ZsOwayvIsezGGYhrsC