
最高でHeroku-Architect最新の2024問題集は100%試験合格率保証付きます
ベストな方法はSalesforce Heroku-Architect練習試験問題集
質問 # 49
Part of a client's design is the ability to easily share between two applications running on Heroku.
What should an Architect recommend?
- A. Provision Apache Kafka on Heroku to easily stream the data between the two apps.
- B. Provision Heroku Connect to sync the data into a custom object in Salesforce.
- C. Create Foreign Data Wrappers to expose the tables from one database to another.
- D. Attach a single storage add-on, such as Heroku Postgres, to both applications.
正解:D
質問 # 50
4Universal Containers wants to help their dispatches determine the length of time a Work Order should last What should the Consultant implement to help achieve this goal?
- A. Work Orders with Operating Hours
- B. Work Types with an Estimated Duration.
- C. Work Types with Service Level Agreement.
- D. Operating Hours for Customer Accounts.
正解:C、D
質問 # 51
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. Upgrade to performance-L dynos with 14 GB RAM.
- C. Add a logging add-on from the Elements marketplace.
- D. Move long-running tasks to worker dynos.
正解:D
質問 # 52
Aclient has a data Ina SAP data store. The client uses Heroku External Objects to expose Heroku Postgres tablesin their Salesforce org. They want to perform custom transformations on the SAP data and then expose the transformed data in their Salesforce org. Which solution should an Architect recommend?
- A. Perform in-place transformations on the data in SAP and then useHeroku Connect to sync the SAP data to Heroku Postgres. Ensure the transformed data is in a table that is exposed in the Salesforce org.
- B. Use an ETL tool to sync the SAP data to Heroku and then perform any necessary transformations.
Ensure the transformes data is in a table that is exposed in the Salesforce org. - C. Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org.
- D. Use Heroku Connect to sync the SAP data to Heroku Postgres and then perform any necessary transformations Ensure the transformes data is in a table that is exposed in the Salesforce org.
正解:B
解説:
- https//www.heroKu.com/tech-sessions/get-started-wlth-apache-kafka
質問 # 53
At Universal Containers (UC), a developer named Yuichiro wrote a PHP application that, in production, uses a MySQL database. Yuichiro is onboarding Mary, a new UC developer, who is setting up her development environment. Yuichiro asks Mary to:
1) install the related PHP libraries manually so the application will run;
2) use MongoDB, instead of MySQL, in the development environment.
According to the Twelve-Factor methodology, which changes should an Architect recommend?
- A. Recursively determine code dependencies on application startup and maintain separate Git branches for the MongoDB- and MySQL- compatible versions of the application.
- B. Explicitly declare code dependencies in the application's source and use the same type of database in both development and production.
- C. Explicitly declare code dependencies in the application's environment variables and use the same type of database in both development and production.
- D. Persist code dependencies in the application's production database. Use the same type of database locally to ensure that the dependencies are accessible.
正解:D
質問 # 54
Universal Containers runs an application in a Private Space in the Frankfurt region. The majority of the application's users (based in Asia) are reporting issues related to high latency. What should an Architect recommend to remediate this issue cost-effectively?
- A. Add the Tokyo region to the existing Private Space. Update the application's configuration to move it to Tokyo region.
- B. Create an additional Private Space in the Tokyo region. Deploy an additional instance of the application to the region.
- C. Create a new Private Space in the Tokyo Region, and deploy the application to the region. Delete the existing Private Space.
- D. Deploy the application to the Common Runtime and select Tokyo as the region. Delete the existing Private Space.
正解:C
解説:
-
https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings
質問 # 55
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 Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
- B. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
- C. Restrict the Private Space's trusted IP range to Universal Containers' VPN
- D. Restrict the Private Space's trusted IP range to Salesforce IP addresses
正解:A、D
解説:
- 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
質問 # 56
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 "Candidates" action, and select the best time slot.
- C. 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
- D. Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".
- E. Select a Service Appointments from the list and press the "Schedule" action.
正解:C、D、E
質問 # 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 Common runtime, and add the same log drain URL to all of them.
- B. Deploy all the applications to the same Private Space with Logplrx disabled.
- C. Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.
- D. Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
正解:D
解説:
- https://devcenter.heroku.com/articles/dataclips
質問 # 58
Technicians earn certifications that must be renewed periodically to ensure their skills remain up-to-date. How can these certifications be managed on the Resource?
- A. Add the Resource Skill and remove from the Service Territory once expired
- B. Add the Resource Skill and create Absence once expired
- C. Add the Resource Skill and set the End Date.
- D. Add the Resource Skill and track certification using reminder.
正解:C
質問 # 59
What are the three access levels a user can have in a Heroku Organization account?
- A. Admin, Member, and Viewer
- B. Admin. Programmer, and Operator
- C. Jedi. Padawan, and Co-pilot
- D. Owner, Author and Viewer
正解:A
質問 # 60
How does Heroku Connect work with Salesforce authentication?
- A. A single integration user's credentials are stored.
- B. SAML authorizes Heroku Connect to make API calls
- C. The end user of a Heroku app authorizes Heroku Connect via OAuth.
- D. OAuth provides Heroku Connect with API tokens after the user authorizes the Heroku Connect application on Salesforce
正解:D
質問 # 61
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. Publish pre-release documentation on the Customer Community.
- C. Increase training to Field Service Technicians
- D. Publish training documentation in a closed Chatter group
正解:B、C
質問 # 62
Which two logs and logging recommendations are prescribed by the Twelve-Factor app methodology?
Choose2 answers.
- A. Apps should only keep a limited, rolling buffer of logs available
- B. Logs should be written to a shared file system for scalability.
- C. Logs from all processes and backing services should be aggregated together.
- D. Apps should not concernthemselves with routing or storing logs
正解:C、D
解説:
- https://devcenter heroku com/articles/internal-routing
質問 # 63
A RESTfulAPIis:
- A. A web-based service that provides standard ways for clients to make requests and receive responses
- B. A methodology (or maximizing the effectiveness of any vacation
- C. An Actually Pretty Informative meditation session
- D. How the web displays data in a hierarchical format readable by both people and machines
正解:B
質問 # 64
......
Salesforce Heroku-Architect(Salesforce Certified Heroku Architect)認定試験は、Herokuプラットフォーム上でスケーラブルで信頼性の高いアプリケーションを設計および開発する専門家向けにSalesforceが提供する専門認定です。この認定試験は、Herokuアーキテクチャ、アプリケーション設計、データベース管理、セキュリティ、パフォーマンス最適化など、様々な分野での受験者の知識とスキルをテストするために設計されています。
Salesforce Certified Heroku Architect認証サンプル問題と練習試験:https://jp.fast2test.com/Heroku-Architect-premium-file.html
リアルな試験問題と解答でSalesforce Heroku-Architect問題集が待ってます:https://drive.google.com/open?id=1EnUx7nInRja-gJAZQN_hpZgQiLeEL0as