Search test library by skills or roles
⌘ K

About the test:

サイバーセキュリティ評価テストは、サイバーセキュリティの基本(オペレーティングシステム、コンピューターネットワーク、クラウドの概念)の候補者、既存のシステムのセキュリティリスク(SQLインジェクション、マルウェア、ウイルス、トロイの木馬)を検出する能力、将来のサイバー攻撃に対するセットアップガードを評価します( DDO、プロキシサーバー、VPN、ファイアウォール)および暗号化技術(ハッシュ、デジタル署名)を使用します。

Covered skills:

  • ネットワークセキュリティ(プロトコル; TLS;ファイアウォール、ポートスキャン)
  • 暗号化(ハッシュ; SSL; https)
  • XSS)
  • マルウェア(トロイの木馬;アドウェア;ルートキット)
  • データガバナンス
  • リスク評価
  • サイバーセキュリティ攻撃(中間者、DOS/DDOS;ネットワーク攻撃)
  • Webセキュリティ(SQLインジェクション
  • 電子メールセキュリティ(フィッシング)
  • データセキュリティ(パッチ、暗号化;バックアップ)
  • サイバーセキュリティ防御
  • ネットワークテスト(浸透テスト)

Try practice test
9 reasons why
9 reasons why

Adaface Cyber Security Test is the most accurate way to shortlist サイバーセキュリティアナリストs



Reason #1

Tests for on-the-job skills

The Cyber Security Assessment Test helps recruiters and hiring managers identify qualified candidates from a pool of resumes, and helps in taking objective hiring decisions. It reduces the administrative overhead of interviewing too many candidates and saves time by filtering out unqualified candidates at the first step of the hiring process.

The test screens for the following skills that hiring managers look for in candidates:

  • ネットワークセキュリティに安全なプロトコルを特定して実装する能力
  • ネットワークインフラストラクチャを保護するためにファイアウォールを構成および管理する機能
  • 中間の攻撃を検出および防止する能力
  • ネットワーク内のDOS/DDOS攻撃を緩和する能力
  • さまざまなネットワーク攻撃とその予防方法の知識
  • 暗号化の概念の理解とハッシュアルゴリズムを使用する能力
  • SSLの知識と安全なコミュニケーションのための実装
  • 安全なWebブラウジングのためにHTTPSを実装する機能
  • SQLインジェクションやXSSなどの一般的なWebセキュリティの脆弱性の理解
  • 電子メールセキュリティの実践に関する知識とフィッシングの試みを検出する能力
  • さまざまな種類のマルウェアに精通し、それらを識別して削除する能力
  • パッチ、暗号化、バックアップなどのデータセキュリティ対策を実装する機能
  • データガバナンスの原則の理解とサイバーセキュリティにおけるその重要性
  • さまざまなサイバーセキュリティ防御メカニズムとその実装に関する知識
  • 潜在的な脆弱性を特定するためにリスク評価を実施する能力
  • 浸透テストを含むネットワークテストの実施に習熟
Reason #2

No trick questions

no trick questions

Traditional assessment tools use trick questions and puzzles for the screening, which creates a lot of frustration among candidates about having to go through irrelevant screening assessments.

View sample questions

The main reason we started Adaface is that traditional pre-employment assessment platforms are not a fair way for companies to evaluate candidates. At Adaface, our mission is to help companies find great candidates by assessing on-the-job skills required for a role.

Why we started Adaface
Try practice test
Reason #3

Non-googleable questions

We have a very high focus on the quality of questions that test for on-the-job skills. Every question is non-googleable and we have a very high bar for the level of subject matter experts we onboard to create these questions. We have crawlers to check if any of the questions are leaked online. If/ when a question gets leaked, we get an alert. We change the question for you & let you know.

How we design questions

これらは、10,000以上の質問のライブラリからのわずかなサンプルです。これに関する実際の質問 サイバーセキュリティ評価テスト グーグルできません.

🧐 Question

Medium

Cookie Security Analysis
Web Application Security
HTTP Cookies
Cross-Domain Communication
Try practice test
You are a cybersecurity officer and a new third-party payment gateway is integrated into your company's e-commerce website. The payment gateway API is hosted on a different domain (pay-gateway.com) than your e-commerce site (my-ecommerce.com). You receive some reports that users are unable to complete their transactions intermittently. 

You obtain the following set of HTTP cookies from an affected user:

1. user_session=1; Domain=my-ecommerce.com; Path=/; Secure; HttpOnly
2. payment_session=xyz123; Domain=pay-gateway.com; Path=/; Secure; HttpOnly
3. cart_id=abcd1234; Domain=my-ecommerce.com; Path=/; Secure
4. csrf_token=efgh5678; Domain=my-ecommerce.com; Path=/; Secure
5. currency=USD; Domain=my-ecommerce.com; Path=/;
6. same_site_test=1; Domain=my-ecommerce.com; Path=/; Secure; SameSite=None
7. payment_verification=; Domain=my-ecommerce.com; Path=/; Secure; HttpOnly

Which of the following configuration modifications would likely solve the intermittent transaction failure issue?
A: Set SameSite=Strict attribute on all cookies.
B: Set "SameSite=None; Secure" attribute on the payment_session cookie.
C: Change the Domain attribute of payment_session cookie to my-ecommerce.com.
D: Set HttpOnly attribute on cart_id and csrf_token cookies.
E: Remove Secure attribute from user_session cookie.

Medium

Security Incident
Log Analysis
Try practice test
You are the security analyst for a company and are currently investigating a security incident. You found the following log entries in your HTTP server logs, which appear to be linked to the incident:

1. 192.0.2.4 - - [24/May/2023:13:15:30 +0000] "GET /wp-login.php HTTP/1.1" 200 167 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; yie8)"
2. 192.0.2.4 - - [24/May/2023:13:15:31 +0000] "POST /wp-login.php HTTP/1.1" 302 152 "http://www.example.com/wp-login.php" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; yie8)"
3. 192.0.2.4 - - [24/May/2023:13:15:32 +0000] "GET /wp-admin/install.php HTTP/1.1" 200 125 "http://www.example.com/wp-admin/" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; yie8)"

