Minigame

Minigame

University

15 Qs

quiz-placeholder

Similar activities

Modern Science

Modern Science

University

20 Qs

Momentum and Impulse

Momentum and Impulse

University

15 Qs

Chemical Bonds pt 2

Chemical Bonds pt 2

University

20 Qs

Pra-ETS PTPL 2022 Sesi 2-4

Pra-ETS PTPL 2022 Sesi 2-4

University

13 Qs

Digestion

Digestion

12th Grade - University

10 Qs

IELTS Reading - History of the Steam Engine

IELTS Reading - History of the Steam Engine

University - Professional Development

12 Qs

Kuis Prak. Tata Letak Fasilitas Gudang

Kuis Prak. Tata Letak Fasilitas Gudang

University

20 Qs

GROUP 1 QUIZ 3

GROUP 1 QUIZ 3

5th Grade - University

10 Qs

Minigame

Minigame

Assessment

Quiz

Science

University

Practice Problem

Medium

Created by

pear pear

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What are microservices ?

A design pattern used primarily in functional programming and object-oriented programming

Microservices are used to build monolithic architecture

Microservices are a software architectural style in which a large application is built as a collection of small, independent, and scalable services.

None of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Find the cities name with the condition and temperature from table 'whether' where condition = sunny or cloudy but temperature >= 60.

SELECT city_name FROM whether WHERE (condition = 'sunny' OR condition = 'cloudy') AND temperature >= 60
SELECT city_name FROM whether WHERE condition = 'cloudy' AND temperature >= 60
SELECT city_name FROM whether WHERE condition = 'sunny' OR temperature >= 60
SELECT city_name FROM whether WHERE condition = 'sunny' AND temperature >= 60

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

What are some benefits of using microservices ?

Improved scalability, flexibility, resilience. and maintainability.

Increased complexity, decreased performance, and higher costs.
Limited scalability, reduced flexibility, and increased maintenance.
Less efficient resource utilization, decreased modularity, and higher development time.

4.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

What is the SQL stand for ?

Structured Query Language
System Query Language
Structured Query Logic
Sequential Query Language

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How many Primary keys and Foreign keys can have in a table?

1 primary key, no foreign keys
1 primary key, 1 foreign key
multiple primary keys, 1 foreign key
1 primary key, multiple foreign keys

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the benefit of using a message broker in a microservices architecture ?

The benefit of using a message broker in a microservices architecture is to make communication between microservices less reliable.
The benefit of using a message broker in a microservices architecture is to create tight coupling between microservices.
The benefit of using a message broker in a microservices architecture is to provide reliable and scalable communication between microservices.
The benefit of using a message broker in a microservices architecture is to increase latency and decrease performance.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the difference between a service registry and a service discovery ?

A service registry is a process of dynamically locating and connecting to available services, while service discovery is the process of registering services in a centralized database.

A service registry keeps track of all microservices, while service discovery helps clients find the correct microservice.

A service registry and a service discovery are the same thing.

None of the above.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?