Jan-2024 Download Free Latest Exam Integration-Architect Certified Sample Questions [Q53-Q77]

Share

Jan-2024 Download Free Latest Exam Integration-Architect Certified Sample Questions

Prepare for your exam certification with our Integration-Architect Certified Salesforce


Salesforce Integration-Architect certification is an excellent way for professionals to validate their expertise in integrating various systems and applications with Salesforce. Salesforce Certified Integration Architect certification demonstrates that the candidate has the necessary knowledge and skills to design and implement complex integration solutions that meet business needs. It is a valuable certification for individuals who are looking to take their career to the next level in the IT industry.


The Salesforce Integration-Architect exam measures the candidate's ability to design and implement scalable, reliable, and secure integration solutions that meet the business requirements of the clients. Integration-Architect exam is designed for experienced professionals who have a deep understanding of the Salesforce platform and the integration technologies that are used to connect Salesforce with other systems. Salesforce Certified Integration Architect certification is highly valued by employers as it demonstrates the candidate's expertise in implementing integration solutions that are critical for the success of their business operations. The Salesforce Integration-Architect certification is a must-have for professionals who want to advance their careers in the IT industry and become experts in integration architecture.

 

NEW QUESTION # 53
Which two approaches will require the least amount of development effort?
Choose 2 answers

  • A. Configure named credentials in the source org.
  • B. Use the Composite REST API to aggregate multiple leads in a single call.
  • C. Call the Salesforce REST API to insert the lead into the target system.
  • D. Use the tooling API with Process Builder to insert leads in real time.

Answer: A,B

Explanation:
The two approaches that will require the least amount of development effort are configuring named credentials in the source org and using the Composite REST API to aggregate multiple leads in a single call. Named credentials are a type of metadata that store authentication information for accessing external services, such as the target Salesforce org. By using named credentials, you can simplify the code for making callouts and avoid hardcoding credentials or tokens. The Composite REST API is a resource that allows you to execute multiple REST API requests in a single call. You can use the Composite REST API to create, update, or delete up to 25 records in one request. This can reduce the number of API calls and improve performance.
References: [Named Credentials], [Composite Resources]


NEW QUESTION # 54
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. A Default gateway restrictions
  • C. External gateway products in use
  • D. ShieldPlatform Encryption Limitations

Answer: C

Explanation:
Explanation
Option A is correct because external gateway products in use can affect the performance and security of outbound integrations from Salesforce to on-premise servers. External gateway products are software or hardware devices that act as intermediaries between Salesforce and the on-premise servers, such as firewalls, proxies, load balancers, or VPNs. They can have different configurations, features, and limitations that can impact the speed, reliability, and security of the data transmission. For example, some external gateway products may require authentication, encryption, or compression of the data, which can add overhead and latency to the integration. Some external gateway products may also have bandwidth or throughput limits, which can affect the scalability and availability of the integration.
Therefore, the architect should consider the external gateway products in use before recommending a solution.
Option B is incorrect because a default gateway restriction is not a factor that can affect the performance and security of outbound integrations from Salesforce to on-premise servers. A default gateway restriction is a feature that allows administrators to restrict outbound requests from Salesforce to a specific IP address or domain name. This can help prevent unauthorized or malicious requests from Salesforce to external systems. However, this feature does not affect the performance or security of the outbound requests themselves, as it only acts as a filter for the destination of the requests.
Option C is incorrect because considerations for using deterministic encryption are not relevant for outbound integrations from Salesforce to on-premise servers. Deterministic encryption is a type of encryption that produces the same ciphertext for the same plaintext input. This can help preserve some functionality and performance of encrypted data in Salesforce, such as filtering, sorting, and indexing.
However, deterministic encryption is not applicable for outbound integrations from Salesforce to on-premise servers, as it is only supported for custom fields and not for standard fields or attachments.
Moreover, deterministic encryption does not affect the security of the data transmission itself, as it only encrypts the data at rest in Salesforce.
Option D is incorrect because Shield Platform Encryption limitations are not relevant for outbound integrations from Salesforce to on-premise servers. Shield Platform Encryption is a feature that allows administrators to encrypt sensitive data at rest in Salesforce using AES 256-bit encryption. This can help protect data from unauthorized access or theft. However, Shield Platform Encryption limitations are not relevant for outbound integrations from Salesforce to on-premise servers, as they only affect the functionality and performance of encrypted data in Salesforce, such as searching, reporting, or validation rules. Shield Platform Encryption does not affect the security of the data transmission itself, as it only encrypts the data at rest in Salesforce.
References: Salesforce Integration Patterns and Practices : Salesforce Integration Guide : Restrict Outbound Requests with a Default Gateway : Deterministic Encryption : Shield Platform Encryption Considerations :
Shield Platform Encryption : Shield Platform Encryption Architecture


