Which Heroku runtimes provide keystroke logging?
A. The Common Runtime, Private Spaces, and Shield Private Spaces
B. Private Spaces and Shield Private Spaces
C. Shield Private Spaces only
D. Keystroke logging is not available on Heroku
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.
Which three items are required to successfully set up Single Sign-on (SSO) services with Heroku? (Choose three.)
A. An identity provider with built-in support for Heroku
B. A Heroku Enterprise Team
C. An existing Heroku account for each user
D. At leastone valid SSO certificate
E. Administrative permissions on the selected identity provider
Universal Containers needs to write their Heroku application's logs to twodestinations: an on-premise Syslog log server and a cloud analytics provider that ingests logs using an HTTPS endpoint. What should an Architect recommend in this scenario?
A. Publish all logs to Apache Kafka on Heroku, and create a separate app thatconsumes and distributes log messages.
B. Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.
C. Add a logging library to the application source that sends all logs directly to both destinations.
D. Write all logs to stdout, and configure a separate log drain for each destination.
Which of the following is a Heroku CLI command?
A. heroku create
B. heroku new
C. git pushheroku master
D. git push
you can build Canvas apps and run them on Heroku with of the following languages:
A. Node, js / JavaScript
B. All of these
C. Python
D. Java, Scala, Clojure
E. PHP
Universal Containers has a Heroku app that uses Heroku Connect to sync data with their Salesforce org. The app makes frequemt updates to the same records over short period of time, and sync speeds have begun to worsen. An Architect recommends using Heroku Connect's Merged Writes algorithm to improve sync speeds.
What are 2 implications of using the Merged Writes algorithm in this scenario?
A. Relationships such as circular dependencies are known to cause issues.
B. The Merged Writes algorithm does not support using Salesforce SOAP API
C. The Merged Writes algorithm ismore likely to approach Salesforce API rate limits.
D. The Merged Writes algorithm does not support using the Salesforce Bulk API.
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)
A. Providing long-term data warehousing
B. Adding jobs to a queue
C. Providing a data cache layer
D. Querying relational data
Universal Export wants to build an app that serves company data. The data has no strong compliance requirements, and the app should only be reachable from trusted IP addresses. Which solution should an Architect recommend?
A. Deploy the app in a Shield Private Space with a Shield-tier Heroku Postgres database
B. Deploy the app in the Common Runtime with a Standard-tier Heroku Postgres database
C. Deploy the app in a Private Space with a Private-tier Heroku Postgres database.
D. Deploy the app in the Common Runtime with a Premium-tier Heroku Postgres database.
Universal Containers has implemented a Knowledge solution for Agents to provide Field Technicians with information necessary to complete assigned work. Which two capabilities will now be available? (Choose two.)
A. Attach Knowledge Articles to Work Order Line Hems Only.
B. Manage Attached Articles and Search the Knowledge Base
C. include Quick Actions and Global Actions in Attached Articles.
D. Attach Articles to Work Orders and Work Order Line Items.