To satisfy the requirements of an upcoming compliance audit, a client must provide a record of all interactive commands run against a production application in the last six months. Which Heroku feature should an Architect recommend to help with this use case?
A. Heroku Shield keystroke logging
B. Dataclips
C. Private Space Logging
D. SSH tunneling using Heroku Exec
Explanation:
-https://devcenter.heroku.com/articles/event-driven-microservices-with-apache-kafka
Which of the following is NOT an advantage of Salesforce Connect overETL?
A. The data is always fetched on demand
B. If the origin is offline, the data is still available via Salesforce Connect.
C. Standard protocols like OData can easily proxy external data into Salesforce.
D. Data security can be enforced using per-user or per-application authentication.
What are the three access levels a user can have in a Heroku Organization account?
A. Jedi. Padawan, and Co-pilot
B. Owner, Author and Viewer
C. Admin. Programmer, and Operator
D. Admin, Member, and Viewer
What are 3 examples of backing services, as described in the Twelve Factor app methodology?
A. A database
B. A logging tool
C. An email delivery service
D. A background process with a long running task
Explanation:
- https/Vdevcenter heroku.com/articles/internal-routing
Universal Containers (UC) has a Heroku Postgres database attached to a Heroku app, which is running in the Common Runtime. What should an Architect recommend UC do to secure their database to only trusted locations?
A. Move the database and the app into the Private Space.
B. Add a Trusted IP range tothe Heroku Postgres configuration.
C. Set up a VPN from the trusted locations to the app.
D. Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.
Universal Containers has an application running in the Common Runtime that uses Heroku Redis. The data in Heroku Redis needs to be accessed by a third-party application. Whichconnection method should an Architect recommend to ensure the security of the data as it moves from Heroku Redis to the third-party application?
A. Use stunnel to secure the connection between Heroku Redis and the third-party application.
B. Set up SSL Certificates on Heroku and the third-party application.
C. Only allow access to Heroku Redis through an SSH connection.
D. Set up both a VPN and a VPC between Heroku and the third-party application.
Explanation:
- https://devcenter.heroku.com/articles/securing-heroku-redis
Universal Containers has multipleHeroku applications that use the same Heroku Postgres database. One of those applications, SFDC-sync. uses Heroku Connect to sync the data between a Salesforce org and the Heroku Postgres database. If the SFDC-sync app Is deleted. Heroku Connect will stopsyncing data. What is another consequence of deleting the SFDC-sync app?
A. All tables synced with Heroku Connect will be removed from the Heroku Postgres database
B. Existing data will remain in both locations.
C. All synced objects will be removed from the Salesforce org
D. All tables will be removed from the Heroku Postgre database
Explanation:
-https://devcenter.heroku.eom/articles/privale-spaces#lrusted-ip-ranges
A client is writing a Heroku application that requirescompliance 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 PrivateSpaces do not provide compliance with it.
D. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1
Explanation:
- https;//devcenter.herokuxom/articles/usjng-sso-services-witri-heroku#prerequisites-for-sso-with-heroku
A client has a web application that persists data to a local JSON file. They are migrating the application to Heroku. In order for the application to conform to the Twelve-Factor methodology, what changes should an Architect recommend?
A. The application should persist the data to a database add-on.
B. The application should persist the data to a local SQLite database.
C. The application should use at least 2 dynos to ensure that the JSON file is highly available.
D. The application should be stateless and therefore not persist data at all.
A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit. To overcome this issue, what feature, to replace the Bulk API implementation inthis scenario, should an Architect recommend?
A. Custom Apex callouts
B. Heroku Connect
C. Salesforce SOAP API
D. Salesforce Connect
Page 2 out of 19 Pages |
Previous |