Try Free and Start Using Realistic Verified Heroku-Architect Dumps Instantly [Q39-Q55]

Share

Try Free and Start Using Realistic Verified Heroku-Architect Dumps Instantly

Heroku-Architect Actual Questions - Instant Download 185 Questions

NEW QUESTION 39
Universal Containers is looking to implement Entitlement Management to meet the following requirements:
1) Any employee from the customer account is eligible for support.
2) Specific purchased products are eligible for support What Objects should be set up for Entitlement Management?

  • A. Accounts and Assets
  • B. Contacts and Assets
  • C. Contacts and Service Contracts
  • D. Accounts and Service Contracts

Answer: A

 

NEW QUESTION 40
A client's Heroku application is publishing messages to an instance of Apache Kafka on Heroku.
What does a second Heroku application need to do to consume those messages?

  • A. Subscribe to the Kafka partition(s) that the messages are being published to.
  • B. Join a consumer group that also includes the publishing application.
  • C. Subscribe to the Kafka topic(s) that the messages are being published to.
  • D. Convert the publishing application into a stream processor.

Answer: A

Explanation:
- https://wwwxloudkarafka.com/blog/2016-11-30-part1-kafka-for-beginners-what-is- apache-kafka.html

 

NEW QUESTION 41
Universal Containers wants to limit the total cost of their Heroku usage while they're getting started on the platform. To accomplish this, they are considering replacing certain add-ons with comparable open-source components, but the development team doesn't want to lose access to certain features that the add-ons provide.
Which option should an Architect recommend for reducing add-on costs without affecting feature availability?

  • A. Migrate add-ons to free plans.
  • B. Remove data store add-ons from the staging and development versions of the applications.
  • C. Remove aliases for high-cost add-ons.
  • D. Share a single instance of a compatible paid add-on across multiple applications.

Answer: B

Explanation:
https://devcenterheroku com/articles/heroku-connect-faq#can-j-use-sharing-rules-to-restrict-record- visibility

 

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

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

Answer: B

 

NEW QUESTION 43
Universal Containers would like to provide Field Service Technicians the ability to capture details and customer approval on completed work so that the details can be compiled and sent to the customer electronically What should a Consultant recommend to meet this requirement?

  • A. Use the standard Work Order email template.
  • B. Use the standard Service Report
  • C. Create a custom report.
  • D. Create a Process Builder to generate a report.

Answer: B

 

NEW QUESTION 44
Universal Containers is developing a Salesforce app that invokes a Heroku app's web service, which asynchronously generates customer invoices. The Heroku app is deployed to a Private Space. When an invoice is ready, the Heroku app sends a POST request to the Salesforce REST API. Which two options should an Architect recommend to ensure that neither the Salesforce nor the Heroku app is accessible from the public internet? Choose 2 answers.

  • A. Restrict the Private Space's trusted IP range to Salesforce IP addresses
  • B. Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
  • C. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
  • D. Restrict the Private Space's trusted IP range to Universal Containers' VPN

Answer: A,B

Explanation:
- This is no VPN connection and a trusted IP range is used to limit the trusted outside application's IP address And there is document related to this use case: https://devcenterheroku.com/articles/establish-trust-private-space-and-salesforce#salesforce-heroku-apps

 

NEW QUESTION 45
A client wants to deconstruct a monolithic application into a set of microservices The microservices require securer direct peer-to-peer communications.
Which Heroku Enterprise features should an Architect recommend? Choose one answer

  • A. Heroku Private Spaces and Internal Routing.
  • B. Heroku Private Spaces and Private Space VPN connections.
  • C. Shield Private Spaces and Heroku Shield Connect
  • D. Heroku Private Spaces and Apache Kafka on Heroku

Answer: A

 

NEW QUESTION 46
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 47
A customer's Heroku Redis instance regularly reaches its storage limit. Besides upgrading to a bigger plan, what solution should an Architect recommend for this scenario?

  • A. Create a fork of the primary Heroku Redis instance.
  • B. Explore a different key eviction scheme.
  • C. Failover to ephemeral filesystem for the running dyno
  • D. Migrate the data to a Heroku Postgres database

