Salesforce Plat-Arch-206 試験概要:
| 認定ベンダー: | Salesforce |
|---|---|
| 試験名: | Salesforce 認定 Heroku アーキテクト |
| 試験番号: | Plat-Arch-206 |
| 合格点: | 70% |
| 受験料: | $400 USD |
| 出題数: | 60 |
| 関連資格: | Salesforce 認定 Platform Developer II Salesforce 認定 Data Architecture and Management Designer Salesforce 認定 Platform Developer I |
| 対応言語: | 英語 |
| 試験形式: | 複数選択式, 択一式 |
| 認定の有効期間: | 3年(メンテナンス要) |
| 試験時間: | 105 分 |
| サンプル問題: | Salesforce Plat-Arch-206 サンプル問題 |
| 受験方法: | オンラインの監督付き試験、または試験会場での受験(Kryterion 経由) |
| 前提条件: | 正式な前提条件はありません。Salesforce は、Heroku と Salesforce プラットフォーム連携に関する実務経験を推奨しています。 |
| 公式シラバスのURL: | https://trailhead.salesforce.com/en/credentials/herokuarchitect |
Salesforce Plat-Arch-206 試験シラバストピック:
| セクション | 目標 |
|---|---|
| アーキテクチャとアプリケーション設計 | - Heroku における 12-factor app 手法とベストプラクティス - パフォーマンス チューニングとスケーラビリティ(autoscaling、dyno sizing) - 継続的インテグレーションおよび継続的デリバリー(CI/CD)パイプライン - Heroku におけるマイクロサービスとサービス分解 - API-first 設計と、モバイル/IoT アプリのバックエンドとしての Heroku - worker processes、バックグラウンド ジョブ、およびキュー処理(Heroku Redis、Apache Kafka) |
| Heroku プラットフォーム | - ログ記録、監視、アラート(Logplex、Heroku metrics、サードパーティのアドオン) - アドオン エコシステムとマーケットプレイス - Heroku runtime と slug 管理 - アプリケーション ライフサイクル管理(releases、rollbacks、preboot) - 設定管理(環境変数、config vars) - Heroku Teams とエンタープライズ アカウント管理 - Heroku CLI とデプロイ ワークフロー(git push、GitHub 連携) - Heroku のアーキテクチャとコンポーネント(dynos、dyno formation、process types) |
| Heroku Enterprise | - Heroku External Objects と Connect REST APIs - Heroku Enterprise のアーキテクチャと Private Spaces - Heroku Connect と Salesforce から Heroku へのデータ同期 - リージョナル デプロイメントとデータ所在要件 - Private Space のピアリングと VPN 接続 - Heroku Enterprise のアカウント管理とガバナンス |
| セキュリティ | - アイデンティティおよびアクセス管理(SSO、Heroku Teams の権限) - Trusted IP ranges とファイアウォール ルール - TLS/SSL と証明書管理 - Private Spaces とネットワーク分離 - Heroku Shield と HIPAA 準拠アーキテクチャ - コンプライアンスとセキュリティのベストプラクティス(SOC 2、GDPR) |
| データ | - データベース移行とスキーマ管理 - Heroku Postgres の管理(バックアップ、forks、followers、data clips) - データ複製と高可用性戦略 - Heroku 上の Apache Kafka のアーキテクチャとユースケース - Heroku Postgres のアーキテクチャ、プラン、プロビジョニング - Heroku Redis のアーキテクチャとユースケース |
| 連携 | - Heroku Connect と Salesforce CRM との双方向同期 - Heroku Button と deploy-to-Heroku ワークフロー - サードパーティ サービス連携パターン(SaaS、APIs、webhooks) - メッセージングとイベント駆動アーキテクチャ(Kafka、Redis Pub/Sub) - Salesforce Platform Events と Change Data Capture との連携 |
Salesforce Certified Heroku Architect 認定 Plat-Arch-206 試験問題:
問題 #1
Universal Containers acquires a company that runs an application on Google Cloud Platform (GCP). TheGCP application needs to communicate securely with a Heroku application. The Heroku application has Internal Routing enabled and is running in a Private Space. Which two recommendations should an Architect make to satisfy this use case? Choose 2 answers.
A. Ensure that the Private Space and GCP use distinct CIDR ranges
B. Establish a secure site-to-site VPN connection between the Private Spaceand GCP.
C. Disable Internal Routing on the Heroku app.
D. Ensure that the Private Space and GCP use matching CIDR ranges.
問題 #2
Universal Containers provides installation, repair, and consulting services When Technicians complete the work, they need to provide different reports for the installation, repair, and consulting services.
Which two configurations should a Consultant recommend to meet this requirement? (Choose two )
A. Assets
B. Product Templates
C. Service Report Templates
D. Work Types
問題 #3
Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres.
Periodically, they write a very large set ofchanges that needs to be fully replicated between these two systems.
Which two sets of actions should an Architect propose? (Choose two.)
A. Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.
B. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.
C. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync themto the Salesforce org.
D. Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.
問題 #4
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 inthis scenario, should an Architect recommend?
A. Salesforce Connect
B. Custom Apex callouts
C. Heroku Connect
D. Salesforce SOAP API
問題 #5
A client has a Heroku Postgres database add-on attached to a production application. The client now wants to access the database from another application that they use to perform administrative tasks. What should an Architect recommend in this scenario?
A. Attach the database toan application that acts as a database proxy
B. Copy the database's connection URL and add it to the administrative application as a config var.
C. Create a fork of the database and attach it to the administrative application.
D. Attach the same Heroku Postgres add-on to the administrative application
解説:
| 問題 #1 正解: A、B | 問題 #2 正解: C、D | 問題 #3 正解: B、C | 問題 #4 正解: C | 問題 #5 正解: D |














1180 お客様のコメント
品質保証JPexamはIT認定試験のシラバスに従って、試験問題の範囲を正確に絞って、的中率が99%の最新問題集を捧げます。
1年間の無料更新サービスJPexamは1年以内に問題集の無料更新サービスを提供し、お客様がいつでも最新版の問題集を持つことを保証いたします。もし試験の内容が変更されたら、弊社は直ちにお客様にお知らせします。それに、弊社の問題集が更新されたら、早速メールで最新バージョンを送付いたします。
全額返金JPexamの問題集を利用すると、短時間で勉強しても試験に合格できるのを保証いたします。試験に不合格になってしまった場合、弊社は全額返金いたします。(
ご購入前のお試しJPexamは問題集のサンプルを無料で提供いたします。ご購入前にサンプルを試用して製品の品質を確認することができます。ご遠慮なく利用してください。
