(Jul-2023) Get professional help from our Heroku-Architect Dumps PDF [Q54-Q73]

Share

(Jul-2023) Get professional help from our Heroku-Architect Dumps PDF

Give You Free Regular Updates on Heroku-Architect Exam Questions


Salesforce Heroku-Architect: Salesforce Certified Heroku Architect exam is a certification exam that validates the skills and knowledge of individuals who work as Heroku Architects. The exam is designed to test the candidate's ability to design, develop, and deploy scalable and secure Heroku applications using various tools and technologies.

 

NEW QUESTION # 54
Which is a characteristic of an add-on that is "available" for applications in Private Spaces but not "installable" in a Private Space?

  • A. The add-on will always run in the same region, but not in the same Private Space, as the provisioning application.
  • B. The add-on always runs in the same Private Space as the provisioning application.
  • C. The add-on's data will always be stored in the same Private Space as the provisioning application.
  • D. The traffic between the provisioning app and the add-on will travel across the public Internet.

Answer: A


NEW QUESTION # 55
Universal Containers (UC) is using Field Service and has customer meetings at UC's offices. When booking meetings, they would like them to begin on the hour.every hour, between 9am-5pm.
How can this be achieved?

  • A. Use Territory-specific Operating Hours.
  • B. Use Customer Operating Hours.
  • C. Use Exact Appointments on the WorK Types.
  • D. Use Multiple Operating Hours with Slots for each hour

Answer: C


NEW QUESTION # 56
Universal Containers is developing a new application that has a lightweight Node.js front end. They will also be using a Java-based API, which combines data with Salesforce customer dat a. All of the data, and the API, is highly confidential.
What should an Architect suggest to enforce security?

  • A. Deploy all of the apps to the Common Runtime. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.com domain.
  • B. Deploy the apps into either Heroku runtime. Force the Java app to use a CDN, and point the Node.js app to its appname.herokuapp.com domain.
  • C. Deploy all of the apps to a Heroku Private Space. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.corn domain.
  • D. Deploy all of the apps to a Heroku Private Space. Deploy the Java app with Internal Routing enabled. Deploy the Node.js app without Internal Routing enabled.

Answer: D


NEW QUESTION # 57
A client is building a collection of Heroku applications that will be audited regularly. To comply with the audit, it must be guaranteed that the applications all forward thei logs to the same, single destination. Which solution meets this requirements?

  • A. Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
  • B. Deploy all the applications to the Common runtime, and add the same log drain URL to all of them.
  • C. Deploy all the applications to the same Private Space with Logplrx disabled.
  • D. Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.

Answer: A

Explanation:
- https://devcenter.heroku.com/articles/dataclips


NEW QUESTION # 58
Salesforce Connect is used for:

  • A. Replicating external data into Salesforce
  • B. Bidirectional syncing of external data in Salesforce
  • C. Proxying external data into Salesforce
  • D. Developing ETL services

Answer: C


NEW QUESTION # 59
What are the three access levels a user can have in a Heroku Organization account?

  • A. Admin. Programmer, and Operator
  • B. Admin, Member, and Viewer
  • C. Owner, Author and Viewer
  • D. Jedi. Padawan, and Co-pilot

Answer: B


NEW QUESTION # 60
Universal Containers utilizes two contractors, Contractor 1 and Contractor 2, to perform repair work Contractor 1 has provided service longer for UniversalContainers and is considered to have more repair work expertise than Contractor 2.
How should a Consultant configure this expertise for Contractor 1 versus Contractor 2?

  • A. Assign Contractor 1 and 2 different capacities for repair work
  • B. Assign Contractor 1 as a Preferred Resource.
  • C. Assign Contractor 1 and 2 different Skill Levels for repair Work Type.
  • D. Assign Contractor 2 as an Excluded Resource

Answer: C


NEW QUESTION # 61
You can use the Salesforce REST APIs to:

  • A. Feed your kitten
  • B. Access database log files
  • C. Execute processes as another user
  • D. Insert or update records

Answer: D


NEW QUESTION # 62
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. Set up a VPN from the trusted locations to the app.
  • C. Add a Trusted IP range to the Heroku Postgres configuration.
  • D. Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.

Answer: C


