Flapo SRE Quizzzz

Flapo SRE Quizzzz

Professional Development

27 Qs

quiz-placeholder

Similar activities

Python Coding Specialist Exam

Python Coding Specialist Exam

9th Grade - Professional Development

31 Qs

C Questions for BCA & BSc

C Questions for BCA & BSc

University - Professional Development

30 Qs

Linux quiz

Linux quiz

Professional Development

23 Qs

AZ-900 - Azure Fundamentals (Module 2)

AZ-900 - Azure Fundamentals (Module 2)

Professional Development

30 Qs

15 days of code quiz 2

15 days of code quiz 2

11th Grade - Professional Development

22 Qs

Golang Fiber with GORM

Golang Fiber with GORM

Professional Development

24 Qs

HTML /CSS Prep Quiz

HTML /CSS Prep Quiz

Professional Development

27 Qs

Quiz Computer Department-2024

Quiz Computer Department-2024

Professional Development

28 Qs

Flapo SRE Quizzzz

Flapo SRE Quizzzz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Denis Pesikov

Used 3+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Are you ready for the quizzz?

Not Sure :/

Ja!!!!

NOOOOO :(

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When flaschenpost was established?

2012

2016

1999

2020

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which DB type is mainly and easily horizontaly scaled

MySQL

MongoDB

MsSQL

PostgressSQL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which port is used by the SFTP protocol

22

110

53

21

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python: What is the output of this code snippet?

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

print(my_set)

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

1,2,3,3,4,5

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

[1, 2, 3, 4, 5]

Answer explanation

the code creates a set of numbers and removes duplicates

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What of the following is NOT an encryption algorithm?

RSA

AES

BASE64

TwoFish

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

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

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

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?