Integration-Architect Practice Test Questions

106 Questions


A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration. Which two questions should the integration architect consider?

Choose 2 answers


A.

Can the fulfillment system create new addresses within the Order Create service?


B.

Can the fulfillment system make a callback into Salesforce?


C.

Can the fulfillment system implement a contract-first Outbound Messaging interface?


D.

Is the product catalog data identical at all times in both systems?





B.
  

Can the fulfillment system make a callback into Salesforce?



C.
  

Can the fulfillment system implement a contract-first Outbound Messaging interface?



A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance. What should the architect consider when making the recommendation?


A.

Push Topic Event can define a custom payload.


B.

Change Data Capture does not have record access support.


C.

Change Data Capture can be published from Apex.


D.

Apex triggers can subscribe to Generic Events.





B.
  

Change Data Capture does not have record access support.



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 cause record-locking errors.


B.

Smaller batch size may increase time required to execute bulk jobs.


C.

Smaller batch size may exceed the concurrent API request limits.


D.

Smaller batch size can trigger "Too many concurrent batches" error.





A.
  

Smaller batch size may cause record-locking errors.



B.
  

Smaller batch size may increase time required to execute bulk jobs.



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 capable of establishing a secure API gateway between cloud applications and on-premise resources.


B.

An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.


C.

The middleware solution enforces the OAuth security protocol.


D.

The middleware solution is able to interface directly with databases via an ODBC connection string.





A.
  

The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.



B.
  

An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.



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


A.

Corporate WSDL


B.

Partner WSDL


C.

SOAP API WSDL


D.

Enterprise WSDL





B.
  

Partner WSDL



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.

Encrypted Custom Fields


B.

Named Credentials


C.

Protected Custom Metadata Types


D.

Protected Custom Settings





A.
  

Encrypted Custom Fields



B.
  

Named Credentials



An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a thirdparty 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 Apex SOAP outbound integrations to external web services more secure.


C.

A Make Apex REST outbound integrations to external web services more secure.


D.

Make an API inbound integration from an external Java client more secure.





A.
  

Make formula fields with HYPERLINK() to external web servers more secure.



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.





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.



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.

Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.


B.

Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.


C.

Consider Enterprise security needs for access to DMS and EBS.


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.





B.
  

Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.



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.



A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Their customer base and data set growing rapidly.

They want to make sure that the following policies are enforced:
1. Identifiable patient prescriptions must exist only in their secure system's databaseand encrypted at rest.
2. Identifiable patient prescriptions must be made available only to people explicit authorized in the Patient Prescriptions System assigned nurses anddoctors, patient, and people explicitly the patient may authorize.
3. Must be available only to verified and pre-approved people or legal entities.

To enable this, the company provides the following capabilities:
1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.
2. Certificates for legal entities.
. RESTful services.

The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de identified data in Einstein Analytics.

Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics?
Choose 2 answers


A.

Identity token data storage


B.

Bulk load for Einstein Analytics


C.

Callouts to RESTful services


D.

Encryption in transit and at rest





B.
  

Bulk load for Einstein Analytics



C.
  

Callouts to RESTful services



Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to synch data from external sources. NTO's Integration Architec has received requirements for a new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once complete, 20GB (about 30M records) needs to be extracted to an external auditing system. What should the architect recommend using to meet these requirements in a day?


A.

Insert using Bulk API 2.0 and query using REST API.


B.

Insert and query using Bulk API 1.0.


C.

Insert using Bulk API 1.0 and query using REST API.


D.

Insert and query using Bulk API 2.0.





D.
  

Insert and query using Bulk API 2.0.



Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce. Which three considerations should be evaluated and highlighted when deciding between the solutions?
Choose 3 answers


A.

Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for realtime integrations.


B.

In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.


C.

Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.


D.

Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.


E.

Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.





B.
  

In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.



D.
  

Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.



E.
  

Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.



Explanation: https://developer.salesforce.com/docs/atlas.enus.platform_events.meta/platform_events/platform_event_limits.htm
https://help.salesforce.com/articleViewid=workflow_om_considerations.htm&type=5


Page 3 out of 9 Pages
Previous