0% found this document useful (0 votes)
169 views

Devops Mid-2 Question Paper 2024

Uploaded by

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

Devops Mid-2 Question Paper 2024

Uploaded by

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

SET - 1

SPHOORTHY
ENGINEERING COLLEGE
Hall Ticket
Course Code: Regulations: R18
No:
III -B Tech I Semester, Mid Term Test-II, FEB-2024
Name of the Course: DEVOPS Branch: DATA SCIENCE
Date: /02/2024 Time: 1- hour Max Marks: 10
Answer Any Two of the following

S.No. Questions BTL MARKS CO PO


Explain about L2 CO2
1. a)virtualization stacks 5 PO1
b)deploy with salt stack
What are triggers and explain about job chaining L2 5 C03
2. PO2

3. Describe about black box testing in detail L3 5 C03 PO2

Discus about hosted git servers and pull request C02


4. model L4 5 PO3

Blooms Taxonomy Level % Of Marks

L2 - Understand 50%

L3 - Apply 25%

L4 – Analyze 25%
SET -2

SPHOORTHY
ENGINEERING COLLEGE
Hall Ticket
Course Code: Regulations: R18
No:
III -B Tech I Semester, Mid Term Test-II, FEB-2024
Name of the Course: DEVOPS Branch: DATA SCIENCE
Date: /02/2024 Time: 1- hour Max Marks: 10
Answer Any Two of the following

S.No. Questions BTL MARKS CO PO


EXPLAIN JENKINS PLUGINS INDETAIL L2 CO2
1. 5 PO2

WRITE ABOUT L4 5 CO3

2. A) JAVA SCRIPT TESTING PO3

COLLATING QUALITY MEASURES


3. DISCUS ABOUT BUILD SERVERS AND IAC L5 5 CO3 PO3
DESCRIBE THE HISTORY OF SCM L2
4. 5 CO2 PO1

Blooms Taxonomy Level % Of Marks

L2 - Understand 50%

L4 - Analyze 25%

L5 – Evaluate 25%
SET-1

SPHOORTHY
ENGINEERING COLLEGE

III-B. Tech I Semester, Mid Term Test-II, FEB – 2024

Name of the Course: DEVOPS Time:20min Branch: DS


Date: /02/2024 Max Marks: 10

Multiple Choice Questions

1) Why is source code control essential in project management?

A) To track project expenses B) To manage project timelines


C) To collaborate on code changes D) To conduct market research

2) What is the primary purpose of a source code management system?

A) Project budgeting B) Documenting code history


C) Managing server hardware D) Employee time tracking

3 What is the role of Gerrit in source code management?

A) Automated testing B) Code review


C) Build server management D) Deployment automation

4 Which Git server implementation is known for its support of the pull request model?

A) Jenkins B) GitLab C) Docker D) Puppet

5 What does Jenkins use for managing build dependencies?

A) Jenkins plugins B) Docker containers


C) Build slaves D) Puppet agents

6 Which testing tool is commonly used for automated testing of web applications?

A) Docker B) Selenium C) Puppet D) Ansible

7 What is a common approach for ensuring code quality in a build pipeline?

A) Manual code review B) Automated testing


C) Project budgeting D) Jenkins deployment
8 In the context of deployment, what does Puppet master and agents refer to?

A) Jenkins build server B) Source code management system


C) Configuration management tool D) Docker containerization

9 Which tool is associated with Infrastructure as Code (IaC) for deployment?

A) Jenkins B) Salt Stack C) Gerrit D) JavaScript

10 What is the primary purpose of a deployment tool like Chef or Ansible?

A) Code versioning B) Automated testing


C) Configuration management D) Build server management

Fill in the blanks

11 . Source code control is crucial in project management to ____________ on code changes.

12 .Gerrit plays a key role in facilitating ____________ in the source code management process.

13 .Jenkins uses ____________ for managing build dependencies in the build process.

14 .Selenium is widely used for automated testing of ____________ applications.

15. The Puppet master and agents are components of a ____________ tool for configuration management.

16 .Infrastructure as Code (IaC) is associated with tools like ____________ and Salt Stack for automated
deployment.

17 .____________ and file system layout are important considerations in configuring Jenkins for effective
builds.

18 .The pull request model is commonly associated with ____________.

19 .Ansible is a popular ____________ tool used for automating deployment processes.

20 . Building by ____________ involves arranging build tasks based on their dependencies.


SET-2

SPHOORTHY
ENGINEERING COLLEGE

III-B. Tech I Semester, Mid Term Test-II, FEB – 2024

Name of the Course: DEVOPS Time:20min Branch: DS


Date: /02/2024 Max Marks: 10

Multiple Choice Questions

1) What is the purpose of Jenkins?

a. To automate the building, testing, and deployment of software


b. To manage project timelines and resources
c. To track and manage bugs
d. To provide a platform for software development

2) Which of the following is not a core component of Jenkins?

a. Jenkins Master b. Jenkins Slave


c. Jenkins Node d. Jenkins Client

3) What is a pipeline in Jenkins?

a. A set of plugins that provide additional functionality to Jenkins


b. A series of automated steps that build, test, and deploy software
c. A graphical user interface for managing Jenkins
d. A feature that allows users to create and manage Jenkins jobs

4) The markup language used to write Docker configuration files is:


A)XML B)HTML
C)YAML D)JSON
5) Which programming language was used to write Docker?
A)C B)C++ C)Go D)Java

6) How do you map a host port to the container port?


A)docker run -i : imagename
B)docker run -p 5000:5000 flask_app:1.0
C)docker run --expose 5000:5000 flask_app:1.0
D)None of the above

7) Which of the following browsers supports selenium?


A. Google ChromeSafari
B. Mozilla Firefox
C. All of the above

8) Which of the following is not the alternative to selenium?


A. Cucumber
B. Cypress
C. Puppeteer
D. Mocha

9) What is QTP?
A. Quick test professional
B. Quick test personal
C. Quick testing-tool professional

10) How many components does selenium have?


A. 2
B. 3
C. 4
D. 5
Blanks [10*1/2=5 marks ]
11)what is ide _________________________________?
12)types of testing ___________________, __________________?
13)_________ is the basic building block to automate in Jenkins ?
14) __________uses a Project Object Model (POM) file that specifies the
project's dependencies.
15)RPM_________________________________
16) Jenkins utilizes A ___________________for storing temporary files
during the build process.
17) The user interface of Gerrit is formed on GOOGLE _____________
18) Gerrit can work only with ___________________
19) __________is a service that provides remote access to Git repositories.

20)SCM___________________________________________

You might also like