Minigame

Minigame

University

15 Qs

quiz-placeholder

Similar activities

Introduction to Desktop Software

Introduction to Desktop Software

University - Professional Development

10 Qs

Cloud Computing Fundamentals

Cloud Computing Fundamentals

University

12 Qs

Scientific Methods & Test Procedure

Scientific Methods & Test Procedure

University

11 Qs

Q2. FSG301 C.3 & C.4

Q2. FSG301 C.3 & C.4

University

10 Qs

Understanding Requirements in Software Development

Understanding Requirements in Software Development

12th Grade - University

15 Qs

Graham's Christmas Quiz

Graham's Christmas Quiz

University

13 Qs

Reservoir Model-Architecture-Quality

Reservoir Model-Architecture-Quality

University

10 Qs

Ecosystem Services

Ecosystem Services

12th Grade - University

15 Qs

Minigame

Minigame

Assessment

Quiz

Science

University

Medium

Created by

pear pear

Used 3+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?