[Apr 01, 2023] Heroku-Architect PDF Questions and Testing Engine With 185 Questions [Q107-Q124]

Share

[Apr 01, 2023] Heroku-Architect PDF Questions and Testing Engine With 185 Questions

Updated Exam Engine for Heroku-Architect Exam Free Demo & 365 Day Updates


Salesforce Heroku-Architect Exam Syllabus Topics:

TopicDetails
Topic 1
  • Demonstrate knowledge of Heroku Postgres, including data handling, security
  • Architect solutions using Heroku Redis
Topic 2
  • Recommend Heroku Private Space Peering or VPN Connections for appropriate use cases
  • Demonstrate an understanding of the basics behind building and deploying apps on Heroku
Topic 3
  • Recommend techniques to integrate Heroku apps with the Salesforce Lightning Platform
  • Recommend when an app should run in the Private Space Runtime versus the Common Runtime
Topic 4
  • Recommend networking solutions that use Heroku Private Spaces or the Common Runtime, appropriately
  • Demonstrate how features of Heroku Enterprise can improve a system's architecture
Topic 5
  • Describe the compliance features of Heroku Shield
  • Architect solutions using Apache Kafka on Heroku to facilitate streaming communication between applications

 

NEW QUESTION 107
Universal Containers wants to help their dispatches determine the length of time a Work Order should last. What should the Consultant implement to help achieve this goal?

  • A. Operating Hours for Customer Accounts.
  • B. Work Types with an Estimated Duration.
  • C. Work Orders with Operating Hours
  • D. Work Types with Service Level Agreement.

Answer: B

 

NEW QUESTION 108
A client is writing a Heroku application that requires compliance with PCI DSS Level 1. To accomplish this, they deploy an application to the Shield Private Space. Which statement is true about the application?

  • A. The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space
  • B. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases
  • C. The application is definitely not compliant with PCI DSS Level 1. because Shield Private Spaces do not provide compliance with it.
  • D. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1

Answer: A

Explanation:
- https;//devcenter.herokuxom/articles/usjng-sso-services-witri-heroku#prerequisites-for-sso-with-heroku

 

NEW QUESTION 109
A client wants to secure their web application using SSL/TLS. They do not have specific requirements regarding using a particular version of SSL/TLS.
Which two Heroku features should an Architect recommend as options? (Choose two.)

  • A. Automated Certificate Management
  • B. Heroku Shield Private Spaces
  • C. Heroku Private Spaces
  • D. Heroku SSL

Answer: A,D

 

NEW QUESTION 110
Universal Containers (UC) has a Heroku application that runs in Virginia, in the U.S., that uses Apache Kafka on Heroku. They have deployed a copy of the app in Asi a. Now, both apps need a messaging backbone that will support multi-region distribution.
What is the least complex architecture that an Architect should recommend?

  • A. The app in Asia should write to the Kafka instance in Virginia.
  • B. Provision a second Kafka add-on in Asia. Each instance of the app should sync with each other.
  • C. Use Heroku's multi-tenant Kafka Basic plan.
  • D. Deploy a multi-region version of Apache Kafka on Heroku.

Answer: C

Explanation:
-https://www.heroku.com/tech-sessions/get-started-with-apache-kafka

 

NEW QUESTION 111
4Universal Containers wants to help their dispatches determine the length of time a Work Order should last What should the Consultant implement to help achieve this goal?

  • A. Work Types with Service Level Agreement.
  • B. Operating Hours for Customer Accounts.
  • C. Work Orders with Operating Hours
  • D. Work Types with an Estimated Duration.

Answer: A,B

 

NEW QUESTION 112
A client's Heroku application is publishing messages to an instance of Apache Kafka on Heroku.
What does a second Heroku application need to do to consume those messages?

  • A. Subscribe to the Kafka topic(s) that the messages are being published to.
  • B. Join a consumer group that also includes the publishing application.
  • C. Subscribe to the Kafka partition(s) that the messages are being published to.
  • D. Convert the publishing application into a stream processor.

Answer: C

Explanation:
- https://wwwxloudkarafka.com/blog/2016-11-30-part1-kafka-for-beginners-what-is- apache-kafka.html

 