NEW QUESTION # 55
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?

  • A. Composite
  • B. SObject Tree
  • C. SObject Collections
  • D. Batch

Answer: C

Explanation:
Explanation
SObject Collections is a REST API composite resource that allows you to create, update, or delete up to 200 records in one API call. You can specify the type of operation (create, update, or delete) for each record in the request body, and the response body will contain the status and IDs of each record. SObject Collections is suitable for bulk operations on records that are not related to each other1.
SObject Tree is another REST API composite resource that allows you to create up to 200 records in one API call. However, unlike SObject Collections, SObject Tree requires the records to be related to each other in a hierarchy. You can specify the parent and child records in a JSON tree structure, and the response body will contain the reference IDs and URLs of each record. SObject Tree is suitable for creating nested data in one request2.
Batch is a REST API composite resource that allows you to combine up to 25 requests in one API call. Each request can be a different type of operation (query, create, update, delete, etc.) on different objects. The response body will contain the status and results of each request. Batch is suitable for grouping multiple requests into one transaction3.
Composite is a REST API composite resource that allows you to execute a series of REST API requests in one API call. You can use the output of one request as the input of another request using a reference ID. The response body will contain the status and results of each request. Composite is suitable for chaining requests that depend on each other.
Therefore, the correct answer is A, because SObject Collections is the only REST API composite resource that allows bulk updates on records that are not related to each other.
References: 1: SObject Collections | REST API Developer Guide | Salesforce Developers 2: SObject Tree | REST API Developer Guide | Salesforce Developers 3: Batch | REST API Developer Guide | Salesforce Developers : [Composite | REST API Developer Guide | Salesforce Developers]


NEW QUESTION # 56
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

  • A. Generate a CA-signed Certificate.
  • B. Enforce SSL/TLS MutualAuthentication.
  • C. Generate a Self-signed Certificate.
  • D. Enable My Domain and SSL/TLS.

Answer: B

Explanation:
Explanation
This is because SSL/TLS mutual authentication is a security feature that allows Salesforce to verify the identity of the client that connects to its API endpoint on port 8443. To enable this feature, you need to upload a client certificate to Salesforce and assign the "Enforce SSL/TLS Mutual Authentication" user permission to the users who need to access the company portal. The other options are not sufficient for this scenario because:
A, Enable My Domain and SSL/TLS, is a prerequisite for using SSL/TLS mutual authentication, but it does not ensure that all integrations use it. My Domain allows you to customize your Salesforce domain name and SSL/TLS provides encryption for your data in transit.
C, Generate a Self-signed Certificate, is a step that you need to do on the client side to create a certificate that can be used for SSL/TLS mutual authentication, but it does not ensure that all integrations use it. You also need to upload the certificate to Salesforce and assign the user permission.
D, Generate a CA-signed Certificate, is an alternative to generating a self-signed certificate, but it also does not ensure that all integrations use SSL/TLS mutual authentication. You still need to upload the certificate to Salesforce and assign the user permission.
References:
Certificates in Mutual Authentication
Configure Your API Client to Use Mutual Authentication
Salesforce Mutual Authentication Setup


NEW QUESTION # 57
Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applications and is planning to include Salesforce as well.
Which Salesforce API should an Integration Architect use to meet the requirement?

  • A. Tooling API
  • B. Metadata API
  • C. SOAP API
  • D. Analytics REST API

