A company is planning to offer FTPS connection to its community of trading partners. They already have one server certificate in IBM Sterling B2B Integrator (SBI) that they want to use for the FTPS server in the production environment. In the
development environment they want to use a self-signed test certificate.
Where can the test certificate be created?
A. Trading Partner > Digital Certificates > CA
B. Trading Partner > Digital Certificates > Trusted
C. Trading Partner > Digital Certificates > System
D. Trading Partner > Digital Certificates > Cert Manager
A company wants a Business Process (BP) to be triggered by the arrival of a file in a particular folder. Which adapter could be set to bootstrap when a file is found?
A. File System
B. FTP Client Get
C. Lightweight JDBC
D. Command Line Adapter 2
A global persistence level is set to PERSISTENCE_NONE. Which Business Process (BP) persistence settings will result in more information being persisted?
A. System Default
B. Step Status Only
C. Step Status - Engine May Override
D. BP Start Stop - Engine May Override
A customer is setting up a new EDI trading partner that uses the ASC X12 standard. The trading partner will be sending inbound purchase orders to the customer and expects to receive Functional Acknowledgments (ASC X12 997) transactions in return with Transaction Level acknowledgment detail. Where does the customer enable the outbound Functional Acknowledgments to the trading partner?
A. Set level Inbound Document Envelope
B. Group level Inbound Document Envelope
C. Interchange level Inbound Document Envelope
D. Parameter to X12Deenvelope service in the X12DeenvelopeUnified Business Process (BP)
When editing a Business Process (BP), a developer checks the Document Tracking check box.
What functionality will this action enable?
A. The document tracking data will be available in document_tracking.log.
B. The document will be visible in Business Processes > Monitor > Current Documents.
C. The document meta information will be available in process data when the BP executes.
D. The document will be archived in an external archive configured in doc_tracking.properties.
A file must be translated and then sent via FTP. The TranslateFile and SendFTP Business Processes (BP) handle this. In the event of a failure in SendFTP, the file must be able to be resent without translating the file again. What is the most appropriate invoke mode for TranslateFile to call SendFTP?
A. Inline
B. Direct
C. Async
D. Embedded
Which option shuts down a system and ensures that currently running processes complete prior to termination?
A. Soft Stop
B. Host Information
C. Quiesce System
D. Stop the System
A Business Process (BP) has been identified that failed due to an issue with the Lightweight JDBC adapter using a database that is unavailable. The database has been made available again. The BP has no built in OnFault logic. To reprocess the failed BP, which action to be executed is the most efficient for each of the failed instances?
A. Restart
B. Resume
C. Advanced Restart
D. Terminate and Resubmit
For increased availability reasons, a two-node application cluster has two servers in the DMZ. Each DMZ server has two network adapters. The system needs to be enabled to accept inbound FTP or FTP SSL client connections on port 25000 and 26000. A wildcard (*) is not used in the Perimeter Server. How many FTP Server adapters need to be configured to support ACTIVE and PASSIVE user initiated sessions?
A. 2
B. 4
C. 8
D. 16
A developer has set up a File System Adapter to monitor a specific folder on the file system. When a file arrives in the folder, a Business Process (BP) will be executed. Where will the file payload be available to the rest of the BP?
A. Primary Data
B. Process Data
C. Primary Document
D. Process Document