Master Microservices with Spring Boot and Spring Cloud - Step 23 – Enabling Discovery Locator with Eureka for Spring Clo

Master Microservices with Spring Boot and Spring Cloud - Step 23 – Enabling Discovery Locator with Eureka for Spring Clo

Assessment

Interactive Video

Information Technology (IT), Architecture, Business

University

Hard

Created by

Quizizz Content

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default port used for launching the API Gateway?

8888

8000

8765

8080

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property needs to be enabled for the API Gateway to communicate with Eureka?

spring.cloud.gateway.eureka.client.enabled

spring.cloud.gateway.discovery.locator.enabled

spring.cloud.gateway.service.discovery.enabled

spring.cloud.gateway.discovery.client.enabled

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the API Gateway in the context of microservices?

To handle database transactions

To act as a proxy for microservices

To manage user authentication

To store data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you configure the API Gateway to handle requests to the currency conversion service?

By disabling the Eureka client

By using a different API Gateway

By changing the port to 8080

By using the service name 'currency conversion' in the URL

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What feature can be implemented on the API Gateway to enhance security?

Database management

Data encryption

Authentication logic

Load balancing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What change is made to improve the URL aesthetics in the API Gateway?

Using uppercase service IDs

Using numeric service IDs

Using lowercase service IDs

Adding more slashes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of setting 'locator.lower-case-service-id' to true?

It disables the service ID

It converts service IDs to uppercase

It changes the service ID to numeric

It converts service IDs to lowercase