Unit 1: Introduction to DevOps Concepts - Practice Quiz

INT331 — Fundamentals Of Devops 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What is the primary goal of DevOps?

A. To separate Development and Operations into distinct silos
B. To increase the complexity of software deployment
C. To replace all human operators with automation scripts
D. To shorten the systems development life cycle while delivering features, fixes, and updates frequently

2 Which acronym is commonly used to describe the core values of DevOps?

A. SOLID (Single responsibility, Open-closed, Liskov substitution, Interface segregation, Dependency inversion)
B. CAMS (Culture, Automation, Measurement, Sharing)
C. ACID (Atomicity, Consistency, Isolation, Durability)
D. DRY (Don't Repeat Yourself)

3 In the context of the DevOps lifecycle, what does CI stand for?

A. Customer Interaction
B. Continuous Improvement
C. Code Inspection
D. Continuous Integration

4 Which symbol is typically associated with the DevOps lifecycle?

A. An infinity loop ()
B. A pyramid
C. A straight line
D. A pie chart

5 Which of the following is NOT a benefit of implementing DevOps?

A. Lower failure rate of new releases
B. Creation of rigid silos between teams
C. Increased deployment frequency
D. Faster time to market

6 What is the 'Wall of Confusion' in the context of Development and Operations?

A. A firewall setting that blocks traffic
B. The physical barrier between the two departments
C. A complex piece of code that no one understands
D. The conflict and lack of communication arising from conflicting goals (Change vs. Stability)

7 Which phase of the DevOps lifecycle involves managing the software after it has been deployed to production?

A. Build
B. Code
C. Plan
D. Monitor

8 What is a Microservice architecture?

A. A front-end framework for mobile apps
B. A database management technique
C. An architectural style that structures an application as a collection of loosely coupled services
D. A single, large codebase that contains all application logic

9 How do Containers differ from Virtual Machines (VMs)?

A. Containers cannot run on Linux
B. Containers require a full Guest OS, while VMs do not
C. VMs are more lightweight than containers
D. Containers share the host OS kernel, while VMs include a full Guest OS

10 Which tool is the industry standard for Containerization?

A. Jenkins
B. Nagios
C. Docker
D. Git

11 What is the primary function of a Version Control System (VCS)?

A. To automate the testing of software
B. To manage changes to source code over time
C. To monitor server health
D. To compil source code into binaries

12 Which of the following is a Distributed Version Control System?

A. Subversion (SVN)
B. Perforce
C. Git
D. CVS

13 In DevOps, what does Shift Left refer to?

A. Moving testing and security checks earlier in the development lifecycle
B. Assigning more work to the Operations team
C. Delaying deployment until the end of the sprint
D. Moving the mouse to the left screen

14 What is Infrastructure as Code (IaC)?

A. The physical cables connecting servers
B. Coding the operating system kernel
C. Writing documentation for physical servers
D. Managing and provisioning infrastructure through machine-readable definition files

15 Which tool is commonly used for Continuous Integration (CI) pipelines?

A. Excel
B. Jenkins
C. Word
D. Photoshop

16 What does the metric MTTR stand for?

A. Manage The Technical Resources
B. Maximum Time To Release
C. Minimum Technical Testing Requirement
D. Mean Time To Repair (or Recovery)

17 Which of the following is a technical challenge in adopting DevOps?

A. Excessive automation capabilities
B. Having version control
C. Legacy infrastructure and monolithic applications
D. Too much collaboration between teams

18 What is the purpose of Kubernetes?

A. Graphic Design
B. Spreadsheet Calculation
C. Source Code Management
D. Container Orchestration

19 In a DevOps culture, what is a Blameless Post-Mortem?

A. Ignoring errors and moving on
B. Firing the person responsible for a bug
C. Analyzing an incident to identify the root cause without punishing individuals
D. A meeting held before a project starts

20 Which command in Git is used to save changes to the local repository?

A. git commit
B. git clone
C. git pull
D. git init

21 What is the relationship between DevOps and Agile?

A. DevOps is an extension of Agile that includes Operations
B. They are opposites and cannot work together
C. Agile is for hardware, DevOps is for software
D. DevOps replaces Agile completely

22 Which tool is primarily used for Configuration Management?

A. Apache
B. Ansible
C. MySQL
D. Slack

23 What is Continuous Deployment?

A. Manually copying files to a server once a year
B. Automatically deploying every change that passes all stages of the production pipeline to customers
C. Merging code to the main branch
D. Running unit tests locally

24 What is a Monolithic Application?

A. A mobile-only application
B. A software application where different components are combined into a single program from a single platform
C. An application that runs only on one computer
D. An application built with microservices

25 Why is Automation critical in DevOps?

A. To ensure consistency, reliability, and speed in repetitive tasks
B. To slow down the deployment process
C. To increase the number of manual errors
D. To make developers lose their jobs

26 What is the Staging Area in Git?

A. A file in the .git directory that stores information about what will go into your next commit
B. A place where developers act out plays
C. The production server
D. The recycle bin

27 Which phase comes immediately after Code in the DevOps lifecycle?

A. Build
B. Monitor
C. Plan
D. Operate

28 What is the main benefit of Feedback Loops in DevOps?

A. To enable rapid detection and correction of issues
B. To create echo in audio systems
C. To increase the file size of logs
D. To duplicate data

29 Which tool is commonly used for Monitoring and Visualization?

A. WinRAR
B. Prometheus and Grafana
C. Notepad++
D. VLC Media Player

30 What implies the 'You Build It, You Run It' philosophy?

A. Operations teams write all the code
B. Developers are responsible for the code in production, not just writing it
C. Testers run the company
D. Managers are responsible for coding

31 What is GitLab primarily known for?

A. A programming language
B. An operating system
C. A web-based DevOps lifecycle tool that provides a Git-repository manager
D. A hardware component

32 Which of the following is a benefit of Microservices regarding technology stack?

A. Each service can be written in a different programming language or framework suited for the task
B. You must use assembly language
C. You cannot use databases
D. You are forced to use one language for everything

33 What is DevSecOps?

A. A new programming language
B. Device Security Operations
C. Development Sector Options
D. Development, Security, and Operations

34 What is a Merge Conflict in VCS?

A. When two developers fight physically
B. When a file is deleted accidentally
C. When the computer crashes during a merge
D. When two branches have competing changes to the same line of a file and Git cannot resolve it automatically

35 What does Deployment Frequency measure?

A. How many developers are hired
B. How fast the internet connection is
C. How often code is successfully deployed to production
D. How many bugs are found

36 Which testing tool is widely used for web application test automation?

A. Blender
B. Selenium
C. Audacity
D. Photoshop

37 What is the primary characteristic of Immutable Infrastructure?

A. Servers are never modified after deployment; they are replaced with new instances
B. Servers are modified and patched in place
C. Infrastructure that cannot be deleted
D. Infrastructure that costs no money

38 What is a Repository in Git?

A. A data structure to store project files and the history of changes
B. A programming function
C. A type of computer virus
D. A command line interface

39 Which of the following is a Cultural challenge in DevOps?

A. Incompatible file formats
B. Resistance to change from employees
C. Slow internet speed
D. Lack of RAM in servers

40 What does the term 'Orchestration' refer to in the context of containers?

A. Installing the operating system
B. Drawing container icons
C. Composing music for the team
D. Managing the lifecycles of containers, including provisioning, deployment, and scaling

41 What is the role of a Build Tool like Maven or Gradle?

A. To write the code
B. To automate the creation of executable applications from source code
C. To design the user interface
D. To manage the database

42 Which is a characteristic of a High-Performing DevOps team?

A. Low deployment frequency
B. High change failure rate
C. Short lead time for changes
D. Long time to restore service

43 What is Puppet?

A. A toy used in team building
B. A container engine
C. A configuration management tool
D. A version control system

44 In the context of Microservices, what is Decoupling?

A. Removing the internet connection
B. Ensuring that changes in one service do not require changes in other services
C. Deleting code comments
D. Connecting two services tightly

45 What is the concept of 'Configuration Drift'?

A. Drifting cars in a video game
B. Moving servers from one room to another
C. Changing the font size in the IDE
D. When the actual configuration of a server diverges from the desired or documented configuration over time

46 Which of the following describes Continuous Delivery?

A. Ensuring code is always in a deployable state, but deploying to production requires a manual approval
B. Deploying to production automatically without manual approval
C. Delivering hardware to the office continuously
D. Writing code continuously without sleeping

47 What is GitHub?

A. The same thing as Git
B. A programming language
C. A cloud-based hosting service for Git repositories
D. A database engine

48 Why are Containers considered portable?

A. They are very small in file size
B. They only run on Windows
C. They fit in a pocket USB drive
D. They package the application and all its dependencies (libs, bins) together

49 What is the result of successful DevOps implementation on software quality?

A. Quality is irrelevant in DevOps
B. Quality decreases due to speed
C. Quality remains the same
D. Quality improves due to automated testing and smaller, frequent releases

50 Which DevOps principle focuses on making work visible?

A. Encryption
B. Siloing
C. Transparency/Sharing
D. Secrecy