2022年最新の検証済みHeroku-Architecture-Designer問題と解答で合格保証 もしくは全額返金 [Q16-Q35]

Share

2022年最新のの検証済みHeroku-Architecture-Designer問題と解答で合格保証 もしくは全額返金

[2022年02月]更新のHeroku-Architecture-Designer認証と実際の解答はここにあるPassTest

質問 16
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. Add a logging add-on from the Elements marketplace.
  • B. Move long-running tasks to worker dynos.
  • C. Upgrade to performance-L dynos with 14 GB RAM.
  • D. Replace autoscaling with a manual scaling option of 2.

正解: B

 

質問 17
A company wants to document the data architecture of a Salesforce organization.
What are two valid metadata types that should be included? (Choose two.)

  • A. CustomField
  • B. RecordType
  • C. SecuritySettings
  • D. Document

正解: A,B

 

質問 18
Universal Containers wants to process mobile payments.
How can this requirement be met?

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

正解: A

 

質問 19
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. Field Service mobile app
  • C. Work Order records cannot be updated on a mobile device
  • D. Salesforce mobile app

正解: D

解説:
Explanation/Reference:

 

質問 20
Universal Containers has enabled Field Service Lightning and is looking to enable Entitlements for Work Orders. What should a Consultant take into consideration?

  • A. Managing page layouts and milestone trackers can be done in the Salesforce mobile app.
  • B. Creating Entitlements for Work Orders requires Lightning to be enabled.
  • C. Creating Entitlements for Cases and Work Orders must be separated.
  • D. Managing page layouts and validation rules can be done in Salesforce Lightning

正解: C

 

質問 21
A client is planning to deploy an application to Heroku. The client's IT department requires all applications to be hosted from Australia, where their main office is located. Regulators in Australia require keystroke logs of all engineers who create interactive sessions for the application.
Which should an Architect recommend in this scenario?

  • A. Deploy the application to a Private Space in the Sydney region with Internal Routing enabled.
  • B. Deploy the application to a Shield Private Space in the Sydney region.
  • C. Deploy the application to a Private Space in the Sydney region with Private Space Logging enabled.
  • D. Deploy the application to the Common Runtime in the Sydney region.

正解: B

解説:
Explanation/Reference: https://devcenter.heroku.com/articles/security-privacy-compliance

 

質問 22
What are the three access levels a user can have in a Heroku Organization account?

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

正解: C

 

質問 23
Universal Containers does not want the lunch break to interfere with existing scheduled work.
How should a Consultant configure the Scheduling Policy to ensure a 30-minute lunch break that begins every day after 1pm?

  • A. Create a recurring Service Appointment.
  • B. Use the Resource Availability Rule.
  • C. Create Resource Absences every day.
  • D. Use appropriate Resource Operating Hours.

正解: B

 

質問 24
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. Private Spaces
  • C. VPC Peering
  • D. Internal Routing

正解: A

 

質問 25
A customer would like to analyze data stored in a single, large, high-traffic Heroku Postgres database using a reporting tool that runs long-running, expensive read queries. What reporting architecture should be recommended?
A client wants to create a Heroku web application that needs to provide a low-latency experience for its users, who are based primarily in Japan. Many common user actions will result in synchronous writes to the application's Heroku Postgres database. The application does not have advanced compliance requirements.
Which should an Architect recommend?

  • A. Deploy the application to the Common Runtime in the U.S region and use a CDN to accelerate content delivery
  • B. Deploy the application to a Shield Private Space In the Tokyo region
  • C. Deploy the application to a Private Space in the Tokyo region
  • D. Deploy the application to the Common Runtime in the Tokyo region

正解: C

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

 

質問 26
Universal Containers provides multiple service types (i.e., Installation, Maintenance, Break/Fix, etc.) Each service requires a variety of skills and certifications inorder for a resource to excel Which two configurations should a Consultant implement to meet this requirement? (Choose two )

  • A. Create Multiple Work Orders Line Items per service.
  • B. Assign the appropriate Skills to Resources
  • C. Use Work Types with Required Skills
  • D. Select the relevant Work Types for each Resource

正解: B,C

 

質問 27
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. Customer Community Plus license
  • C. Chatter File Connect
  • D. Chatter Customer Group
  • E. Partner Community license

正解: A,B,E

 

質問 28
Cloud Kicks has a Salesforce instance with 12,000 Account records. Managers at the company have noticed similar, but not identical, Account names and addresses.
The Chief Technology Officer (CTO) at Cloud Kicks is concerned about proper data quality.
Which steps should the CTO take to address this issue?

  • A. 1. Have the Account Owner clean their Accounts' addresses.
    2. Merge Accounts with the same address.
  • B. 1. Use a service to standardize Account addresses.
    2. Use a 3rd-party tool to merge Accounts based on rules.
  • C. 1. Run a report.
    2. Find Accounts whose name starts with the same five characters, and merge those Accounts.
  • D. 1. Enable Account de-duplication by creating matching rules in Salesforce.
    2. The system will then mass merge duplicate Accounts.

