wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Flapo SRE Quizzzz

Total questions: 27

Worksheet time: 16mins

Name
Class
Date
1.

Are you ready for the quizzz?

a)

Not Sure :/

b)

Ja!!!!

c)

NOOOOO :(

2.

When flaschenpost was established?

a)

2012

b)

2016

c)

1999

d)

2020

3.

Which DB type is mainly and easily horizontaly scaled

a)

MySQL

b)

MongoDB

c)

MsSQL

d)

PostgressSQL

4.

Which port is used by the SFTP protocol

a)

22

b)

110

c)

53

d)

21

5.

Python: What is the output of this code snippet?

my_set = {1, 2, 3, 3, 4, 5}

print(my_set)

a)

set([1, 2, 3, 4, 5])

b)

1,2,3,3,4,5

c)

[1, 2, 3, 3, 4, 5]

d)

[1, 2, 3, 4, 5]

6.

What of the following is NOT an encryption algorithm?

a)

RSA

b)

AES

c)

BASE64

d)

TwoFish

7.

What is the difference between Blue-green deployment and canary release?

a)

Blue-green deployment involves switching traffic to a new environment all at once, while canary release involves gradually shifting traffic.

b)

Blue-green deployment involves using two identical environments, while canary release involves using a single environment with gradually increasing traffic.

c)

Blue-green deployment involves deploying code changes to a staging environment, while canary release involves deploying directly to production.

d)

Blue-green deployment and canary release are two names for the same technique.

8.

Bash: How to find out the exit code of a command \ script ?

a)

echo $?

b)

echo $STATUS

c)

echo $#

d)

echo $1

9.

What is the name of the default blob in an Azure Storage Account?

a)

$default

b)

$web

c)

$main

d)

$root

10.

What are the 3 IT development streams in flaschenpost

a)

1.Warehouse & Logistics

2.People & Finance

3.Customer Solutions

b)

1. Webshop & Apps

2. TourPlanning & Delivery

2.DataScience

c)

1.BI & Analytics

2. SRE & IToPS

3. Operations

11.

Python: What will be the output of `range ( 10 )`

a)

[1, 2, 3, 4, 5, 6, 7, 8, 9]

b)

[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

c)

[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

12.

The markup language used to write Docker configuration files is:

a)

YAML

b)

HTML

c)

XML

d)

JSON

13.

You call an API and receive 400 code.

What does it mean?

a)

Internal Server Error

b)

Bad Request

c)

Access Forbidden

d)

Unauthorized

14.

Which flag has to be added to bash "grep" command in order to count all the matching results?

a)

-v

b)

-o

c)

-c

d)

-a

15.

How much IPs network 192.168.0.1/32 will have ?

a)

32

b)

8

c)

16

d)

1

16.

How many Terraform code repos are in the SRE project?

a)

2

b)

6

c)

3

d)

4

17.

What is Kubernetes Admission Controller?

a)

A tool for managing access to Kubernetes resources

b)

A component that intercepts and validates requests to the Kubernetes API server

c)

A tool for analyzing and monitoring Kubernetes resources

d)

A tool used to generate valid kubernetes .config file

18.

What is the acronym of BASH

a)

Boredom Annihilator and Shell Helper

b)

Biggest Archive of Shell History

c)

Bourne Again SHell

d)

Brilliantly Automated Scripting Hero

19.

What is the primary goal of a load balancer in an IT infrastructure?

a)

To improve network security

b)

To distribute traffic across servers

c)

To monitor server performance

d)

To manage database connections

20.

Which of the following is NOT a common metric for monitoring application performance?

a)

CPU usage

b)

Disk size

c)

Network latency

d)

Memory usage

21.

How big is the SRE team ( including externals )

a)

6

b)

7

c)

8

d)

9

22.

Python: What output will the following code produce if the user enters 2000 in the command line?

a)

4023

b)

23

c)

-23

d)

The code would produce an error

23.

What is the difference between a Virtual Machine and a Container?

a)

Containers provide a complete operating system environment, while Virtual Machines share the host operating system kernel.

b)

Virtual Machines and Containers both run on physical hardware without the need for an operating system.

c)

Virtual Machines provide a complete operating system environment, while Containers share the host operating system kernel.

d)

Virtual Machines and Containers are two names for the same technology.

24.

Python: What is the output of the following code?

my_dict = {"a": 1, "b": 2, "c": 3}

print(my_dict.get("d", 4))

a)

1

b)

2

c)

3

d)

4

e)

Code will throw an error

25.

What is Azure Resource Manager (ARM)?

a)

A way to manage access to Azure resources

b)

A tool for creating and managing Azure resources

c)

A cloud-based directory service

d)

A service that provides scalable and durable storage in the cloud

26.

What is a Kubernetes operator?

a)

A tool for analyzing and monitoring Kubernetes resources

b)

A tool for managing access to Kubernetes resources

c)

A custom controller that extends Kubernetes functionality to automate complex tasks

d)

A program operating kubernetes updates

27.

Hope you enjoyed ;)

One question remains -

What do we eat today for a dinner?

4 lines