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
How arelanguages, buildpacks, and slugs related?
A. A slug and a buildpack are sandwiched together between several Heroku add-ons, and the result Is a new open-source language.
B. A slug is a shortened version of a language that compiles down into a buildpack
C. A buildpack knows how to compile code in a specific language down to a slug that runs on Heroku
D. A language uses a slug to deploy buildpacks as a service across the entire Salesforce Platform.
A client needs to securely connect a Heroku app to a database on their on-premise network. Which two Heroku Enterprise features should an Architect consider?
A. Private Space Peering
B. SSLEndpoint
C. Heroku Private Spaces
D. Private Space VPN Connections
Explanation:
-https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings
Universal Containers wants to process mobile payments. How can this requirement be met?
A. Install an AppExchange package
B. Create a custom payments object
C. Add a custom field to store the credit card number
D. Attach a picture of thecredit card.
Universal Containers wants their Field Technicians to indicate if any of their Service Appointments are at risk of not being completed on time. They would like forthis to be achieved on a mobile device using a Quick Action What should a Consultant recommend to achieve this requirement?
A. Update the Service Appointment Status field.
B. Update the Service Appointment Chatter feed.
C. Reschedule the Service Appointment for later
D. Update the Service Appointment field "In Jeopardy"
Page 2 out of 16 Pages |
Previous |