Search Header Logo

Minigame

Authored by pear pear

Science

University

Used 3+ times

Minigame
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Science