Pass the Confluent Confluent Certified Administrator CCAAK Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which option is a valid Kafka Topic cleanup policy? (Choose two.)

Options:

A.

delete


B.

default


C.

compact


D.

cleanup


Questions # 2:

An employee in the reporting department needs assistance because their data feed is slowing down. You start by quickly checking the consumer lag for the clients on the data stream.

Which command will allow you to quickly check for lag on the consumers?

Options:

A.

bin/kafka-consumer-lag.sh


B.

bin/kafka-consumer-groups.sh


C.

bin/kafka-consumer-group-throughput.sh


D.

bin/kafka-reassign-partitions.sh


Questions # 3:

A company has an existing Kafka cluster running without SSL/TLS enabled. The customer wants to enable SSL on brokers to secure data in transit, but they would like to give applications connecting to this cluster some time to migrate to using SSL connection instead of putting a hard stop.

Which solution will meet the customer's requirements?

Options:

A.

Enable SSL on the current Listener, and do not enable mTLS.


B.

Modify the advertised listeners setting on brokers to use SSL.


C.

Create a new listener with SSL enabled.


D.

Enable SSL on the current listener, and do not implement SSL on application side.


Questions # 4:

By default, what do Kafka broker network connections have?

Options:

A.

No encryption, no authentication and no authorization


B.

Encryption, but no authentication or authorization


C.

No encryption, no authorization, but have authentication


D.

Encryption and authentication, but no authorization


Questions # 5:

A developer is working for a company with internal best practices that dictate that there is no single point of failure for all data stored.

What is the best approach to make sure the developer is complying with this best practice when creating Kafka topics?

Options:

A.

Set ‘min.insync.replicas’ to 1.


B.

Use the parameter --partitions=3 when creating the topic.


C.

Make sure the topics are created with linger.ms=0 so data is written immediately and not held in batch.


D.

Set the topic replication factor to 3.


Questions # 6:

When using Kafka ACLs, when is the resource authorization checked?

Options:

A.

Each time the resource is accessed.


B.

The initial time the resource is accessed.


C.

Each time the resource is accessed within the configured authorization interval.


D.

When the client connection is first established.


Questions # 7:

Where are Apache Kafka Access Control Lists stored?

Options:

A.

Broker


B.

ZooKeeper


C.

Schema Registry


D.

Connect


Questions # 8:

Per customer business requirements, a system’s high availability is more important than message reliability.

Which of the following should be set?

Options:

A.

Unclean leader election should be enabled.


B.

The number of brokers in the cluster should be always odd (3, 5, 7 and so on).


C.

The linger.ms should be set to '0'.


D.

Message retention.ms should be set to -1.


Questions # 9:

Kafka broker supports which Simple Authentication and Security Layer (SASL) mechanisms for authentication? (Choose three.)

Options:

A.

SASL/PLAIN


B.

SASL/SAML20


C.

SASL/GSSAPI (Kerberos)


D.

SASL/OAUTHBEARER


E.

SASL/OTP


Questions # 10:

Your Kafka cluster has four brokers. The topic t1 on the cluster has two partitions, and it has a replication factor of three. You create a Consumer Group with four consumers, which subscribes to t1.

In the scenario above, how many Controllers are in the Kafka cluster?

Options:

A.

One


B.

Two


C.

Three


D.

Four


Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions