Download IBM Datacap V9.0 Solution Designer.C2070-994.TestKing.2018-12-16.37q.vcex

Vendor: IBM
Exam Code: C2070-994
Exam Name: IBM Datacap V9.0 Solution Designer
Date: Dec 16, 2018
File Size: 681 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
A company has determined through testing that they could improve Rulerunner performance for APT by adding additional threads to Rulerunner. Currently they have a Rulerunner server with 4 cores and 4 threads defined. 
How many more threads are recommended to add to the existing Rulerunner server?
  1. 0
  2. 2
  3. 4
  4. 8
Correct answer: A
Explanation:
In general, you want the number of threads to match the number of processors in the host computer. For example, when Rulerunner is installed on a quad core server, enable four Rulerunner threads. References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcapt030.htm
In general, you want the number of threads to match the number of processors in the host computer. For example, when Rulerunner is installed on a quad core server, enable four Rulerunner threads. 
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcapt030.htm
Question 2
A solution designer has created a set of custom actions called SFActions, that have .NET DLL dependencies, for an application called SchoolForms on an all-in-one developer workstation. The custom DLL is located in the application’s rules folder. 
Where do the dependent DLLs need to reside for this custom action library to load successfully? 
  1. C:\Datacap\RRS
  2. C:\Datacap\dcshared\NET
  3. C:\Datacap\SFActions\rules 
  4. C:\Datacap\SchoolForms\dco_SchoolForms\rules
Correct answer: B
Question 3
A solution designer configured an application to allow all task profiles to be available to Rulerunner. 
Which applications would be used to remove unnecessary task profiles so they are no longer available to configure on the Rulerunner server?
  1. Datacap tmweb.net and Datacap Server Manager
  2. Datacap Application Manager and Datacap tmweb.net
  3. Datacap Server Manager and Datacap Maintenance Manager
  4. Datacap Rulerunner Manager and Datacap Maintenance Manager
Correct answer: B
Explanation:
To configure the task profiles for Rulerunner to run:From the Windows Start menu on the developer workstation, select IBM Datacap Services>Datacap Application Manager. When User Account Control (UAC) is on, the User Account Control window opens, click Yes. Select your application. Paths display in the fields on the Main tab. Ensure that all of the paths are correct. Click the Rulerunner tab. This tab displays only the task profiles that Rulerunner is to process. To remove a task profile, click the red X next to the profile name. Then, click Yes to confirm you want to remove the task. To add a task profile, click Add new Task. References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcdrq008.htm
To configure the task profiles for Rulerunner to run:
  1. From the Windows Start menu on the developer workstation, select IBM Datacap Services>Datacap Application Manager. When User Account Control (UAC) is on, the User Account Control window opens, click Yes. 
  2. Select your application. Paths display in the fields on the Main tab. 
  3. Ensure that all of the paths are correct. 
  4. Click the Rulerunner tab. This tab displays only the task profiles that Rulerunner is to process. 
  5. To remove a task profile, click the red X next to the profile name. Then, click Yes to confirm you want to remove the task. 
  6. To add a task profile, click Add new Task. 
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcdrq008.htm
Question 4
In an effort to maintain disk space, a company wants to create a task that will delete completed batches with a “Job done” status from the batches directory that are older than 5 days. 
Which one of the following tasks is the best option to meet the requirement?
  1. Batches cannot be deleted automatically from a task profile in Datacap.
  2. The existing Export task with a new rule using the Nenu library actions QuerySetStatus(“Job done”), QuerySetAge(“432000”, False), and ProcessDeleteBatches.
  3. A new custom task pointing to a single ruleset using the Nenu library actions QuerySetStatus(“Job done”), QuerySetAge(“432000”, False), and ProcessDeleteBatches.
  4. A new custom task pointing to 2 different rulesets using the Nenu library actions. 1 Ruleset to run the queries: QuerySetStatus(”Job done”) and QuerySetAge (“432000”, False); and another ruleset to run ProcessDeleteBatches.
Correct answer: C
Explanation:
You can create a Maintenance Manager ruleset to periodically purge old batches from the batches folder of the application. The ruleset can also remove the corresponding records from the Engine database of the application. The sample AutoDelete ruleset removes all of the batches that were completed more than five days ago.     References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcane003.htm
You can create a Maintenance Manager ruleset to periodically purge old batches from the batches folder of the application. The ruleset can also remove the corresponding records from the Engine database of the application. 
The sample AutoDelete ruleset removes all of the batches that were completed more than five days ago. 
  
