Easily To Pass New Salesforce Heroku-Architecture-Designer Dumps with 185 Questions [Q105-Q128]

Share

Easily To Pass New Salesforce Heroku-Architecture-Designer Dumps with 185 Questions

Latest Heroku-Architecture-Designer Study Guides 2023 - With Test Engine PDF

NEW QUESTION # 105
A client wants to create a scalable set of microservices that communicate with each other, where multiple microservices have a public REST API.
Which architecture strategy allows this on Heroku?

  • A. Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
  • B. Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
  • C. Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
  • D. Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.

Answer: D

Explanation:
Explanation
- httDs://devcenterheroku.com/artJcles/event-driven-microservices-with-aDache-kafka


NEW QUESTION # 106
A client has data in a production Heroku Postgres database, and needs to quickly get access to a subset of that data for reporting needs.
Which two features does Heroku Dataclips provide to enable this? (Choose two.)

  • A. CSV export of query results
  • B. Postgres dump file of query results
  • C. JSON export of query results, with CORS support
  • D. A simple REST API access to query results

Answer: A,C

Explanation:
Explanation/Reference: https://www.heroku.com/podcasts/codeish/8-sharing-data-with-dataclips


NEW QUESTION # 107
A client is running an app on 20 Standard-2x dynos. They are noticing highly variable performance when the application is experiencing a heavy load.
Which two suggestions should an Architect make in this scenario? (Choose two.)

  • A. Configure the app to use Standard-lx dynos.
  • B. Configure the app to use Performance dynos.
  • C. Add additional Standard-2x dynos.
  • D. Install a performance monitoring tool.

Answer: B,C

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/optimizing-dyno-usage


NEW QUESTION # 108
Universal Containers has Role-based Technicians and Managers who handle Service Appointments. Many times, Technicians arrive on-site but are unable to gain access to the customer's equipment. In this scenario, only the Manager has permission to cancel the Service Appointment.
How should a Consultant recommend adhering to this business process?

  • A. Allow Status Transitions based on Role.
  • B. Configure Status Transitions based on Resource Type.
  • C. Assign Permission Sets that allow Status Transitions.
  • D. Limit Status Transitions based on Profile.

Answer: D


NEW QUESTION # 109
The Heroku CLI give you the ability to:

  • A. Install your own Heroku instance on to your on-prem servers
  • B. Make a mean cup of Java
  • C. Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station
  • D. Use Heroku with an expressive and powerful toolset on the command line

Answer: D


NEW QUESTION # 110
A company currently uses, and will continue to use, the MulesoftAnypoint Platform integration throughout their architecture. They want to use Heroku Connect to help them integrate Heroku apps with Salesforce apps.
What is a benefit of introducing Heroku Connect in this environment?

  • A. Heroku Connect provides Salesforce a declarative bidirectional synchronization with Postgres and data proxy capability via Heroku Connect External Objects.
  • B. Heroku Connect provides Mulesoft an endpoint that is easily consumable by a back-end integration tool
  • C. Heroku Connect has a Microsoft connector for access to Heroku Postgres Heroku Redis, and Apache Kafka on Heroku
  • D. Heroku Connect provides Salesforce a bidirectional synchronization between Platform Events on Salesforce and Apache Kafka on Heroku

Answer: A


NEW QUESTION # 111
Universal Containers wants to provide Dispatchers with Account and Asset details when they hover over each Service Appointment.
How should a Consultant recommend implementing this feature?

  • A. Create CSS in the Dispatcher's Console.
  • B. Configure Field Sets on the Service Appointment.
  • C. Use Lookup Fields.
  • D. Add Fields on the Page Layout.

Answer: B


NEW QUESTION # 112
Universal Containers has a custom object with millions of rows of data.
When executing SOQL queries, which three options prevent a query from being selective? (Choose three.)

  • A. Using leading % wildcards.
  • B. Utilizing NOT and != operators.
  • C. Using trailing % wildcards.
  • D. Performing large loads and deletions.
  • E. Utilizing a custom index on a deterministic formula field.

Answer: A,C,E


NEW QUESTION # 113
An Architect needs information about who is creating, changing, or deleting certain fields within the past four months.
How can the Architect access this information?

  • A. After exporting the setup audit trail, find the fields in question.
  • B. Remove "customize application" permissions from everyone else.
  • C. After exporting the metadata, search it for the fields in question.
  • D. Create a field history report for the fields in question.

Answer: A


NEW QUESTION # 114
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. Create a custom buildpack
  • B. Configure a Heroku button
  • C. Provision an Apache Kafka on Heroku add-on
  • D. Add Heroku Redis

Answer: C

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


NEW QUESTION # 115
Universal Containers wants to ensure that inventory needed for repair jobs is tracked and managed so Technicians have the material for their jobs.
Which two ways should a Consultant recommend tracking these inventory requirements in Salesforce?
(Choose two.)

  • A. Products Required for Work Order Line Items
  • B. Products Required for Service Appointments
  • C. Products Required for Work Orders
  • D. Products Required for Service Resources

Answer: A,C


