Which storage type is required for the Cloud Pak Platform UI?
Answer : C
The correct selection is File when the question is constrained to a single storage type. In IBM Cloud Pak for Business Automation, the Cloud Pak Platform UI, also known as Platform UI or Zen, is part of the foundational user-entry layer and requires persistent storage for platform user-management and service metadata. IBM's storage requirements table lists Platform UI / Zen as requiring persistent volume support and identifies Zen user management with a file system requirement. Object storage, represented by S3-compatible storage in IBM documentation, is preferred for some read-write-many scenarios and optional content-store patterns, but Platform UI / Zen is not listed as requiring S3 object storage. Block storage can be involved through RWO persistence for database-backed components, but the tested functional requirement maps to file-based persistence for the Platform UI service layer. Tape is irrelevant, object storage is not the Platform UI requirement, and File is the best answer. Reference/topics: CP4BA storage considerations, Platform UI / Zen, persistent volumes, RWO/RWX storage, Zen user-management file system.
How should business rules be structured in Operational Decision Manager?
Answer : C
The correct answer is C. Operational Decision Manager is designed to externalize, organize, govern, test, and evolve decision logic independently from application code. Business rules should therefore be modularized into appropriate decision services, rule projects, packages, ruleflows, decision tables, and rule artifacts. A decision service can be organized into a main rule project and optional standard rule projects to split business logic into several parts. Project hierarchy, project references, and rule packages make applications more modular. This structure improves maintainability because changes can be made to the relevant rules or projects without destabilizing unrelated decision logic. Hard-coding values defeats the purpose of a business rules management system. Avoiding natural language is incorrect because ODM's business rule authoring is built around business vocabulary and Business Action Language concepts. Consolidating all logic into a single decision table creates maintenance, performance, and governance problems. Modular rule structure supports traceability, governance, testing, versioning, and controlled deployment. Reference/topics: Operational Decision Manager, decision services, rule projects, modular rule design, rule packages, decision governance.
How are content objects updated between cases, case activities, and workflow processes in a case solution?
Answer : C
The correct answer is C. In Business Automation Workflow case/process integration, case content objects represent the properties associated with a case and activity. Data objects defined in a case solution are available in the designer and can be used to implement case activities that use a process and build user interfaces. Case content objects are passed by reference from a case to a process, with no input mapping required; the reference is automatically assigned to the matching case object declaration in process variables. This behavior establishes the case or case activity as the authoritative source that pushes the content-object reference into the process context. It is not a source-code pull request, so option A is irrelevant. It is not simply asynchronous messaging, because the tested concept is propagation of case/activity content objects into the process execution context. It is also not a generic synchronous update model where both sides independently commit changes at the same time. In solution design, the case/activity supplies the content object context to the process. Reference/topics: Case activities with workflow processes, content object variables, case content objects, parent case interaction, process variables.
What are the four building blocks that make up the main task routes for Content Collector?
Answer : D
The correct answer is Task, Audit log, Error, and Decision points and rules. In IBM Content Collector, task routes define how collected content is processed, evaluated, logged, and handled when failures occur. A task performs a processing action, such as collecting, transforming, classifying, archiving, or otherwise acting on content. An audit log task records successful or unsuccessful execution details, supporting traceability and operational diagnostics. An error task route provides controlled handling for exceptions and failed processing paths. Decision points and rules introduce conditional routing so that documents can follow different processing paths based on metadata, document state, or defined conditions. Collector is not one of the four building blocks listed for main task routes in the answer set; it represents a functional role in ingestion, not the structural route element being tested. These elements define a governed, auditable processing path for content capture and disposition. Reference/topics: Content Collector, Task routes, Elements of a task route, Decision points and rules, Audit log task, Error task route.
During which task in Datacap would a lookup occur?
Answer : C
A lookup occurs during Verification. In IBM Datacap, verification is the point at which captured and recognized data is reviewed, corrected, validated, or enriched before the batch is exported to downstream systems. Lookup actions are typically used to validate field values against an external source, such as a database, REST service, SOAP service, or application-specific reference table. For example, an operator can enter partial known data in a verify task field, invoke a lookup, select the correct returned record, and populate or validate related fields. This pattern fits the verification phase because the operator is resolving uncertain or incomplete captured values while the document is still inside Datacap's quality-control workflow. Profiler is more associated with identifying or structuring documents, VScan is associated with scanning or virtual scanning ingestion, and Export is the final handoff after validation. Therefore, Verification is the precise task where interactive lookup behavior belongs. Reference/topics: Datacap verification tasks, lookup actions, field validation, database lookup, operator correction and enrichment.
A customer wants to automate some of the typical operations performed in Decision Center Business Console.
Which two operations can be automated using the Decision Center REST API? (Choose two.)
Answer : D, E
The correct answers are D and E. Decision Center exposes a REST API that is designed to automate decision-service lifecycle operations normally performed through the Business Console, especially in continuous deployment scenarios. The Decision Center REST API can be used to build, test, and deploy decision services, and to enforce a continuous deployment process with a programming language of choice. Rule deployment can be automated by using the Decision Center REST API, and RuleApp archives can be downloaded through programmatic APIs. Retrieving decision services from the repository is a normal repository-management operation exposed through the REST API model. Building, downloading, or deploying a RuleApp for a deployment configuration is also a supported deployment-automation scenario. Option B relates to Rule Execution Server runtime monitoring, not Decision Center Business Console automation. Options A and C are not the tested REST-automation operations in this context. Reference/topics: Decision Center REST API, decision-service repository operations, automated rule deployment, RuleApp build/download/deploy, deployment configurations.
Which external applications can be integrated with Business Automation Navigator?
Answer : D
The correct answer is D. Business Automation Navigator is built on the IBM Content Navigator content-user experience and supports extension through plug-ins and third-party application integration. Navigator can provide access to business applications, dashboards, content features, custom plug-ins, and third-party applications. For the specific integrations in the answer set, IBM Content Navigator documentation lists plug-ins for Microsoft SharePoint Online, DocuSign, and IBM Sametime. The SharePoint Online plug-in allows users to browse, search, and work with repository documents from Microsoft SharePoint Online. The DocuSign plug-in allows documents from an ECM repository to be sent to DocuSign for digital signing and approval. The Sametime plug-in enables chat-service integration through single sign-on configuration. The other options include products that may be integrated through custom development or general connectors in broader ecosystems, but they are not the documented Navigator integration combination being tested. Therefore, SharePoint Online, DocuSign, and Sametime are the correct set. Reference/topics: Business Automation Navigator, IBM Content Navigator plug-ins, SharePoint Online integration, DocuSign plug-in, Sametime plug-in.