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

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. ACID (Atomicity, Consistency, Isolation, Durability)
C. CAMS (Culture, Automation, Measurement, Sharing)
D. DRY (Don't Repeat Yourself)

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

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

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. Creation of rigid silos between teams
B. Lower failure rate of new releases
C. Increased deployment frequency
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 firewall setting that blocks traffic
D. A complex piece of code that no one understands

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

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

8 What is a Microservice architecture?

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

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

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

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 monitor server health
B. To compil source code into binaries
C. To manage changes to source code over time
D. To automate the testing of software

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

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

13 In DevOps, what does Shift Left refer to?

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

14 What is Infrastructure as Code (IaC)?

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

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

A. Excel
B. Word
C. Jenkins
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. Having version control
B. Too much collaboration between teams
C. Legacy infrastructure and monolithic applications
D. Excessive automation capabilities

18 What is the purpose of Kubernetes?

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

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

A. A meeting held before a project starts
B. Ignoring errors and moving on
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 commit
B. git pull
C. git clone
D. git init

21 What is the relationship between DevOps and Agile?

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

22 Which tool is primarily used for Configuration Management?

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

23 What is Continuous Deployment?

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

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 built with microservices
D. An application that runs only on one computer

25 Why is Automation critical in DevOps?

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

26 What is the Staging Area in Git?

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

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

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

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

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

29 Which tool is commonly used for Monitoring and Visualization?

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

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

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

31 What is GitLab primarily known for?

A. A hardware component
B. A web-based DevOps lifecycle tool that provides a Git-repository manager
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 are forced to use one language for everything
C. You cannot use databases
D. You must use assembly language

33 What is DevSecOps?

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

34 What is a Merge Conflict in VCS?

A. When a file is deleted accidentally
B. When the computer crashes during a merge
C. When two developers fight physically
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 fast the internet connection is
B. How many developers are hired
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. Selenium
B. Blender
C. Photoshop
D. Audacity

37 What is the primary characteristic of Immutable Infrastructure?

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

38 What is a Repository in Git?

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

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

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

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. Drawing container icons
C. Composing music for the team
D. Installing the operating system

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

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

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

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

43 What is Puppet?

A. A container engine
B. A configuration management tool
C. A toy used in team building
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. Changing the font size in the IDE
B. When the actual configuration of a server diverges from the desired or documented configuration over time
C. Drifting cars in a video game
D. Moving servers from one room to another

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. Writing code continuously without sleeping
D. Deploying to production automatically without manual approval

47 What is GitHub?

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

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 remains the same
B. Quality improves due to automated testing and smaller, frequent releases
C. Quality decreases due to speed
D. Quality is irrelevant in DevOps

50 Which DevOps principle focuses on making work visible?

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