0% found this document useful (0 votes)
38 views2 pages

devops quiz1 solution

This document is a quiz solution for a DevOps course at Ghulam Ishq Khan Institute, covering various topics related to DevOps practices, tools, and cloud environments. It includes multiple-choice questions, short answer questions, and practical scenarios related to DevOps concepts and AWS services. The quiz emphasizes the importance of communication between development and operations teams, as well as the use of specific tools and commands in cloud computing.

Uploaded by

Shehryar Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views2 pages

devops quiz1 solution

This document is a quiz solution for a DevOps course at Ghulam Ishq Khan Institute, covering various topics related to DevOps practices, tools, and cloud environments. It includes multiple-choice questions, short answer questions, and practical scenarios related to DevOps concepts and AWS services. The quiz emphasizes the importance of communication between development and operations teams, as well as the use of specific tools and commands in cloud computing.

Uploaded by

Shehryar Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Ghulam Ishq Khan Institute (GIKI)

Quiz # 1 (Solution)
Subject: Devops Course Code: CS-423
Class: CS/AI/DS Total Marks: 20
Instructor: Israr Ahmad Date:

Name: Roll #

Note (Read notes & instructions first) .

Any student who is involved in cheating / moved his head or spotted talking/speaking will be given
straight zero mark without any notice and warning. No argument will be entertained so be careful.

1. The term “DevOps” can be best described as:


a) DevOps is the term describing someone who moderates the exchanges between development and operations.
b) DevOps is the name of a job for an employee who can work as both a systems engineer and a developer.
c) DevOps is a cultural approach to improving communications between the development and operations
teamsin an organization.
d) All of the above.

2. The DevOps movement is an outgrowth of which software development methodology:


(A) Agile
(B) Scrum
(C) Extreme Programming (XP)
(D) SDLC

3. Which of the following tools doesn’t function with DevOps:


a) Chef
b) Maven
c) Nicira
d) Puppet

4. DevOps QA is not an efficient for quality measurement:


a) True
b) False

5. The DevOps movement has evolved to solve:


a) The need for multiple software releases, sometimes in one day.
b) The traditional approach to app development.
c) Increasingly complex, virtualized IT environments.
d) All of the above.

6. The business growth increases as a result of DevOps:


a) Customer Support.
b) Continuous Development.
c) Efficient Systems.
d) Created value between clients and Development Teams.

7. One most important thing DevOps does:


a) Changes into production as quickly as possible.
b) Creates a less stressful working environment.
c) Minimizing risks in software quality assurance.
d) Clearer communication and better working relationships between teams.

8. Docker is not DevOps Tool:


a) True.
b) False.

9. DevOps focuses attention on bridging communication gaps between Development and Operations teams:
a) True.
b) False.

10. Which command should you use to search for the word "error" in data.txt?
A) find "error" data.txt
B) search "error" data.txt
C) grep "error" data.txt
D) locate "error" data.txt
Q1: Write any 2 tools name to log into the cloud environment other than console? [2]

1.Putty
2.SSH

Q2: While creating ec2 instance aws cloud provide us key-pair in 2 file format, list it down? [2]
1.ppk
2.pem

Q3: What is the working and difference of security groups and network ACLs in terms of VPC? [2]
Security groups are applied to specific instances and control inbound and outbound traffic for those
instances within the VPC, while network ACLs Operate at the subnet level and control traffic in and
out of an entire subnet, affecting all instances within that subnet.

Q4: You installed apache on Ubuntu using command apt install apache2, it is installed successfully and its
status is active and running, but when you try you access it using its address you unable to access it, write
down what could be the reason and solution for it?[2]
It is the issue of port, we need to navigate to security group in aws web console
Add the inbound/outbound rule and allow and add port so it can be accessible.

Q5: You created a directory named “devops” and a file in it named “Quiz1.txt” in your current directory, but
now you realize you no longer need it. What command you will use to delete directory with file? [2]
rm -r devops
or
rm -rf devops

Good Luck 

You might also like