IBM Datacap V9.0 Solution Designer v1.0 (C2070-994)

Page:    1 / 5   
Total 72 questions

What HTTP methods allow a user to create a batch, upload pages to the batch, set the file name, update page files and release a batch to the next task through wTM services?

  • A. HTTP GET, POST, and PUT
  • B. HTTP CREATE, POST, PUT, and RELEASE
  • C. HTTP CREATE, UPLOAD, UPDATE and PUT
  • D. HTTP GET, UPLOAD, POST, and RELEASE


Answer : A

Explanation:
Datacap Web Services is a Windows web service or Microsoft IIS-based web service for interaction with Datacap through a simple, platform-independent, representational state transfer (REST) application programming interface (API). Datacap Web Services supports the HTTP GET, POST, and PUT methods for you to create, update, and release a batch.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcdws031.htm

An application needs to split transactions in the batch by channel: fax, email, mail, over the counter. Each transaction is a document in the DCO. Each channel is tracked by a variable created in the classification task.
Where should SplitBatch and the Channel variable be attached?

  • A. Attached SplitBatch at the page level and @P.Channel at the page level.
  • B. Attached SplitBatch at the document level and @B.Channel at the batch level.
  • C. Attached SplitBatch at the batch level and @D.Channel at the document level.
  • D. Attached SplitBatch at the document level and @P.Channel at the document.


Answer : D

Explanation:
SplitBatch splits a batch into smaller batches that are based on the value of the specified document-level variable.
All the structure and variables, etc. that were in the parent batch docs/pages are retained in the child batches.
Incorrect Answers:
C: The SplitBatch parameter is pointing to a Document or Page variable that determines if the Document or Page is to be split to a Child Batch.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgc26.htm

What are two integrated application platforms supported with Datacap V9.0?

  • A. JBoss and WebLogic
  • B. JBoss and WebSphere
  • C. WebLogic and WebSphere
  • D. Oracle Application Server and JBoss


Answer : C

Explanation:
IBM Datacap Version 9 Feature Pack 2 include platform support for Oracle WebLogic server.
IBM WebSphere Application Server is used to host the optional IBM Content Navigator web client. IBM Content Navigator communicates with Datacap through
Datacap Web Services.
References:
https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.datacaptoc.doc/dc_highlights_9002.htm
IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 75

A company needs to decide what scanner types to purchase in order to support their scanning needs.
Which two IBM Datacap components support both scanner driver interface, Image and Scanner Interface Specification (ISIS) and TWAIN drivers?

  • A. FastDoc application
  • B. Datacap Studio application
  • C. Datacap Desktop application
  • D. Datacap Navigator application
  • E. Datacap Web Client application


Answer : AC

Explanation:
FastDoc can process documents that are scanned on TWAIN or ISIS scanners, and image files of documents that were previously scanned or faxed.
Datacap Desktop supports ISIS and TWAIN scanners.
Incorrect Answers:
E: The Datacap Web Client supports TWAIN scanners only.
References:
https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.admin.doc/dcfdc041.htm https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg450.htm

A solution designer needs to perform a database lookup when they click on a field.
When they create a Lookup variable on a field, what is the correct syntax?

  • A. <SQL flist="™Car_Type"™;SELECT Car_Type FROM car_Types</SQL>
  • B. <dsn="*/lookupdb:cs">SELECT Car_Type FROM Car_Types;,"™Car_Type"™Car_Type"™</SQL>
  • C. <SQL flist=="™Car_Type"™ dsn="*/lookupdb:cs">SELECT Car_Type FROM Car_Types</SQL>
  • D. <SQL flist=SELECT Car_Type FROM Car_Types dsn="*lookupdb:cs">"™Car_Type"™</SQL>


Answer : C

Explanation:
The following sample Lookup value gets a list of car types from the lookup database that is specified in the application configuration (.app) file. The sample code then populates the Car_Type field with the selected value.
<SQL flist='Car_Type' dsn="*/lookupdb:cs">SELECT Car_Type FROM Car_Types</SQL>
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg317.htm