正解: D

 

質問 29
Universal Containers has a microservices architecture on Heroku. One microservice. named the Metrics Microservice. periodically fetches metrics from a fleet of loT sensors. Then, the Metrics Microservice is required to send relevant metrics to each of the other microservices using REST. When a new microservice is added to the architecture, the Metrics Microservice must send metrics to that new microservice too. As a result, adding microservices to the architecture causes performance issues. How should an Architect recommend changing this architecture to improve its scalability?

  • A. Use Private Space DNS Service Discovery to reduce the amount of time required for the Metrics Microservice to obtain each other microservice's IP address
  • B. Configure the other microservices to pull the Metrics Microservice for updates every five seconds
  • C. Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.
  • D. Configure each microservices to directly fetch the sensor metrics that are relevant to it.

正解: C

解説:
Explanation
- https://devcenter.heroku.com/arlicles/heroku<onnect-faq#can-i-use-sharing-rules-to-restrict-recorcd-visibility

 

質問 30
A client currently runs a Ruby script in a one-off dyno each time they deploy their Go application to Heroku.
The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?

  • A. Modify the Go buildpacK to install Ruby, and run the script from the _profile
  • B. Define different process types for the Ruby script and the Go application in the app's Profile.
  • C. Convert the Ruby release script to Go and execute it on application startup
  • D. Use both Go and Ruby language buildpacks, and run the Ruby script with release phase

正解: D

解説:
Explanation
- There are many scenarios in which a single buildpack is not sufficient when building an application. This includes cases when you need to: Run a buildpack for each language your app uses For example, run a JavaScript buildpack for assets and a Ruby buildpack for your application Run a daemon process such as pgbouncer with your application. Pull in system dependencies with apt. You can check the following for more information: https://devcenter heroku com/articles/using-multiple-buildpacks-for-an-app

 

質問 31
A Field Service Technician wants to view a list of parts consumed during a given time period. The Technician will then use the data to replenish inventory on the truck.
Which three steps should a Consultant recommend to track the number of parts consumed? (Choose three.)

  • A. Build a report to view Products Consumed on Work Order Line Items.
  • B. Build a report using the Work Order inventory module.
  • C. Build a report to view Inventory Transactions.
  • D. Build a report to view Products Consumed on Work Orders.
  • E. Build a report using the Service Appointment Inventory module.

正解: A,C,D

 

質問 32
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. Share a single instance of a compatible paid add-on across multiple applications.
  • B. Remove data store add-ons from the staging and development versions of the applications.
  • C. Migrate add-ons to free plans.
  • D. Remove aliases for high-cost add-ons.

正解: B

 

質問 33
Which Heroku features should an Architect recommend to create a secure connection between Heroku and Microsoft Azure?

  • A. Heroku Private Spaces and Private Space Peering, using Azure's VPC Peering.
  • B. Heroku Private Spaces and Private Space VPN Connections, using Azure's built-in VPN endpoint.
  • C. Heroku Private Spaces and Private Space VPN Connections, using a compatible VPN endpoint on Azure
  • D. Heroku Shield Private Spaces and Internal Routing, using Azure's built-in VPN endpoint

正解: C

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

 

質問 34
A client is building a system that will sync data from multiple Salesforce orgs to a single Heroku Postgres database. This system also needs to push the synced data to an external data warehouse for analytics processing. Which solution meets all of the requirements in this scenario?

  • A. Use Salesforce Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use Heroku Connect to sync data between the Heroku Postgres database and the external data warehouse.
  • B. Use Heroku Connect to synchronize data between the Salesforce orgs, the Heroku Postgres database and the external data warehouse
  • C. Use Heroku Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.
  • D. Use Heroku External Objects to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.

正解: C

解説:
Explanation
- https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges

 

質問 35
......


Salesforce Heroku-Architecture-Designer 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Construct Architectures Which Leverage Heroku To Achieve Different Security Certifications
  • Describe The Compliance Features Of Heroku Shield
トピック 2
  • Demonstrate The Ability To Prescribe A Third-Party Add-On And Add-On Sharing
トピック 3
  • Describe The Use Cases Of Dataclips
  • Security, And Common Use Cases For Follower Databases
トピック 4
  • Including Various Add-Ons, Buildpacks, And Heroku Buttons
  • Architect Scalable Solutions That Are Performant Even During High Traffic Spikes
トピック 5
  • Recommend When An App Should Run In The Private Space Runtime Versus The Common Runtime
トピック 6
  • Demonstrate Knowledge Of Heroku Postgres, Including Data Handling

 

Heroku-Architecture-Designerリアル有効で正確な問題集185問題と解答が待ってます:https://www.passtest.jp/Salesforce/Heroku-Architecture-Designer-shiken.html

最新のHeroku-Architecture-Designer問題集でPDF:https://drive.google.com/open?id=1maq_fVKVml2-qNuGABOGhfFrUcqSLFY6