1. What is latency in terms of Cloud storage? Answers The measure of how many reads or writes you can do in one second, no
Author: admin-ansf
1. When we use cloud services provided to the general consumer, such as Google Suite or Gmail, what cloud deployment model are we using? Answers Hybrid cloud
1. Puppet evaluates all functions, conditionals, and variables for each individual system, and generates a list of rules for that specific system. What are these
1. What is IaC (Infrastructure as Code)? Answers Writing a program from the outside in Programs for industrial use Hardware-based programming with FPGAs Using a
1. How can you profile an entire Python application? Answers Use an @profile label Use the guppy module Use Memory Profiler Use a decorator 2.
1. When using Event Viewer on a Windows system, what is the best way to quickly access specific types of logs? Answers Export logs Create
1. Which of the following will an application spend the longest time retrieving data from? Answers CPU L2 cache RAM Disk The network 2. Which
1. What is part of the final step when problem solving? Answers Documentation Long-term remediation Finding the root cause Gathering information 2. Which tool can
1. What is the difference between using squash and fixup when rebasing? Answers Squash deletes previous commits. Squash combines the commit messages into one. Fixup
1. When we want to update our local repository to reflect changes made in the remote repository, which command would we use? Answers git clone