🌍 All Study Guides📊 Dashboard📰 Blog💡 About
Google IT Automation with Python Professional Certificate • STUDY MODE

AUTOMATION AT SCALE

QUESTION 1 OF 5

What is IaC (Infrastructure as Code)? Great job! IaC goes hand in hand with continuous delivery.

A
Writing a program from the outside in
B
Programs for industrial use
C
Hardware-based programming with FPGAs
D
Using a version control system to deploy and manage node configurationsCorrect Answer
QUESTION 2 OF 5

What is the principle called when you think of networked machines as interchangeable resources instead of individual machines? Nice work! This means no node is irreplaceable and configuration is automated.

A
"Flexible deployment"
B
The "Borg" principle
C
Treating computers like "cattle instead of pets"Correct Answer
D
The principle of "group operation"
QUESTION 3 OF 5

What benefits can we gain by using automation to manage our configuration? (Check all that apply) Way to go! When a configuration or process doesn)t depend on a human remembering to follow all the necessary steps, the result will always be the same. Right on! Because automation breeds consistency, when we know a particular process that has been automated works, we can count on it working every time as long as everything remains the same. Woohoo! A scalable system is a flexible system that can handle extra tasks or integrate extra resources easily.

A
ConsistencyCorrect Answer
B
Simplicity
C
ReliabilityCorrect Answer
D
ScalabilityCorrect Answer
QUESTION 4 OF 5

Puppet is a commonly used configuration management system. Which of the following applications are also used for configuration management? Excellent! Chef is a configuration management system that treats configuration as code. Awesome! Ansible is an open source IT Configuration Management, Deployment & Orchestration tool which aims to provide a wide variety of automation challenges with huge productivity gains. Nice job! CFEngine is an open-source configuration management program that offers automated configuration and maintenance of large-scale computing networks, including centralized cloud, desktop, consumer and industrial application control, embedded networked applications, handheld smartphones, and tablet computers.

A
Valgrind
B
ChefCorrect Answer
C
AnsibleCorrect Answer
D
CFEngineCorrect Answer
QUESTION 5 OF 5

A network administrator is accustomed to manually configuring the 5 nodes on the network he manages. However, the company he works for is quickly growing, and there are plans to expand the network to 200 nodes. What is the most reasonable course of action for the network administrator? Yes! We can write automation scripts ourselves or we can use some sort of configuration management software to make our network scalable by pushing changes from a control server.

A
Prepare to manually configure 200 nodes
B
Hire more network techs
C
Ask for a reduction in planned nodes to simplify configuration
D
Prepare scripts or download software for automated configurationCorrect Answer

Ready to test your recall?

What is IaC (Infrastructure as Code)? Great job! IaC goes hand in hand with continuous delivery.

A
Writing a program from the outside in
B
Programs for industrial use
C
Hardware-based programming with FPGAs
D
Using a version control system to deploy and manage node configurations

How confident are you in this answer?