
Updated Oct 21, 2021 Verified Heroku-Architecture-Designer dumps Q&As - 100% Pass
New 2021 Latest Questions Heroku-Architecture-Designer Dumps - Use Updated Salesforce Exam
Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
NEW QUESTION 76
A client wants to create a secure network connection between Heroku applications running in a Private Space and an AWS VPC.
Which Heroku feature should an Architect recommend to create the connection?
- A. Private Space Peering
- B. Internal Routing
- C. Private Space VPN connections
- D. Heroku Connect
Answer: C
NEW QUESTION 77
A client has a requirement to deploy versions of their app to different regions around the World. Which Heroku Enterprise feature would an Architect recommend to accomplish this?
- A. Using the Common Runtime, an app will automatically be deployed to multiple regions.
- B. You can changed the region for any app in any runtime by using the Heroku CLI.
- C. When creating a Heroku Private Space, you can determine the specific geographic location for the space
- D. Using a Heroku StMM Space an app can be deployed to a specific region at the time of app creation.
Answer: C
Explanation:
Explanation
- https://devcenter.heroku.eom/artlcles/pnvate-spaces#trustecl-ip-ranges
NEW QUESTION 78
A customer needs to test a database schema migration. Which approach should an Architect recommend?
- A. Fork the production database, and run the migration and tests against the fork
- B. Create a follower database, and run the migration and test against the follower database
- C. Detach the Heroku Postgres add-on. and run the migration and tests against the database.
- D. Place the app into maintenance mode, and then perform the tests
Answer: A
Explanation:
Explanation
- https://www.herokuxom/tech-sessions/get-started-with-apache-kafka
NEW QUESTION 79
Get Cloudy Consulting uses an invoicing system that has specific requirements. One requirement is that attachments associated with the Invoice_c custom object be classified by Types (i.e., ""Purchase Order"",
""Receipt"", etc.) so that reporting can be performed on invoices showing the number of attachments grouped by Type.
What should an Architect do to categorize the attachments to fulfill these requirements?
- A. Add additional options to the standard ContentType picklist field for the Attachment object.
- B. Create a custom picklist field for the Type on the standard Attachment object with the values.
- C. Create a custom object related to the Invoice object with a picklist field for the Type.
- D. Add a ContentType picklist field to the Attachment layout and create additional picklist options.
Answer: C
NEW QUESTION 80
DreamHouse Realty has a Salesforce org that is used to manage Contacts.
What are two things an Architect should consider using to maintain data quality in this situation? (Choose two.)
- A. Utilize the private sharing model.
- B. Utilize Salesforce duplicate management.
- C. Use validation rules on new record create and edit.
- D. Use workflow to delete duplicate records.
Answer: B,C
NEW QUESTION 81
Universal Containers wants to give Field Technicians the ability to create follow-up appointments if they are unable to complete a Work Order due to missing inventory What should a Consultant implement to meet this requirement?
- A. Implement a Macro to generate Service Appointments on the existing Work Order
- B. Implement a Quick Action to create a new Service Appointment on the existing Work Order
- C. Implement a Quick Action to create a new Work Order Line item on the existing Work Order
- D. Implement a Custom Button to Create a Service Appointment on the existing Work Order
Answer: B
NEW QUESTION 82
A client has data in a production Heroku Postgres database, and needs to quickly get access to a subset of that data for reporting needs.
Which two features does Heroku Dataclips provide to enable this? (Choose two.)
- A. CSV export of query results
- B. JSON export of query results, with CORS support
- C. Postgres dump file of query results
- D. A simple REST API access to query results
Answer: A,B
Explanation:
Explanation/Reference: https://www.heroku.com/podcasts/codeish/8-sharing-data-with-dataclips
NEW QUESTION 83
A client currently runs a Ruby script in a one-off dyno each time they deploy their Go application to Heroku.
The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?
- A. Convert the Ruby release script to Go and execute it on application startup
- B. Modify the Go buildpacK to install Ruby, and run the script from the _profile
- C. Define different process types for the Ruby script and the Go application in the app's Profile.
- D. Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
Answer: D
Explanation:
Explanation
- There are many scenarios in which a single buildpack is not sufficient when building an application. This includes cases when you need to: Run a buildpack for each language your app uses For example, run a JavaScript buildpack for assets and a Ruby buildpack for your application Run a daemon process such as pgbouncer with your application. Pull in system dependencies with apt. You can check the following for more information: https://devcenter heroku com/articles/using-multiple-buildpacks-for-an-app
NEW QUESTION 84
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 be scaled easily for high-volume event processing
- B. Individual services can efficiently communicate with each other using REST APIs.
- C. Kafka is highly available and fault-tolerant
- D. Consumers and producers can be scaled independently.
Answer: A,C,D
Explanation:
Explanation
- https://www.heroku.com/lech-sessions/get-started-with-apache-kafka
NEW QUESTION 85
Get Cloudy Consulting has a new Chief Technology Officer (CTO), who is preparing to move the company from a legacy CRM to Salesforce.
As part of a one-time migration, Get Cloudy Consulting will need to keep the original date when a contact was created in the legacy system.
Which steps should an Architect take to design the data migration solution?
- A. 1. Write an Apex trigger on the Contact object.
2. Insert event to set the original value in a standard CreatedDate field. - B. 1. Enable the "Set Audit Fields upon Record Creation" user permission.
2. Assign the permission to the user loading the data for the duration of the migration. - C. 1. Create a new field on Contact object to capture the Created Date.
2. Hide the standard CreatedDate field using Field-Level Security. - D. 1. Migrate the data.
2. Perform an update on all records to set the original date in a standard CreatedDate field.
Answer: B
NEW QUESTION 86
Universal Containers (UC) is opening offices in Japan and Germany. This will allow them to serve new customers in Asia and in Europe. UC is concerned about application latency for their new customers, especially because the app serves large amounts of dynamic content.
Which Heroku Enterprise feature should an Architect recommend to alleviate this concern?
- A. Create a Heroku Pipeline to mirror the app and its data in each region.
- B. Deploy a globally-distributed CDN in front of the application.
- C. Create Salesforce orgs in each region and use Heroku Connect to link them.
- D. Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 87
Universal Containers has 3 Heroku apps in its microservices and requires that logs for all of the apps be stored in the same location for analysis and alerting purposes. How would they achieve this?
- A. Send logs from each app to their own Heroku redis Store, and then combine all logs in a fourth master store.
- B. Set up the 3 apps as producers for Apache Kafka on Heroku and save their logs to Kafka
- C. Install a logging add-on for one app and attach it to the other two apps
- D. Set up a file on the filesystem and share it with all the apps
Answer: B
Explanation:
Explanation
-
https://devcenter.herokuxom/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-record-visibility
NEW QUESTION 88
Technicians earn certifications that must be renewed periodically to ensure their skills remain up-to-date. How can these certifications be managed on the Resource?
- A. Add the Resource Skill and track certification using reminder.
- B. Add the Resource Skill and remove from the Service Territory once expired
- C. Add the Resource Skill and set the End Date.
- D. Add the Resource Skill and create Absence once expired
Answer: C
NEW QUESTION 89
Universal Containers needs to write their Heroku application's logs to two destinations: an on-premise Syslog log server and a cloud analytics provider that ingests logs using an HTTPS endpoint.
What should an Architect recommend in this scenario?
- A. Write all logs to stdout, and configure a separate log drain for each destination.
- B. Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.
- C. Add a logging library to the application source that sends all logs directly to both destinations.
- D. Publish all logs to Apache Kafka on Heroku, and create a separate app that consumes and distributes log messages.
Answer: A
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/logging
NEW QUESTION 90
Cloud Kicks has a system environment that is complex, and they plan on creating a data governance program for the first time.
What are two initial actions Cloud Kicks should take to initiate an assessment of data architecture? (Choose two.)
- A. Work with executive sponsorship to assess enterprise data strategy and goals.
- B. Work with IT program managers to assess current velocity of projects in the pipeline.
- C. Work with database administrators to assess current database performance metrics.
- D. Work with business units and IT to assess current operational systems and data models.
Answer: A,D
NEW QUESTION 91
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?
- A. European regions are only available for applications running in Private Spaces.
- B. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
- C. When a dyno is cycled, its replacement might run in a different region.
- D. There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.
Answer: A
Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/regions
NEW QUESTION 92
Heroku Connect is an add-on that syncs Force, com data into:
- A. A Heroku Postgres database
- B. Someone else's isolated network environment
- C. A secondary Salesforce instance
- D. Only one dyno in your app's dyno formation
Answer: A
NEW QUESTION 93
A financial reporting application, hosted on an on-premise server, uses a native library (wkhtmltopdf) to convert its HTML reports into PDFs. The app is being migrated to Heroku.
What option should an Architect recommend to enable the Heroku application to use wkhtmltopdf?
- A. Continue to host wkhtmltopdfon-premise, and build a REST API so the library can be invoked from the Heroku app.
- B. Ensure that the Heroku app fetches the wkhtmltopdflibrary from cloud storage on dyno restart.
- C. Install the dependency using sudo apt installwkhtmltopdffrom .profile in the project root.
- D. Use a custom buildpack to install wkhtmltopdfusing apt.
Answer: D
Explanation:
Explanation/Reference: https://elements.heroku.com/buildpacks/axonepro/heroku-buildpack-wkhtmltopdf
NEW QUESTION 94
What is a Heroku dyno?
- A. A specialized dinosaur monitoring service delivered from the cloud
- B. An on-prem server that you can install in a rack at your nearest co-location facility
- C. A managed runtime container with a Linux operating system underneath
- D. Your application code compiled and ready to be served to a variety of web clients
Answer: C
NEW QUESTION 95
A client has a Heroku app that uses Apache Kafka on Heroku. They want to refactor the app into 2 distinct apps that will both continue to use Kafka (because they probably don't have so much to do in their life). Based on this refactoring, what should an Architect recommend?
- A. Attach the existing Kafka add-on to one app and attach a new Kafka add-on to the other app
- B. Designate one app as a producer and the other as a consumer
- C. Attach the existing Kafka add-on to both apps
- D. Ensure that the apps consume mutually excliusive sets of Kafka topics
Answer: C
NEW QUESTION 96
At Universal Containers (UC), a developer named Yuichiro wrote a PHP application that, in production, uses a MySQL database. Yuichiro is onboarding Mary, a new UC developer, who is setting up her development environment. Yuichiro asks Mary to:
1) install the related PHP libraries manually so the application will run;
2) use MongoDB, instead of MySQL, in the development environment.
According to the Twelve-Factor methodology, which changes should an Architect recommend?
- A. Recursively determine code dependencies on application startup and maintain separate Git branches for the MongoDB- and MySQL- compatible versions of the application.
- B. Explicitly declare code dependencies in the application's source and use the same type of database in both development and production.
- C. Persist code dependencies in the application's production database. Use the same type of database locally to ensure that the dependencies are accessible.
- D. Explicitly declare code dependencies in the application's environment variables and use the same type of database in both development and production.
Answer: C
NEW QUESTION 97
Heroku Connect data replication happens:
- A. Near real time for writes to Salesforce. and either on a polling window or near real time for writes to Heroku Postgres (depending on the user configuration)
- B. Near real time for writes to Salesforce. and on a 30-second polling window for writes to Heroku Postgres
- C. Instantly in both directions
- D. Near real time in both directions
Answer: A
NEW QUESTION 98
......
Latest Heroku-Architecture-Designer Exam Dumps Salesforce Exam from Training: https://www.passtorrent.com/Heroku-Architecture-Designer-latest-torrent.html