NEW QUESTION # 63
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)

  • A. Querying relational data
  • B. Providing a data cache layer
  • C. Adding jobs to a queue
  • D. Providing long-term data warehousing

Answer: A,D


NEW QUESTION # 64
Universal Containers has an app deployed on Heroku that is now required to handle high-volume message processing. What should an Architect recommend to fulfill this new requirement?

  • A. Add Heroku Redis
  • B. Provision an Apache Kafka on Heroku add-on
  • C. Configure a Heroku button
  • D. Create a custom buildpack

Answer: B

Explanation:
- https://www.heroku.com/tech-sessions/get-started-with-apache-kafka


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

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

Answer: A,B

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


NEW QUESTION # 66
A client is writing a Heroku application that requires compliance 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 is definitely not compliant with PCI DSS Level 1. because Shield Private Spaces do not provide compliance with it.
  • B. The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space
  • C. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1
  • D. The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases

Answer: B

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


NEW QUESTION # 67
A client wants to deconstruct a monolithic app into a collection of smaller apps which should be able to send HTTP requests to each other. The smaller apps should not be publicly accessible on the internet. Which Heroku Enterprise features should an Architect recommend to enable this architecture?

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

Answer: D

Explanation:
-https://www.heroku.com/tech-sessions/get-started-wtth-apache-kafka


NEW QUESTION # 68
Universal Containers wants to process mobile payments. How can this requirement be met?

  • A. Install an AppExchange package
  • B. Add a custom field to store the credit card number
  • C. Create a custom payments object
  • D. Attach a picture of the credit card.

Answer: A


NEW QUESTION # 69
An existing app is experiencing performance degradation because of multiple executions of multiple, expensive SQL read queries. This SQL code cannot be optimized any further and the frequency of the execution of the queries cannot be reduced. Which two options should an Architect recommend in this scenario?

  • A. Restart the Heroku Postgres server to reclaim cache
  • B. Add a read-only Heroku Postgres follower
  • C. Create a database caching layer
  • D. Hardcode the results of the query into app logic

Answer: B,C

Explanation:
- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal


NEW QUESTION # 70
Universal Containers (UC) has a front-end web application and a back-end service application running on Heroku. The applications are running in the Common Runtime. Now, UC wants to prevent any public access to the back-end application. Which two Heroku features should an Architect propose?

  • A. Private Space VPN Connections
  • B. Heroku Internal Routing
  • C. Apache Kafka on Heroku
  • D. Private Spaces DNS Service Discovery

Answer: A,D

Explanation:
- https //devcenterherokucom/articles/dataclips


NEW QUESTION # 71
The Disaster at Universal Containers would like to schedule Service Appointments from the Dispatcher's Console while taking the Scheduling Policy intoconsideration.
Which three options are available to the Disaster? (Choose three.)

  • A. Create a Workflow to close the Milestone when the Wrap Up is complete.
  • B. Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".
  • C. Select a Service Appointments from the list and press the "Schedule" action.
  • D. Select a Service Appointment from the list, press the "Candidates" action, and select the best time slot.
  • E. Select multiple Service Appointment from the list and bulk schedule them Select a Service Appointment from the list, press the "Edit" action and allocate the Resource

Answer: B,C,E


NEW QUESTION # 72
Universal Containers (UC) has a Heroku application that runs in Virginia, in the U.S., that uses Apache Kafka on Heroku. They have deployed a copy of the app in Asi a. Now, both apps need a messaging backbone that will support multi-region distribution.
What is the least complex architecture that an Architect should recommend?

  • A. Use Heroku's multi-tenant Kafka Basic plan.
  • B. The app in Asia should write to the Kafka instance in Virginia.
  • C. Deploy a multi-region version of Apache Kafka on Heroku.
  • D. Provision a second Kafka add-on in Asia. Each instance of the app should sync with each other.

Answer: A

Explanation:
-https://www.heroku.com/tech-sessions/get-started-with-apache-kafka


NEW QUESTION # 73
......

Achieve the Heroku-Architect Exam Best Results with Help from Salesforce Certified Experts: https://www.lead2passed.com/Salesforce/Heroku-Architect-practice-exam-dumps.html

Provide Heroku-Architect Practice Test Engine for Preparation: https://drive.google.com/open?id=1-ZNl7Q90dP0QF8bu85hsSxJpJhjc6jd0