Nov-2024 New Version Heroku-Architect Certificate & Helpful Exam Dumps is Online [Q82-Q99]

Share

Nov-2024 New Version Heroku-Architect Certificate & Helpful Exam Dumps is Online

Heroku-Architect Free Certification Exam Material with 187 Q&As 

NEW QUESTION # 82
Universal Containers uses Heroku Connect to sync their Salesforce org'sdata with Heroku Postgres.
Periodically, they write a very large set ofchanges that needs to be fully replicated between these two systems.
Which two sets of actions should an Architect propose? (Choose two.)

  • A. Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.
  • B. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.
  • C. Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.
  • D. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync themto the Salesforce org.

Answer: B,D


NEW QUESTION # 83
A client's Heroku web application displays data that is fetched from a back-end file storage system. The client now wants this data to be viewable, but not editable, from their Salesforce org.
Which recommendation should an Architect make in this scenario?

  • A. Replicate the files to the application's local filesystem, and use worker dynos to periodically sync them to the Salesforce org.
  • B. Replicate the files to tables in a Heroku Postgres database, and use Heroku Connect to synchronize the tables to the Salesforce org.
  • C. Store all file URLs in a Heroku Postgres table, and use Heroku Connect to synchronize the table to the Salesforce org.
  • D. Replicate the files to tables in a Heroku Postgres database, and use Heroku External Objects to expose the tables to the Salesforce org.

Answer: B


NEW QUESTION # 84
What are 3 examples of backing services, as described in the Twelve Factor app methodology?

  • A. A logging tool
  • B. An email delivery service
  • C. A background process with a long running task
  • D. A database

Answer: A,B,D

Explanation:
- https/Vdevcenter heroku.com/articles/internal-routing


NEW QUESTION # 85
Universal Containers wants to help their dispatches determine the length of time a Work Order should last.
What should the Consultant implement to help achieve this goal?

  • A. Work Types with Service Level Agreement.
  • B. Work Orders with Operating Hours
  • C. Operating Hours for Customer Accounts.
  • D. Work Types with an EstimatedDuration.

Answer: D


NEW QUESTION # 86
Which two logs and logging recommendations are prescribed by the Twelve-Factor app methodology?
Choose2 answers.

  • A. Logs from all processes and backing services should be aggregated together.
  • B. Apps should not concernthemselves with routing or storing logs
  • C. Logs should be written to a shared file system for scalability.
  • D. Apps should only keep a limited, rolling buffer of logs available

Answer: A,B

Explanation:
- https://devcenter heroku com/articles/internal-routing


NEW QUESTION # 87
A web application on Heroku wants to surface Salesforce dat
a. All users of the web application will:
1) Authenticate using SSO with Salesforce.
2) Have user records in Salesforce.
What architecture should be recommended in order to maintain the Salesforce security model already in place?

  • A. Have the application query Salesforce data directly through the Salesforce APIs as the running user.
  • B. Use Heroku Connect to sync the Salesforce data and Salesforce security model to Heroku Postgres.
  • C. Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
  • D. Have the application query Salesforce data and the security model directly using a cached admin credential.

Answer: B

Explanation:
https://devcenter.heroku.com/articles/addon-controls


NEW QUESTION # 88
Which Heroku runtimes provide keystroke logging?

  • A. Shield Private Spaces only
  • B. Private Spaces and Shield Private Spaces
  • C. Keystroke logging is not available on Heroku
  • D. The Common Runtime, Private Spaces, and Shield Private Spaces

Answer: B


NEW QUESTION # 89
When designing a Heroku application, which two approaches observe the Twelve-Factor methodology? Choose 2 answers.

  • A. On deployment, Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies
  • B. The application's database configuration is stored in the application's config vars.
  • C. The application's database configuration is stored in the application's Profile
  • D. On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies.

Answer: A,B

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


NEW QUESTION # 90
A hospital is planning to rewrite its on-premise patient registration system. Their current system is HIPAA-compliant as well as ISO 27018-compliant. They need to maintain these same certification levels after the rewrite. Their new app also needs to sync PII (personally identifiable information) data with their Salesforce org.
What Heroku Enterprise solutions should an Architect propose?

  • A. Build the app in the Common Runtime, use a Heroku Postgres database, and use Heroku Connect to sync to Salesforce.
  • B. Build the app in a Private Space with a Private Heroku Postgres database, and use Heroku Connect to sync to Salesforce.
  • C. Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Apache Kafka on Heroku to stream from the Salesforce org.
  • D. Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Shield Heroku Connect to sync to Salesforce.

