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 replace all human operators with automation scripts
B. To increase the complexity of software deployment
C. To separate Development and Operations into distinct silos
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. CAMS (Culture, Automation, Measurement, Sharing)
B. ACID (Atomicity, Consistency, Isolation, Durability)
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. Continuous Improvement
B. Code Inspection
C. Continuous Integration
D. Customer Interaction

4 Which symbol is typically associated with the DevOps lifecycle?

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

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

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

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

A. A complex piece of code that no one understands
B. The physical barrier between the two departments
C. A firewall setting that blocks traffic
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. Monitor
B. Code
C. Build
D. Plan

8 What is a Microservice architecture?

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

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

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

10 Which tool is the industry standard for Containerization?

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

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

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

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

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

13 In DevOps, what does Shift Left refer to?

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

14 What is Infrastructure as Code (IaC)?

A. The physical cables connecting servers
B. Managing and provisioning infrastructure through machine-readable definition files
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. Jenkins
C. Excel
D. Photoshop

16 What does the metric MTTR stand for?

A. Maximum Time To Release
B. Manage The Technical Resources
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. Legacy infrastructure and monolithic applications
C. Too much collaboration between teams
D. Having version control

18 What is the purpose of Kubernetes?

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

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

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

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

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

21 What is the relationship between DevOps and Agile?

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

22 Which tool is primarily used for Configuration Management?

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

23 What is Continuous Deployment?

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

24 What is a Monolithic Application?

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

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 make developers lose their jobs
D. To increase the number of manual errors

26 What is the Staging Area in Git?

A. The production server
B. The recycle bin
C. A place where developers act out plays
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. Build
B. Plan
C. Operate
D. Monitor

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 duplicate data
D. To increase the file size of logs

29 Which tool is commonly used for Monitoring and Visualization?

A. Notepad++
B. VLC Media Player
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. Testers run the company
D. Operations teams write all the code

31 What is GitLab primarily known for?

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

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

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

33 What is DevSecOps?

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

34 What is a Merge Conflict in VCS?

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

35 What does Deployment Frequency measure?

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

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

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

37 What is the primary characteristic of Immutable Infrastructure?

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

38 What is a Repository in Git?

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

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

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

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

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

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

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

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

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

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. Connecting two services tightly
D. Deleting code comments

45 What is the concept of 'Configuration Drift'?

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

46 Which of the following describes Continuous Delivery?

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

47 What is GitHub?

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

48 Why are Containers considered portable?

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

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

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

50 Which DevOps principle focuses on making work visible?

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