IBM C2070-994 Exam Practice Questions (P. 3)
- 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 #11
A customer has more than 500 document types that are to be processed by IBM datacap. Some of these documents will have 100+ fields.
Will the developer have to split this into multiple applications and why?
Will the developer have to split this into multiple applications and why?
- AYes, because there is a system limit on the number of fields available across the Document hierarchy.
- BNo, because of Datacap's multi leveled hierarchy the number of document can be split across the levels
- CNo, because Datacap Document hierarchy will support an unlimited number of documents, pages and fields.
- DYes, because there is a system limit on the number of document types available in the Document hierarchy.
Correct Answer:
B
Datacap rules operate on batches, documents, pages, and fields. In Datacap, this structure is called the Document Hierarchy (DCO). The DCO is a core element of the design of the capture system. In addition to defining structure, the DCO provides the information that the system needs to assemble documents. It also enforces the integrity of the batches, documents, pages, and fields by using the information in the DCO. An application can have many DCOs to accommodate applications that require different classes of document structures.
References: IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 90
B
Datacap rules operate on batches, documents, pages, and fields. In Datacap, this structure is called the Document Hierarchy (DCO). The DCO is a core element of the design of the capture system. In addition to defining structure, the DCO provides the information that the system needs to assemble documents. It also enforces the integrity of the batches, documents, pages, and fields by using the information in the DCO. An application can have many DCOs to accommodate applications that require different classes of document structures.
References: IBM Redbooks, Implementing Document Imaging and Capture Solutions with IBM Datacap, Second Edition (October 2015), page 90
send
light_mode
delete
Question #12
A company wants to export documents to IBM FileNet P8 Content Engine using the FileNet P8 action library.
Which of the following components must be installed on the Datacap servers in order to export?
Which of the following components must be installed on the Datacap servers in order to export?
- AWorkplaceXT
- BContent Engine .NET client
- CFileNet Enterprise Manager
- DContent Engine Java client
Correct Answer:
B
The following repository clients must be installed on the Datacap Web Client that runs the Datacap export process. These clients are run on Microsoft Windows operating systems.
✑ Microsoft Windows Communications Foundation
✑ IBM FileNet P8 software package so that you can run the Content Engine Server installation. The Content Engine installation program contains the IBM FileNet
Content Engine .NET Client -
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg659.htm
B
The following repository clients must be installed on the Datacap Web Client that runs the Datacap export process. These clients are run on Microsoft Windows operating systems.
✑ Microsoft Windows Communications Foundation
✑ IBM FileNet P8 software package so that you can run the Content Engine Server installation. The Content Engine installation program contains the IBM FileNet
Content Engine .NET Client -
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg659.htm
send
light_mode
delete
Question #13
An IBM Datacap Application Developer logs in to Datacap Studio in the UAT environment and does not see an application called Expense in the list. Expense was recently moved from the Development environment to UAT.
Which of the following options provides a possible explanation for why the Application Developer can't see the Expense application in UAT?
Which of the following options provides a possible explanation for why the Application Developer can't see the Expense application in UAT?
- AThe UAT datacap.xml file does not list the Expense application.
- BDatacap Studio is pointing to the Development environment copy of application.xml.
- CThe Datacap Web Server is down so Datacap Studio cannot connect to the Datacap Server.
- DThe Rulerunner server misread the datacap.xml file and could not display the Expense application for Datacap Studio.
Correct Answer:
B
Note: Datacap Studio is used to define and configure Datacap applications by defining and assembling the document hierarchies, recognition zones and fields, rules, and actions. It requires access to the file server and the Datacap databases.
B
Note: Datacap Studio is used to define and configure Datacap applications by defining and assembling the document hierarchies, recognition zones and fields, rules, and actions. It requires access to the file server and the Datacap databases.
send
light_mode
delete
Question #14
A company is planning to build a development environment in which an Oracle Directory Server will be the authentication system.
Which authentication system would be used in this scenario?
Which authentication system would be used in this scenario?
- ATMA
- BLDAP
- CADSI
- DLLLDAP
Correct Answer:
D
Select LLLDAP authentication, rather than LDAP, when you are using authentication providers other than Windows Active Directory for authentication. Select this option when you are using providers such as Oracle Directory Server Enterprise Edition (formerly known as Sun Directory Server Enterprise Edition). The LLLDAP server can be outside of the domain in which the Datacap computers are located.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcain427.htm
D
Select LLLDAP authentication, rather than LDAP, when you are using authentication providers other than Windows Active Directory for authentication. Select this option when you are using providers such as Oracle Directory Server Enterprise Edition (formerly known as Sun Directory Server Enterprise Edition). The LLLDAP server can be outside of the domain in which the Datacap computers are located.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcain427.htm
send
light_mode
delete
Question #15
A company has decided to use structure-based identification for all scanned images defined as "Invoice" in the DCO. During the scan process all images are assigned the default of "Other".
Which of the following actions should be called and be successfully completed prior to performing any actions on "Other" images?
Which of the following actions should be called and be successfully completed prior to performing any actions on "Other" images?
- ASetDCOType
- BSetPageType
- CSetDCOStatus
- DSetDocumentType
Correct Answer:
A
SetDCOType assigns a value to the Type property of the current object of the Document Hierarchy.
Incorrect Answers:
B: The SetPageType action assigns a Page Type to the current Page object of the Document Hierarchy.
C: SetDCOStatus assigns a value to the Status property of the current object of the Document Hierarchy.
D: SetDocumentType is similar to the SetDCOType action but works at the Document, Page or Field level.
The action assigns the Document Type you enter as a parameter to the current Document object of the Document Hierarchy.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg919.htm
A
SetDCOType assigns a value to the Type property of the current object of the Document Hierarchy.
Incorrect Answers:
B: The SetPageType action assigns a Page Type to the current Page object of the Document Hierarchy.
C: SetDCOStatus assigns a value to the Status property of the current object of the Document Hierarchy.
D: SetDocumentType is similar to the SetDCOType action but works at the Document, Page or Field level.
The action assigns the Document Type you enter as a parameter to the current Document object of the Document Hierarchy.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg919.htm
send
light_mode
delete
All Pages