ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 17 - Certified Heroku Architecture Designer discussion

Report
Export

A client wants to create a scalable set of microservices that communicate with each other, where multiple microservices have a public REST API.

Which architecture strategy allows this on Heroku?

A.
Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
Answers
A.
Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
B.
Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
Answers
B.
Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
C.
Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
Answers
C.
Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
D.
Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
Answers
D.
Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
Suggested answer: C

Explanation:

- httDs://devcenterheroku.com/artJcles/event-driven-microservices-with-aDache-kafka

asked 23/09/2024
Bert Pubben
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first