fr
fr

Test Cyber Security

Test with answers to assess your knowledge and prepare for job interviews. Assess your technical level in 20 minutes.

Validate and promote your skills
Private results unless you share them
Compare your results to the developers average

Test details

Intermediate
June 2026
275 minutes
4.5/5(1)

Cyber Security

This test consists of 20 questions randomly selected from a database of 1 questions in .Discover all our interview questions and answers here
⌛ Ranking not yet available !The ranking will be available when a minimum of developers have completed it.

Test author : WeLoveDevs

Contributors1
developer avatar
Participate in test improvement

Sample question

Quelle condition complète correctement la vérification pour empêcher une attaque SSRF (Server-Side Request Forgery) ?

import requests
from urllib.parse import urlparse

ALLOWED_DOMAINS = {'api.service.com', 'internal.data.local'}

def fetch_resource(user_url):
    parsed = urlparse(user_url)
    if ______________:
        return requests.get(user_url).text
    raise ValueError("Domaine non autorisé")
See 3 test questions.

Recommended tests