NEW QUESTION # 116
Universal Containers wants to give Field Technicians the ability to create follow-up appointments if they are unable to complete a Work Order due to missing inventory.
What should a Consultant implement to meet this requirement?

  • A. Implement a Custom Button to Create a Service Appointment on the existing Work Order.
  • B. Implement a Macro to generate Service Appointments on the existing Work Order.
  • C. Implement a Quick Action to create a new Service Appointment on the existing Work Order.
  • D. Implement a Quick Action to create a new Work Order Line Item on the existing Work Order.

Answer: C


NEW QUESTION # 117
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?

  • A. European regions are only available for applications running in Private Spaces.
  • B. There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.
  • C. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
  • D. When a dyno is cycled, its replacement might run in a different region.

Answer: A


NEW QUESTION # 118
Universal Containers (UC) has expressed a desire to have encryption-at-rest enabled on their Heroku Postgres databases.
Which three tiers would UC need to use to have that feature enabled? (Choose three.)

  • A. Premium
  • B. Shield
  • C. Standard
  • D. Private
  • E. Hobby

Answer: A,C,D


NEW QUESTION # 119
Which Heroku runtimes provide keystroke logging?

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

Answer: D

Explanation:
Explanation/Reference: https://www.heroku.com/shield
https://elements.heroku.com/addons/heroku-private-spaces


NEW QUESTION # 120
How are languages, buildpacks, and slugs related?

  • A. A language uses a slug to deploy buildpacks as a service across the entire Salesforce Platform.
  • B. A slug is a shortened version of a language that compiles down into a buildpack
  • C. A slug and a buildpack are sandwiched together between several Heroku add-ons, and the result Is a new open-source language.
  • D. A buildpack knows how to compile code in a specific language down to a slug that runs on Heroku

Answer: D


NEW QUESTION # 121
Ursa Major Solar has the following two systems:
- Salesforce
- On-premise ERP system
Opportunity records need to be copied to the ERP once they reach a Closed/Won Stage. The Opportunity record in the ERP system will be read-only for all fields copied in from Salesforce.
An Architect needs to recommend a real-time approach that fulfills these requirements.
Which recommendation is appropriate?

  • A. Implement an hourly integration to send Salesforce Opportunities to the ERP system.
  • B. Implement a Master Data Management system to determine system of record.
  • C. Create a workflow rule with Outbound Messaging that sends Opportunity data.
  • D. Have an ERP poll Salesforce nightly and bring in the desired Opportunities.

Answer: C


NEW QUESTION # 122
A customer needs to test a database schema migration. Which approach should an Architect recommend?

  • A. Fork the production database, and run the migration and tests against the fork
  • B. Detach the Heroku Postgres add-on. and run the migration and tests against the database.
  • C. Place the app into maintenance mode, and then perform the tests
  • D. Create a follower database, and run the migration and test against the follower database

Answer: A

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


NEW QUESTION # 123
Cloud Kicks is preparing to migrate a large amount of data from a legacy CRM system to Salesforce and wants to optimize the performance of this migration.
Which three approaches should be considered? (Choose three.)

  • A. Deactivate approval processes and workflow rules.
  • B. Defer sharing calculations of the Salesforce Org.
  • C. Evaluate the time zones of the User loading the data.
  • D. Remove custom indexes on the data being loaded.
  • E. Evaluate whether the legacy system is still in use.

Answer: A,B,D


NEW QUESTION # 124
A customer's IT department will not allow VPN access through their on-premise gateway. Users need to be able to access trusted Heroku applications only when they are in the office. These applications are deployed to a Heroku Private Space.
Which two Private Spaces features should an Architect recommend to enable on-premise users to gain the access they need? (Choose two.)

  • A. VPC peering
  • B. Stable outbound IP addresses
  • C. Internal routing
  • D. Trusted IP ranges

Answer: B,D

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/private-spaces


NEW QUESTION # 125
Universal Containers has recently experienced a higher volume of traffic on their mobile app hosted on Heroku. When Universal Containers was running 4 standard-2x dynos with 1 GB RAM each, they encountered multiple H12 ("request timeout") errors. The app never consumed more than 800 MB of RAM.
They then switched to performance-m dynos, with 2.5 GB RAM, and set autoscaling to a maximum of 2 dynos. However, they still encountered H12 ("request timeout") errors.
What remediation should an Architect recommend to alleviate this problem?

  • A. Replace autoscaling with a manual scaling option of 2.
  • B. Add a logging add-on from the Elements marketplace.
  • C. Upgrade to performance-L dynos with 14 GB RAM.
  • D. Move long-running tasks to worker dynos.

Answer: D


NEW QUESTION # 126
Universal Containers wants to reduce their mean-time-to-service
Which three Field Service process should a Consultant recommend to accomplish this goal? (Choose three )

  • A. Customer Entitlements
  • B. Dispatching
  • C. Knowledge Base
  • D. Adjust Scheduling Policy

Answer: B,C,D


NEW QUESTION # 127
Which three overview cards does the Field Service mobile app provide as context to Technicians on upcoming Service Appointments? (Choose three.)

  • A. Asset History
  • B. Product Catalog
  • C. Site Details
  • D. Contact
  • E. Address

Answer: C,D,E


NEW QUESTION # 128
......

Heroku-Architecture-Designer Dumps and Exam Test Engine: https://braindumpsschool.vce4plus.com/Salesforce/Heroku-Architecture-Designer-valid-vce-dumps.html