仕事や学業と両立しながらHortonworks Data Platform Certified Developerの合格を目指す方にとって、限られた時間をどう使うかが最大の課題です。CertJukenのHDPCD練習問題は110問の厳選された内容で、短い準備期間でも出題範囲を効率よくカバーできます。
Hortonworks HDPCD 試験概要:
| 認定ベンダー: | Hortonworks |
|---|---|
| 試験名: | Hortonworks Data Platform 認定デベロッパー |
| 試験番号: | HDPCD |
| 合格点: | 試験ごとに異なる(タスク数に基づく。合格基準は試験の指示に記載) |
| 対応言語: | 英語 |
| 関連資格: | HDP 認定 Java デベロッパー (HDPCD:Java) Hortonworks 認定アドミニストレーター (HDPCA) Hortonworks 認定アソシエイト (HCA) |
| 出題数: | N/A(実技形式のタスク、通常 7〜10 問) |
| 受験料: | 250 USD |
| 試験形式: | 実際の HDP クラスター上でのパフォーマンスベースの実技タスク |
| 試験時間: | 120 分 |
| サンプル問題: | ![]() |
| 受験方法: | ライブ HDP クラスターを使用したオンライン(遠隔監視)形式 |
| 前提条件: | Hadoop、HDFS、Pig、Hive、Sqoop、Flume の実務経験、および HDP クラスター上での実技タスクを遂行できる能力 |
| 公式シラバスのURL: | https://hortonworks.com/training/class/hdp-certified-developer-hdpcd-exam/ |
Hortonworks HDPCD 試験シラバストピック:
| セクション | 目標 |
|---|---|
| トピック 1: データ取り込み | - Sqoop / Flume などのツールを使用して HDFS にデータをインポートする |
| トピック 2: データ分析 | - Hadoop エコシステムツールを使用したデータ分析 |
| トピック 3: データ変換 | - Pig スクリプトの作成と実行 - Hive クエリの作成と実行 |
Hortonworks Data Platform Certified Developerの疑問をまとめたQ&A
HDPCDは、Hortonworksが実施する「HDP Certified Developer」を取得するための認定試験です。認定レベルはプロフェッショナルで、実務に即した知識とスキルが問われます。Hortonworks 認定アドミニストレーター (HDPCA)、Hortonworks 認定アソシエイト (HCA)、HDP 認定 Java デベロッパー (HDPCD:Java)などの関連認定へのステップとしても位置づけられており、キャリアアップを目指す方に広く選ばれています。CertJukenの練習問題を活用すれば、試験の全体像を把握しながら計画的に対策を進められます。
HDPCD試験の問題数はN/A(実技形式のタスク、通常 7〜10 問)、制限時間は120 分です。1問あたりに使える時間を意識すると、序盤で時間を使いすぎないペース配分が重要になります。見直しの時間を確保するためにも、CertJukenの模擬試験で時間を計りながら解く練習を重ね、本番と同じ時間感覚を身につけておくと安心です。
HDPCD試験の合格基準点は試験ごとに異なる(タスク数に基づく。合格基準は試験の指示に記載)で、受験料は250 USDです。万が一不合格になった場合、再受験には再度全額の受験料が必要になります。そのため、本番の前にCertJukenの練習問題で安定して合格点を超えられるかを確認してから受験することをおすすめします。
はい。CertJukenではHDPCD練習問題の無料サンプル(PDFデモ)を用意しており、内容や使い勝手を確かめてから購入を判断できます。購入後は365日間の無料更新が付き、更新期間の終了後は50%割引で継続更新を利用できます。
CertJukenでは「返金保証」を用意しています。購入後60日以内にHDPCD試験を受験して不合格だった場合、受験票の写しと公式のスコアレポート(Score Report)のPDFを試験後2日以内に提出すれば、7日以内に全額返金の手続きが完了します。なお、受験者名と購入時の支払者名が一致している必要があり、購入から3日以内の受験や、実際に受験しなかった場合は対象外です。返金の代わりに、同等の試験対策教材2つを無料で受け取り、購入済み製品の更新サービスを継続する選択も可能です。商品は購入後すぐにダウンロードでき、メールでも1分以内にお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
HDPCD試験の出題範囲は3の分野に分かれています。主な分野はデータ変換、データ分析、データ取り込みです。各分野の詳細な出題項目は、このページ上部の出題範囲一覧で確認できます。
Hortonworks Data Platform Certified Developer 認定 HDPCD 試験問題:
Which Two of the following statements are true about hdfs? Choose 2 answers
- A. HDFS works best when storing a large number of relatively small files
- B. Blocks are replicated to multiple datanodes
- C. An HDFS file that is larger than dfs.block.size is split into blocks
- D. Block sizes for all files must be the same size
正解:B、C 🗳️
Which one of the following statements is FALSE regarding the communication between DataNodes and a federation of NameNodes in Hadoop 2.2?
- A. Each DataNode registers with all the NameNodes.
- B. DataNodes send periodic heartbeats to all the NameNodes.
- C. DataNodes send periodic block reports to all the NameNodes.
- D. Each DataNode receives commands from one designated master NameNode.
正解:D 🗳️
In a MapReduce job, you want each of your input files processed by a single map task. How do you configure a MapReduce job so that a single map task processes each input file regardless of how many blocks the input file occupies?
- A. Write a custom MapRunner that iterates over all key-value pairs in the entire file.
- B. Increase the parameter that controls minimum split size in the job configuration.
- C. Write a custom FileInputFormat and override the method isSplitable to always return false.
- D. Set the number of mappers equal to the number of input files you want to process.
正解:C 🗳️
解説: (CertJuken メンバーにのみ表示されます)
In the reducer, the MapReduce API provides you with an iterator over Writable values. What does calling the next () method return?
- A. It returns a reference to the same Writable object if the next value is the same as the previous value, or a new Writable object otherwise.
- B. It returns a reference to a Writable object. The API leaves unspecified whether this is a reused object or a new object.
- C. It returns a reference to the same Writable object each time, but populated with different data.
- D. It returns a reference to a different Writable object time.
- E. It returns a reference to a Writable object from an object pool.
正解:C 🗳️
解説: (CertJuken メンバーにのみ表示されます)
Which one of the following statements describes the relationship between the NodeManager and the ApplicationMaster?
- A. The ApplicationMaster starts the NodeManager in a Container
- B. The NodeManager creates an instance of the ApplicationMaster
- C. The ApplicationMaster starts the NodeManager outside of a Container
- D. The NodeManager requests resources from the ApplicationMaster
正解:B 🗳️




平川**
Takekawa
铃木**
Higuchi
