Weekend Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which files can be exported and imported to Qlik Replicate to allow for remote backup, migration, troubleshooting, and configuration updates of tasks?

A.

Task CFG files

B.

Task XML files

C.

Task INI files

D.

Task JSON files

Full Access
Question # 5

Which logging level should be used to identify the internal command that Qlik Replicate Is executing prior to an error?

A.

Warnings

B.

Errors

C.

Trace

D.

Verbose

Full Access
Question # 6

A Qlik Replicate administrator needs to configure Oracle as a source endpoint before running a task in Qlik Replicate Which are three key prerequisites? (Select three.)

A.

Enable supplemental logging

B.

Install the Oracle Instant Client

C.

Complete a full backup of the source

D.

Enable ARCHIVELOG mode

E.

Provide Oracle read-only privileges

F.

Configure Oracle Recovery Model

Full Access
Question # 7

Which are valid source endpoint types for Qlik Replicate change processing (CDC)? (Select two )

A.

Classic Relational RDBMS

B.

MS Dynamics direct access

C.

SAP ECC and Extractors

D.

Generic REST APIs Data Lake file formats

Full Access
Question # 8

How can a source be batch-loaded automatically on a daily basis?

A.

Set trigger through server scheduler

B.

Set trigger through Advanced Run options

C.

Set trigger through Task Designer

D.

Enable task on full load and apply changes

Full Access
Question # 9

By default, how long is the Apply Exceptions data retained?

A.

Indefinitely

B.

7 days

C.

60 days

D.

30 days

Full Access
Question # 10

A customer needs to run daily reports about the changes that have occurred within the past 24 hours When setting up a new Qlik Replicate task, which option must be set to see these changes?

A.

Apply Changes

B.

Store Changes

C.

Stage Changes

D.

Full Load

Full Access
Question # 11

The designer creates a replication task with the source schema name 'HR' and renames the schema in the following areas:

1. In Global Transformation, create a rule to rename schema to 'USER1'

2. In Task Settings -> Target Metadata, enter the Target table schema as 'USER2'

3. In Global Transformation, add a new column named 'SCHEMA' and expression as 'USER3'

Which is the final target schema name?

A.

USER3

B.

HR

C.

USER1

D.

USER2

Full Access
Question # 12

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

A.

Operator

B.

Viewer

C.

Designer

D.

Admin

Full Access
Question # 13

Using Qlik Replicate, how can the timestamp shown be converted to unlx time (unix epoch - number of seconds since January 1st 1970)?

A.

SELECT datetime<1092941466, 'unixepoch*, 'localtime');

B.

SELECT datetime(482340664, 'localtime', 'unixepoch');

C.

strftime('%s*,SAR_H_COMMIT_TIMESTAMP) - datetime.datetime('%s','1970-01-01 00:00:00')

D.

strftime*'%s,,SAR_H_COMMIT_TIMESTAMP) - strftime('%s','1970-01-01 00:00:00')

E.

Time.now.strftime(%s','1970-01-01 00:00:00')

Full Access
Question # 14

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

A.

Source connection processes

B.

Number of changed records

C.

Time and/or volume

D.

Maximum time to batch transactions

Full Access
Question # 15

Which open API methods are supported in Qlik Enterprise Manager?

A.

HTTP APIs. REST SDK. Python SDK

B.

gcloud. NET SDK. Python SDK

C.

REST SDK. NET SDK. Python SDK

D.

JavaScript. REST SDK. NET SDK

Full Access
Question # 16

Which two task logging components are associated with a Full Load to a target endpomt? (Select two.)

A.

TARGET_APPLY

B.

TARGET_LOAD

C.

FILE_TRANSFER

D.

STREAM

E.

SOURCE UNLOAD

Full Access
Question # 17

The Qlik Replicate developer notices that errors occur about the duplicate key when applying INSERT. Which should be done in order to identify this Issue?

A.

Check the error message in the Apply Exceptions control table

B.

Stop and reload the task

C.

Stop task and enable the Apply Exceptions control table

D.

Stop and resume the task

Full Access
Question # 18

A Qlik Replicate administrator is working on a database where thecolumn names in a source endpoint are too long and exceed the character limit for column names in the target endpoint.

How should the administrator solve this issue?

A.

Open the Windows command line terminal and run the renamecolumn command to update all affected columns of all tables

B.

Visit the Table Settings for each table in a task and select the Transform tab to update all affected columns within the Output pane

C.

Visit the Table Settings for each table and select the Filter tab to update all affected columns using a record selection condition

D.

Define a new Global Transformation rule of the Column type, and follow the prompts to filter and rename all columns in all tables

Full Access