What does AI stand for?
What is Artificial Intelligence?
This HTTP method is used to retrieve data from a server without modifying it
What is GET
What type of scaling is adding more resources like instances or servers, adding redundancy?
What is horizontal scaling?
What is the abbreviation of Kubernetes?
What is k8s?
This version control command creates a copy of a remote repository on your local machine
What is git clone?
What are the three types of machine learning?
What is unsupervised learning, supervised learning, reinforcement learning?
This data structure follows “first in, first out.”
What is a queue?
This AWS service provides a managed Kubernetes control plane, letting you run Kubernetes without managing the master nodes yourself
What is EKS (Elastic Kubernetes Service)?
This kubectl command shows the Pods in a namespace
What is kubectl get pods?
What does HTML stand for?
What is HyperText Markup Language?
This AI technique is used for decision-making through trial and error
What is Reinforcement Learning?
In a relational database, this type of key uniquely identifies a row in a table
What is a primary key?
Monitoring and management service built for developers, system operators, site reliability engineers (SRE), and IT managers.
What is AWS CloudWatch?
A way for a Kubernetes user to organize many different clusters within just one physical cluster.
What is a namespace?
What does HTTP stand for?
What is Hypertext Transfer Protocol?
This process converts raw text into smaller units — words, subwords, or characters — before feeding them into a language model
What is tokenization?
This core OOP concept allows a subclass to provide a specific implementation of a method already defined in its parent class
What is method overriding?
This AWS service manages identity, users, roles, and permissions.
What is IAM?
This Kubernetes object defines a set of rules for allowing network traffic to reach a Pod based on labels and namespaces.
What is a NetworkPolicy?
What was the first actual computer bug?
What is a moth?
This parameter controls how much randomness is in an LLM’s output
What is temperature?
What are the main primitive types in Java?
What is 8 types?
This AWS service provides virtual servers in the cloud.
What is EC2?
This command previews infrastructure changes before they are made
What is terraform plan?
What was Java's original name?
What is Oak?