IBM C2070-994 Exam Practice Questions (P. 4)
- 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 #16
A solution designer wants to identify pages from a fingerprint based on the relative densities of different regions of the page.
Which action should be called before calling FindFingerprint in order to generate the fingerprint for the page?
Which action should be called before calling FindFingerprint in order to generate the fingerprint for the page?
- AAnalyzeImage
- BCalculateOffset
- CRecognizePageOCR_a
- DRecognizePageOCR_s
Correct Answer:
D
Full-page recognition actions, such as RecognizePageOCR_S, RecognizePageICR_C, RecognizePageOCR_A, create a fingerprint that is based on the results of recognition; that is, both geometry and text of the recognized characters, words and lines.
To force creation of a pure recognition-based fingerprint, call SetFingerprintRecogPriority(True) before full-page recognition. This guarantees that any existing geometric fingerprint is ignored, and it applies to OCR_S and ICR_C only.
Example -
RecognizePageOCR_S()
CreateTextFile()
SetProblemValue(0.7)
SetSearchArea(0.5)
FindFingerprint(True)copy to clipboard
After the full-page recognition action (RecognizePageOCR_S), the CreateTextFile() action places the recognized values into a Text file that it has set up for the page, and adds the file to the current batch, in the Batches directory of the application.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg884.htm
D
Full-page recognition actions, such as RecognizePageOCR_S, RecognizePageICR_C, RecognizePageOCR_A, create a fingerprint that is based on the results of recognition; that is, both geometry and text of the recognized characters, words and lines.
To force creation of a pure recognition-based fingerprint, call SetFingerprintRecogPriority(True) before full-page recognition. This guarantees that any existing geometric fingerprint is ignored, and it applies to OCR_S and ICR_C only.
Example -
RecognizePageOCR_S()
CreateTextFile()
SetProblemValue(0.7)
SetSearchArea(0.5)
FindFingerprint(True)copy to clipboard
After the full-page recognition action (RecognizePageOCR_S), the CreateTextFile() action places the recognized values into a Text file that it has set up for the page, and adds the file to the current batch, in the Batches directory of the application.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg884.htm
send
light_mode
delete
Question #17
An application ingests emails which contain attachments in a verify of formats. The solution designer wants to convert the attachments using the Convert action library.
Convert actions can convert which of the following formats?
Convert actions can convert which of the following formats?
- AMS Excel, HTML, DWG, MS Word, Text, PDF and Text.
- BMS Excel, HTML, MS Outlook, PDF, RTF, Text and MS Word
- CMS PowerPoint, PDF, text, HTML, MS Word, RTF and MS Outlook.
- DNotes mail files, MS Outlook, PDF, MS Word, Text, HTML and RTF.
Correct Answer:
B
The convert actions can convert files from these formats; Microsoft Excel. HTML, Microsoft Outlook, PDF, RTF, Text, Microsoft Word.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg111.htm
B
The convert actions can convert files from these formats; Microsoft Excel. HTML, Microsoft Outlook, PDF, RTF, Text, Microsoft Word.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg111.htm
send
light_mode
delete
Question #18
A solution designer needs to further troubleshoot an issue with the ABBYY engine.
What action needs to be called in order to enable logging for this issue?
What action needs to be called in order to enable logging for this issue?
- AEnableLogging
- BEnginelogEnableOCR_A
- CEnableEngineLogsOCR_A
- DEnableEngineLogsOCR_S
Correct Answer:
C
The EnableEngineLogsOCR_A action enables ABBYY Engine logging.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgb65.htm
C
The EnableEngineLogsOCR_A action enables ABBYY Engine logging.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadgb65.htm
send
light_mode
delete
Question #19
A company wants a two stage verification process where the same user cannot verify the same batch twice. There will be two verify in the Datacap application.
The first verify step can be completed by anyone; the second step must be completed by a different user.
How can they ensure that in the workflow the same user cannot verify the same batch twice?
The first verify step can be completed by anyone; the second step must be completed by a different user.
How can they ensure that in the workflow the same user cannot verify the same batch twice?
- AQueue by User in the first Verify task.
- BQueue by Other User in the second Verify task.
- CQueue by Other Station in the second Verify task.
- DQueue by Other User and Other Station in the first Verify task.
Correct Answer:
B
Queue by Other User: The user that stored the batch cannot open the batch.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.admin.doc/dcaad007.htm
B
Queue by Other User: The user that stored the batch cannot open the batch.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.admin.doc/dcaad007.htm
send
light_mode
delete
Question #20
A company has determined through testing that they could improve Rulerunner performance for APT by adding additional threads to Rulerunner. Currently they have a Rulerunner server with 4 cores and 4 threads defined.
How many more threads are recommended to add to the existing Rulerunner server?
How many more threads are recommended to add to the existing Rulerunner server?
- A0
- B2
- C4
- D8
Correct Answer:
A
In general, you want the number of threads to match the number of processors in the host computer. For example, when Rulerunner is installed on a quad core server, enable four Rulerunner threads.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcapt030.htm
A
In general, you want the number of threads to match the number of processors in the host computer. For example, when Rulerunner is installed on a quad core server, enable four Rulerunner threads.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcapt030.htm
send
light_mode
delete
All Pages