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

Which are the valid task options for Kafka?

A.

Full Load and Apply Change

B.

Full Load and Stage Change

C.

Apply Change and Store Change

D.

Full Load and Store Change

The Qlik Replicate administrator adds a new column to one of the tables in a task

What should the administrator do to replicate this change?

A.

Stop and resume the task

B.

Stop task, enable__CT tables, and resume

C.

Change the DDL Handling Policy to accommodate this change

D.

Stop and reload the task

Which piece of information is stored and can be modified in the Provider Syntax?

A.

Endpoint definition - Servername and port number

B.

Username and permission of the endpoints

C.

Schema definition of the endpoints

D.

Data Type Mapping

Which two endpomts have ARC (Attunity Replicate Connect) CDC (Change Data Capture) agents? (Select two )

A.

IBM IMS

B.

IBMDB2Z/OS

C.

Kafka Source

D.

SAPHANA

E.

HP NonStop

Which is the default port of Qlik Replicate Server on Linux?

A.

3550

B.

443

C.

80

D.

3552

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

A.

Operator

B.

Viewer

C.

Designer

D.

Admin

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

AQlik Replicate administrator requires data from a CRM application that can be accessed through different methods. How should this be done?

A.

Connect directly to the application

B.

Export tables to CSVs in a shared folder and connect to that

C.

Connect to the REST API provided by the application

D.

Connect to the underlying RDBMS

Which is the command to export the task, task name Oracle_2_SS_Target1 using REPCTL?

A.

repct1 exportrepository task=Oracle_2_SS_Target1

B.

repct1 export_task task=Oracle_2_SS_Target1

C.

repct1 export task-Oracle_2_SS_Target1

D.

repct1 exporttask task=0racle_2_SS_Target1

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')