Explore Online Courses
Free Courses
Hire from us
Become an Instructor
Reviews
All Courses
Submit
Submit
Take the Free Practice Test
Free Practice Test
Instructions:
FREE test and can be attempted multiple times.
60 Minutes
30 Multiple Choice Questions
Fill in the Details to Get Started
Select your preference
Self-learning and knowledge validation
Completed a course & revising
Just curious
By providing your contact details, you agree to our
Terms of Use
&
Privacy Policy
Welcome to your DevOps Quiz
Which of these Software Development Methodologies are not suitable for large and complex projects?
Waterfall Model
Devops
Agile Methodology
None of the above
Which tool among the following helps in containerization?
Jenkins
Git
Kubernetes
Docker
Devops Methodology was focused on solving the problems between the customers and the software company.
True
False
Which of these principles are NOT included in Agile Methodologies?
Frequent Release Cycles
Focus on Customer Feedback
Eliminating Waste
None of the above
Which Lifecycle stage in Devops helps in Transition from one stage to another?
Continuous Development
Continuous Testing
Continuous Monitoring
Continuous Integration
Merge Conflicts occur when?
Two developers simultaneously commit to a repository
Two or more developers try to merge on local system
Two or more developers try to merge to the remote repository
Two developers who worked on the same file, try to merge on the branch
which of the following workflow should be used, if we want to deploy multiple features at once.
Centralized Workflow
Feature Workflow
Git Flow Workflow
None of the above
Forking help us in?
Cloning the Repository
Copying a Reposityory to your GitHub account
Suggesting changes to the parent Repository
None of these
Which of the following should git rebase be used on?
Master Branch
Remote Branch
Local Branch
None of these
Which of the following is a characteristics of a Centralized Version Control System?
Local Operations are fast
Version History is available on the local storage as well
Version History is not available on the local storage as well
None of these
How to save an image of docker on disk?
Docker Save
Docker Commit
Docker Push
None of these
______ is a service from docker which provides registry capabilities for public and private docker images
Docker Cloud
Docker Community
Docker Hub
None of these
Docker Containers include the kernel of OS as well?
True
False
Virtual Machines include the kernel of the OS?
True
False
Containers running on the same machine, share the underlying kernel of the host OS?
True
False
Which of these can be re-used in a Puppet Program?
Resource
Manifests
Class
None of these
Can we create Modules manually rather than using the utility?
True
False
What is the mode of Communication between Puppet Master and Slaves?
SSH
SSL
RDP
None of these
Which Loop statement allows command to execute if condition is true?
unless
onlyif
Which of these is the main manifest mile?
init.pp
site.pp
main.pp
None of these
Choose the incorrect option: Ansible Playbooks
Are organized unit of scripts
Contains tasks
Are written in Python
Defines work for a server configuration
Choose the correct option:
Roles are flexible and can be easily modified
Ansible roles organizes playbooks
Ansible roles can be used independently outside playbook
None of these
Inventory file can be found in:
/etc/ansible/hosts
/etc/ansible/site.yml
YAML file is started with
---
-
What does Maven do?
Creating Test Reports
Dependency Management
Helps in Testing Applications
None of these
Annotations in Selenium helps us in ________
Follow a sequence in Selenium Code
Commenting Code
Creating Reports
None of these
Can Selenium automate Desktop Applications?
No
Yes
Only Microsoft Applications
None of these
Which component in Selenium helps in Parallel test execution?
Selenium RC
Selenium Grid
Selenium WebDriver
None of these
What is Headless Mode?
Runs Selenium Tests in Headless Mode
Runs Selenium Tests in foreground
Runs Selenium Tests in background
None of these
Time is Up!