CCP CargoWise Integration & Automation 2 — Questions and Answers
Question 1: In CargoWise, what is the primary purpose of the eAdaptor framework?
- To manage customs declarations only
- To provide a messaging infrastructure for exchanging data between CargoWise and external systems (Correct answer)
- To generate financial reports automatically
- To handle warehouse management exclusively
Correct answer: To provide a messaging infrastructure for exchanging data between CargoWise and external systems
eAdaptor is CargoWise's XML-based messaging framework that enables bidirectional data exchange between CargoWise and third-party systems.
Question 2: Which file format does CargoWise's eAdaptor primarily use for data interchange messages?
- JSON
- CSV
- XML (Correct answer)
- EDIFACT
Correct answer: XML
CargoWise eAdaptor uses XML as its primary data format for structured interchange messages between systems.
Question 3: When configuring an eAdaptor endpoint in CargoWise, which transport method is most commonly used for real-time push notifications?
- FTP polling
- SOAP web service
- HTTP/HTTPS POST (Correct answer)
- Email attachment
Correct answer: HTTP/HTTPS POST
HTTP/HTTPS POST is the most common transport for real-time eAdaptor message delivery to external endpoints.
Question 4: What does the term 'Universal Event' refer to in CargoWise automation?
- A scheduled batch job that runs nightly
- A trigger point within CargoWise workflows that can initiate automated actions (Correct answer)
- A global shipment tracking notification sent to all users
- A financial reconciliation process
Correct answer: A trigger point within CargoWise workflows that can initiate automated actions
Universal Events are configurable trigger points in CargoWise that fire automated actions such as sending messages or updating records when specific business conditions are met.
Question 5: In CargoWise EDI configuration, what is a 'Trading Partner' profile used for?
- Storing payment terms for a supplier
- Defining communication settings and message formats for a specific external party (Correct answer)
- Recording freight rates negotiated with carriers
- Managing user access rights for partner companies
Correct answer: Defining communication settings and message formats for a specific external party
A Trading Partner profile stores the EDI communication settings, message format mappings, and transport details for exchanging data with a specific external organization.
Question 6: Which CargoWise feature allows automated creation of shipment records when an inbound EDI booking request is received?
- Workflow Manager
- eAdaptor inbound processing (Correct answer)
- Scheduler Service
- Document Manager
Correct answer: eAdaptor inbound processing
eAdaptor inbound processing can automatically parse incoming EDI messages and create or update CargoWise records such as shipments or consignments.
Question 7: What is the role of XSL Transformations (XSLT) in CargoWise integrations?
- To encrypt sensitive data during transmission
- To convert XML messages from one format or schema to another (Correct answer)
- To validate user credentials on login
- To compress large EDI files before sending
Correct answer: To convert XML messages from one format or schema to another
XSLT is used in CargoWise integrations to transform XML data from the eAdaptor format into the format required by an external system, or vice versa.
In CargoWise, what is the primary purpose of the eAdaptor framework?