(2023) Integration-Architect Exam Dumps, Practice Test Questions BUNDLE PACK [Q36-Q59]

Share

(2023) Integration-Architect Exam Dumps, Practice Test Questions BUNDLE PACK

Salesforce Integration Architecture Designer Certification Integration-Architect Sample Questions Reliable

NEW QUESTION 36
Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations.
The callout from Salesforce to the OMS should be synchronous.
What should an Integration Architect do to satisfy these requirements?

  • A. Use Process Builder to call an Apex proxy class to make a REST callout to the Order Management System.
  • B. Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System.
  • C. Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly.
  • D. Build a Lightning Component that makes a synchronous Apex REST callout to the Order Management System when a button is clicked.

Answer: A

 

NEW QUESTION 37
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. Protected Custom Metadata Types
  • B. Encrypted Custom Fields
  • C. Protected Custom Settings
  • D. Named Credentials

Answer: B,D

 

NEW QUESTION 38
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers

  • A. Consider Enterprise security needs for access to DMS and EBS.
  • B. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
  • C. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
  • D. Consider options to migrate DMS and EBS into Salesforce.
  • E. Users should be authenticated into DMS and EBS without having to enter username and password.

Answer: B,D,E

 

NEW QUESTION 39
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.
One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an Integration Architect use to meet this requirement?

  • A. Streaming API
  • B. Apex REST
  • C. Connect REST API
  • D. REST API

Answer: C

 

NEW QUESTION 40
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. System types - APIs, File systems, Email
  • B. Error handling mechanisms
  • C. Multi-language and multi-currency requirement
  • D. Data Volume and Processing volume
  • E. Reporting and usability requirements

Answer: A,B,D

 

NEW QUESTION 41
Universal Containers has a requirement for all accounts that do NOT qualify for a business extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.
What is the recommended solution?

  • A. Use Batch Apex.
  • B. Use Process builder.
  • C. Use Trigger.
  • D. Use Time-based workflow rule.

Answer: A

 

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. Order Management System
  • B. Email Marketing System
  • C. Quoting System
  • D. Case Management System
  • E. Sales Activity System

Answer: B,D,E

 

NEW QUESTION 43
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.
Which two things should an architect do to improve the performance of the integration?
Choose 2 answers

  • A. Include selective criteria in query filters.
  • B. Remove the sharing restrictions.
  • C. Remove the query filters.
  • D. Include non-selective criteria in query filters.

Answer: A,B

Explanation:
https://help.salesforce.com/articleView?id=000325247&type=1&mode=1

 

NEW QUESTION 44
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. Named Credentials
  • B. Content Security Policies
  • C. Remote Site Settings
  • D. Enterprise ESB

Answer: A,D

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

 

NEW QUESTION 45
Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and an external data source us Salesforce Connect. The external data source supports Open Data Protocol.
Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?
Choose 3 answers

  • A. Configure CSRF Protection on External Data Source.
  • B. Configure Special Compatibility for OData connection,
  • C. Configure CSRF Protection for OData connection.
  • D. Configure a Certificate for OData connection.
  • E. Configure Identity Type for OData connection.

Answer: C,D,E

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

 

NEW QUESTION 46
A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall. The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?

  • A. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
  • B. Due to high volume of records, a third party integration tool is required to stage records off platform.
  • C. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
  • D. Due to high volume of records, salesforce will need to make a REST API call to external system.

Answer: B

 

NEW QUESTION 47
Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of Integration should an architect recommend to meet this business requirement?

  • A. Process Orchestration
  • B. Data Synchronization
  • C. Batch Processing
  • D. Data Visualization

Answer: D

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_and_practices/integ_pat_data_virtualization.htm

 

NEW QUESTION 48
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. Streaming API
  • B. User Interface API
  • C. Connect REST API
  • D. REST API

Answer: B

 

NEW QUESTION 49
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. Impact of deleted records on system functionality.
  • C. Manual steps and procedures that may be necessary.
  • D. Ability to provide a 360-degree view of the customer.
  • E. Feasibility to restore deleted records when needed.

Answer: A,B,E

 

NEW QUESTION 50
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers

  • A. You can use Event Monitoring to track user activity, such as logins and running reports.
  • B. When you delete an event definition, it's permanently removed and can't be restored.
  • C. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
  • D. Inability to query event messages using SOQL
  • E. Inability to create a Lightning record page for platform events.

Answer: B,D,E

 

NEW QUESTION 51
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.
What should be done to mitigate the concerns that the CIO has?

  • A. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.
  • B. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
  • C. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
  • D. Refactor the existing ©future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.

Answer: D

 

NEW QUESTION 52
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. Develop an application in Heroku that connects to the on-premise database via an ODBC string and VPC connection.
  • B. Develop custom APIs on the company's network that are invokable by Salesforce.
  • C. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.
  • D. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.

Answer: B,C

 

NEW QUESTION 53
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 Workflow Rule that sends an Outbound Message.
  • B. Custom Apex controller that publishes a Platform Event.
  • C. Case after insert Trigger that publishes a Platform Event.
  • D. Case after insert Trigger that executes a callout.

Answer: B,C

 

NEW QUESTION 54
An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field.
The geolocation field is secured with Field Level Security, so users can view the value without changing it.
What should be done to meet the requirement?

  • A. The mobile device makes a SOAP API inbound call.
    The mobile device receives a REST Apex callout call.
  • B. The mobile device makes a REST Apex inbound call.
  • C. The mobile device makes a REST API inbound call.

Answer: C

 

NEW QUESTION 55
A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.
Which two findings about their current state will allow copies of legacy data in Salesforce?
Choose 2 answers

  • A. On-premise middleware provides APIs to legacy systems data.
  • B. Legacy systems can use queues for on-premise integration.
  • C. Only on-premise systems are allowed access to legacy systems.
  • D. Cloud-based ETL can access Salesforce and supports queues.

Answer: A,D

 

NEW QUESTION 56
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements?
Choose 2 answers

  • A. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
  • B. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
  • C. Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.
  • D. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.

Answer: B,D

 

NEW QUESTION 57
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 58
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. ConnectedApp configured in Salesforce to authenticate the middleware.
  • B. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).
  • 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: A

 

NEW QUESTION 59
......

Prepare for the Actual Salesforce Integration Architecture Designer Integration-Architect Exam Practice Materials Collection: https://www.updatedumps.com/Salesforce/Integration-Architect-updated-exam-dumps.html

Salesforce Integration Architecture Designer Certified Official Practice Test Integration-Architect: https://drive.google.com/open?id=1fbasHX11DdtFagIZeqe_2YTE7GQ6T9kT