ExamGecko
Ask Question

Salesforce Certified Heroku Architecture Designer Practice Test - Questions Answers, Page 6

List of questions

Question 51

Report Export Collapse

Which Heroku runtimes provide keystroke logging?

The Common Runtime, Private Spaces, and Shield Private Spaces
The Common Runtime, Private Spaces, and Shield Private Spaces
Private Spaces and Shield Private Spaces
Private Spaces and Shield Private Spaces
Shield Private Spaces only
Shield Private Spaces only
Keystroke logging is not available on Heroku
Keystroke logging is not available on Heroku
Suggested answer: B
Explanation:

Reference:

asked 23/09/2024
Arkadius Thoma
53 questions

Question 52

Report Export Collapse

Which three resources can be found in the Heroku Elements Marketplace? (Choose three.)

Heroku Buttons
Heroku Buttons
Buildpacks
Buildpacks
Heroku Stacks
Heroku Stacks
Docker image files
Docker image files
Add-ons
Add-ons
Suggested answer: A, B, E
Explanation:

Reference:

asked 23/09/2024
Louis Flink
37 questions

Question 53

Report Export Collapse

A client is planning to deploy an application to Heroku. The client's IT department requires all applications to be hosted from Australia, where their main office is located. Regulators in Australia require keystroke logs of all engineers who create interactive sessions for the application.

Which should an Architect recommend in this scenario?

Deploy the application to a Private Space in the Sydney region with Private Space Logging enabled.
Deploy the application to a Private Space in the Sydney region with Private Space Logging enabled.
Deploy the application to the Common Runtime in the Sydney region.
Deploy the application to the Common Runtime in the Sydney region.
Deploy the application to a Shield Private Space in the Sydney region.
Deploy the application to a Shield Private Space in the Sydney region.
Deploy the application to a Private Space in the Sydney region with Internal Routing enabled.
Deploy the application to a Private Space in the Sydney region with Internal Routing enabled.
Suggested answer: C
Explanation:

Reference:

asked 23/09/2024
istvan Balla
45 questions

Question 54

Report Export Collapse

Which two statements describe characteristics of Private Space Logging? (Choose two.)

Log entries are forwarded as HTTPS POST requests.
Log entries are forwarded as HTTPS POST requests.
Log entries are collated and forwarded by Heroku's Logplex router.
Log entries are collated and forwarded by Heroku's Logplex router.
Log entries can be forwarded to up to three logging services.
Log entries can be forwarded to up to three logging services.
Log entries can be forwarded to only one logging service.
Log entries can be forwarded to only one logging service.
Suggested answer: A, C
asked 23/09/2024
DIEGO MORENO
42 questions

Question 55

Report Export Collapse

A client wants to migrate their on-premise application to Heroku. The application maintains a local, in-memory cache for its data store to improve performance.

What should an Architect advise the client about running the application on Heroku?

The application should declare its in-memory cache as a separate process type to preserve it across deploys.
The application should declare its in-memory cache as a separate process type to preserve it across deploys.
All of the application's web dynos will share a single in-memory cache.
All of the application's web dynos will share a single in-memory cache.
The application should replicate its in-memory cache to a local disk to preserve it across deploys.
The application should replicate its in-memory cache to a local disk to preserve it across deploys.
The application's in-memory cache might be cleared at any time.
The application's in-memory cache might be cleared at any time.
Suggested answer: A
asked 23/09/2024
RYAN UBANA
46 questions

Question 56

Report Export Collapse

Which two conventions of the Heroku platform reflect the Twelve-Factor methodology's recommendation to "execute the app as one or more stateless processes?" (Choose two.)

Log messages from each of an app's dynos are kept separate from each other.
Log messages from each of an app's dynos are kept separate from each other.
Heroku apps define process types in a Procfile.
Heroku apps define process types in a Procfile.
A Heroku app's config vars are deleted on deploys and app restarts.
A Heroku app's config vars are deleted on deploys and app restarts.
Dynos have an ephemeral filesystem.
Dynos have an ephemeral filesystem.
Suggested answer: B, C
asked 23/09/2024
Suman Konda
52 questions

Question 57

Report Export Collapse

A client's Heroku web application displays data that is fetched from a back-end file storage system.

The client now wants this data to be viewable, but not editable, from their Salesforce org.

Which recommendation should an Architect make in this scenario?

Replicate the files to tables in a Heroku Postgres database, and use Heroku Connect to synchronize the tables to the Salesforce org.
Replicate the files to tables in a Heroku Postgres database, and use Heroku Connect to synchronize the tables to the Salesforce org.
Store all file URLs in a Heroku Postgres table, and use Heroku Connect to synchronize the table to the Salesforce org.
Store all file URLs in a Heroku Postgres table, and use Heroku Connect to synchronize the table to the Salesforce org.
Replicate the files to tables in a Heroku Postgres database, and use Heroku External Objects to expose the tables to the Salesforce org.
Replicate the files to tables in a Heroku Postgres database, and use Heroku External Objects to expose the tables to the Salesforce org.
Replicate the files to the application's local filesystem, and use worker dynos to periodically sync them to the Salesforce org.
Replicate the files to the application's local filesystem, and use worker dynos to periodically sync them to the Salesforce org.
Suggested answer: A
asked 23/09/2024
German Dario Jara
40 questions

Question 58

Report Export Collapse

When creating a Private Space, what is a valid reason to specify a region other than the default region?

Private Spaces restrict inbound traffic to the current region.
Private Spaces restrict inbound traffic to the current region.
Heroku pricing varies by region.
Heroku pricing varies by region.
Running an application closer to its intended users can reduce latency.
Running an application closer to its intended users can reduce latency.
Available compute resources vary by region.
Available compute resources vary by region.
Suggested answer: C
Explanation:

Reference:

asked 23/09/2024
Ramesh K
50 questions

Question 59

Report Export Collapse

A customer's IT department will not allow VPN access through their on-premise gateway. Users need to be able to access trusted Heroku applications only when they are in the office. These applications are deployed to a Heroku Private Space.

Which two Private Spaces features should an Architect recommend to enable on-premise users to gain the access they need? (Choose two.)

Stable outbound IP addresses
Stable outbound IP addresses
VPC peering
VPC peering
Internal routing
Internal routing
Trusted IP ranges
Trusted IP ranges
Suggested answer: A, D
Explanation:

Reference:

asked 23/09/2024
John Doe
43 questions

Question 60

Report Export Collapse

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?

Create Salesforce orgs in each region and use Heroku Connect to link them.
Create Salesforce orgs in each region and use Heroku Connect to link them.
Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.
Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.
Deploy a globally-distributed CDN in front of the application.
Deploy a globally-distributed CDN in front of the application.
Create a Heroku Pipeline to mirror the app and its data in each region.
Create a Heroku Pipeline to mirror the app and its data in each region.
Suggested answer: A
asked 23/09/2024
Renier Janse van Rensburg
47 questions
Total 185 questions
Go to page: of 19
Search

Related questions