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:

Trevor
1 days 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
...
Tammara
5 days 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
7 days ago
I think option B is a good idea because it will help with managing the images.
upvoted 0 times
...
Raelene
9 days 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
...

Save Cancel