Salesforce Integration-Architecture-Designer Cert Guide PDF 100% Cover Real Exam Questions
Pass Integration-Architecture-Designer Exam - Real Questions and Answers
Salesforce Integration-Architecture-Designer certification exam is an essential credential for professionals who are responsible for designing and implementing complex integration solutions in a Salesforce environment. Salesforce Certified Integration Architecture Designer certification demonstrates a professional's knowledge and expertise in Salesforce integration architecture, which is highly valued in the industry. Certified professionals are sought after by organizations that rely on Salesforce as their primary CRM tool and are responsible for ensuring that the platform is integrated seamlessly with other systems.
Salesforce Integration-Architecture-Designer exam is a certification that validates the knowledge and skills of professionals who design and implement complex integrations between Salesforce and other systems. Salesforce Certified Integration Architecture Designer certification is ideal for architects, developers, and administrators who work with Salesforce and have a deep understanding of its data model, security model, and APIs.
NEW QUESTION # 22
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
1. Transactions are created at any time through their various on-premise and cloud-based systems.
2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?
- A. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
- B. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
- C. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
- D. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.
Answer: C
NEW QUESTION # 23
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. Receive Application Events through Change Data Capture (CDC).
- D. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
Answer: B,D
NEW QUESTION # 24
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 shouldan integration architect consider when choosing the right option in building the integration between the external system and Salesforce?
- A. Due to highvolume of records, salesforce will need to make a REST API call to external system.
- 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, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
Answer: B
NEW QUESTION # 25
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 added been to an outbound firewall rule.
- B. The endpoint domain has been added to Cross-Origin Resource Sharing.
- C. The endpoint URL has been added to Remote Site Settings.
- D. The endpoint URL has been added to Content Security Policies.
Answer: D
NEW QUESTION # 26
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 # 27
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 has a trigger in Apex.
- B. The platform events are published after the Apex transaction completes.
- C. The platform events are being published from Apex.
- D. The platform events are published immediately before the Apex transaction completes.
Answer: B
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define
NEW QUESTION # 28
Universal Containers is using the enterprise WSDL to integrate their financial system to salesforce, while reading y=the release notes for the upcoming salesforce release the architect discovers a new object will be added to the salesforce data model that would be beneficial for the financial system integration.
What two actions should the architect take to ensure the new object will be available to the financial system integration?
Choose 2 answers
- A. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
- B. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
- C. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
- D. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
Answer: A,C
NEW QUESTION # 29
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. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.
- D. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.
Answer: B,D
NEW QUESTION # 30
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?
- A. Custom Web Tab
- B. Lightning Component
- C. Visualforce
- D. Canvas
Answer: D
NEW QUESTION # 31
A large consumer goods manufacturer operating in multiple countries is planning 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 systems will 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. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
- B. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
- C. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
- D. Assess security requirements for internal systems and decide Integration methods that support the requirements.
- E. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
Answer: C,D,E
NEW QUESTION # 32
Universal Containers (UC) has integrations developed between Salesforce and back-end ERP applications.
During peak load, UC is getting an error at the integration layer indicating, "Login Rate Exceeded".
Which two recommendations would mitigate this issue?
- A. Use a different user for each integration.
- B. Set the permission login to never expire for the user.
- C. Keep re-typing the login call until it's successful.
- D. Cache the session ID to avoid a login call.
Answer: A,D
NEW QUESTION # 33
Universal containers is building an integration from their employee portal to salesforce Chatter.They would like their employee portal to read and write to the Chatter API on behalf of the employee using the portal.
What is the correct way to authenticate to the chatter API to meet this requirement?
- A. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
- B. Use oAuth Which will pass their portal credentials to the chatter API.
- C. Use a chatter API integration user which authenticates to salesforce using oAuth.
- D. Use oAuth to authorize the portal to access the chatter API on behalf of the user.
Answer: C
NEW QUESTION # 34
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back office systems to provide a single interface for associates.
Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?
- A. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
- B. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
- C. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
- D. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
Answer: C
NEW QUESTION # 35
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.
Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?
- A. Integrating Salesforce with Email Management System, Order Management System and Case Management System.
- B. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
- C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
- D. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
Answer: D
NEW QUESTION # 36
Universal containers has built an integration module to pull customer support tickets out of various systems and push them to salesforce as cases. The integration was implemented using Salesforce SOAP API with batch size 200, and the jobs are scheduled to run every 30 minutes to make sure a job completes before the next job starts.
After going Live, they found that jobs are failing occasionally due to a "Max CPU time exceeded" error thrown from a trigger on the case. Reducing the batch size to 100 would resolve the issue, but the jobs would then take an average of 35 minutes to run. Which two options should be considered to resolve the issue and make sure a job completes before the next one starts?
Choose 2 answers
- A. Bulk API with parallel option and batch size 100, and no code changes.
- B. No change to API options, and move the trigger code into a future method.
- C. Bulk API with serial option and batch size 100, and no code changes
- D. No change to API options, and move the trigger code into a Queuetable apex
Answer: A,B
NEW QUESTION # 37
Universal Containers is planning to sue Bulk API instead of SOAP API to load 1 million activity records from Accounts. Opportunities, can Cases.
Which are two advantages of using Bulk API over SOAP API?
- A. Bulk API needs fewer network round trips to complete the data load.
- B. Bulk API doesn't need a login to Salesforce and can process data offline.
- C. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSDL.
- D. Bulk API doesn't need XML processing and can send data using CSV.
Answer: A,D
NEW QUESTION # 38
Universal Containers (UC) uses several systems as part of their enterprise system landscape, including Salesforce and an ERP system. Salesforce is the master system for CRM data, such as Accounts and Opportunities. The ERP system is the master system for customer orders, shipping, and billing information. As part of their business process flow, when an order is created in the ERP system, it also needs to be created in Salesforce in real time.
Which two options should UC consider to ensure duplicate Orders are not created in Salesforce?
- A. Use a middleware tool to handle the responsibility for managing multiple duplicate calls.
- B. Customize the Apex web service REST call to send a unique message ID to the ERP system.
- C. Use outbound messaging to send a unique message ID to the ERP system.
- D. Use the upsert() function instead of create() to prevent the creation of unwanted duplicate records.
Answer: A,D
NEW QUESTION # 39
Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege, and
2. The activities of the eternal systems must be available for audit.
What should an Integration Architect recommend as a solution for these integrations?
- A. A unique integration user for each external system integration.
- B. A shared Connected App for the three external system integrations.
- C. A shared integration user for the three external system integrations.
- D. A Connected App for each external system integration.
Answer: D
NEW QUESTION # 40
Universal Containers would like to use a hard-coded username/password/security token of a user with a System Administrator profile to integrate its back-end system to Salesforce for inbound API calls.
Which two security issues are associated with this approach.
- A. Unsecure storage of the credentials may result in hackers gaining unauthorized access to Salesforce.
- B. Unintended password resets will cause the integration to stop working and disrupt business processes.
- C. All back-end systems get uncontrolled access to any data within the Salesforce environment.
- D. Apex web services can executive with system privileges with such Salesforce credentials.
Answer: A,C
NEW QUESTION # 41
Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services.
What are two considerations an Integration Architect should evaluate before choosing a middleware solution?
Choose 2 answers
- A. The middleware solution is able to interface directly with databases via an ODBC connection string.
- B. The middleware solution enforces the OAuth security protocol.
- C. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
- D. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
Answer: C,D
NEW QUESTION # 42
......
The Salesforce Integration-Architecture-Designer exam is designed for experienced integration architects, integration developers and technical architects who have a deep understanding of integration patterns, protocols, tools and technologies. Salesforce Certified Integration Architecture Designer certification focuses on testing your knowledge in areas such as integration architecture, API design, data modeling, security, governance, and performance optimization.
100% Free Integration-Architecture-Designer Daily Practice Exam With 108 Questions: https://www.testsimulate.com/Integration-Architecture-Designer-study-materials.html