0
0
Kafkadevops~5 mins

Amazon MSK in Kafka - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Amazon MSK?
Amazon MSK (Managed Streaming for Apache Kafka) is a fully managed service that makes it easy to build and run applications that use Apache Kafka to process streaming data.
Click to reveal answer
beginner
How does Amazon MSK simplify Kafka management?
Amazon MSK handles the setup, scaling, and maintenance of Kafka clusters, so you don't have to manage servers, patch software, or handle backups manually.
Click to reveal answer
intermediate
What are the main components of an Amazon MSK cluster?
An Amazon MSK cluster includes brokers (servers that store and serve Kafka data), ZooKeeper nodes (for managing cluster metadata), and storage volumes for data persistence.
Click to reveal answer
intermediate
How does Amazon MSK ensure data durability?
Amazon MSK stores data across multiple brokers and availability zones, replicating messages to prevent data loss even if some brokers fail.
Click to reveal answer
intermediate
What security features does Amazon MSK provide?
Amazon MSK supports encryption at rest and in transit, IAM-based access control, and integration with AWS PrivateLink for secure network access.
Click to reveal answer
What does Amazon MSK manage for you?
ACreating Kafka topics manually
BWriting Kafka producer code
CKafka cluster setup, scaling, and maintenance
DDeveloping Kafka consumer applications
Which component in Amazon MSK manages cluster metadata?
AKafka brokers
BZooKeeper nodes
CAWS Lambda
DAmazon S3
How does Amazon MSK ensure data is not lost if a broker fails?
ABy replicating data across multiple brokers and availability zones
BBy backing up data to Amazon S3 every second
CBy storing data only on a single broker
DBy using local disk caching
Which security feature is NOT provided by Amazon MSK?
AAutomatic code generation for Kafka clients
BIAM-based access control
CIntegration with AWS PrivateLink
DEncryption at rest
What is the main benefit of using Amazon MSK?
AYou don't need to write any Kafka code
BIt only works with AWS Lambda functions
CIt replaces Kafka with a different streaming technology
DYou get a fully managed Kafka service that reduces operational overhead
Explain what Amazon MSK is and how it helps developers.
Think about how it changes the way you handle Kafka infrastructure.
You got /3 concepts.
    Describe the key security features of Amazon MSK.
    Consider how data and access are protected.
    You got /4 concepts.