Answer: D


NEW QUESTION # 91
Which 2 users can remove an application from a Heroku Enterprise Team?

  • A. An administrator of the Enterprise Team
  • B. A user with the "operate" permission for the app
  • C. A user with the "deploy" permission for the app
  • D. A user with the "manage" permission for the app

Answer: A,D

Explanation:
- https://devcenter.heroku.com/articles/event-driven-microservices-with-apache-kafka


NEW QUESTION # 92
A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service applications that allow for customers to interact with their healthcare records. The marketing application must be able to scale up within seconds in response to traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.
Which applications should be deployed into which Heroku runtime?

  • A. The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
  • B. The marketing application into Private Spaces; customer service applications into Shield Private Spaces
  • C. The marketing application into the Common Runtime; customer service applications into Private Spaces
  • D. The marketing application into Private Spaces; customer service applications into separate Private Spaces

Answer: B

Explanation:
-https://devcenterherokucom/articles/private-spaces#trusted-ip-ranges


NEW QUESTION # 93
Universal Containers has noticed that with every new product release there is a rise in customer reported Cases and a decrease in first-time fix-rate.
Which two recommendations should a Consultant make? (Choose two.)

  • A. Increase training to Sales Representatives.
  • B. Increase training to Field Service Technicians
  • C. Publish training documentation in a closed Chatter group
  • D. Publish pre-release documentation on the Customer Community.

Answer: B,D


NEW QUESTION # 94
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.
Which connection 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. Set up both a VPN and a VPC between Heroku and the third-party application.
  • D. Only allow access to Heroku Redis through an SSH connection.

Answer: D

Explanation:
- https://devcenter.heroku.com/articles/securing-heroku-redis


NEW QUESTION # 95
Universal Containers (UC) uses Apache Kafka on Heroku to stream shipment inventory data in real time throughout the world. A Kafka topic is used to send messages with updates on the shipping container GPS coordinates as they are in transit. UC is using a Heroku Kafka basic-0 plan. The topic was provisioned with 8 partitions, 1 week of retention, and no compaction. The keys for the events are being assigned by Heroku Kafka, which means that they will be randomly distributed between the partitions.
UC has a single-dyno consumer application that persists the data to their Enterprise Data Warehouse (EDW). Recently, they've been noticing data loss in the EDW.
What should an Architect with Kafka experience recommend?

  • A. Enable compaction on the topic to drop older messages, which will drop older messages with the same key.
  • B. Use Heroku Redis to store message receipt information to account for "at-least" once delivery, which will guarantee that messages are never processed more than once. Scale up the consumer dynos to match the number of partitions so that there is one process for each partition.
  • C. Upgrade to a larger Apache Kafka for Heroku plan, which has greater data capacity.

Answer: B


NEW QUESTION # 96
You can use Salesforce Connect to proxy which types of data sources:

  • A. REST with XML payloads
  • B. REST with JSONpayloads
  • C. All of these
  • D. OData 2.0 and 4.0
  • E. SOAP

Answer: C


NEW QUESTION # 97
Which technology do Salesforce REST APIs use for authentication?

  • A. Basic usernames and passwords
  • B. Pre-shared keys
  • C. SAML
  • D. OAuth

Answer: A


NEW QUESTION # 98
Aclient has a data Ina SAP data store. The client uses Heroku External Objects to expose Heroku Postgres tablesin their Salesforce org. They want to perform custom transformations on the SAP data and then expose the transformed data in their Salesforce org. Which solution should an Architect recommend?

  • A. Use Heroku Connect to sync the SAP data to Heroku Postgres and then perform any necessary transformations Ensure the transformes data is in a table that is exposed in the Salesforce org.
  • B. Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org.
  • C. Perform in-place transformations on the data in SAP and then useHeroku Connect to sync the SAP data to Heroku Postgres. Ensure the transformed data is in a table that is exposed in the Salesforce org.
  • D. Use an ETL tool to sync the SAP data to Heroku and then perform any necessary transformations.
    Ensure the transformes data is in a table that is exposed in the Salesforce org.

Answer: D

Explanation:
- https//www.heroKu.com/tech-sessions/get-started-wlth-apache-kafka


NEW QUESTION # 99
......

Get The Important Preparation Guide With Heroku-Architect Dumps: https://pass4sure.test4cram.com/Heroku-Architect_real-exam-dumps.html