IBM C2070-994 Exam Practice Questions (P. 2)
- 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 #6
A company is going to test authentication by both using passwords and not using passwords for their IBM Datacap application.
Which two authentication system can optionally be configured to either require passwords or not require passwords?
Which two authentication system can optionally be configured to either require passwords or not require passwords?
- ATMA
- BLDAP
- CADSI
- DADLDS
- ELLLDAP
Correct Answer:
BC
For ADSI authentication, select one of the following strings to enter based on whether you require password entry:
WinNT://<%domain%>/<%user%>
WinNT://<%domain%>/<%user%>?password:enabled
For LDAP authentication, select one of the following strings to enter based on whether you require password entry:
LDAP://<%domain%>.com -
LDAP://<%domain%>.com?password:enabled
Note: You can configure Datacap to use Datacap authentication or to use one of the external authentication methods.
The following five authentication systems are supported:
✑ Datacap authentication (referred to as TMA)
✑ Lightweight Directory Access Protocol (referred to as LDAP)
✑ Windows Active Directory (referred to as ADSI)
✑ Windows Active Directory Lightweight Directory Services (referred to as ADLDS)
✑ Low-Level Lightweight Directory Access Protocol (referred to as LLLDAP)
References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcain427.htm
BC
For ADSI authentication, select one of the following strings to enter based on whether you require password entry:
WinNT://<%domain%>/<%user%>
WinNT://<%domain%>/<%user%>?password:enabled
For LDAP authentication, select one of the following strings to enter based on whether you require password entry:
LDAP://<%domain%>.com -
LDAP://<%domain%>.com?password:enabled
Note: You can configure Datacap to use Datacap authentication or to use one of the external authentication methods.
The following five authentication systems are supported:
✑ Datacap authentication (referred to as TMA)
✑ Lightweight Directory Access Protocol (referred to as LDAP)
✑ Windows Active Directory (referred to as ADSI)
✑ Windows Active Directory Lightweight Directory Services (referred to as ADLDS)
✑ Low-Level Lightweight Directory Access Protocol (referred to as LLLDAP)
References: https://www.ibm.com/support/knowledgecenter/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcain427.htm
send
light_mode
delete
Question #7
An account payable department needs to collect and gather information from the receipts of its employees as part of their expense reporting process. Although many of the receipts follow specific patterns there are some images, such as handwritten receipts, that do not lend themselves to having their information gathered by automation and require a human to analyze the image for the data to be extracted.
Which of the following methods would be best suited for this type of data extraction?
Which of the following methods would be best suited for this type of data extraction?
- AZonal
- BClick N Key
- CLocating by keyword
- DLocate with regular expressions
Correct Answer:
B
Click N Key is the fourth and final method of extracting data from a form is for the data entry operator to click the form. Data at that location is then extracted and placed into the active field. This is the least preferred approach because it is the most expensive (it requires a human to do the clicking), although it is reliable.
Note: There are four ways of extracting data from an image. They are ranked in order of preferable practice: Zonal, Locate with regular expressions, Locating by keyword, Click N Key
References: IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 125
B
Click N Key is the fourth and final method of extracting data from a form is for the data entry operator to click the form. Data at that location is then extracted and placed into the active field. This is the least preferred approach because it is the most expensive (it requires a human to do the clicking), although it is reliable.
Note: There are four ways of extracting data from an image. They are ranked in order of preferable practice: Zonal, Locate with regular expressions, Locating by keyword, Click N Key
References: IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 125
send
light_mode
delete
Question #8
A developer needs to insert the date and time into the current field separated by a space.
Which of the following is the correct Smart Parameter string to accomplish this task?
Which of the following is the correct Smart Parameter string to accomplish this task?
- Arrset("@DATE+@CHR(\s)+@TIME,"@F")
- Brrset("@DATE+@STRING(\s)+@TIME,"@F")
- Crrset("@DATE+@CHR()+@TIME(HH:MM:SS),"@F")
- Drrset("@DATE+@STRING()+@TIME(HH:MM:SS),"@F")
Correct Answer:
B
@STRING( string value) Returns a string of the argument passed.
Incorrect ANswers:
A, C: @CHR(ASCII value) returns a character that is a member of the ASCII character set.
References: https://www-01.ibm.com/support/docview.wss?uid=swg21498904
B
@STRING( string value) Returns a string of the argument passed.
Incorrect ANswers:
A, C: @CHR(ASCII value) returns a character that is a member of the ASCII character set.
References: https://www-01.ibm.com/support/docview.wss?uid=swg21498904
send
light_mode
delete
Question #9
Within IBM Datacap there is a file that contains a list of the available report types that are displayed in report Viewer.
When a new report type is created, what is the name and default location of the file that the new report type must be added to?
When a new report type is created, what is the name and default location of the file that the new report type must be added to?
- AC:\Datacap\RV2\reports.ini
- BC:\Datacap\RV2\reports.xml
- CC:\Datacap\ReportViewer\reports.ini
- DC:\Datacap\ReportViewer\reports.dco
Correct Answer:
B
The C:\Datacap\RV2\reports.xml file contains a list of the available report types that are displayed in Report Viewer. When you create a new report type, you must add the report type to this file.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.customrv2.doc/dcapi037.htm
B
The C:\Datacap\RV2\reports.xml file contains a list of the available report types that are displayed in Report Viewer. When you create a new report type, you must add the report type to this file.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.customrv2.doc/dcapi037.htm
send
light_mode
delete
Question #10
An accounts payable department needs to collect and gather information from the receipts of its employees as part of their expense reporting process. They have chosen IBM Datacap as the tool they want to use to automate large portions of this process.
What method would be best suited to gather data from images where the name of the data label might change from image to image but still able to be defined as a list?
What method would be best suited to gather data from images where the name of the data label might change from image to image but still able to be defined as a list?
- AZonal
- BClick N Key
- CFingerprinting
- Dlocating by keyword
Correct Answer:
D
Keywords are labels that accompany the data you want to find on the form.
Locating by keyword ranks third behind the zonal and regular expression methods in terms of reliability because you have to know what the keyword is and recognize the keyword correctly.
You also have to anticipate the location of the actual data, relative to the position of the keyword, for extraction.
Keyword extraction is made easier by using keyword lists, which are text files that contain many different keywords that might be used as labels around the data you want to extract. For instance, a keyword list could contain Total, Total Due, Pay this amount, and similar words or phrases that occur in close proximity to the actual data.
Note: There are four ways of extracting data from an image. They are ranked in order of preferable practice: Zonal, Locate with regular expressions, Locating by keyword, Click N Key
References: IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 125
D
Keywords are labels that accompany the data you want to find on the form.
Locating by keyword ranks third behind the zonal and regular expression methods in terms of reliability because you have to know what the keyword is and recognize the keyword correctly.
You also have to anticipate the location of the actual data, relative to the position of the keyword, for extraction.
Keyword extraction is made easier by using keyword lists, which are text files that contain many different keywords that might be used as labels around the data you want to extract. For instance, a keyword list could contain Total, Total Due, Pay this amount, and similar words or phrases that occur in close proximity to the actual data.
Note: There are four ways of extracting data from an image. They are ranked in order of preferable practice: Zonal, Locate with regular expressions, Locating by keyword, Click N Key
References: IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 125
send
light_mode
delete
All Pages