BOOMI ASSOCIATE DEVELOPER EXAM
QUESTIONS AND ANSWERS GRADED A+
2025/2026
Connectors - ANS The main component that contains all the information needed to connect
to a data source or application
Why use Connectors? - ANS - Simplifies application support
- Supports advanced options to fine-tune behavior
- Built-in data manipulation
- Real-time support
Connectors: Simplifies application support - ANS - Automatically updates to new versions.
- Protects data access using different authentication types.
- Automatically discovers the recently supported objects in the application API.
Connectors: Supports advanced options to fine-tune behavior - ANS - Highly configurable
- Allows configuration, based on the use case
- Advanced options allow for additional specification
Connectors: Built-in data manipulation - ANS - Automatically pages through large data sets
and retrieves the entire data set from the API.
- Optimizes data transfer and efficiency by splitting large files into smaller chunks.
1 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
,- Supports batches to improve efficiency and performance.
Connectors: Real-time support - ANS - Provides listener support
- Provides real-time data validation and integration, including communication with trading
partners.
Connector Types - ANS - Application
- Technology
- Event-driven
- Custom
Application - ANS Provide connectivity to specific software applications such as Netsuite,
Salesforce, SAP, Amazon, etc.
Technology - ANS Provide connectivity to and from web applications, on-premise
applications, and data repositories using various protocols (including HTTP, SFTP, JMS, etc.),
using a standard data transport method or generic data driver.
Event-driven - ANS Provide connectivity to event-based systems using application and
technology connectors.
Custom - ANS You can develop, deploy, and publish custom connectors by leveraging the
Boomi Connector API using the Connector SDK and its companion SDK Javadoc.
Salesforce (Read) Connector - ANS - (Retrieves information from a Salesforce account)
- Provides Connectivity protocols to any native Salesforce application.
- You can configure it with filters to limit the results returned.
- Can read related objects (children and/or parent processes) in the same operation
- Can sort results
2 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
, What is a Salesforce Connector made up of? - ANS 1. The Connection is where you provide
the information for the Salesforce account you are connecting to.
2. The Operation is where you provide the information that tells AtomSphere how to retrieve
the data from Salesforce. Scroll down to learn more about each.
The Salesforce Connection - ANS Contains:
URL: The Production URL path to the SF API. You can configure it to any other SF API Endpoint
Username: Integration user email address
Password: Login password + Security token
The Salesforce Operation - ANS Contains:
Action: A SF query returns 0 to many objects records from a single API request based on input
filters
Response Profile: Identifies the standard and custom response fieldset with SF data formats. It is
a re-usable XML Profile component embedded in the mapping
Query Limit: The maximum number of records to return to our Process, default of -1, returns all
results matching the specification.
-Filters are used to narrow down the response set
Dynamic Configuration - ANS Process shapes and components use parameters
Parameter values - ANS Represent data from a document field, current system date/time,
static value, result of a connector call or database query, or a variety of other values.
Why Use Parameters? - ANS They provide the ability to dynamically pass values into
numerous shapes.
Types of Parameters - ANS 1. Cross Reference Lookup
2. Date/Time
3. Dynamic Process Property
3 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
QUESTIONS AND ANSWERS GRADED A+
2025/2026
Connectors - ANS The main component that contains all the information needed to connect
to a data source or application
Why use Connectors? - ANS - Simplifies application support
- Supports advanced options to fine-tune behavior
- Built-in data manipulation
- Real-time support
Connectors: Simplifies application support - ANS - Automatically updates to new versions.
- Protects data access using different authentication types.
- Automatically discovers the recently supported objects in the application API.
Connectors: Supports advanced options to fine-tune behavior - ANS - Highly configurable
- Allows configuration, based on the use case
- Advanced options allow for additional specification
Connectors: Built-in data manipulation - ANS - Automatically pages through large data sets
and retrieves the entire data set from the API.
- Optimizes data transfer and efficiency by splitting large files into smaller chunks.
1 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
,- Supports batches to improve efficiency and performance.
Connectors: Real-time support - ANS - Provides listener support
- Provides real-time data validation and integration, including communication with trading
partners.
Connector Types - ANS - Application
- Technology
- Event-driven
- Custom
Application - ANS Provide connectivity to specific software applications such as Netsuite,
Salesforce, SAP, Amazon, etc.
Technology - ANS Provide connectivity to and from web applications, on-premise
applications, and data repositories using various protocols (including HTTP, SFTP, JMS, etc.),
using a standard data transport method or generic data driver.
Event-driven - ANS Provide connectivity to event-based systems using application and
technology connectors.
Custom - ANS You can develop, deploy, and publish custom connectors by leveraging the
Boomi Connector API using the Connector SDK and its companion SDK Javadoc.
Salesforce (Read) Connector - ANS - (Retrieves information from a Salesforce account)
- Provides Connectivity protocols to any native Salesforce application.
- You can configure it with filters to limit the results returned.
- Can read related objects (children and/or parent processes) in the same operation
- Can sort results
2 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.
, What is a Salesforce Connector made up of? - ANS 1. The Connection is where you provide
the information for the Salesforce account you are connecting to.
2. The Operation is where you provide the information that tells AtomSphere how to retrieve
the data from Salesforce. Scroll down to learn more about each.
The Salesforce Connection - ANS Contains:
URL: The Production URL path to the SF API. You can configure it to any other SF API Endpoint
Username: Integration user email address
Password: Login password + Security token
The Salesforce Operation - ANS Contains:
Action: A SF query returns 0 to many objects records from a single API request based on input
filters
Response Profile: Identifies the standard and custom response fieldset with SF data formats. It is
a re-usable XML Profile component embedded in the mapping
Query Limit: The maximum number of records to return to our Process, default of -1, returns all
results matching the specification.
-Filters are used to narrow down the response set
Dynamic Configuration - ANS Process shapes and components use parameters
Parameter values - ANS Represent data from a document field, current system date/time,
static value, result of a connector call or database query, or a variety of other values.
Why Use Parameters? - ANS They provide the ability to dynamically pass values into
numerous shapes.
Types of Parameters - ANS 1. Cross Reference Lookup
2. Date/Time
3. Dynamic Process Property
3 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.