Download IBM Datacap V9.0 Solution Designer.C2070-994.SelfTestEngine.2018-10-06.39q.vcex

Vendor: IBM
Exam Code: C2070-994
Exam Name: IBM Datacap V9.0 Solution Designer
Date: Oct 06, 2018
File Size: 1 MB

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 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 2
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 3
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 4
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 5
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 6
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
Question 7
When copying an IBM Datacap application into a new production environment after testing, the application developer discovers that the application cannot connect to the repository. 
Which file of the following files NOT copied by the Datacap Application Copy Tool, causing this and other errors related to UNC paths and connected strings?
  1. data.ini
  2. settings.ini
  3. application.properties
  4. DatacapConfig.properties
Correct answer: B
Explanation:
Some Datacap applications use a settings.ini file that contains UNC paths and connection strings. The Datacap Application Copy Tool does not include this file when it copies the application files. References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.admin.doc/dcaad012.htm
Some Datacap applications use a settings.ini file that contains UNC paths and connection strings. The Datacap Application Copy Tool does not include this file when it copies the application files. 
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.admin.doc/dcaad012.htm
Question 8
Which of the following file extensions is a report definition file utilized by the Datacap Report Viewer?
  1. *.cs
  2. *.xml
  3. *.aspx
  4. *.rdlc
Correct answer: D
Explanation:
See step 3 below. After you design the report, build the project, and you create a report definition file, you must copy this file to C:\Datacap\RV2\Reports.To copy the report definition file:In the Microsoft Visual Studio window, right-click the Forms1.cs [Design] tab and choose Open Containing Folder. Locate the .rdlc file for your custom report, for this example, MyCustomVerify.rdlc. Copy the .rdlc report definition file to the C:\Datacap\RV2\Reports folder.References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.customrv2.doc/dcapi033.htm
See step 3 below. 
After you design the report, build the project, and you create a report definition file, you must copy this file to C:\Datacap\RV2\Reports.
To copy the report definition file:
  1. In the Microsoft Visual Studio window, right-click the Forms1.cs [Design] tab and choose Open Containing Folder. 
  2. Locate the .rdlc file for your custom report, for this example, MyCustomVerify.rdlc. 
  3. Copy the .rdlc report definition file to the C:\Datacap\RV2\Reports folder.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.customrv2.doc/dcapi033.htm
Question 9
An insurance company has two kinds of members: pre 1978 member IDs that are alpha numeric and post 1978 that are all numeric. The batches are prepped in a way that contains both types of members. The pre 1978 members need special handling and must be routed to a supervisor.
Which of the following set of actions would provide a routing solution?
  1. Function 1 
    IsRegExInField(“^[A-Z]{3}[0-9]{7}”) 
    Task_SplitBatch(“1”) 
    Task_RaiseCondition(“0,0”) 
    Function 2 
    IsFieldPercentNumeric(“100”)
  2. Function 1 
    IsPatternInField(“^[A-Z]{3}[0-9]{7}”) 
    Task_NumberOfSplits(“1”) 
    Task_RaiseCondition(“0,0”) 
    Function 2 
    IsFieldPercentNumeric(“100”)
  3. Function 1 
    IsRegExlnField(“^[A-Z]{3}[0-9]{7}”) 
    Task_NumberOfSplits(“1”) 
    Task_ConditionRaiseTo(“0,0”) 
    Function 2 
    IsFieldPercentNumeric(“100”)
  4. Function 1 
    IsPatternInField(“^[A-Z]{3}[0-9]{7}”) 
    Task_SplitBatch(“1”) 
    Task_ConditionRaiseTo(“0,0”) 
    Function 2 
    IsFieldPercentNumeric(“100”)
Correct answer: B
Explanation:
IsPatternInField checks that the value of the current field contains the specified VBScript regular expression. Task_NumberOfSplits specifies the number of jobs the batch is sent to when a condition is raised before it returns to the main workflow. It specifies how many times sub-batches have been created from the current batch. Incorrect Answers:A, C: Use IsPatternInField not IsRegExlnField.D: Use Task_NumberOfSplits not Task_SplitBatch.References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgg72.htm
IsPatternInField checks that the value of the current field contains the specified VBScript regular expression. 
Task_NumberOfSplits specifies the number of jobs the batch is sent to when a condition is raised before it returns to the main workflow. It specifies how many times sub-batches have been created from the current batch. 
Incorrect Answers:
A, C: Use IsPatternInField not IsRegExlnField.
D: Use Task_NumberOfSplits not Task_SplitBatch.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgg72.htm
Question 10
A developer has created a custom action to query a database and return a row. 
Which of the following return types is valid for the custom action?
  1. True/False
  2. A string array
  3. Any numeric value
  4. Any single data type
Correct answer: A
Explanation:
ExecuteSQL runs a SQL statement on the Lookup database. If a SELECT statement returns one or more values, these values are stored in an internal data record that you can access by using the PopulateWithResult action. ExecuteSQL returns True, if the SQL statement runs successfully, select statements must also return a value. False, if it does not. References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgb14.htm
ExecuteSQL runs a SQL statement on the Lookup database. If a SELECT statement returns one or more values, these values are stored in an internal data record that you can access by using the PopulateWithResult action. 
ExecuteSQL returns True, if the SQL statement runs successfully, select statements must also return a value. False, if it does not. 
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgb14.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!