Answer: B

Explanation:
-
https://devcenter.herokuxom/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku

 

NEW QUESTION 48
A client has 3 Heroku applications: App 1, App 2, App 3. They would like to restrict external web traffic to App 3 only. Which two Heroku features should an Architect recommend to enable this architecture?

  • A. Trusted IP ranges
  • B. VPC Peering
  • C. Private Spaces
  • D. Internal Routing

Answer: A

 

NEW QUESTION 49
If an Organization member has the operator privilege on an app, that means the user can:

  • A. Remove a member from the Organization account
  • B. Transfer the app to someone else
  • C. Add a paid add-on
  • D. Deploy the app

Answer: C

 

NEW QUESTION 50
Universal Containers (UC) wants to allow its developers to only use certain add-ons. UC enables Add-on Controls for Enterprise Teams and adds the add-ons they wish to allow to the list. There is an existing set of add-ons attached to applications, which are NOT on the list.
What happens to these add-ons?

  • A. They are deleted, and all data is backed up and saved.
  • B. They are added to the allowed add-ons list.
  • C. They are added to the exception list and not affected.
  • D. They are flagged for removal, and the developers are notified.

Answer: D

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

 

NEW QUESTION 51
Universal Containers (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 on the 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.

  • A. Run the application in a Private Space to enable communication with UC's Salesforce org
  • B. Load the application's configuration from its source code instead of using environment tables
  • C. WritP Inns tn stdmit instead nf writinn thpm tn the flip svstpm
  • D. Use an external object storage service for temporary image uploads

Answer: B,C

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

 

NEW QUESTION 52
A client wants to perform complex processing on large data sets in Salesforce. The data is confidential, but it does not have advanced compliance requirements.
What Heroku Enterprise features should an Architect recommend in this scenario?

  • A. Private Spaces and Heroku Connect
  • B. Shield Private Spaces and Heroku External Objects
  • C. Private Spaces and Heroku External Objects
  • D. Shield Private Spaces and Heroku Shield Connect

Answer: D

Explanation:
- https://devcenter.heroku.eom/articles/heroku-postgresql#data-residency

 

NEW QUESTION 53
A Field Technician from Universal Containers arrived onsite for an appointment, and unfortunately the customer was not present UC wants to ensure they cantrack these customer no-show events for future process improvement What process should a Consultant recommend to handle this situation?

  • A. Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip.
  • B. Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.
  • C. Set the existing Service Appointment status to Cannot Complete: Create a new Work Order Line Item for the follow-up trip
  • D. Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.

Answer: D

 

NEW QUESTION 54
A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance, and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce.
They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield Heroku Connect.
How will Shield Heroku Connect interact with the encrypted fields in Salesforce?

  • A. Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.
  • B. Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.
  • C. Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
  • D. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.

Answer: A

Explanation:
- https://devcenter heroku com/articles/heroku-connect-database-tables#encrypted-strmgs

 

NEW QUESTION 55
......


Salesforce Heroku-Architect Exam Syllabus Topics:

TopicDetails
Topic 1
  • Recommend architectures that use the twelve-factor app methodology correctly
  • Demonstrate the ability to prescribe a third-party add-on and add-on sharing, when appropriate
Topic 2
  • Construct architectures which leverage Heroku to achieve different security certifications
  • Architect and deploy solutions using add-ons and other components from the Elements Marketplace
Topic 3
  • Describe the compliance features of Heroku Shield
  • Architect solutions using Apache Kafka on Heroku to facilitate streaming communication between applications
Topic 4
  • Recommend Heroku Private Space Peering or VPN Connections for appropriate use cases
  • Demonstrate an understanding of the basics behind building and deploying apps on Heroku

 

Download Free Latest Exam Heroku-Architect Certified Sample Questions: https://www.vce4plus.com/Salesforce/Heroku-Architect-valid-vce-dumps.html

Prepare for your exam certification with our Heroku-Architect Certified Salesforce: https://drive.google.com/open?id=1nUj2Y5iJWDXS6_dLDHRjNGujMPCtvcmM