Minigame

Minigame

University

15 Qs

quiz-placeholder

Similar activities

Food Defense การปกป้องอาหารให้ปลอดภัยจากการปนเปื้อนโดยเจตนา

Food Defense การปกป้องอาหารให้ปลอดภัยจากการปนเปื้อนโดยเจตนา

1st Grade - University

10 Qs

HTML Quiz

HTML Quiz

11th Grade - University

15 Qs

C++ Array Quiz

C++ Array Quiz

University

10 Qs

Pharmaceutical Microbiology

Pharmaceutical Microbiology

University

20 Qs

ANS Drugs

ANS Drugs

University

15 Qs

Celestial Navigation

Celestial Navigation

University

20 Qs

Minigame

Minigame

Assessment

Quiz

Science

University

Practice Problem

Medium

Created by

pear pear

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

Already have an account?