References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcane003.htm
Question 5
A solution designer is trying to create a ruleset to validate currency field values. 
Which of the following values would need to be adjusted prior to running IsFieldCurrency successfully?
  1. 123.4
  2. 123.40
  3. $123.4
  4. 123.40 USD
Correct answer: ACD
Explanation:
IsFieldCurrency determines if the captured value of the Field meets the currency format of the current locale. It returns True if the field is a number and includes a two-digit decimal amount; returns False otherwise. The action ignores any leading currency symbol (for example, $). This determination includes the number of decimal places, decimal and digit separator characters and any present currency indicators. Example IsFieldCurrency() $1,200 returns False $1,200.00 returns True References:https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg618.htmhttps://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgg50.htm
IsFieldCurrency determines if the captured value of the Field meets the currency format of the current locale. It returns True if the field is a number and includes a two-digit decimal amount; returns False otherwise. The action ignores any leading currency symbol (for example, $). 
This determination includes the number of decimal places, decimal and digit separator characters and any present currency indicators. 
Example 
IsFieldCurrency() 
$1,200 returns False 
$1,200.00 returns True 
References:
https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg618.htm
https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgg50.htm
Question 6
Which of the following best describes a scenario to consider when using a distributed IBM Datacap deployment?
  1. When verification requires multiple users to access batches.
  2. When designing an application that users non-Access databases.
  3. When user departments are dispersed through large office buildings.
  4. When scanning centrally but there is a need to have remote users verify documents.
Correct answer: D
Explanation:
Distributed deployments are typical in organizations with these requirements:Scan documents from multiple locations. Scan centrally but need to have remote users verify the documents. Use outside vendors to scan or verify images. Use mobile capture and indexing capabilities. Have remote multifunction devices and printers that must participate in captures. References: IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 79
Distributed deployments are typical in organizations with these requirements:
  • Scan documents from multiple locations. 
  • Scan centrally but need to have remote users verify the documents. 
  • Use outside vendors to scan or verify images. 
  • Use mobile capture and indexing capabilities. 
  • Have remote multifunction devices and printers that must participate in captures. 
References: IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 79
Question 7
A solution designer of an IBM Datacap application, that will integrate with IBM FileNet P8, decides to put sets of fingerprints into different folders. 
Which of the following action libraries could be used to set the location of the fingerprints?
  1. FileIO
  2. FileNetP8
  3. FingerprintManager
  4. FingerprintMaintenance
Correct answer: B
Explanation:
Use the FileNet P8 actions to export data to a FileNet P8 repository. The FileNet P8 actions integrate Datacap applications with the IBM FileNet P8 repository. You run these actions to access the FileNet P8 server, set up document attributes and folders on the server, and upload documents to the server for storage. FNP8_SetDestinationFolder function sets the destination folder for the documents to be uploaded. Incorrect Answers:A: Use the FileIO actions to do various file system functions.The FileIO actions can check for available disk space, copy or delete directories, and write file values to a specified variable. D: Use the FingerprintMaintenance actions to delete fingerprints from the fingerprint library of the application.The FingerprintMaintenance actions open and close connections to the fingerprint database, specify the folder that contains the fingerprints to be deleted, and deletes those fingerprints. References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.1.3/com.ibm.dc.reference.doc/dcaca024.htm
Use the FileNet P8 actions to export data to a FileNet P8 repository. 
The FileNet P8 actions integrate Datacap applications with the IBM FileNet P8 repository. You run these actions to access the FileNet P8 server, set up document attributes and folders on the server, and upload documents to the server for storage. 
FNP8_SetDestinationFolder function sets the destination folder for the documents to be uploaded. 
Incorrect Answers:
A: Use the FileIO actions to do various file system functions.
The FileIO actions can check for available disk space, copy or delete directories, and write file values to a specified variable. 
D: Use the FingerprintMaintenance actions to delete fingerprints from the fingerprint library of the application.
The FingerprintMaintenance actions open and close connections to the fingerprint database, specify the folder that contains the fingerprints to be deleted, and deletes those fingerprints. 
References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.1.3/com.ibm.dc.reference.doc/dcaca024.htm
Question 8
A company is going to use Datacap Desktop to replace Taskmaster DotScan and Taskmaster DotEdit. As they migrate their current Taskmaster V8.1 applications, they want to know if all of their existing tasks will be available in Datacap Desktop. 
By default, the application wizard does not create which of the following tasks in Datacap Desktop?
  1. Scan task
  2. Fixup task
  3. Export task
  4. Background task