A company with many web users would like to publish a single address for IBM Datacap verification. Because of the number of concurrent users and heavy web traffic, they need to use multiple Datacap Web Servers. The company also needs to ensure session stability and security using SSL.
Which architecture will meet this need?

  • A. Configure a load balancer to redirect work through port 80 to 4 Datacap Web Servers.
  • B. Configure a load balancer to redirect work through port 443 to 4 Datacap Web Servers.
  • C. Configure a load balancer with persistent sessions to redirect work through port 80 to 4 Datacap Web Servers.
  • D. Configure a load balancer with persistent sessions to redirect work through port 443 to 4 Datacap Web Servers.


Answer : B

Explanation:
The https:// protocol can be used in exactly the same way as the http:// protocol. The differences are that HTTPS uses a default port number of 443 (80 for HTTP) and that HTTPS automatically performs SSL negotiation and thus always sends data in encrypted form, i.e. web servers accessed through https:// have to be
"secure web servers".
TCP/IP sessions are inherently persistent and there is no need for the load balancer to persist Datacap Server sessions. However, you might want to configure the load balancer to persist sessions based on the client IP address to force all threads from any Rulerunner server to use the same Datacap Server.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcplb001.htm

An IBM Datacap application developer is debugging the Loan application and is examining the task profile for that application:


Which of the following best describes the impact of this task profile on the Loan application?

  • A. The task profile determines the order that Datacap will execute the Loan application rules.
  • B. The task profile determines the order that Datacap will execute the Loan application rulesets.
  • C. The task profile determines the order that Datacap will execute the Loan application workflow tasks.
  • D. The task profile determines which object a ruleset is bound to in the loan application document hierarchy.


Answer : A

Explanation:
Rules are run according to the position of the ruleset within the task profile, and the position of the associated object within the document hierarchy.
Two conditions determine whether a rule is run. A rule runs only when it is associated with a specific object in the document hierarchy. Also, the rule runs only when the parent ruleset is included in the current task profile.
The position of a rule within its ruleset does not affect when the rule is run.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg360.htm

A developer has been tasked with exporting to a CVs file for a mainframe to ingest the field data from all the documents within a batch. The export must be used to set location and what level must this Rule be attached in the DCO?
What action must be used to set location and what level must this Rule be attached in the DCO?

  • A. ExportPath; batch > Open
  • B. SetExportPath; Batch > Open
  • C. ExportPath; Document > Open
  • D. SetExportPath; Document > Open


Answer : B

Explanation:
The SetExportPath action sets the export file location.
References:
IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 208 https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg253.htm

In a client/server configuration, security encryption keys are imported to the computer where each of the Datacap components is installed and configured.
In which of the following Datacap components would the encryption key be created?

  • A. Datacap Server
  • B. Datacap Desktop
  • C. Datacap Rulerunner
  • D. Datacap Application Manager


Answer : A

Explanation:
In a client/server configuration, you must generate and export matching security encryption keys from the server on which the Datacap server software component is installed to all of the computers on which any Datacap component is installed. This requirement secures any passwords that are passed over or received from the network by the Datacap component.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcain011-cs_only.htm

A solution designer needs to integrate IBM Datacap into an existing IBM case manager environment. The business units who will be using the solution wants to be able to capture content with Datacap without having to exit the case they are working on.
What component of Datacap would be best suited to allow the users to capture documents from within the IBM Case Manager solution?

  • A. Datacap Studio
  • B. Datacap Navigator
  • C. Datacap Web Client
  • D. Datacap Case Client


Answer : B

Explanation:
Enhancements to Datacap Navigator include direct scan from IBM Content Navigator and IBM Case Manager.
New IBM Content Navigator widget scans and imports TIFF image files.
Adds a menu action or button to the IBM Case Manager and Browse user interface.
Documents are stored directly in case and repository folders.
Manage pages in filmstrip view: move, delete, insert, and zoom.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.datacaptoc.doc/dc_highlights_9003.htm

A company wants to only review pages with low confidence and failed fields. High confidence and good validation will bypass review and continue directly to
Export.
What automatically configured action in the validate ruleset sets a flag for pages to be reviewed?

  • A. Use the cation "CheckAllIntegrity" from the rrunner library to automatically set the status flag.
  • B. Use the cation "SetProblemValue" from the autodoc library to set the threshold of problem status for viewing.
  • C. Use the action "Status_Preserve_OFF" from the rrunner library to automatically set the object status for viewing.
  • D. Set the action "SetisOverrideable" from the validations library, to false, to automatically set the object status for viewing.


