Instant Download Salesforce Heroku-Architecture-Designer Free Updated Test Dumps [Q53-Q78]

Share

Instant Download Salesforce: Heroku-Architecture-Designer Free Updated Test Dumps

Valid Heroku-Architecture-Designer FREE EXAM DUMPS QUESTIONS & ANSWERS


Salesforce Heroku-Architecture-Designer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Architect And Deploy Solutions Using Add-Ons And Other Components From The Elements Marketplace
Topic 2
  • Recommend Networking Solutions That Use Heroku Private Spaces Or The Common Runtime
Topic 3
  • Role Of Buildpacks In Slug Creation
  • Demonstrate An Understanding Of The Basics Behind Building And Deploying Apps On Heroku
Topic 4
  • Demonstrate Knowledge Of Heroku Postgres, Including Data Handling
Topic 5
  • Demonstrate How Features Of Heroku Enterprise Can Improve A System's Architecture
  • Architect Solutions Using Heroku Redis
Topic 6
  • Including Various Add-Ons, Buildpacks, And Heroku Buttons
  • Architect Scalable Solutions That Are Performant Even During High Traffic Spikes
Topic 7
  • Demonstrate The Ability To Prescribe A Third-Party Add-On And Add-On Sharing
Topic 8
  • Recommend Heroku Private Space Peering Or VPN Connections For Appropriate Use Cases
  • Services And
  • Or Functions

 

NEW QUESTION 53
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. Apache Kafka on Heroku
  • B. Private Spaces DNS Service Discovery
  • C. Private Space VPN Connections
  • D. Heroku Internal Routing

Answer: B,C

Explanation:
Explanation
- https //devcenterherokucom/articles/dataclips

 

NEW QUESTION 54
When creating a Private Space, what is a valid reason to specify a region other than the default region?

  • A. Heroku pricing varies by region.
  • B. Available compute resources vary by region.
  • C. Running an application closer to its intended users can reduce latency.
  • D. Private Spaces restrict inbound traffic to the current region.

Answer: C

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/regions#default-regions

 

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

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

Answer: C

 

NEW QUESTION 56
A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit.
To overcome this issue, what feature, to replace the Bulk API implementation in this scenario, should an Architect recommend?

  • A. Salesforce Connect
  • B. Custom Apex callouts
  • C. Salesforce SOAP API
  • D. Heroku Connect

Answer: D

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/integrating-heroku-and-salesforce

 

NEW QUESTION 57
Get Cloudy Consulting needs to evaluate the completeness and consistency of contact information in Salesforce. Their sales reps often have incomplete information about their accounts and contacts. Additionally, they are not able to interpret the information in a consistent manner. Get Cloudy Consulting has identified certain ""key"" fields which are important to their sales reps.
What are two actions Get Cloudy Consulting can take to review their data for completeness and consistency?
(Choose two.)

  • A. Run a report that shows the percentage of blanks for the important fields.
  • B. Run a report which shows the last time the key fields were updated.
  • C. Run one report per key field, grouped by that field, to understand its data variability.
  • D. Run a process that can fill in default values for blank fields.

Answer: A,B

 

NEW QUESTION 58
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 added to the exception list and not affected.
  • B. They are added to the allowed add-ons list.
  • C. They are flagged for removal, and the developers are notified.
  • D. They are deleted, and all data is backed up and saved.

Answer: C

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

 

NEW QUESTION 59
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. Add additional Standard-2x dynos.
  • C. Configure the app to use Performance dynos.
  • D. Install a performance monitoring tool.

Answer: B,C

 

NEW QUESTION 60
What is a Heroku dyno?

  • A. A specialized dinosaur monitoring service delivered from the cloud
  • B. Your application code compiled and ready to be served to a variety of web clients
  • C. A managed runtime container with a Linux operating system underneath
  • D. An on-prem server that you can install in a rack at your nearest co-location facility

Answer: C

 

NEW QUESTION 61
Heroku add-ons are cool because they:

  • A. Can be provisioned easily from the Heroku Enterprise Flea Market system.
  • B. Give you the ability to add complex functionality to your application without having to manage the underlying software or infrastructure.
  • C. Cost nothing - billing is easy because they're always provided at no additional cost with every Heroku Enterprise account.
  • D. Accessorize your dynos with over-clocked CPU power and faster I/O speeds

Answer: B

 

NEW QUESTION 62
Which Heroku feature allows you to deploy a real app complete with code, config, and add-ons already configured?

  • A. Heroku Deployment wizard
  • B. git push heroku master
  • C. Heroku Getting Started guides
  • D. Heroku Buttons

Answer: D

 

NEW QUESTION 63
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 type in a single Heroku app. The microservices communicate by using Redis as a message bus.
  • C. Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
  • D. Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.

Answer: D

Explanation:
Explanation/Reference: https://blog.heroku.com/announcing-dns-service-discovery

 

NEW QUESTION 64
DreamHouse Realty has 15 million records in the Order_c custom object. When running a bulk query, the query times out.
What should be considered to address this issue?

  • A. PK Chunking
  • B. Tooling API
  • C. Metadata API
  • D. Streaming API