Answer: A

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecoverage.htm


NEW QUESTION # 58
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. Store shipping services in a picklist that is dependent on a country picklist.
  • B. Use middleware to abstract the call to the specific shipping services.
  • C. Invoke middleware service to retrieve valid shipping methods.
  • D. Use Platform Events to construct and publish shipper-specific events.

Answer: B,C


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

Answer: B,C


NEW QUESTION # 60
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. PushTopic Events
  • D. High Volume Platform Events

Answer: A,D

Explanation:
Explanation
The integration architect should consider Change Data Capture Events and High Volume Platform Events for using the Streaming API with minimal data loss. Change Data Capture Events capture changes to Salesforce records and deliver them as events to subscribers. High Volume Platform Events are custom events that can be published and consumed at a large scale. Both types of events support reliable event delivery, which means that events are stored for 72 hours and can be replayed by subscribers in case of connection loss or failure. This ensures that data loss is minimized, even when the client re-connects every couple of days12 References: Change Data Capture Developer Guide, Platform Events Developer Guide


NEW QUESTION # 61
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met

  • A. SOAP API WSDL
  • B. Corporate WSDL
  • C. Enterprise WSDL
  • D. Partner WSDL

Answer: D


NEW QUESTION # 62
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. Implement an API gateway that all systems of engagement must interface with first.
  • B. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
  • C. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
  • D. Leverage an Identity Provider solution that communicates with the API tiers via SAML

Answer: A


NEW QUESTION # 63
Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts andContacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.
Which set of APIs are recommended in order to meet the requirements?

  • A. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
  • B. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
  • C. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
  • D. Bulk API, Streaming API, Apex REST API, Analytics REST API

Answer: D

Explanation:
Explanation
The set of APIs recommended to meet the requirements are Bulk API, Streaming API, Apex REST API, and Analytics REST API. Bulk API is a RESTful API that allows you to quickly load large amounts of data into Salesforce. Bulk API is suitable for the initial load of millions of records into the new org. Streaming API is a type of streaming event that notifies subscribers of changes to Salesforce records that match a SOQL query.
Streaming API is suitable for sending notifications of new and updated Accounts and Contacts to external systems. Apex REST API is an API that allows you to expose custom business logic as RESTful web services that can be accessed by external applications. Apex REST API is suitable for exposing custom business logic in a highly secure manner. Analytics REST API is an API that allows you to access analytics features, such as dashboards, lenses, datasets, and dataflows. Analytics REST API is suitable for scheduling nightly automated dataflows, recipes and data syncs. The other sets of APIs are not suitable for meeting all the requirements.
Chatter REST API is an API that allows you to access Chatter feeds and social data such as users, groups, followers, and files. Chatter REST API is not relevant for this scenario. Apex SOAP API is an API that allows you to expose custom business logic as SOAP web services that can be accessed by external applications.
Apex SOAP API is less preferable than Apex REST API because it requires more bandwidth and processing time due to the XML format. Tooling API is an API that allows you to build custom development tools or apps for Salesforce applications. Tooling API is not relevant for this scenario.


NEW QUESTION # 64
An enterprise customer that has more than 10 million customers have the following systems and conditions in their landscape:

  • A. Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.
  • B. Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.
  • C. Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.

Answer: B,C

Explanation:
Explanation
The integration consultant should consider the following authorization and authentication needs while integrating the DMS and ESB with Salesforce:
Users should be authorized to view information specific to the customer they are servicing without a need to search for customer. This means that the integration should provide a seamless and contextual access to the customer billing information and generated bills from the DMS and ESB, based on the customer record or case that the user is working on in Salesforce.
Consider Enterprise security needs for access to DMS and ESB. This means that the integration should comply with the security policies and standards of the Enterprise, such as encryption, auditing, logging, monitoring, etc.
Users should be authenticated into DMS and ESB without having to enter username and password. This means that the integration should use a single sign-on (SSO) mechanism that allows users to access multiple systems with one login credential, such as OAuth or SAML.
References: [Authorization Through Connected Apps and OAuth 2.0], [Single Sign-On for Desktop and Mobile Applications using SAML and OAuth]


