Qlik Replicate Certification QREP Exam Questions

Page: 1 / 14
Total 60 questions
Question 1

Which components can be controlled with Qlik Enterprise Manager?



Answer : C

Qlik Enterprise Manager provides a centralized command center to configure, execute, and monitor data replication and transformation tasks across the enterprise. It is specifically designed to manage and control Qlik Replicate and Qlik Compose tasks. Additionally, it integrates with Qlik Catalog to automatically catalog data assets generated by Qlik Replicate directly in Qlik Catalog1. This integration allows for tracking end-to-end data lineage, which improves compliance, governance, and trust in the data assets managed within Qlik Catalog1.

The documentation clearly states that Qlik Enterprise Manager is used to design, execute, and monitor Qlik Replicate and Qlik Compose tasks, and it also mentions the integration with Qlik Catalog for data asset management2. However, there is no mention of Qlik Sense being controlled by Qlik Enterprise Manager. Qlik Sense is a separate product for data visualization and analytics, and its management is not within the scope of Qlik Enterprise Manager's functionalities as described in the available resources12.

Therefore, the correct answer is C. Qlik Replicate, Qlik Compose, Qlik Catalog, as these are the components that can be controlled with Qlik Enterprise Manager.


Question 2

Which is the minimum level of permissions required for a user to delete tasks?



Answer : C

According to the Qlik Replicate documentation, the minimum level of permissions required for a user to delete tasks is theDesignerrole. The predefined roles in Qlik Replicate come with different sets of permissions.TheAdminandDesignerroles have the permission to delete tasks, while theOperatorandViewerroles do not1.

Here's a breakdown of the permissions for each role related to task management:

Admin: Can create, design, and delete tasks.

Designer: Can create, design, and delete tasks.

Operator: Can perform runtime operations like start, stop, or reload targets but cannot delete tasks.

Viewer: Can view task history and other details but cannot perform task management operations like deleting tasks.


Question 3

Which information will be downloaded in the Qlik Replicate diagnostic package?



Answer : C

The Qlik Replicate diagnostic package is designed to assist in troubleshooting task-related issues. When you generate a task-specific diagnostics package, it includes the task log files and various debugging data. The contents of the diagnostics package are crucial for the Qlik Support team to review and diagnose any problems that may arise during replication tasks.

According to the official Qlik documentation, the diagnostics package contains:

Task log files

Various debugging data

While the documentation does not explicitly list ''Statistics, Task Status, and Metadata'' as part of the diagnostics package, these elements are typically included in the debugging data necessary for comprehensive troubleshooting. Therefore, the closest match to the documented contents of the diagnostics package would be option C, which includes Logs, Statistics, Task Status, and Metadata123.

It's important to note that the specific contents of the diagnostics package may vary slightly based on the version of Qlik Replicate and the nature of the task being diagnosed. However, the provided answer is based on the most recent and relevant documentation available.


Question 4

Which two options are available for a Data Error in Qlik Replicate? (Select two.)



Answer : C, E, E

In Qlik Replicate, when handling data errors, there are specific actions that can be configured to manage such errors. Based on the documentation, the available options for handling data errors include:

C . Log record to a specific table: This option allows for the logging of error records to a designated table for further analysis and troubleshooting1.


Question 5

A Qlik Replicate administrator will use Parallel load during full load Which three ways does Qlik Replicate offer? (Select three.)



Answer : A, C, F

Qlik Replicate offers several methods for parallel load during a full load process to accelerate the replication of large tables by splitting the table into segments and loading these segments in parallel. The three primary ways Qlik Replicate allows parallel loading are:

Use Data Ranges:

This method involves defining segment boundaries based on data ranges within the columns. You can select segment columns and then specify the data ranges to define how the table should be segmented and loaded in parallel.

Use Partitions - Use all partitions - Use main/sub-partitions:

For tables that are already partitioned, you can choose to load all partitions or use main/sub-partitions to parallelize the data load process. This method ensures that the load is divided based on the existing partitions in the source database.

Use Partitions - Specify partitions/sub-partitions:

This method allows you to specify exactly which partitions or sub-partitions to use for the parallel load. This provides greater control over how the data is segmented and loaded, allowing for optimization based on the specific partitioning scheme of the source table.

These methods are designed to enhance the performance and efficiency of the full load process by leveraging the structure of the source data to enable parallel processing


Question 6

Where are the three options in Qlik Replicate used to read the log files located? (Select three.)



Answer : B, D, E

In Qlik Replicate, the options to read the log files are located in the following places:

In Diagnostic package (B): The diagnostic package in Qlik Replicate includes various log files that can be used for troubleshooting and analysis purposes1.

In Data directory of Installation (D): The log files are written to the log directory within the data directory. This is the primary location where Qlik Replicate writes its log files, and it is not possible to change this location2.

In Monitor of Qlik Replicate (E): The Monitor feature of Qlik Replicate allows users to view and manage log files. Users can access the Log Viewer from the Server Logging Levels or File Transfer Service Logging Level sub-tabs1.

The other options provided do not align with the locations where log files can be read in Qlik Replicate:

A . In Windows Event log: This is not a location where Qlik Replicate log files are stored.

C . In External monitoring tool: While external monitoring tools can be used to read log files, they are not a direct feature of Qlik Replicate for reading log files.

F . In Enterprise Manager: The Enterprise Manager is a separate component that may manage and monitor multiple Qlik Replicate instances, but it is not where log files are directly read.

Therefore, the verified answers are B, D, and E, as they represent the locations within Qlik Replicate where log files can be accessed and read21.


Question 7

In the CDC mode of a Qlik Replicate task, which option can be set for Batch optimized apply mode?



Answer : C

In Change Data Capture (CDC) mode, Batch optimized apply mode can be set based on time and/or volume.

This means that the batching of transactions can be controlled by specifying time intervals or the volume of data changes to be batched together.

This optimization helps improve performance by reducing the frequency of writes to the target system and handling large volumes of changes efficiently. The Qlik Replicate documentation outlines this option as a method to enhance the efficiency of data replication in CDC mode by batching transactions based on specific criteria.

In the Change Data Capture (CDC) mode of a Qlik Replicate task, when using the Batch optimized apply mode, the system allows for tuning based on time and/or volume. This setting is designed to optimize the application of changes in batches to the target system. Here's how it works:

Time: You can set intervals at which batched changes are applied. This includes setting a minimum amount of time to wait between each application of batch changes, as well as a maximum time to wait before declaring a timeout1.

Volume: The system can be configured to force apply a batch when the processing memory exceeds a certain threshold. This allows for the consolidation of operations on the same row, reducing the number of operations on the target to a single transaction2.

The other options provided do not align with the settings for Batch optimized apply mode in CDC tasks:

A . Source connection processes: This is not a setting related to the batch apply mode.

B . Number of changed records: While the number of changed records might affect the batch size, it is not a setting that can be directly configured in this context.

D . Maximum time to batch transactions: This option is related to the time aspect but does not fully capture the essence of the setting, which includes both time and volume considerations.

Therefore, the verified answer is C. Time and/or volume, as it accurately represents the options that can be set for Batch optimized apply mode in the CDC tasks of Qlik Replicate21.


Page:    1 / 14   
Total 60 questions