Based on this information, which of the following statements are correct?
A: The attacker was unable to compromise the Wordpress login page but was successful in accessing the installation page.
B: The attacker attempted to login to a Wordpress site and, despite the login failing, was able to access the Wordpress installation page.
C: The attacker was attempting a dictionary attack on the Wordpress site and accessed the Wordpress installation page.
D: The logs indicate that the attacker was able to compromise the Wordpress login and directly access the installation page.
E: The attacker attempted to login to a Wordpress site, succeeded, and then tried to access the Wordpress installation page.

Medium

Network Traffic Anomaly
Network Traffic Analysis
Network Protocols
Try practice test
You are a cybersecurity engineer working on a network traffic analysis case. You have been given the following set of observations from network logs of the past 24 hours:

- Observation 1: 1,000,000 DNS requests were recorded, 50% more than the usual daily traffic.
- Observation 2: 85% of these DNS requests have the same subdomain but different domain names.
- Observation 3: For each of these DNS requests, an HTTP POST request follows immediately.
- Observation 4: No other significant anomalies were detected in the system logs.

Given these observations, what would you suspect is happening?
A: The network is experiencing a DNS amplification attack
B: There is a misconfiguration in the DNS settings
C: The system is the source of a SYN flood attack
D: A fast-flux DNS network is in operation
E: The system is infected with a DNS tunneling based malware

Medium

SQL Log Analysis
SQL Injection
Log Analysis
Try practice test
You are investigating a possible SQL injection attack on your company's web application. You found the following entries in the HTTP server logs:

Note that each log line contains the following information:

IP Address - Timestamp - Request URI - Request Status - Response Size
 image
Based on the log entries, which of the following statements are correct?
A: The attacker logged in successfully but failed to execute the SQL injection.
B: The attacker failed in the SQL injection attack.
C: The attacker failed to login but successfully accessed the admin page.
D: The attacker performed a successful SQL injection attack that dumped all product information.
E: The attacker was unsuccessful in both the SQL injection attack and the login attempt.

Medium

Misappropriation Post-Migration
DNS Management
Infrastructure Migration
Subdomain Hijacking
Try practice test
A software company decided to move some of their web services from one cloud provider (Vendor A) to another (Vendor B) for better cost optimization. Initially, their main web application "webapp.company.com" was hosted at IP 192.0.2.1 on Vendor A's infrastructure. As part of this transition, it was moved to IP 203.0.113.1 on Vendor B's setup. Subsequently, a secondary web service previously hosted on "serviceA.company.com" at IP 192.0.2.2 (Vendor A), was migrated and re-hosted at "serviceB.company.com" at IP 203.0.113.2 (Vendor B).

A month post-migration, the SEO team reported an unexpected spike in organic traffic to the "company.com" domain. Upon investigating, the IT team noticed unusual activity related to "serviceA.company.com" in the server access logs, including successful HTTP 200 responses from several requests. A suspicious HTTPS GET request, `GET /explicit-content.html HTTP/1.1`, was also recorded.

