Google Cloud Deployment Manager
20 Questions
2 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which command can be used to generate the Terraform graph?

  • terraform destroy
  • terraform apply
  • terraform graph (correct)
  • terraform plan

What does a Terraform provider do?

  • Authenticates Terraform with AWS
  • Generates a graph of resources
  • Exposes API interactions and resources (correct)
  • Creates Terraform templates

Which type of providers can be implemented by third-party vendors?

  • IaaS providers
  • PaaS providers
  • Virtual providers
  • Custom plugins (correct)

What are the authentication options for Terraform to access or create resources on AWS?

<p>Static credentials, Environment variables, EC2 role (C)</p> Signup and view all the answers

Which file extensions are used for Terraform configuration files?

<p>.tf (B)</p> Signup and view all the answers

What is the purpose of the 'terraform init' command?

<p>Initialize a Terraform directory (A)</p> Signup and view all the answers

Which command is used to plan the changes to be made by Terraform?

<p>terraform plan (B)</p> Signup and view all the answers

What is HCL?

<p>A language for creating declarations (B)</p> Signup and view all the answers

What can be done with the 'terraform apply' command?

<p>Deploy the Terraform configuration (C)</p> Signup and view all the answers

What does the Terraform graph determine?

<p>The dependencies and resource build order (A)</p> Signup and view all the answers

Which tool is used to manage infrastructure as code and is cloud-agnostic?

<p>Terraform (A)</p> Signup and view all the answers

What is the main advantage of using Terraform?

<p>It maintains the same workflow when provisioning resources among cloud and infrastructure providers (D)</p> Signup and view all the answers

Which language is used to write the configuration files for Terraform?

<p>HCL (A)</p> Signup and view all the answers

Which tool uses a declarative format to specify resources needed for an application?

<p>Google Cloud Deployment Manager (D)</p> Signup and view all the answers

Which tool uses pluggable modules called providers?

<p>Terraform (D)</p> Signup and view all the answers

Which tool keeps track of provisioned resources in a local or remote file?

<p>Terraform (A)</p> Signup and view all the answers

Which tool is based on the HCL language?

<p>Terraform (C)</p> Signup and view all the answers

Which tool is used to work with Google Compute Engine and Google Cloud Platform?

<p>Google Cloud Deployment Manager (D)</p> Signup and view all the answers

Which tool allows the use of Python or Jinja2 templates for configuration?

<p>Google Cloud Deployment Manager (A)</p> Signup and view all the answers

Which tool generates a graph of resources internally?

<p>Terraform (D)</p> Signup and view all the answers

More Like This

Use Quizgecko on...
Browser
Browser