
[Sep 06, 2021] Heroku-Architecture-Designer PDF Dumps is essential on your Heroku-Architecture-Designer Exam Questions Certain Success!
Heroku-Architecture-Designer PDF Questions - Perfect Prospect To Go With Heroku-Architecture-Designer Practice Exam
NEW QUESTION 77
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 private space. The microservices communicate by using DNS Service Discovery.
- B. Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
- C. Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
- D. Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
Answer: A
Explanation:
Explanation
- httDs://devcenterheroku.com/artJcles/event-driven-microservices-with-aDache-kafka
NEW QUESTION 78
Q. 30 A client has a Heroku Redis instance that can be accessed over the public internet. To meet compliance requirements, the IT Security team requires that all databases must be isolated from the public internet. Which solution should be suggested by an Architect?
- A. Use a Heroku Redis instance with a Private Tier plan. Enable Trusted IP ranges on the Redis instance.
- B. Enclose the existing Heroku Redis instance inside a Shield Private Space. Configure the firewall to allow Redis traffic through
- C. Enclose the existing Heroku Redis instance inside a Pnvate Space. Enable Private Space VPN.
- D. Use a Heroku Private Space and a Heroku Redis instance with a Private Tier plan. Redeploy the app into the Space
Answer: D
Explanation:
Explanation
- https/AJevcenter heroku com/articles/event-driven-microservices-with-apache-kafka__________
NEW QUESTION 79
Universal Containers provides 24/7 service support to its customers. However, their Field Service Technicians have specified working hours.
Which two items should the Consultant create? (Choose two.)
- A. Create operating hours for the Service Appointment.
- B. Create operating hours for the Service Territory.
- C. Create operating hours for the Service Resource.
- D. Create operating hours for the Optimization Engine.
Answer: B,C
Explanation:
Explanation/Reference:
NEW QUESTION 80
Heroku Connect is an add-on that syncs Force, com data into:
- A. A Heroku Postgres database
- B. A secondary Salesforce instance
- C. Only one dyno in your app's dyno formation
- D. Someone else's isolated network environment
Answer: A
NEW QUESTION 81
A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance, and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce.
They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield Heroku Connect.
How will Shield Heroku Connect interact with the encrypted fields in Salesforce?
- A. Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
- B. Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.
- C. Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.
- D. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.
Answer: B
NEW QUESTION 82
Universal Containers intends to build an app which will accept card payments. The app also needs to store, process, and transmit cardholder data.
Which Heroku architecture should an Architect recommend?
- A. A Private Space with Internal Routing enabled on the app.
- B. A Shield Private Space with a Shield Postgres add-on.
- C. A Private Space restricted to a set of trusted IP ranges.
- D. Common Runtime with secure, isolated containers for running the app's code.
Answer: B
NEW QUESTION 83
Universal Containers' (UC) Technicians often report seeing competitors' assets when on-site. UC would like to run a report on which of their customers have competitive assets.
How should a Consultant recommend meeting this requirement using the Field Service mobile app?
- A. Manually create a competitor's Asset Record on the Field Service mobile app.
- B. Use a Macro to create a competitor's Asset Record on the Field Service mobile app.
- C. Use a Quick Action to create a competitor's Asset Record on the Field Service mobile app.
- D. Use a Quick Action to create a Note to explain the competitor's Asset and attach it to the Work Order.
Answer: C
NEW QUESTION 84
Universal Containers provides prompt service and has multiple service levels for different customers. Over
50% of Service Appointments are created on the same day they need to be completed. As a result, a Technician's daily schedule can change multiple times throughout the day.
What method of dispatching should a Consultant recommend implementing?
- A. Automatically run Optimization Background Job every hour.
- B. Automatically change the status to Dispatched of all Service Appointments.
- C. Automatically schedule unscheduled services to available Resources.
- D. Automatically Dispatch Service Appointments using Drip Feed.
Answer: A
NEW QUESTION 85
Universal Containers would like to avoid H12 ("request timeout") and H22 ("connection limit reached") errors when running an e-commerce retail site that must process millions of inbound requests during their one-day semi-annual sale. Which two solution measures should an Architect recommend to prepare for the semi-annual sale?
- A. Perform load test using 10% sample size
- B. Engage with Heroku Support to implement load testing
- C. Enable and load test autoscaling
- D. Implement load balancing using Kafka
Answer: B,C
Explanation:
Explanation
- https://devcenter.heroku.com/artlcles/event-driven-microservlces-with-apache-kafka
NEW QUESTION 86
Universal Containers wants to track the work that is performed on the customer's install base.
What object relationship should the Consultant focus on to meet this requirement?
- A. Products to Accounts
- B. Assets to Products
- C. Work Orders to Products
- D. Work Orders to Assets
Answer: C
NEW QUESTION 87
Which three resources can be found in the Heroku Elements Marketplace? (Choose three.)
- A. Heroku Stacks
- B. Docker image files
- C. Heroku Buttons
- D. Buildpacks
- E. Add-ons
Answer: C,D,E
Explanation:
Explanation/Reference: https://www.heroku.com/elements
NEW QUESTION 88
When creating a Private Space, what is a valid reason to specify a region other than the default region?
- A. Running an application closer to its intended users can reduce latency.
- B. Heroku pricing varies by region.
- C. Available compute resources vary by region.
- D. Private Spaces restrict inbound traffic to the current region.
Answer: A
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/regions#default-regions
NEW QUESTION 89
A client is running an app on 20 Standard-2x dynos. They are noticing highly variable performance when the application is experiencing a heavy load.
Which two suggestions should an Architect make in this scenario? (Choose two.)
- A. Configure the app to use Standard-lx dynos.
- B. Configure the app to use Performance dynos.
- C. Add additional Standard-2x dynos.
- D. Install a performance monitoring tool.
Answer: B,C
NEW QUESTION 90
Universal Containers collects sensor data from millions of sensors that are located around the World. Now.
they want to process this data on Heroku. What are three advantages of using a microservices architecture with Apache Kafka on Heroku in this scenario? Choose 3 answers.
- A. Individual services can efficiently communicate with each other using REST APIs.
- B. Individual services can be scaled easily for high-volume event processing
- C. Kafka is highly available and fault-tolerant
- D. Consumers and producers can be scaled independently.
Answer: B,C,D
Explanation:
Explanation
- https://www.heroku.com/lech-sessions/get-started-with-apache-kafka
NEW QUESTION 91
Universal Containers wants to ensure that inventory needed for repair jobs is tracked and managed so Technicians have the material for their jobs.
Which two ways should a Consultant recommend tracking these inventory requirements in Salesforce?
(Choose two.)
- A. Products Required for Service Appointments
- B. Products Required for Service Resources
- C. Products Required for Work Orders
- D. Products Required for Work Order Line Items
Answer: C,D
NEW QUESTION 92
Universal Containers has a Heroku app that uses several third-party add-ons. They now need to enforce data privacy and be compliant with General Data Protection Regulation (GDPR).
What should an Architect advise UC regarding data residency in this scenario?
- A. Data residency for add-ons is covered under Salesforce's GDPR compliance.
- B. Heroku support can configure add-ons for specific data residency needs.
- C. Heroku does not control where add-on providers store data.
- D. Heroku guarantees the physical location of its control surface APIs.
Answer: B
NEW QUESTION 93
Universal Containers experienced an outage with their production Heroku Postgres database due to a fault with the underlying infrastructure. The database was unavailable for an hour. The database is on the Standard-0 plan.
Which two actions should an Architect recommend to mitigate such database failures and outages in the future? (Choose two.)
- A. Create a follower database that uses the same plan as the leader.
- B. Create a fork of the database that uses the same plan as the leader.
- C. Migrate the database to a Premium-tier plan.
- D. Migrate the database to a larger Standard-tier plan.
Answer: A,D
NEW QUESTION 94
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?
- A. There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.
- B. European regions are only available for applications running in Private Spaces.
- C. When a dyno is cycled, its replacement might run in a different region.
- D. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
Answer: B
Explanation:
Explanation
- https://devcenter.heroku.eom/articles/heroku-postaresql#data-residencv
NEW QUESTION 95
......
Heroku-Architecture-Designer Exam with Accurate Salesforce Certified Heroku Architecture Designer PDF Questions: https://www.examdumpsvce.com/Heroku-Architecture-Designer-valid-exam-dumps.html