Answer: A

 

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

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

Answer: A,C

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

 

NEW QUESTION 66
Which three items are required to successfully set up Single Sign-on (SSO) services with Heroku? (Choose three.)

  • A. An existing Heroku account for each user
  • B. At least one valid SSO certificate
  • C. An identity provider with built-in support for Heroku
  • D. Administrative permissions on the selected identity provider
  • E. A Heroku Enterprise Team

Answer: C,D,E

 

NEW QUESTION 67
Heroku Connect data replication happens:

  • A. Instantly in both directions
  • B. Near real time in both directions
  • C. Near real time for writes to Salesforce. and on a 30-second polling window for writes to Heroku Postgres
  • D. Near real time for writes to Salesforce. and either on a polling window or near real time for writes to Heroku Postgres (depending on the user configuration)

Answer: D

 

NEW QUESTION 68
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. Add additional Standard-2x dynos.
  • C. Configure the app to use Performance dynos.
  • D. Install a performance monitoring tool.

Answer: B,C

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

 

NEW QUESTION 69
A client wants to create a set of applications that all communicate with each other. Only one of the applications should be accessible from the public internet. This application will act as an API gateway and route requests to the interbak applications using HTTPS. Which architecture should an Architect recommend?

  • A. Create all of the apps in a Private Space Create the internal apps with Internal Routing enabled. Create the gateway app as a web app
  • B. Create all of the apps in the Common Runtime. Ensure that the internal apps do not define a web process type.
  • C. Create the API gateway application in the Common Runtime. Create all of the internal apps in a Private Space.
  • D. Create all of the apps in a Private Space. Configure the Private Space's trusted IP ranges to only permit requests from within the Private Space

Answer: A

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

 

NEW QUESTION 70
A client wants to secure their web application using SSL/TLS. They do not have specific requirements regarding using a particular version of SSL/TLS.
Which two Heroku features should an Architect recommend as options? (Choose two.)

  • A. Automated Certificate Management
  • B. Heroku Shield Private Spaces
  • C. Heroku Private Spaces
  • D. Heroku SSL

Answer: A,D

Explanation:
Explanation/Reference: https://devcenter.heroku.com/articles/ssl

 

NEW QUESTION 71
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 72
Universal Containers (UC) wants to generate Work Orders from their Customer Service Cases. UC would like the Work Order to be linked to the Case and have the Customer Service Representative select a pre-defined template for the Work Order within the Service Console.
Which two items should a Consultant recommend in order to achieve this? (Choose two.)

  • A. Add the Work Order Quick Action on the Account.
  • B. Use Record Types to achieve pre-defined templates.
  • C. Add the Work Order Quick Action on the Case.
  • D. Use Work Types to achieve pre-defined templates.

Answer: C,D

 

NEW QUESTION 73
Universal Containers has a Partner Community. Work Orders are assigned to these partners. Partners are not interacting with Service Appointments or Service Resources.
How would a Partner user update the Work Order record from a mobile device?

  • A. Salesforce Touch
  • B. Salesforce mobile app
  • C. Field Service mobile app
  • D. Work Order records cannot be updated on a mobile device

Answer: B

 

NEW QUESTION 74
What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?

  • A. Service Objectives and WonX Rules
  • B. Service Contracts and Service Levels
  • C. Service Objectives and Work Types
  • D. Service Levels and Work Rules

Answer: A

 

NEW QUESTION 75
Universal Containers would like to engage contractors and customers directly in their Field Service solution.
Which three options will provide read, write, and edit access to Work Order objects? (Choose three.)

  • A. Customer Community license
  • B. Chatter Customer Group
  • C. Partner Community license
  • D. Customer Community Plus license
  • E. Chatter File Connect

Answer: A,C,D

 

NEW QUESTION 76
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. Failover to ephemeral filesystem for the running dyno
  • B. Migrate the data to a Heroku Postgres database
  • C. Explore a different key eviction scheme.
  • D. Create a fork of the primary Heroku Redis instance.

Answer: C

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

 

NEW QUESTION 77
DreamHouse Realty has a Salesforce deployment that manages Sales, Support, and Marketing efforts in a multi-system ERP environment. The company recently reached the limits of native reports and dashboards and needs options for providing more analytical insights.
What are two approaches an Architect should recommend? (Choose two.)

  • A. Weekly Snapshots
  • B. Setup Audit Trails
  • C. Einstein Analytics
  • D. AppExchange Apps

Answer: C,D

 

NEW QUESTION 78
......

Free Heroku-Architecture-Designer Exam Braindumps Salesforce  Pratice Exam: https://www.validtorrent.com/Heroku-Architecture-Designer-valid-exam-torrent.html

Practice Test for Heroku-Architecture-Designer Certification Real 2022 Mock Exam: https://drive.google.com/open?id=1yz0L2Pe5BHhHyras1uXJ9udx5uaKPwVb