Android Security Essentialsは、IT業界で広く認知された公式認定資格のひとつです。ShikenPASSのAND-802練習問題(45問)で、2026年の合格に向けた準備を着実に進めましょう。
Android AND-802 試験概要:
| 認定ベンダー: | Android ATC |
|---|---|
| 試験名: | Android Security Essentials |
| 試験番号: | AND-802 |
| 試験形式: | 選択式 |
| 出題数: | 45 |
| 試験時間: | 90 分 |
| 対応言語: | 英語, スペイン語 |
| 関連資格: | Android Certified Application Developer Android Certified Application Engineer Android Applications UI/UX Design and Monetization Techniques |
| 受験料: | 150 USD |
| 認定の有効期間: | 有効期限なし(特定のAndroidバージョンに依存) |
| 合格点: | 70% |
| サンプル問題: | DOWNLOAD DEMO |
| 受験方法: | Android ATC公認テストセンター、Pearson VUE、またはオンライン監督付き試験にて実施 |
| 前提条件: | Androidアプリケーション開発に関する基本的な知識があることが推奨されます |
| 公式シラバスのURL: | https://androidatc.com/courses/Eng/Android%E2%84%A2-Security-Essentials |
Android AND-802 試験シラバストピック:
| セクション | 目標 |
|---|---|
| トピック 1: 権限とポリシーの管理 | - アプリ権限の管理
|
| トピック 2: データのプライバシーと保護 | - データの機密性と完全性の確保
|
| トピック 3: Androidのセキュリティモデルとアーキテクチャ | - Androidプラットフォームとセキュリティ原則
|
| トピック 4: ストレージとデータ処理のセキュリティ保護 | - ストレージメカニズムの保護
|
Android Security Essentialsの疑問を解決するFAQ
AND-802試験は、Android ATCが実施する公式の認定試験で、合格すると「Android Certified Trainer」の認定を取得できます。この認定はアソシエイト / スペシャリストレベルに位置づけられています。関連する認定資格にはAndroid Certified Application Developer、Android Certified Application Engineer、Android Applications UI/UX Design and Monetization Techniquesなどがあります。詳しい試験情報は、このページの試験概要やほかの質問項目でもご紹介しています。
AND-802試験の問題数は45、制限時間は90 分です。限られた時間で全問を解き切るには、1問ごとのペースを意識し、難しい問題に時間を使いすぎない進め方が重要です。ShikenPASSのテストエンジンには時間制限付きの模擬試験モードがあるため、本番と同じ時間配分で45問の練習問題に取り組めます。受験直前には、必ず時間を計った通し演習で時間感覚を確認しておきましょう。
AND-802試験の合格に必要なスコアは70%、受験料は150 USDです。万が一不合格になった場合、再受験には受験料を再度全額支払う必要があるため、本番前の仕上がり確認が欠かせません。ShikenPASSの練習問題で模擬試験を繰り返し、安定して合格点を上回る状態になってから受験することをおすすめします。
はい。ShikenPASSではAndroid Security Essentials(AND-802)問題集の無料サンプルをご用意しており、購入前に内容や品質をご確認いただけます。また、ご購入後は365日間無料で最新版にアップデートでき、更新期間終了後の更新も50%割引でご利用いただけます。
ShikenPASSでは「返金保証」をご用意しています。ご購入後60日以内にAND-802試験を受験して不合格だった場合、受験票の写しと公式スコアレポート(Score Report)のPDFを試験後2日以内にご提出いただければ、7日以内に全額返金の手続きが完了します。なお、ご購入後3日以内の受験や、実際に受験されなかった場合、無料資料・期限切れのご注文は対象外となり、受験者名とお支払い者名の一致が必要です。返金の代わりに、同等の試験資料2点を無料でお受け取りいただき、元の製品の更新サービスを継続することも可能です。商品はお支払い完了後すぐにダウンロードでき、1分以内にメールでもお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
AND-802試験の出題範囲は、公式の発表では全部で4の分野に分かれています。主な分野としては、「Androidのセキュリティモデルとアーキテクチャ」、「権限とポリシーの管理」、「ストレージとデータ処理のセキュリティ保護」などが挙げられます。各分野に含まれる詳細なトピックは、上記の試験範囲一覧でご確認ください。
Android Security Essentials 認定 AND-802 試験問題:
問題 #1
Complete the following blank area with one of the following choices:
You can register your app with "Android Backup Service" at:
https://developer.android.com/google/backup/signup.html and get "Android Backup Service key" for your application. This key will be added to ...................... tag with its attributes to add them to the manifest file in the next step.
A. <key>
B. <permission>
C. <string>
D. <meta-data>
問題 #2
Any application which would like to receive a message can receive the broadcast. Which of the following mechanisms can be used to protect broadcasts? (Select two)
A. Broadcast receiver cannot decide which broadcast it will receive.
B. Broadcast receiver does not decide which broadcast it will receive.
C. Broadcast receiver decides which broadcast it will receive.
D. Broadcast decides which receiver can receive its broadcast.
問題 #3
Assume that you have two apps signed with the same certificate and you want them to share access to each other's data. The manifest file in the first app is illustrated in the following image. It has shartedUserId
="com.sharedID.example" .
Which of the following choices is the value of the shartedUserId in the second app?
A. app2Name. com.sharedID.example
B. com.sharedID.example
C. app2. com.sharedID.example
D. com.example.example1
問題 #4
Any Android application can protect itself by declaring permissions that can be accessed by other applications.
This can be achieved using the <permission> tag in the activity_main.xml file of the Android applications providing the permission.
A. False
B. True
問題 #5
A manifest file (AndroidManifest.xml) is a file that lists the contents of a software package. Not every application must have an AndroidManifest.xml file in its root directory.
A. False
B. True
解説:
| 問題 #1 正解: D | 問題 #2 正解: A、C | 問題 #3 正解: B | 問題 #4 正解: A | 問題 #5 正解: A |

弊社は製品に自信を持っており、面倒な製品を提供していません。


-Aihara

