wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Fellowship program 2021

Total questions: 15

Worksheet time: 12mins

Name
Class
Date
1.

What is Cross-Site Scripting?

a)

Client side injection attack

b)

Non validating user input

c)

Using css filter instead of html

d)

Using cross-site scripting and tools

2.

What are IDS and IPS systems? (choose two)

a)

IDS is a control system

b)

IDS only detects intrusions but no prevention

c)

IPS is a monitoring system

d)

IPS detects and prevents intrusions

3.

What is a Botnet? (choose two)

a)

Network of autonomous robots

b)

A group of PCs, mobile devices that are affected and controlled by malware

c)

Network of computers managed by an organisation

d)

A group of PCs performing DDoS attack

4.

Advantages of cloud computing? (choose two)

a)

On-demand compute

b)

Private data center

c)

Pay as you go pricing model

d)

Difficult to scale

5.

Define hybrid cloud in your own words (maximum 50 words)

4 lines
6.

Define cloud-native in your own words. (maximum 50 words)

4 lines
7.

Git command that downloads any repository from GitHub to your computer?

a)

git push

b)

git clone

c)

git commit

d)

git fork

8.

What is continuous integration and continuous deployment? (choose two)

a)

CI -> Ensures code can be build and committed successfully to source control system

b)

CD -> Every change that is committed, passes the automated tests is deployed to production automatically

c)

CI -> Is an integration technology

d)

CD -> Constant delivery of code to source control system

9.

Which is NOT a CI/CD tool?

a)

Chef

b)

Terraform

c)

Jenkins

d)

Ansible

10.

Explain the difference between git fetch and git pull? (maximum 50 words)

4 lines
11.

What are 3 C's of effective communication? (choose three)

a)

Clear

b)

Concise

c)

Calm

d)

Consistent

12.

What is more important communication skill among the following two?

a)

Speaking

b)

Listening

13.

What is your preferred way of learning technology?

a)

Written (books, blogs, articles)

b)

Online (video, live, virtual classroom)

c)

I learn by doing

14.

What is NOT related to CI/CD?

a)

Each developer creates a new feature branch for their changes from trunk

b)

Comprehensive and healthy automated test suite

c)

Works in small iterations

d)

Anyone can deploy any version of the software

e)

If you build it, you run it

15.

Define Infrastructure as Code (IaC) in your own words? (maximum 50 words)

4 lines