IBM C2070-994 Exam Practice Questions (P. 5)
- Full Access (67 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
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?
Where do the dependent DLLs need to reside for this custom action library to load successfully?
- AC:\Datacap\RRS
- BC:\Datacap\dcshared\NET
- CC:\Datacap\SFActions\rules
- DC:\Datacap\SchoolForms\dco_SchoolForms\rules
Correct Answer:
B
B
send
light_mode
delete
Question #22
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?
Which applications would be used to remove unnecessary task profiles so they are no longer available to configure on the Rulerunner server?
- ADatacap tmweb.net and Datacap Server Manager
- BDatacap Application Manager and Datacap tmweb.net
- CDatacap Server Manager and Datacap Maintenance Manager
- DDatacap Rulerunner Manager and Datacap Maintenance Manager
Correct Answer:
B
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
B
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
send
light_mode
delete
Question #23
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?
Which one of the following tasks is the best option to meet the requirement?
- ABatches cannot be deleted automatically from a task profile in Datacap.
- BThe existing Export task with a new rule using the Nenu library actions QuerySetStatus("Job done"), QuerySetAge("432000", False), and ProcessDeleteBatches.
- CA new custom task pointing to a single ruleset using the Nenu library actions QuerySetStatus("Job done"), QuerySetAge("432000", False), and ProcessDeleteBatches.
- DA 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
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
C
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
send
light_mode
delete
Question #24
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?
Which of the following values would need to be adjusted prior to running IsFieldCurrency successfully?
- A123.4
- B123.40
- C$123.4
- D123.40 USD
Correct Answer:
ACD
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
ACD
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
send
light_mode
delete
Question #25
Which of the following best describes a scenario to consider when using a distributed IBM Datacap deployment?
- AWhen verification requires multiple users to access batches.
- BWhen designing an application that users non-Access databases.
- CWhen user departments are dispersed through large office buildings.
- DWhen scanning centrally but there is a need to have remote users verify documents.
Correct Answer:
D
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
D
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
send
light_mode
delete
All Pages