NEW QUESTION 113
A client wants to deconstruct a monolithic application into a set of microservices The microservices require securer direct peer-to-peer communications.
Which Heroku Enterprise features should an Architect recommend? Choose one answer

  • A. Heroku Private Spaces and Apache Kafka on Heroku
  • B. Heroku Private Spaces and Private Space VPN connections.
  • C. Heroku Private Spaces and Internal Routing.
  • D. Shield Private Spaces and Heroku Shield Connect

Answer: C

 

NEW QUESTION 114
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. A simple REST API access to query results
  • B. CSV export of query results
  • C. Postgres dump file of query results
  • D. JSON export of query results, with CORS support

Answer: B,D

Explanation:
- https://devcenter.heroku.com/arlicles/dataclips

 

NEW QUESTION 115
The Heroku CLI give you the ability to:

  • A. Use Heroku with an expressive and powerful toolset on the command line
  • B. Install your own Heroku instance on to your on-prem servers
  • C. Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station
  • D. Make a mean cup of Java

Answer: A

 

NEW QUESTION 116
Applications on Heroku that use Salesforce REST APIs can use which authentication mechanisms:

  • A. OAuth web or user-agent flow in which the user authorizes a connected app using browser redirects
  • B. Anonymous access without credentials on trusted networks
  • C. Username and password with an OAuth connected app
  • D. None of these

Answer: A,C

 

NEW QUESTION 117
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. Use a custom buildpack to install wkhtmltopdf using apt.
  • B. Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.
  • C. Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.
  • D. Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.

Answer: A

 

NEW QUESTION 118
A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service applications that allow for customers to interact with their healthcare records. The marketing application must be able to scale up within seconds in response to traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.
Which applications should be deployed into which Heroku runtime?

  • A. The marketing application into the Common Runtime; customer service applications into Private Spaces
  • B. The marketing application into Private Spaces; customer service applications into Shield Private Spaces
  • C. The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
  • D. The marketing application into Private Spaces; customer service applications into separate Private Spaces

Answer: B

Explanation:
-https://devcenterherokucom/articles/private-spaces#trusted-ip-ranges

 

NEW QUESTION 119
Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres. Periodically, they write a very large set of changes that needs to be fully replicated between these two systems.
Which two sets of actions should an Architect propose? (Choose two.)

  • A. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync them to the Salesforce org.
  • B. Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.
  • C. Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.
  • D. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.

Answer: A,D

 

NEW QUESTION 120
Universal Containers (UC) is using Field Service and has customer meetings at UC's offices. When booking meetings, they would like them to begin on the hour.every hour, between 9am-5pm.
How can this be achieved?

  • A. Use Territory-specific Operating Hours.
  • B. Use Customer Operating Hours.
  • C. Use Exact Appointments on the WorK Types.
  • D. Use Multiple Operating Hours with Slots for each hour

Answer: C

 

NEW QUESTION 121
A platform as a service (PaaS) is:

  • A. A way to deliver hardware and software tools, such as those needed for application development, to users as a service
  • B. A monthly bare-metal server rental service
  • C. A service to help you buy and install your own server hardware
  • D. A piece of software in the cloud that you can use just by logging in

Answer: A

 

NEW QUESTION 122
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. Modify the Go buildpacK to install Ruby, and run the script from the _profile
  • B. Convert the Ruby release script to Go and execute it on application startup
  • 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:
- 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 123
Which of the following is NOT an advantage of Salesforce Connect over ETL?

  • A. Standard protocols like OData can easily proxy external data into Salesforce.
  • B. If the origin is offline, the data is still available via Salesforce Connect.
  • C. Data security can be enforced using per-user or per-application authentication.
  • D. The data is always fetched on demand

Answer: B

 

NEW QUESTION 124
......

Exam Passing Guarantee Heroku-Architect Exam with Accurate Quastions: https://www.validdumps.top/Heroku-Architect-exam-torrent.html

Test Engine to Practice Test for Heroku-Architect Valid and Updated Dumps: https://drive.google.com/open?id=1MrllCKLVl41l5QD4IiJTGLo0z57IwYeQ