Font size
WorksheetsCloud & Devops Intern
Total questions: 65
Worksheet time: 1hrs 5mins
Choose the Correct Abbreviation for AWS EC2
Extended Compute Cloud
Extended Cloud Computation
Elastic Cloud Compute
Elastic Compute Cloud
Give the correct abbreviation of JSON
Java Script Object Notation
Java script Open Network
Java Script Overloaded Network
Java Script Object Network
Write the abbreviation for S3 and SSH?
Service for Simple Storage, Secure Shell Host
Simple Storage Service, Secure Shell
Simple Service Storage, Shell for Secure Hash
Storage Service Source, Secure Shell
Choose the Correct abbreviation for SaaS?
Software as a Service
Security as a Service
Storage as a Service
All the above
Which is/are related to AWS Storage?
AWS S3
AWS S3 Glaciers
AWS EFS
All the Above
Choose the Correct Abbreviation for ACL--------------------------
AWS Cloud Language
Access Control Language
Access Control List
AWS Control Language
Choose the correct order for the following--------------------------
Region, Data Centre, Availability Zone
Availability Zone, Region, Data Centre
Data Centre, Region, Availability Zone
Region, Availability Zone, Data Centre
IPV4 has ------------bit address
28 bits
32 bits
64 bits
128 bits
AWS RDS stands for --------------------------
AWS Relational Data Set
AWS Relational Database Service
AWS Relational Data Storage
AWS Relational Data Security
How many types of Reserved Instance are Available in AWS Economic and Price Billing
5
2
3
None of the above
Match the Following
Reserved Instance Discount
a) AURI 1) Small
b) PURI 2) Large
c) NURI 3) Less
a -2, b-1, c-3
a-2, b-1, c-3
a-3, b-2, c-1
a-2, b-3, c-1
EC2 is a AWS compute Service? True or False
True
False
Which of the following provides Security, Identity and Compliance?
AWS S3
AWS IAM
AWS EC2
AWS EFS
Advantage of Cloud is -------------------
On Demand Service
Cost Efficient
Both A & B
None of the Above
AWS Headquarters is in ------------
Washington, US
Washington, UK
Geneva, Switzerland
Germany, Europe
AWS stands for
Amazon Web Services
Amazon Web Security
Amazon Web science
None of the Above
In which year, Amazon Web Services founded?
2008
2005
2006
2007
EC2 stands for ?
Elastic Cloud Compute
Elastic Configuration Cloud
Elastic Compute Cloud
Elastic Cloud Configuration
Amazon EBS volumes can be maximized up to ?
1 TB
2 TB
3 TB
4 TB
Which one of the following given programs provides the isolation (abstraction) and partitioning?
System Hypervisor
Software Hypervisor
Hardware Hypervisor
Virtualization hypervisor
Which ATM card is not accepted By Amazon while creating AWS account in India.
RuPay card
Visa card
Master card
Maestro card
On which, one of the following hypervisor runs directly on the underlying host system, it is also known as________?
Bare metal hypervisor
Hosted Hypervisor
Native Hypervisor
Ben Hypervisor
Which one of the following is considered the best-known service model?
SaaS
IaaS
PaaS
All of the Mentioned
Which Dev Ops Tools is used for Continuous Integration
Nagios
Ansible
MyDragon
Jenkins
What is the Port Number of Remote Desktop Protocol
8080
443
3369
None of the Above mentioned
What is the Default User name used by Linux instances while launches Amazon Linux AMI
Centos
ec2-user
Admin
root
Which of the followings are the popular tools for DevOps?
Jenkins & Monit
Nagios & ELK
Jenkins & Ansible
All of the above
IaC stands for?
Integration as Code
Infra as Code
Infrastructure Ansible Code
Infrastructure as Code
The cloud platform which are not used for DevOps Implementation?
Google Cloud
IBM
Microsoft Azure
Amazon Web Services
DevOps is an extension of ...............
QA
Agile
Waterfall
None of the above
I am using Jenkins for building my code. Which of the following represents the DevOps State of my stack?
Continuous Integration
Continuous Deployment
Continuous Delivery
None of the above
We have a full CD pipeline which automatically deploys the code to all regions except production. For production also, we have a Jenkins job which can be run from the jump box. Which of the following correctly represents the state of DevOps practice in the above mentioned project?
Continuous delivery capability
Continuous delivery capability
Continuous deployment capability
Continuous integration capability
None of the above
We have ansible for infra automation, jenkins for deployment, cucumber for automated tests, Sonarqube for code coverage, nexus for artifacts, AB testing framework , a automated monitoring framework to alert and self heal and a one click deployment pipeline for all the way to production. In this context, which of the following is correct?
We have continous integration
We have continuous deployment
We have continuous delivery
Not enough information to provide conclusive answer
We wont be perfect in creating a reliable and resilient platform because client is not ready to invest in a A/B testing frame work. In this context, which is correct? (Multiple choices apply)
We can attain reasonable level of reliability through feature flags
We still can think about building a pipeline for continuous Delivery
That is right. Without an A/B Testing framework, we can't attain reasonable reliability.
We still can devise a fail-fast strategy and safely come back to previous stable state within seconds.
DevOps brings together Process, Technology and People (In that same order)
True
False
DevOps is only for developers
True
False
What are the goals of DevOps?
Improve communication and collaboration
Improve the quality of software deployments
Faster time to Market
Making sure the software is bug free
All of the above
Infrastructure as Code is a significant part of DevOps
True
False
Adoption of Cloud technologies and DevOps principles allows Operations teams to
Enable self service for developers
Bring extensible automation for ops tasks
Work and deliver like developers
Reduce focus on traditional ops activities (eg. tickets/upgrades/migrations/infa provisioning).
DevOps is all about tools
True
False
DevOps is incompatible with security & compliance
Myth
Fact
Benefits of DevOps practices
Speed
Rapid Delivery
Reliability
All of the above
Continuous Integration is
A software development practice where developers regularly merge their code changes into a central repository
is a software development practice where code changes are automatically built, tested, and prepared for a release
a practice in which infrastructure is provisioned and managed using code and software development techniques
Continuous deployment is
is being able to continually deploy without manual intervention
refers to keeping the build ready for deployment
creates the infrastructure needed for deployment
checks code quality and scans
Which of the following best describes the Waterfall Model?
Simplest model
Good for small or medium-sized projects where requirements are specified and do not frequently change.
Each phase must be completed before the next phase can begin, and there is no overlapping between the phases.
All of the mentioned
Select the option that suits the Manifesto for Agile Software Development.
Customer collaboration
Individuals and interactions
Working software
All of the mentioned
Which event is not part of Scrum?
Sprint Review
Sprint Planning
Sprint Closure
Daily Scrum
Which of the following choices drives the ongoing merging and testing of code that leads to finding defects early?
Continuous Integration
Continuous Delivery
Continuous Deployment
Continuous Feedback
What is the difference between Continuous Delivery and Continuous Deployment?
Continuous Deployment ensures code is always ready to deploy to production but still requires manual approval to deploy, while Continuous Delivery automatically moves code into production after it passes automated tests.
Continuous Delivery ensures code is always ready to deploy to production but still requires manual approval to deploy, while Continuous Deployment automatically moves code into production after it passes automated tests.
Continuous Delivery includes all steps of the software development life cycle; Continuous Deployment may skip a few steps, such as validation and testing.
Continuous Deployment includes all steps of the software development life cycle; Continuous Delivery may skip a few steps, such as validation and testing.
What is the full form of DevOps?
Drive and Operations
Digital and Operations
Development and Operations
None of the above
What defines the DevOps process loop?
Plan, Code, Build, Test, Release, Deploy, Operate, Monitor, Plan
Plan, Code, Test, Build, Release, Deploy, Operate, Monitor, Plan
Plan, Code, Build, Test, Deploy, Release, Operate, Monitor, Plan
Plan, Code, Build, Test, Release, Deploy, Monitor, Operate, Plan
Which of the following is a build tool?
Ansible
Terraform
Maven
JMeter
Which of the following is a continuous integration tool?
Docker
Kubernetes
Jenkins
Ansible
Which of the following is an infrastructure provisioning tool?
Nagios
Terraform
JUnit
SonarQube
Which of the following is an effective enabler of DevOps because it focuses on small teams continually delivering high quality code?
Waterfall
Service-oriented architecture
Structured development methodologies
Agile
Securing a continuous delivery pipeline may involve which of the following?
Protecting credentials, keys, and other secrets
Strong access control across the entire toolchain and access audits
Protecting (i.e. digitally signing) binaries and other build artifacts against tamper, etc.
All of the above
Which of the following enables rapid elasticity, cost reduction of operating infrastructure, and flexibility?
Continuous Integration
Continuous Delivery
Cloud Environment
Continuous Deployment
Below are the four steps of an AppSec pipeline. Which one shows the steps in the correct order?
Triage, Intake Process, Deliver, Test
Intake Process, Triage, Test, Deliver
Intake Process, Triage, Deliver, Test
Test, Intake Process, Triage, Deliver
DevOps and Agile are one and the same.
True
False
Benefits of a successful implementation of DevOps include which of the following:
Increased level of automation
Accelerated pace of interactions between the Development and Operations teams
Streamlining of processes
All the above
Enter Your Name
Enter Your Enrolment No
Enter Your Branch(CSE, CSE-DS, CSE-AIML, CSIT, CY, IT)
Enter Your Acropolis Email ID
Enter Your Batch(2026 or 2027)
