Universal Containers (UC)uses Apache Kafka on Heroku to stream shipment inventory data in real time throughout the world. A Kafka topic is used to send messages with updates on the shipping container GPS coordinates as they are in transit. UC is using a Heroku Kafka basic-0 plan.The topic was provisioned with 8 partitions, 1 week of retention, and no compaction. The keys for the events are being assigned by Heroku Kafka, which means that they will be randomly distributed between the partitions.
UC has a single-dyno consumer application that persists the data to their Enterprise Data Warehouse (EDW). Recently, they've been noticing data loss in the EDW.
What should an Architect with Kafka experience recommend?
Correct Answer:
C
A ClientService Representative (CSR) receives a call from a customer on Saturday. The CSR determines that the customer is covered, but the coverage is aboutto expire.
Which two upsell activities should the CSR consider? (Choose two.)
Correct Answer:
CD
Universal Containers is developing a new application that has a lightweight Node.js front end. Theywill also be using a Java-based API, which combines data with Salesforce customer data. All of the data, and the API, is highly confidential.
What should an Architect suggest to enforce security?
Correct Answer:
D
Which 2 users can remove an applicationfrom a Heroku Enterprise Team?
Correct Answer:
AB
-https://devcenter.heroku.com/articles/event-driven-microservices-with-apache-kafka
Universal Containers (UC) has an app that allows a costumer to schedule a compute-intensive job. It allows the costumer to schedule the job on an ad-hoc basis. UC has decided to break up the app into the following services: - Website: an Interface for their costumers; -Billing: generates monthly invoices based on usage metrics; - Traffic Cop: manages the job queue, job definitions and job schedule; - Job Runner; runs jobs that Traffic Cop queues up. It Is responsible for self-introspection and self-scaling. UC also wants to createa data lake for analytics. What foundational technology and design should an Architect use to manage communication between these services?
Correct Answer:
A
- https //devcenterheroku.com/articles/private-spaces#lruslecl-ip-ranges