Running `dig +short serviceA.company.com` returned IP address 198.51.100.1. Cross-checking this information with the company's DNS records revealed:
 image
Based on the details provided, identify the probable cause for the unexpected increase in organic traffic:
A: The company failed to delete the DNS "A" record for "serviceB.company.com" before migration on vendor A.
B: The company failed to delete the DNS "A" record for "serviceA.company.com" after migration.
C: The company did not configure DNS record for webapp.company.com properly on Vendor B's platform.
D: The DNS configuration for serviceB.company.com is incorrect post migration
🧐 Question🔧 Skill

Medium

Cookie Security Analysis
Web Application Security
HTTP Cookies
Cross-Domain Communication

2 mins

Cyber Security
Try practice test

Medium

Security Incident
Log Analysis

2 mins

Cyber Security
Try practice test

Medium

Network Traffic Anomaly
Network Traffic Analysis
Network Protocols

2 mins

Cyber Security
Try practice test

Medium

SQL Log Analysis
SQL Injection
Log Analysis

2 mins

Cyber Security
Try practice test

Medium

Misappropriation Post-Migration
DNS Management
Infrastructure Migration
Subdomain Hijacking

3 mins

Cyber Security
Try practice test
🧐 Question🔧 Skill💪 Difficulty⌛ Time
Cookie Security Analysis
Web Application Security
HTTP Cookies
Cross-Domain Communication
Cyber Security
Medium2 mins
Try practice test
Security Incident
Log Analysis
Cyber Security
Medium2 mins
Try practice test
Network Traffic Anomaly
Network Traffic Analysis
Network Protocols
Cyber Security
Medium2 mins
Try practice test
SQL Log Analysis
SQL Injection
Log Analysis
Cyber Security
Medium2 mins
Try practice test
Misappropriation Post-Migration
DNS Management
Infrastructure Migration
Subdomain Hijacking
Cyber Security
Medium3 mins
Try practice test
Reason #4

1200+ customers in 75 countries

customers in 75 countries
Brandon

Adaface を使用することで、最初の選考プロセスを 75% 以上最適化することができ、採用担当マネージャーと人材獲得チームの両方にとって貴重な時間を同様に解放することができました。


Brandon Lee, 人々の責任者, Love, Bonito

Try practice test
Reason #5

Designed for elimination, not selection

The most important thing while implementing the pre-employment サイバーセキュリティ評価テスト in your hiring process is that it is an elimination tool, not a selection tool. In other words: you want to use the test to eliminate the candidates who do poorly on the test, not to select the candidates who come out at the top. While they are super valuable, pre-employment tests do not paint the entire picture of a candidate’s abilities, knowledge, and motivations. Multiple easy questions are more predictive of a candidate's ability than fewer hard questions. Harder questions are often "trick" based questions, which do not provide any meaningful signal about the candidate's skillset.

Science behind Adaface tests
Reason #6

1 click candidate invites

Email invites: You can send candidates an email invite to the サイバーセキュリティ評価テスト from your dashboard by entering their email address.

Public link: You can create a public link for each test that you can share with candidates.

API or integrations: You can invite candidates directly from your ATS by using our pre-built integrations with popular ATS systems or building a custom integration with your in-house ATS.

invite candidates
Reason #7

Detailed scorecards & benchmarks

サンプルスコアカードを表示します
Try practice test
Reason #8

High completion rate

Adaface tests are conversational, low-stress, and take just 25-40 mins to complete.

This is why Adaface has the highest test-completion rate (86%), which is more than 2x better than traditional assessments.

test completion rate
Reason #9

Advanced Proctoring


Learn more

About the Cyber Security Online Test

Why you should use Pre-employment Cyber Security Assessment Test?

The サイバーセキュリティ評価テスト makes use of scenario-based questions to test for on-the-job skills as opposed to theoretical knowledge, ensuring that candidates who do well on this screening test have the relavant skills. The questions are designed to covered following on-the-job aspects:

  • TLSやファイアウォールなどのネットワークセキュリティプロトコルの理解と実装
  • 脆弱性を評価するためにポートスキャンを実施します
  • 中間者、DOS/DDO、ネットワーク攻撃などのサイバーセキュリティ攻撃を特定して防御する
  • 暗号化技術を適用し、暗号化のためのハッシュアルゴリズムを理解します
  • 安全なWeb通信のためのSSLおよびHTTPSの実装
  • SQLインジェクションやXSS攻撃などのWebセキュリティの脅威の防止

Once the test is sent to a candidate, the candidate receives a link in email to take the test. For each candidate, you will receive a detailed report with skills breakdown and benchmarks to shortlist the top candidates from your pool.

