AWS
Python / Linux
Abbreviations
Riddles
Logic & Puzzles
100

Which service can assist a developer with quickly deploying and managing a web application on AWS?

AWS Elastic Beanstalk - can be used to quickly deploy and manage applications in AWS. Developers can focus on writing code while AWS manages infrastructure provisioning, scaling, and maintenance




100

What is the output?

print(2∗∗3)

8

100

What does CDN stand for?


Content Delivery Network

100

What is full of holes but still holds water?

A sponge

100

What comes once in a minute, twice in a moment, but never in a thousand years?

The letter M

200

With default settings, what will happen to a root EBS volume when the Amazon EC2 instance is terminated? 1. It will be deleted
2. It will be retained
3. A snapshot will be retained
4. An AMI will be created


It will be deleted-With default settings an Amazon EBS root volume will be deleted when the instance is terminated.




200

print(bool("False"))

True

200

What does JPEG stand for?


Joint Photographic Experts Group

200

What belongs to you but is used more by others?

Your Name

200

A developer has 8 bugs. He fixes 3, but 5 more appear. How many bugs now?

10

300

In case of account compromise, which of the following actions should you perform?
1. Delete all IAM users
2. Delete all resources in your account
3. Open a support case with AWS
4. Immediately close your account

Open a support case with AWS- You should always respond to any notifications you received from AWS through the AWS Support Center and/or contact AWS Support to open a support case

300

Which command in Linux shows the current directory path?

pwd

300

What does RAG stand for in AI?


Retrieval-Augmented Generation

300

You see a boat filled with people. It has not sunk, but when you look again you do not see a single person. Why?


All the people were married

300

How many months have 28 days?

All 12 months.

400

What can you use to assign metadata to AWS resources for cost reporting?
1. Labels
2. Tags
3. ARNs
4. Templates

Tags - Tags and resource groups are great tools for assigning metadata to AWS resources and then being able to group resources that share one or more tags

400

Which command downloads files from internet?


wget / curl

400

What is the full form of GPT?

Generative Pre-trained Transformer

400

What can you break, even if you never pick it up or touch it?

A Promise

400

What can travel around the world while staying in the same corner?

A Stamp

500

Amazon DynamoDB is good for which use case?
1. Structured data, rigid schema
2. Unstructured data, flexible schema

Unstructured data, flexible schema- DynamoDB is a No-SQL database which has a flexible schema and is good for unstructured data

500

Which library is popular for data analysis?


Pandas

500

What does Git stand for?

It actually doesn’t officially stand for anything 😄

500

The more you take, the more you leave behind. What are they?

Footsteps

500

What has 13 hearts but no other organs?

A deck of cards.