Latest [Feb 14, 2023] 100% Passing Guarantee - Brilliant Integration-Architect Exam Questions PDF [Q55-Q80]

Share

Latest [Feb 14, 2023] 100% Passing Guarantee - Brilliant Integration-Architect Exam Questions PDF

Integration-Architect Certification – Valid Exam Dumps Questions Study Guide! (Updated 108 Questions)


Salesforce Integration-Architect Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given a set of requirements, evaluate the authentication and authorization needs based on the system landscape
  • Identify performance monitoring needs for integration requirements
Topic 2
  • Define the components which create a solution that meets business requirements
  • Given a use case and business process, evaluate system and process constraints
Topic 3
  • Identify the considerations when designing and implementing API(s)
  • Identify the current system landscape and determine what standards, limitations, boundaries and protocols exist
Topic 4
  • Identify the business growth and regulatory factors that can impact choice of integration solutions
  • Describe what should be considered when building a scalable solution
Topic 5
  • Identify the trade-offs, limitations, and constraints that meet the proposed solution
  • Identify the factors needed to build resilience in an integration solution for system updates
Topic 6
  • Create a security solution for inbound or outbound integrations
  • Identify and classify data into Confidential
  • Secure
  • Public
Topic 7
  • Identify the appropriate error handling, escalation and recovery procedures for a failed integration
  • Identify the integration pattern that meets business requirements
Topic 8
  • Given an existing system landscape diagram, create an inventory of the systems and integration patterns
  • Identify the considerations when choosing the right option in making an outbound call to an external system

 

NEW QUESTION 55
A US business-to-consumer (B2C) company is planning to expand to Latin Americ a. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems:
1. Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.
2. Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.
3. The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.
Which three requirements should the integration architect consider?
Choose 3 answers

  • A. Ability to delete personal data in every system.
  • B. Ability to provide a 360-degree view of the customer.
  • C. Manual steps and procedures that may be necessary.
  • D. Impact of deleted records on system functionality.
  • E. Feasibility to restore deleted records when needed.

Answer: A,D,E

 

NEW QUESTION 56
A customer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce.
Which three constraints and pain-points should an integration architect consider when choosing the integration pattern/mechanism?
Choose 3 answers

  • A. Reporting and usability requirements
  • B. Multi-language and multi-currency requirement
  • C. System types - APIs, File systems, Email
  • D. Error handling mechanisms
  • E. Data Volume and Processing volume

Answer: C,D,E

 

NEW QUESTION 57
Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS.
Which integration mechanism should be used to meet the requirement?

  • A. Change Data Capture (CDC)
  • B. Streaming API
  • C. Outbound Message
  • D. Platform Event

Answer: B

 

NEW QUESTION 58
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?

  • A. The endpoint URL has been added to Content Security Policies.
  • B. The endpoint URL has added been to an outbound firewall rule.
  • C. The endpoint domain has been added to Cross-Origin Resource Sharing.
  • D. The endpoint URL has been added to Remote Site Settings.

Answer: A

 

NEW QUESTION 59
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.
Which two solutions should an architect propose?
Choose 2 answers

  • A. Use middleware to abstract the call to the specific shipping services.
  • B. Use Platform Events to construct and publish shipper-specific events.
  • C. Store shipping services in a picklist that is dependent on a country picklist.
  • D. Invoke middleware service to retrieve valid shipping methods.

Answer: A,D

 

NEW QUESTION 60
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. Order Management System
  • E. Quoting System

Answer: A,B,C

 

NEW QUESTION 61
An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.
How is authentication achieved?

  • A. Connect via Salesforce Connect.
  • B. Handle authentication with login flows.
  • C. Handle authentication in the code.
  • D. Connect via Communities.

Answer: B

Explanation:
https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5

 

NEW QUESTION 62
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. Subscribe to the Application Exceptions using the Salesforce Streaming API.
  • C. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
  • D. Receive Application Events through Change Data Capture (CDC).

Answer: A,C

 

NEW QUESTION 63
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an Integration Architect recommend to meet these requirements?

  • A. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
  • B. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
  • C. Leverage an Identity Provider solution that communicates with the API tiers via SAML
  • D. Implement an API gateway that all systems of engagement must interface with first.

Answer: D

 

NEW QUESTION 64
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. Generic Events
  • B. Change Data Capture Events
  • C. PushTopic Events
  • D. High Volume Platform Events

Answer: B,D

 

NEW QUESTION 65
Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat. The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts.
UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system.
Which integration pattern is recommended for this use case?

  • A. Use streaming API to generate push topic.
  • B. Use outbound message.
  • C. Use request and reply.
  • D. Use salesforce platform event.

Answer: C

 

NEW QUESTION 66
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?

  • A. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
  • B. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
  • C. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
  • D. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.

Answer: C

 

NEW QUESTION 67
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. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
  • B. ConnectedApp configured in Salesforce to authenticate the middleware.
  • C. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.
  • D. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).

Answer: B

 

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

Answer: B

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 69
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.
What should an Architect determine before recommending a solution?

  • A. Determine data access prevention requirements, then identify system constraints.
  • B. Determine inbound integration requirements, then identify frequency.
  • C. Determine data volume requirements, then identify the loading schedule.
  • D. Determine data access prevention requirements, then identify frequency.

Answer: B

 

NEW QUESTION 70
An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events.
What is taking place if events are only being published?

  • A. The platform events are published immediately before the Apex transaction completes.
  • B. The platform events are published after the Apex transaction completes.
  • C. The platform events are being published from Apex.
  • D. The platform events has a trigger in Apex.

Answer: B

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define_ui.htm

 

NEW QUESTION 71
The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users.
Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?
Choose 2 answers

  • A. Enterprise ESB
  • B. Named Credentials
  • C. Content Security Policies
  • D. Remote Site Settings

Answer: A,B

Explanation:
https://help.salesforce.com/articleView?id=collab_files_overview.htm&type=5

 

NEW QUESTION 72
An architect decided to use Platform Events for integrating Salesforce with an external system for a company.
Which three things should an architect consider when proposing this type of integration mechanism?
Choose 3 answers

  • A. Salesforce needs to be able to store information about the external system in order toknow which event to send out.
  • B. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.
  • C. To publish an event, the integration user in salesforce needs create permission on the event entity.
  • D. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.
  • E. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.

Answer: B,C,D

 

NEW QUESTION 73
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 can trigger "Too many concurrent batches" error.
  • C. Smaller batch size may cause record-locking errors.
  • D. Smaller batch size may increase time required to execute bulk jobs.

Answer: C,D

 

NEW QUESTION 74
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 Outbound Messaging to automatically retry failed service calls.
  • B. Use @future jobld and custom scheduled apex process to retry failed service calls.
  • C. Use middleware queuing and buffering to insulate Salesforce from system outages.
  • D. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.

Answer: C

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_considerations.htm

 

NEW QUESTION 75
A company accepts payment requests 24x7. Once they accept a payment request, their service level agreement (SLA) requires them to make sure each payment request is processed by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.
They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.
Which two recommendations should an integration architect make to improve their SLA and update conflict handling?
Choose 2 answers

  • A. Data Entry Point and Middleware should automatically retry requests.
  • B. Payment System and Middleware should automatically retry requests.
  • C. Payment System should process a payment request only once.
  • D. Middleware should coordinate request delivery and payment processing.

Answer: C,D

 

NEW QUESTION 76
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. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.
  • 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. Have scheduled Apex resubmit orders that do not have a successful response.

Answer: C

 

NEW QUESTION 77
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. Reduce batch size of synchronous BULK API.
  • B. Reduce batch size of asynchronous BULK API.
  • C. Legacy system should submit in parallel mode.
  • D. Legacy system should submit in serial mode.

Answer: B,C

 

NEW QUESTION 78
A global financial company sells financial products and services that include the following:
1. Bank Accounts
2. Loans
3. Insurance
The company has a core banking system that is state of the art and is the master system to store financial transactions, financial products and customer information. The core banking system currently processes 10M financial transactions per day. The CTO for the company is considering building a community port so that customers can review their bank account details, update their information and review their account financial transactions.
What should an integration architect recommend as a solution to enable customer community users to view their financial transactions?

  • A. Use Salesforce External Service to display financial transactions in a community lightning page.
  • B. Use Salesforce Connect to display the financial transactions as an external object.
  • C. Use Salesforce Connect to display the financial transactions as an external object.
  • D. Use Iframe to display core banking financial transactions data in the customer community.

Answer: A

 

NEW QUESTION 79
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. Re-write and optimize the current web service to be more efficient.
  • B. Use the Salesforce Bulk API when integrating back into Salesforce.
  • C. Move the custom monolithic web service from on-premise to a cloud provider.
  • D. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.

Answer: D

 

NEW QUESTION 80
......

Integration-Architect are Available for Instant Access: https://pass4sure.prep4cram.com/Integration-Architect-exam-cram.html