Master Microservices with Spring Boot and Spring Cloud - Step 13 – Connecting Currency Conversion Microservice and API G

Master Microservices with Spring Boot and Spring Cloud - Step 13 – Connecting Currency Conversion Microservice and API G

Assessment

Interactive Video

Information Technology (IT), Architecture, Business

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers integrating microservices with Zipkin for distributed tracing. It explains how to add necessary dependencies to the pom.xml files of the API Gateway and currency conversion service. The tutorial demonstrates manually launching microservices and checking their status, highlighting the tedious nature of this process. It then tests and verifies the microservices by firing requests and observing them in Zipkin. The video concludes with an explanation of how microservices locate the Zipkin server using default configurations and encourages further exploration of Zipkin.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What dependencies are added to the POM files for integrating microservices with Zipkin?

JPA, Hibernate, MySQL

Feign, Ribbon, Zuul

Spring Boot, Eureka, Hystrix

Sleuth, Zipkin, Spring Rabbit

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is configured in the application properties to enable sampling for Zipkin?

Database URL

Logging level

Sampler probability

Server port

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main challenge mentioned in manually starting up microservices?

It is not secure

It needs a high-speed internet connection

It requires a lot of memory

It is time-consuming and tedious

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tool is introduced to simplify the launch of multiple microservices?

Ansible

Docker Compose

Kubernetes

Terraform

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you verify that the microservices are up and running?

By checking the database

By checking the logs in Zipkin

By pinging the server

By restarting the services

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property is used to configure the Zipkin server URL?

logging.level

spring.datasource.url

server.port

spring.zipkin.base-url

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if the requests do not appear in Zipkin immediately?

Wait for a few minutes for stabilization

Restart the server

Reinstall the application

Check the network connection