Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
A Qlik Replicate administrator creates a new task and runs a Full Load test The administrator turns on Change Processing, and completes the settings Which method should be used to test this task?
After a Qlik Replicate administrator creates a new task, runs a Full Load test, and turns on Change Processing, the method to test this task would be to:
Stop the task: This ensures that no active processes are running that could interfere with the testing.
Run -> Advanced Run Options: This step allows the administrator to access more specific settings that can control how the task is executed.
Start Change Processing Only: This option will start the Change Data Capture (CDC) phase without re-running the Full Load. It's used to test the CDC mechanism specifically, ensuring that changes made at the source are captured and applied to the target correctly.
The connection to the source endpoint is unavailable over several days. The log files contain only 2 hours of data before being deleted. Which Is the safest way to create a consistent state in the target endpoint?
When the connection to the source endpoint is unavailable for an extended period, and the log files are limited to only 2 hours of data before being deleted, the safest way to ensure a consistent state in the target endpoint is to use the Reload Target Run option (A). This approach is recommended because it allows for a complete refresh of the target data, ensuring that it is in sync with the source once the connection is re-established.
The Reload Target Run option is designed to handle situations where the replication logs are not sufficient to recover the replicated state due to extended outages or log retention policies. By reloading the target, you can be confident that the data reflects the current state of the source, without relying on potentially incomplete change logs.
Starting processing from a fixed date and time (B) or recovering from a locally stored checkpoint would not be reliable if the logs do not cover the entire period of the outage. Resuming the task and ignoring warnings (D) could lead to inconsistencies due to missed changes.
When working with Qlik Enterprise Manager, which component must be installed to run Analytics under Enterprise Manager?
Here are the steps and prerequisites for setting up Analytics in Qlik Enterprise Manager:
A Qlik Replicate administrator is replicating data from a source system with some columns with large PDFs. Which data type should be used?
For replicating columns that contain large PDFs, the appropriate data type to use in Qlik Replicate is:
The other options are not suitable for the following reasons:
A . DLOB: This is not a recognized data type in Qlik Replicate.
B . NCLOB: NCLOB, or National Character Large Object, is used for storing large text data in the national character set and is not optimal for binary data like PDFs.
C . NVARCHAR(1000): NVARCHAR is a character data type with a specified length, which would not be suitable for large binary objects like PDFs due to size limitations and the nature of the data.
When running a task in Qlik Replicate (From Oracle to MS SQL), the following error message appears: Failed adding supplemental logging for table "Table name" Which must be done to fix this error?
The error message 'Failed adding supplemental logging for table' indicates that supplemental logging is not enabled on the Oracle source.
Supplemental logging must be enabled to capture the necessary changes for replication.
To fix this error, you should enable supplemental logging on the Oracle database for the specific table or tables.
This can usually be done by executing the following SQL command on the Oracle source:
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (ALL) COLUMNS;
Verify that the logging is enabled and then retry the replication task. This solution aligns with the troubleshooting steps provided in the Qlik Replicate documentation for dealing with supplemental logging errors.
The error message ''Failed adding supplemental logging for table 'Table name''' indicates that supplemental logging has not been enabled for the table in the Oracle source database. Supplemental logging is necessary for Qlik Replicate to capture the changes in the Oracle database accurately, especially for Change Data Capture (CDC) operations.
To resolve this error, you should:
Enable supplemental logging at the database level by executing the following SQL command in the Oracle database:
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
If you need to enable supplemental logging for all columns, you can use the following SQL command:
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (ALL) COLUMNS;
This ensures that all necessary column data is logged for replication purposes1.
After enabling supplemental logging, verify that it is active by querying the v$database view:
SELECT supplemental_log_data_min FROM v$database;
The correct return value should be 'YES', indicating that supplemental logging is enabled1.
The other options provided are not directly related to the issue of supplemental logging:
A . Contact the Oracle DBA: While contacting the DBA might be helpful, the specific action needed is to enable supplemental logging.
B . Check the permission on the target endpoint: Permissions on the target endpoint are not related to the supplemental logging requirement on the source database.
D . Check the permission of the source endpoint: Permissions on the source endpoint are important, but the error message specifically refers to the need for supplemental logging.
60 questions covering all exam domains, starting from $20
Exam domains verified against: Official Qlik QREP exam guide, last checked August 2026.
For data architects and system designers, this section covers the requirements for creating and managing endpoints, understanding the system architecture, selecting appropriate task types and settings, and determining suitable transformations based on given requirements.
Sample question from this domain above: Q4
For operations managers and system administrators, this section focuses on knowing when and why to start or stop a task, handling task metadata, and understanding operational management practices.
For support engineers and troubleshooting specialists, this section involves identifying how to retrieve logs from tasks, configuring error handling and debug logs, obtaining diagnostic packages, and debugging errors using the attrep_apply_exceptions table.
Sample question from this domain above: Q5
For IT administrators and system managers, this section covers identifying server settings, matching user types to roles, setting up the Enterprise Manager, and listing various deployment options.
Sample question from this domain above: Q3
Common questions about the exam itself