Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam Heroku Architect Topic 5 Question 59 Discussion

Actual exam question for Salesforce's Heroku Architect exam
Question #: 59
Topic #: 5
[All Heroku Architect Questions]

UniversalContainers (UC) has an on-permise application for reporting damage to their shipments. They want to migrate the application to Heroku. The damage reporting process includes uploading one or more pictures to the application which temporarily stores them onthe local system. After the report is submitted, a case is created in UC's Salesforce org for processing, amd the images are deleted from the file system. The application's configuration is read from environment variables that are specified in the system user's profile. The application writes its logs to rotating files using an open-source library. Which two recommendations should an Architect make to ensure that the application runs correctly on Heroku? Choose 2 answers.

Show Suggested Answer Hide Answer
Suggested Answer: A, D

- https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings


Contribute your Thoughts:

Juan
1 months ago
I believe option A is also important to ensure the application runs correctly on Heroku.
upvoted 0 times
...
Suzi
1 months ago
Option C seems like overkill for this use case. A private space isn't necessary to communicate with Salesforce.
upvoted 0 times
...
Cammy
1 months ago
I agree with Son. Option B will also help with scalability and performance.
upvoted 0 times
...
Ronna
1 months ago
Haha, 'WritP Inns tn stdmit'? Looks like someone needs to proofread their options a bit more carefully!
upvoted 0 times
...
Trevor
2 months ago
I'd also recommend Option D - writing logs to stdout instead of the file system. Heroku has a great logging system that can handle this for us.
upvoted 0 times
Lazaro
26 days ago
B) Use an external object storage service for temporary image uploads
upvoted 0 times
...
Jacqueline
1 months ago
A) Load the application's configuration from its source code instead of using environment tables
upvoted 0 times
...
...
Tammara
2 months ago
Definitely agree with Raelene. Heroku's file system won't persist the images, so an external storage service is the best choice here.
upvoted 0 times
...
Son
2 months ago
I think option B is a good idea because it will help with managing the images.
upvoted 0 times
...
Raelene
2 months ago
Using Heroku's ephemeral file system to store temporary images is a bad idea. Option B is the way to go.
upvoted 0 times
Timmy
5 days ago
D) Write logs to stdout instead of writing them to the file system
upvoted 0 times
...
Jordan
11 days ago
B) Use an external object storage service for temporary image uploads
upvoted 0 times
...
Colene
19 days ago
D) Write logs to stdout instead of writing them to the file system
upvoted 0 times
...
Tawna
29 days ago
B) Use an external object storage service for temporary image uploads
upvoted 0 times
...
...

Save Cancel