Correct answer: A
Explanation:
By default, the application wizard does not create a scan task that you can use for scanning hardcopy pages. To scan pages and create a batch with Datacap Desktop, you need to manually create a scan task. Incorrect Answers:B: You can use Datacap Desktop to run all of the default tasks that the Datacap Studio application wizard generates. The Datacap Studio application wizard creates a workflow that includes the Main Job, a Fixup Job, and a Web Job. C, D: The Main Job and the Web Job both contain sufficient tasks for processing a batch, from batch creation to exporting the batch.References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.admin.doc/dcacl000.htm
By default, the application wizard does not create a scan task that you can use for scanning hardcopy pages. To scan pages and create a batch with Datacap Desktop, you need to manually create a scan task. 
Incorrect Answers:
B: You can use Datacap Desktop to run all of the default tasks that the Datacap Studio application wizard generates. The Datacap Studio application wizard creates a workflow that includes the Main Job, a Fixup Job, and a Web Job. 
C, D: The Main Job and the Web Job both contain sufficient tasks for processing a batch, from batch creation to exporting the batch.
References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.admin.doc/dcacl000.htm
Question 9
After standing up a new IBM Datacap server in a non-load balanced configuration, which two of the following tasks need to be accomplished?
  1. Add the server to the admin database.
  2. Add the server to the Datacap.xml file
  3. Configure the Server name or IP in the Application Manager.
  4. Add a server entry to the Web server’s TMWeb.net\apps.ini file.
  5. Add new or change some existing RuleRunner threads to poll the new server.
Correct answer: BC
Explanation:
B: You must the datacap.xml file on the Datacap server to add references to applications. The datacap.xml file must also contain the locations that you are configuring for use. C: Clients access the Datacap server by using a TCP/IP socket-based protocol. You configure the server’s name or IP address and port in Datacap Application Manager. The server normally listens on port 2402, but you can change the port in Datacap Server Manager. In that case, you must also configure the port number in Datacap Application Manager. References:https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcane013.htmIBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 84
B: You must the datacap.xml file on the Datacap server to add references to applications. The datacap.xml file must also contain the locations that you are configuring for use. 
C: Clients access the Datacap server by using a TCP/IP socket-based protocol. You configure the server’s name or IP address and port in Datacap Application Manager. The server normally listens on port 2402, but you can change the port in Datacap Server Manager. In that case, you must also configure the port number in Datacap Application Manager. 
References:
https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcane013.htm
IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 84
Question 10
An IBM Datacap application is being developed at a company that performs scanning operations for multiple companies. They need to be able to export the content to various repositories. 
Which of the following does NOT require a Datacap repository connector to be an export target? 
  1. Box.com
  2. IBM FileNet P8
  3. Documentum Docbase
  4. IBM Content Manager OnDemand
Correct answer: A
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. Incorrect Answers:B: The FileNet P8 Connector actions integrate Datacap applications with IBM FileNet Content Engine.C: The Documentum Connector actions integrate Datacap applications with a Documentum Docbase content repository.D: The IBM Content Manager Connector actions integrate Datacap applications with the IBM Content Manager repository.References:IBM Redbooks, IBM Enterprise Content Management and Box, First Edition (March 2016), page 74 https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg651.htm
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. 
Incorrect Answers:
B: The FileNet P8 Connector actions integrate Datacap applications with IBM FileNet Content Engine.
C: The Documentum Connector actions integrate Datacap applications with a Documentum Docbase content repository.
D: The IBM Content Manager Connector actions integrate Datacap applications with the IBM Content Manager repository.
References:
IBM Redbooks, IBM Enterprise Content Management and Box, First Edition (March 2016), page 74 
https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg651.htm
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!