NEW QUESTION # 65
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?

  • A. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
  • B. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Case object.
  • C. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
  • D. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object

Answer: B

Explanation:
Explanation
The Data Virtualization pattern allows Salesforce to access external data sources without storing the data in Salesforce. This reduces the data storage and synchronization costs and enables real-time access to the historical data. Salesforce Connect can be used to consume OData endpoints exposed by the ESB tool and display the external objects as related lists or custom components on the Case object


NEW QUESTION # 66
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?

  • A. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
  • B. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Caseobject.
  • C. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
  • D. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object

Answer: B


NEW QUESTION # 67
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. Remote Call-In: Salesforce REST API with REST Composite Resources.
  • B. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
  • C. Request-Reply: Enhanced External Services invokes a REST API.
  • D. Data Virtualization: Salesforce Connect map data external REST data in external objects.

Answer: C

Explanation:
Explanation
The correct answer is C, Request-Reply: Enhanced External Services invokes a REST API. This is because Enhanced External Services allows you to register an external web service that has an OpenAPI 2.0 specification and use it as an invocable action in a Lightning flow. This way, you can check the preferences from the external service in real-time and get the response in Boolean and string values. The other options are not suitable for this scenario because:
A, Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus, is a pattern that is used for asynchronous integration, where the sender does not expect a response from the receiver. This is not suitable for checking preferences in real-time.
B, Remote Call-In: Salesforce REST API with REST Composite Resources, is a pattern that is used for integrating external applications with Salesforce by calling the Salesforce REST API. This is not suitable for invoking an external service from a Lightning flow.
D, Data Virtualization: Salesforce Connect map data external REST data in external objects, is a pattern that is used for accessing external data without copying or synchronizing it to Salesforce. This is not suitable for checking preferences in real-time or using them in a Lightning flow.
References:
Enhanced External Services
Get Started with External Services
Registering external services in salesforce


NEW QUESTION # 68
Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details.
However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders life cylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.
Which integration pattern should be used for this business use case?

  • A. Fire and Forget
  • B. Remote Call In
  • C. Batch Data Synchronization
  • D. Request and Reply

Answer: A

Explanation:
Explanation
The Fire and Forget pattern is suitable for this business use case because it allows sending a message from Salesforce to the remote system without waiting for a response or acknowledgement. This reduces the latency and complexity of the integration and enables asynchronous processing of the orders in the remote system. The platform event defined in Salesforce can be used to publish the order details to the remote system, which can subscribe to the event and create the order accordingly1


NEW QUESTION # 69
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 formula fields with HYPERLINK() to external web servers more secure.
  • B. Make an API inbound integration from an external Java client more secure.
  • C. A Make Apex REST outbound integrations to external web services more secure.
  • D. Make Apex SOAP outbound integrations to external web services more secure.

Answer: A


NEW QUESTION # 70
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 Outbound Messaging to ensure manufacturing acknowledges receipt of order.
  • B. Have scheduled Apex resubmit orders that do not have a successful response.
  • C. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.
  • D. Implement idempotent design and have Sales Representatives retry order(s) in question.

Answer: D

Explanation:
Explanation
Idempotent design means that the same request can be repeated multiple times without changing the outcome.
This is useful for avoiding duplicate orders in case of network failures or timeouts. By implementing idempotent design, the sales representatives can retry the order(s) in question without creating duplicates in the manufacturing system. Outbound messaging is not a reliable solution because it does not guarantee delivery or acknowledgement of messages. Scheduled apex is not a real-time solution and may not catch all the duplicate or missing orders


NEW QUESTION # 71
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?

  • A. SObject Tree
  • B. Composite
  • C. SObject Collections
  • D. Batch

Answer: A

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm


NEW QUESTION # 72
A large consumer goods manufacturer operating in multiple countries isplanning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:
1. Internal users from each country have to be authenticated with their local active directory.
2. Customers can create their own login or use Google login.
3. Partners have to be authenticated through a central system which is to be determined.
4. Internal users will have access to the central ERP with their credentials maintained in the ERP.
5. Additional internal systemswill be integrated with Salesforce for Sales and Support business processes.
Which three requirements should the integration architect evaluate while designing the integration needs of this project?
Choose 3 answers

  • A. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
  • B. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
  • C. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
  • D. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
  • E. Assess security requirements for internal systems and decide Integration methods that support the requirements.

Answer: A,C,E

Explanation:
Explanation
The requirements that the integration architect should evaluate while designing the integration needs of this project are:
Assess security requirements for internal systems and decide Integration methods that support the requirements.
Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
Evaluate Salesforce native authentication mechanism for all users including customers and partners.
The integration architect should assess the security requirements for internal systems, such as the ERP system and other systems that will be integrated with Salesforce for Sales and Support business processes. The security requirements may include authentication protocols, encryption standards, data access policies, and compliance regulations. The integration architect should then decide on the integration methods that support these requirements, such as SOAP or REST APIs, middleware solutions, or connectors. The integration architect should also evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners. A custom authentication mechanism may be necessary to integrate with the local active directory of each country and provide a seamless user experience. The integration architect should also consider how to support customers and partners who have different authentication options, such as self-registration or Google login. The integration architect should also evaluate Salesforce native authentication mechanism for all users including customers and partners. Salesforce native authentication mechanism is a built-in feature that allows users to log in to Salesforce with their username and password.
Salesforce native authentication mechanism may be simpler and easier to implement than a custom or third-party solution, but it may not meet all the security requirements or user preferences. The integration architect should compare the pros and cons of each option and choose the best one for the project. Evaluating Salesforce solution for customers and for partners, using third party solution for internal users is not a valid requirement because it does not address the need to authenticate internal users with their local active directory.
Considering third party Single Sign On solution supporting all user authentication including customer and partner is not a valid requirement because it does not address the need to integrate with internal systems and their security requirements.


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

Answer: A,B,C


NEW QUESTION # 74
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. Have scheduled Apex resubmit orders that do not have a successful response.
  • B. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
  • C. Implement idempotent design and have Sales Representatives retry order(s) in question.
  • D. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.

Answer: B


NEW QUESTION # 75
Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the
3rd part agencies on the design files and allow them to be able to view the design files in the community.
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?

  • A. Define an External Data Source and use Salesforce Connect to upload the files to an external object.
    Link the external object using Indirect lookup.
  • B. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
  • C. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
  • D. Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.

Answer: D

Explanation:
Explanation
The best solution for this scenario is to use a custom object to store the file location URL and redirect the community user to the on-premise file store when they click on the URL. This way, the community user can access the large design files without having to download them or use any external data source. Option A is not feasible because the Request and Reply integration pattern is not suitable for large files and would cause performance issues. Option B is not correct because Salesforce Connect cannot upload files to an external object, only data. Option D is not possible because Salesforce Files has a limit of 2 GB per file, and the design files are 2.5 GB in size. References:
Salesforce Connect Developer Guide
Salesforce Files Developer Guide


NEW QUESTION # 76
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. A Default gateway restrictions
  • D. External gateway products in use

Answer: D


NEW QUESTION # 77
......


Salesforce Integration-Architect certification is a valuable asset for professionals who work with Salesforce and other systems. It demonstrates the ability to design and implement complex integrations using best practices and industry standards. Salesforce Certified Integration Architect certification is recognized by employers and peers as a sign of expertise in Salesforce integration architecture. Moreover, it opens up new career opportunities and enables professionals to take on more challenging projects that require advanced integration skills.

 

Free Salesforce Integration-Architect Exam 2024 Practice Materials Collection: https://www.prep4away.com/Salesforce-certification/braindumps.Integration-Architect.ete.file.html

Integration-Architect Exam Info and Free Practice Test All-in-One Exam Guide Jan-2024: https://drive.google.com/open?id=1CyzugOh3Ae9Pla8QeWwboawDTnlOnOZ9