Answer : B

Explanation:
SetProblemValue uses the decimal value that you supply as a parameter to set a minimum Matching Tolerance Rating.
Incorrect Answers:
A: CheckAllIntegrity checks all documents in the batch to determine whether they meet the document integrity requirements that are specified in the document hierarchy.
C: Status_Preserve_OFF allows rules to change the STATUS value of fields, for example, to assign a problem status.
D: SetisOverrideable specifies if the user can or cannot override a validation that fails for the current object.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg852.htm

What are two benefits of using Box and IBM Datacap integration?

  • A. Off premises storage of documents and metadata in Box.
  • B. Off premises storage of documents in Box but not the associated metadata.
  • C. The use of the Box API to write custom actions for ingesting documents into Datacap.
  • D. Datacap"™s out of the box ability to poll Box folders for batch creation and ingestion.
  • E. Off premise storage of documents in Box and Box"™s ability to automatically launch Case Manager workflows using the Box API.


Answer : AD

Explanation:
As a repository, Datacap has a library of actions to export documents and metadata to Box. New to Datacap is the ability to ingest from Box. This ability allows
Datacap to poll Box folders for batch creation in addition to uploading or exporting content and metadata to Box at the end of processing.
References:
IBM Redbooks, IBM Enterprise Content Management and Box, First Edition (March 2016), page 74

A developer needs to manually execute the "OldBatches" task from the "Maint" application to remove batches in a "Job Done" status and verify results when complete.
What below tasks will need to be performed to achieve the objective?

  • A. Open NENU Manager>Select Maint application>select OldBatches tprofile>review C:\Datacap\NENU\batches\NENU_NENU\nenu_rrs.log
  • B. Open Datacap Maintenance Manager>Select Maint application>select OldBatches tprofile>review C:\Datacap\DMM\batches\DMM\dmm_rrs.log
  • C. Open Datacap Maintenance Manager>Select Maint application>select OldBatches tprofile>review C:\Datacap\NENU\batches\NENU_NENU\nenu_rrs.log
  • D. Open Datacap Maintenance Manager>Select Maint application>select OldBatches tprofile>review C:\Datacap\MaintenanceManager\batches\MaintenanceManager\maintenancemanager_rrs.log


Answer : C

Explanation:
Using Windows Explorer, open the Maintenance Manager folder under the Batches folder of the application. For example, open C:\Datacap\NENU\batches
\NENU_NENU.
Review the log file, such as nenu_rrs.log, to see the results of the profile run.
References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcane008.htm

An IBM Datacap solution designer has created an application with the following tasks: VScan, PageID, Profiler, Verify, and Export. They manually tested the application in Datacap Desktop and all functioned properly. They now want to test the same application in Rulerunner. They created a thread in Rulerunner with just the application"™s background tasks as follows: VScan, PageID, Profiler, and Export.
Unfortunately, running the majority of the same tasks in Rulerunner creates aborted batches. All the batches are aborting on the PageID task. Below is the related error found in the Rulerunner log:


Based on the error given in the Rulerunner log above, what is the cause of the batch aborting the PageID task?

  • A. Error is indicative that the PageID task was not added to the Datacap Application Manager.
  • B. Error is indicative that ID is not set to automatic mode, but manual mode and needs to be corrected.
  • C. Error is indicative that the PageID task is corrupt and needs to be removed and re-added in Rulerunner.
  • D. Error is indicative that there is a connection issue to the Datacap Server, as the connection terminated abnormally.


Answer : A

An IBM Datacap customer uses customized DotEdit panels in Datacap V8.0.1. They must now convert those panels to Datacap Desktop panels in Datacap V9.0.
Which file type should the DotEdit panels be converted to, in the process of converting them to Datacap Desktop panels?

  • A. PDF
  • B. RRX
  • C. TIF
  • D. XML


Answer : D

Reference: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcapi032.htm

Page:    1 / 5   
Total 72 questions