[Q51-Q69] Latest Integration-Architecture-Designer Exam with Accurate Salesforce Certified Integration Architecture Designer PDF Questions [Jan 12, 2024]

Share

[Jan 12, 2024] Latest Integration-Architecture-Designer Exam with Accurate Salesforce Certified Integration Architecture Designer PDF Questions

Practice To Integration-Architecture-Designer - TestKingFree Remarkable Practice On your Salesforce Certified Integration Architecture Designer Exam


To pass the Salesforce Integration-Architecture-Designer certification exam, candidates must have a comprehensive understanding of Salesforce integration technologies, including SOAP, REST, and Bulk APIs, as well as experience in designing and implementing complex integration solutions. Candidates must also have a solid understanding of security best practices for integrating Salesforce with other systems. The Salesforce Integration-Architecture-Designer certification is a valuable credential for professionals who want to advance their careers in Salesforce integration architecture.

 

NEW QUESTION # 51
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 does not offer any reliability.
  • B. Outbound messaging cannot be made secure
  • C. Outbound messaging does not support SOAP
  • D. Outbound messaging does not support multiple objects

Answer: D


NEW QUESTION # 52
Universal Containers would like to integrate to an external system from Salesforce over a secure channel howeverthe external system does not support HTTP-basic authentication What approach should an integration Architect recommend that enables the external system to trust the data being received?

  • A. Digitally sign the Payload using a private key trusted by the external system.
  • B. Base64 encode the data to ensure untrusted 3rd parties don't see it.
  • C. Utilize a 3rd-party SSO solution to authenticate the session.
  • D. Include a secret passphrase in the payload that is a validated by the external system.

Answer: B


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

Answer: A,D,E


NEW QUESTION # 54
Universal Containers (UC) is planning to roll out a new Force.com app to a regional business unit. UC has partial copy and a full sandbox available for deployment. UC's Architect has been asked to design an environment strategy for integration testing and performance testing, as well as user acceptance testing.
What is the recommended use of available sandbox types that an Architect should consider?

  • A. Use the full sandbox for user acceptance testing and use the partial copy for integration and performance testing.
  • B. Use the full sandbox for performance and user acceptance testing and the partial copy for integration testing.
  • C. Use the partial copy for performance testing and full sandbox for integration and user acceptance testing.
  • D. Use the full sandbox for integration testing and the partial copy for user acceptance and performance testing.

Answer: B


NEW QUESTION # 55
Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.
Which solution is recommended in order to meet the requirement?

  • A. A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.
  • B. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
  • C. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
  • D. Create a connected app in the affiliate org and select the "Accept CometD API Requests".

Answer: B


NEW QUESTION # 56
An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?

  • A. Authenticate the integration using existing Network-BasedSecurity.
  • B. Authenticate the integration using existing Single Sign-On.
  • C. Create a special user solely for the integration purposes.
  • D. Create a new user with System Administrator profile.

Answer: C


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

Answer: D


NEW QUESTION # 58
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 Mutual Authentication.
  • C. Generate a Self-signed Certificate.
  • D. Enable My Domain and SSL/TLS.

Answer: B


NEW QUESTION # 59
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality.
What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?

  • A. Regression Testing
  • B. Unit Testing
  • C. User Acceptance Testing
  • D. Performance Testing

Answer: A


NEW QUESTION # 60
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 # 61
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 options to migrate DMS and EBS into Salesforce.
  • B. Users should be authenticated into DMS and EBS without having to enter username and password.
  • C. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
  • D. Consider Enterprise security needs for access to DMS and EBS.
  • E. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.

Answer: A,B,E


NEW QUESTION # 62
Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces.
How should the architect ensure this requirement is met?

  • A. Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately.
  • B. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data.
  • C. Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data.
  • D. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data.

Answer: D


NEW QUESTION # 63
In order to avoid slowing down inbound call center sales agents, Universal Containers wants to de-duplicate Lead records against their 3rd-party MDM system after that the agent has served the record in Salesforce.
What integration strategy should an Architect recommend?

  • A. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
  • B. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
  • C. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
  • D. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.

Answer: C


NEW QUESTION # 64
UC leverages external MDM as the customer master. When an agent creates or updates an account in Salesforce, it must be created/updated in MDM before it is saved in Salesforce. Sales users should be allowed to navigate to other pages while the account record is saved.
What is the recommended approach?

  • A. Make a continuation callout from VF page controller with page refresh using Action poller.
  • B. Make an @future callout to MDM from a trigger with page refresh using Action region.
  • C. Make a synchronous callout from VF page controller with page refresh using Action region.
  • D. Make an asynchronous callout from VF page controller with page refresh using Action region.

Answer: A


NEW QUESTION # 65
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.
Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?
Choose 2 answers

  • A. Exceeding Governor Limits.
  • B. Orphaned Requests
  • C. Duplicate messages
  • D. Out-of-order delivery.

Answer: C,D


NEW QUESTION # 66
A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.

The following business processes need to be supported in Salesforce:
1. Sales Consultants should be able to have access to current inventory.
2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.
3. Quotes should be generated in Salesforce with pricing from ERP.
4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.
5. Master Data Management (MDM) is the system of record for customers and prospects.
6. Invoices should be accessible in Salesforce.
Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?

  • A. ERP, Inventory, Pricing Engine, Invoices system
  • B. ERP, Invoices system, Data Warehouse and BI Tool
  • C. ERP, MDM, Data Warehouse, Invoices system
  • D. ERP, MDM, BI tool and Data Warehouse

Answer: A


NEW QUESTION # 67
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.
Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?
Choose 2 answers

  • A. Orphaned Requests
  • B. Duplicate messages
  • C. Out-of-order delivery.
  • D. Exceeding Governor Limits.

Answer: B,D


NEW QUESTION # 68
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. Remove the query filters.
  • B. Include selective criteria in query filters.
  • C. Remove the sharing restrictions.
  • D. Include non-selective criteria in query filters.

Answer: B,C

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


NEW QUESTION # 69
......

Exam Questions and Answers for Integration-Architecture-Designer Study Guide Questions and Answers!: https://ensurepass.testkingfree.com/Salesforce/Integration-Architecture-Designer-practice-exam-dumps.html