Free C2070-994 Exam Braindumps (page: 7)

Page 6 of 17

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

Answer(s): B

Explanation:



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

Answer(s): B

Explanation:

To configure the task profiles for Rulerunner to run:


Reference:

https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcdrq0 08.htm



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.

Answer(s): 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.


Reference:

https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcane00 3.htm



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

Answer(s): A,C,D

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


Reference:

https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg 618.htm https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg g50.htm






Post your Comments and Discuss IBM C2070-994 exam with other Community members:

C2070-994 Discussions & Posts