What topics are covered in the Cyber Security Assessment Test?

  • ネットワークセキュリティ

    ネットワークセキュリティとは、コンピューターネットワークを不正アクセス、誤用、または中断から保護するために取られた措置を指します。 TCP/IP、TLS、VPNSなどのプロトコルを実装してデータ送信を保護し、ファイアウォールを展開し、潜在的な脅威を検出およびブロックするポートスキャンを実行します。 <p>サイバーセキュリティ攻撃は、コンピューターシステムまたはネットワークの脆弱性を活用することを目的とした悪意のあるアクティビティです。これらの攻撃には、中間の攻撃、DOS/DDOS攻撃、ネットワーク攻撃など、さまざまな形式が含まれます。このスキルの評価は、サイバー脅威を特定、予防、および緩和する候補者の能力を評価するために不可欠です。それは不正な個人には理解できません。ハッシュ、SSL、およびHTTPSは、データの整合性、機密性、および認証を確保するために使用される暗号化測定です。暗号化に関する候補者の知識を評価することは、機密情報を保護する能力を評価するために重要です。これには、SQLインジェクションやクロスサイトスクリプト(XSS)などの一般的なWebベースの攻撃を緩和するための手段が含まれています。 Webセキュリティに関する候補者の専門知識を測定することは、オンライン情報の保護を確保し、不正アクセスを防ぐために不可欠です。特にフィッシング攻撃。候補者の電子メールセキュリティに対する理解を評価することは、組織の機密データを保護するためにフィッシングの試みを特定して防止するために必要な知識とスキルを確保するために重要です。

  • マルウェア

    マルウェアにコンピューターシステムまたはネットワークを傷つけたり活用したりするように設計された悪意のあるソフトウェアの範囲。これには、トロイの木馬、アドウェア、ルートキットが含まれます。マルウェアに関する候補者の知識を評価することは、これらの有害なプログラムを検出、分析、および緩和する能力を決定するために不可欠です。

  • データセキュリティ

    データセキュリティには、不正アクセス、修正、修正からデータを保護することが含まれます。または破壊。これには、セキュリティパッチの実装、暗号化技術の利用、通常のデータバックアップの確立が含まれます。データセキュリティにおける候補者の習熟度を評価することは、機密情報の機密性、整合性、および可用性を維持するために重要です。

  • データガバナンス

    データガバナンスは、データ品質、セキュリティの全体的な管理を指します。 、および組織内のプライバシー。適切な処理とデータの使用を確保するために、ポリシー、手順、およびコントロールの確立が含まれます。候補者のデータガバナンスの理解を評価することは、規制の順守を確保し、データの整合性を維持するために重要です。サイバー脅威からのネットワーク。これらの防御には、ファイアウォール、侵入検知システム、ウイルス対策ソフトウェア、アクセスコントロールが含まれます。サイバーセキュリティ防御に関する候補者の知識を評価することは、効果的なセキュリティ対策を実装および維持する能力を評価するために不可欠です。

  • Full list of covered topics

    The actual topics of the questions in the final test will depend on your job description and requirements. However, here's a list of topics you can expect the questions for サイバーセキュリティ評価テスト to be based on.

    プロトコル
    TLS
    ファイアウォール
    ポートスキャン
    中間の攻撃
    DOS/DDOS攻撃
    ネットワーク攻撃
    暗号化
    ハッシュアルゴリズム
    SSL
    https
    Webセキュリティ
    SQL注入
    XSS
    電子メールセキュリティ
    フィッシング
    マルウェア
    トロイの木馬
    アドウェア
    rootkits
    データセキュリティ
    パッチ
    暗号化
    バックアップ
    データガバナンス
    サイバーセキュリティ防御
    リスク評価
    侵入テスト
Try practice test

What roles can I use the Cyber Security Assessment Test for?

  • サイバーセキュリティアナリスト
  • セキュリティエンジニア
  • ネットワーク管理者
  • 侵入テスター
  • セキュリティコンサルタント
  • 最高情報セキュリティ責任者(CISO)
  • 監査人
  • セキュリティアーキテクト
  • セキュリティオペレーションセンター(SOC)アナリスト

How is the Cyber Security Assessment Test customized for senior candidates?

