Unit 1 - Practice Quiz

INT331 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 shorten the systems development life cycle while delivering features, fixes, and updates frequently
C. To increase the complexity of software deployment
D. To replace all human operators with automation scripts

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

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

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

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

4 Which symbol is typically associated with the DevOps lifecycle?

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

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

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

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

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

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

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

8 What is a Microservice architecture?

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

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

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

10 Which tool is the industry standard for Containerization?

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

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

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

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

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

13 In DevOps, what does Shift Left refer to?

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

14 What is Infrastructure as Code (IaC)?

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

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

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

16 What does the metric MTTR stand for?

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

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

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

18 What is the purpose of Kubernetes?

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

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

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

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

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

21 What is the relationship between DevOps and Agile?

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

22 Which tool is primarily used for Configuration Management?

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

23 What is Continuous Deployment?

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

24 What is a Monolithic Application?

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

25 Why is Automation critical in DevOps?

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

26 What is the Staging Area in Git?

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

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

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

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

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

29 Which tool is commonly used for Monitoring and Visualization?

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

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

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

31 What is GitLab primarily known for?

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

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 cannot use databases
C. You are forced to use one language for everything
D. You must use assembly language

33 What is DevSecOps?

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

34 What is a Merge Conflict in VCS?

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

35 What does Deployment Frequency measure?

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

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

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

37 What is the primary characteristic of Immutable Infrastructure?

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

38 What is a Repository in Git?

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

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

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

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

A. Composing music for the team
B. Installing the operating system
C. Drawing container icons
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 automate the creation of executable applications from source code
B. To manage the database
C. To write the code
D. To design the user interface

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

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

43 What is Puppet?

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

44 In the context of Microservices, what is Decoupling?

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

45 What is the concept of 'Configuration Drift'?

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

46 Which of the following describes Continuous Delivery?

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

47 What is GitHub?

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

48 Why are Containers considered portable?

A. They fit in a pocket USB drive
B. They are very small in file size
C. They only run on Windows
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 improves due to automated testing and smaller, frequent releases
B. Quality is irrelevant in DevOps
C. Quality remains the same
D. Quality decreases due to speed

50 Which DevOps principle focuses on making work visible?

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