Most UptoDate Salesforce Integration-Architect Exam Dumps PDF 2022
100% Free Salesforce Integration Architecture Designer Integration-Architect Dumps PDF Demo Cert Guide Cover
Salesforce Integration-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
NEW QUESTION 61
Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days.
What solution should an architect recommend to handle errors during these types of service outages?
- A. Use @future jobld and custom scheduled apex process to retry failed service calls.
- B. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
- C. Use middleware queuing and buffering to insulate Salesforce from system outages.
- D. Use Outbound Messaging to automatically retry failed service calls.
Answer: C
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_considerations.htm
NEW QUESTION 62
When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.
Which integration pattern and mechanism should be selected to meet the conditions?
- A. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
- B. Request-Reply: Enhanced External Services invokes a REST API.
- C. Remote Call-In: Salesforce REST API with REST Composite Resources.
- D. Data Virtualization: Salesforce Connect map data external REST data in external objects.
Answer: B
NEW QUESTION 63
Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system?
- A. REST API offered by Salesforce Platform
- B. Mulesoft Anypoint Platform
- C. Salesforce B2C Commerce to Service Cloud Connector
- D. A REST API offered by Commerce Platform
Answer: C
Explanation:
https://help.salesforce.com/articleView?id=icx_b2c_conversationalcommerce_connector.htm&type=5
NEW QUESTION 64
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. Review shield platform encryption configurations.
- B. Use Shield Platform Encryption as a user authentication or authorization tool.
- C. Encrypt the data using the most current key.
- D. Encrypt all the data so that it is secure.
Answer: A,C
NEW QUESTION 65
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?
- A. Change Data Capture can be published from Apex.
- B. Change Data Capture does not have record access support.
- C. Apex triggers can subscribe to Generic Events.
- D. Push Topic Event can define a custom payload.
Answer: B
NEW QUESTION 66
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. Case Management System
- B. Sales Activity System
- C. Email Marketing System
- D. Order Management System
- E. Quoting System
Answer: A,B,C
NEW QUESTION 67
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 may exceed the concurrent API request limits.
- 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 can trigger "Too many concurrent batches" error.
Answer: B,C
NEW QUESTION 68
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers
- A. OpenId Connect Authentication Provider and Registration Handler
- B. SAML SSO and just-in-time provisioning
- C. SAML SSO and Registration Handler
- D. OpenId Connect Authentication Provider and just-in-time provisioning
Answer: A,B
NEW QUESTION 69
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. 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.
- C. 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.
- D. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations.
- E. 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.
Answer: A,B,E
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.htm
https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5
NEW QUESTION 70
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. Considerations for using Deterministic Encryption
- B. Shield Platform Encryption Limitations
- C. External gateway products in use
- D. A Default gateway restrictions
Answer: C
NEW QUESTION 71
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. Named Credentials
- B. Encrypted Custom Fields
- C. Protected Custom Settings
- D. Protected Custom Metadata Types
Answer: A,B
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. Make Apex SOAP outbound integrations to external web services more secure.
- B. Make formula fields with HYPERLINK() to external web servers more secure.
- C. A Make Apex REST outbound integrations to external web services more secure.
- D. Make an API inbound integration from an external Java client more secure.
Answer: B
NEW QUESTION 73
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?
- A. Connect REST API
- B. Streaming API
- C. Tooling API
- D. REST API
Answer: B
NEW QUESTION 74
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. Monitor Platform Events created per hour limits across the Salesforce instance.
- B. Set up debug logs for Platform Event triggers to monitor performance .
- C. Monitor the volume of leads that are created in Salesforce.
- D. Validate the Platform Event definition matches leads definition.
Answer: B
NEW QUESTION 75
A company that is a leading provider of training delivers courses to students globally. The company decided to use customer community in order to allow studer to log in to the community, register for courses and pay course fees. The company has a payment gateway that takes more than 30 seconds to process the payn transaction. Students would like to get the payment result in real-time so in case an error happens, the students can retry the payment process.
What is the recommended integration approach to process payments based on this requirement?
- A. Use platform event to process payment to the payment gateway.
- B. Use continuation to process payment to the payment gateway.
C Use change data capture to process payment to the payment gateway. - C. Use request and reply to make an API call to the payment gateway.
Answer: B
NEW QUESTION 76
......
Updated Salesforce Integration-Architect Dumps – PDF & Online Engine: https://examschief.vce4plus.com/Salesforce/Integration-Architect-valid-vce-dumps.html