What is the name of Google’s cloud computing service?
What is Google Cloud Platform
What open-source framework is used for distributed storage and processing of big data
What is Apache Hadoop
What keyword is used to define a function in Python
What is def
What is the practice of managing infrastructure through code called
What is Infrastructure as Code (IaC)
What is the command to retrieve all records from a table named “users”
What is SELECT * FROM users?
Which Google service is used for container orchestration
What is Google Kubernetes Engine (GKE)
Which tool is used for real-time stream processing in the Hadoop ecosystem
What is Apache Storm
Which Python library is commonly used for data manipulation and analysis
What is pandas
Which tool is commonly used for automating configuration management
What is Ansible
Which SQL statement is used to update data in a database
What is UPDATE
What is the name of Google’s serverless computing platform
What is Google Cloud Functions
What is the name of Google’s data processing engine that runs on Hadoop
What is Apache Beam
How do you install a package using Python’s package manager
What is pip install [package]
What is the name of the service for managing and deploying containerized applications on AWS
What is Amazon ECS (Elastic Container Service)
What is the term for a primary key that is composed of two or more columns
What is a composite key
Which Google service provides machine learning capabilities
What is Google AI Platform
Which distributed messaging system is used for building real-time data pipelines
What is Apache Kafka
What keyword is used to handle exceptions in Python
What is try/except
Which tool by HashiCorp is used for infrastructure provisioning
What is Terraform
What command is used to remove a table from a database
What is DROP TABLE
What is the managed data warehouse solution provided by Google
What is Google BigQuery
Which Google service offers fully managed Apache Spark and Apache Hadoop services
What is Google Dataproc
Which Python framework is known for its use in web development and follows the model-template-views architectural pattern
What is Django
What is the purpose of a reverse proxy in infrastructure
What is to distribute client requests to various backend servers and manage load balancing
Which SQL clause is used to filter records based on a specified condition
What is WHERE