For intermediate/ experienced candidates, we customize the assessment questions to include advanced topics and increase the difficulty level of the questions. This might include adding questions on topics like

  • 電子メールフィッシング攻撃に対する認識と保護
  • トロイの木馬、アドウェア、ルートキットなど、さまざまな種類のマルウェアの識別と闘い
  • パッチ、暗号化、バックアップなどのデータセキュリティ対策の実装
  • データセキュリティの維持におけるデータガバナンスの重要性を理解する
  • システムとネットワークを保護するために、効果的なサイバーセキュリティ防御を展開します
  • 潜在的な脆弱性を特定し、リスクを軽減するためのリスク評価を実行する
  • システムセキュリティを評価するための浸透テストなどのネットワークテストの実施
Singapore government logo

採用担当者は、パネル面接中に尋ねる専門的な質問を通じて、どの候補者がより良いスコアを持っているかを判断し、スコアがそれほど高くない候補者と区別できると感じました。彼らです 非常に満足 Adaface のスクリーニングで最終候補者に選ばれた候補者の質を重視します。


85%
スクリーニング時間の短縮

Cyber Security Hiring Test よくある質問

同じテストでサイバーセキュリティとコンピューターネットワークの知識を評価できますか?

はい。当社の標準的なサイバーセキュリティテストは、ネットワークの基礎に関する候補者を評価します。また、カスタムテストを取得して、コンピューターネットワークに焦点を当てた質問を増やすこともできます。 [コンピューターネットワークテスト](https://www.adaface.com/assessment-test/network-engineer-test)を確認して、コンピューターネットワークの概念を評価するためにどのような質問を使用するかを把握できます。

ジュニアサイバーセキュリティの専門家向けにテストはどのようにカスタマイズされていますか?

テストには簡単な質問があり、トピックはサイバーセキュリティ攻撃、ネットワーク、防御の基本に焦点を当てます。このテストには、職務内容に応じて基本的な技術的適性スキルを評価する質問も含めることができます。

同じテストで技術/コーディングスキルを評価できますか?

はい。当社の標準的なサイバーセキュリティテストにはコーディングの質問は含まれていませんが、職務記述書に候補者が実践的なコーディングスキルを持っている必要がある場合は、コーディングの質問でカスタマイズされたテストを受けることができます。

サイバーセキュリティの適性テスト画面候補者は何ですか?

サイバーセキュリティの適性テストは、基本的なサイバーセキュリティの原則を適用する知識と能力の候補者を選別します。このテストでは、ネットワークセキュリティ、コンピューターセキュリティ、情報セキュリティなどのトピックをカバーしています。また、サイバーセキュリティの問題について批判的に考える候補者の能力を測定し、問題を特定して解決します。

複数のスキルを1つのカスタム評価に組み合わせることはできますか?

そのとおり。カスタム評価は、職務内容に基づいて設定され、指定したすべての必須スキルに関する質問が含まれます。

アンチチートまたは監督の機能はありますか?

次のアンチチート機能があります。

  • グーグル不可能な質問
  • IP監督
  • Webの提案
  • ウェブカメラの監督
  • 盗作の検出
  • 安全なブラウザ

[プロクチャリング機能](https://www.adaface.com/proctoring)の詳細をご覧ください。

テストスコアを解釈するにはどうすればよいですか?

留意すべき主なことは、評価が選択ツールではなく排除ツールであることです。スキル評価が最適化され、技術的にその役割の資格がない候補者を排除するのに役立ちます。これは、役割の最良の候補者を見つけるのに役立つために最適化されていません。したがって、評価を使用する理想的な方法は、しきい値スコア(通常は55%、ベンチマークを支援します)を決定し、インタビューの次のラウンドのしきい値を超えてスコアを上回るすべての候補者を招待することです。

このテストを使用できますか?

各ADAFACE評価は、職務記述書/理想的な候補者のペルソナにカスタマイズされます(当社の主題の専門家は、10000以上の質問のライブラリからあなたの評価に適切な質問を選択します)。この評価は、あらゆる経験レベルでカスタマイズできます。

すべての候補者は同じ質問を受け取りますか?

私は候補者です。練習テストを試すことはできますか?

いいえ。残念ながら、現時点では練習テストをサポートしていません。ただし、[サンプルの質問](https://www.adaface.com/questions)を使用するには、練習できます。

このテストを使用するコストはいくらですか?

無料トライアルを受けることはできますか?

私はちょうど有料プランに移りました。カスタム評価をリクエストするにはどうすればよいですか?

customers across world
Join 1200+ companies in 75+ countries.
今日、最も候補者のフレンドリーなスキル評価ツールをお試しください。
g2 badges
Ready to use the Adaface サイバーセキュリティ評価テスト?
Ready to use the Adaface サイバーセキュリティ評価テスト?
私たちとしゃべる
ada
Ada
● Online
✖️