All Practice Exams

Free Practice Questions for BTS CIEL

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card
100+ Questions
100% Free

Loading practice questions...

Exam Review

Key Facts: BTS CIEL Exam

Level 5 (Bac+2)

RNCP and European Qualifications Framework level

France compétences RNCP37391

10/20

Minimum overall weighted average required to obtain the national diploma

Code de l'éducation, art. D. 643-1

21

Total compulsory coefficients across all examination units

Arrêté du 25 janvier 2023, annexe II

120 ECTS

European Credit Transfer and Accumulation System credits awarded upon graduation

Arrêté du 25 janvier 2023

150 hours

Supervised technical project duration evaluated under Épreuve E6 (coef 7)

Référentiel BTS CIEL Éduscol

RNCP37391

Official national registry identifier for BTS CIEL

France compétences

The BTS CIEL is a current French national Level 5 qualification (Bac+2, 120 ECTS) certified by the Ministry of Higher Education and administered by regional académies. Created by the Arrêté du 25 janvier 2023 (RNCP37391), it prepares network, systems, cybersecurity, and embedded electronics specialists across Option A (IR) and Option B (ER). Compulsory examination units total 21 coefficients, including a 6-hour written technical exam (E4) and a 150-hour project defense (E6, coefficient 7). Passing requires an overall weighted average of at least 10/20. While the official exam is held in French, OpenExamPrep's 100 English MCQs provide a targeted study adaptation covering routing, network security, Linux administration, IoT protocols, and hardware architectures.

Sample BTS CIEL Practice Questions

Try these sample questions to review concepts for the BTS CIEL exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which layer of the OSI model is responsible for logical addressing, packet forwarding, and path determination across interconnected networks?
A.Layer 2 - Data Link Layer
B.Layer 3 - Network Layer
C.Layer 4 - Transport Layer
D.Layer 7 - Application Layer
Explanation: Layer 3 (Network Layer) handles logical addressing (such as IPv4 and IPv6), routing, packet encapsulation, and path determination across multiple network segments. Layer 2 handles physical addressing (MAC) on a single link, Layer 4 provides end-to-end transport control, and Layer 7 interacts directly with user applications.
2What is the primary role of the Address Resolution Protocol (ARP) in an IPv4 Ethernet local area network?
A.To map a known IPv4 address to its corresponding physical MAC address on the local link
B.To resolve human-readable domain names into routable IPv4 addresses
C.To automatically assign dynamic IPv4 addresses and gateway configuration to clients
D.To establish secure encrypted tunnels across intermediate routers
Explanation: ARP dynamically resolves a known Layer 3 IPv4 address to its corresponding Layer 2 Ethernet MAC address on the local broadcast domain. DNS translates hostnames to IP addresses, DHCP assigns IP addresses, and IPsec/TLS creates encrypted tunnels.
3Which IEEE 802 standard defines Virtual Local Area Network (VLAN) tagging by inserting a 4-byte tag into an Ethernet frame header?
A.IEEE 802.1D
B.IEEE 802.1Q
C.IEEE 802.1X
D.IEEE 802.3ad
Explanation: IEEE 802.1Q defines the standard frame tagging mechanism for VLANs, inserting a 4-byte tag (including a 12-bit VLAN ID supporting up to 4094 VLANs) between the Source MAC address and EtherType fields. IEEE 802.1D defines legacy Spanning Tree, IEEE 802.1X defines port-based access control, and 802.3ad defines link aggregation (LACP).
4What is the standard subnet mask in dotted-decimal notation for a /24 IPv4 network prefix?
A.255.255.0.0
B.255.255.255.0
C.255.255.255.128
D.255.255.255.240
Explanation: A /24 prefix indicates that the first 24 bits are set to binary 1, which equals 11111111.11111111.11111111.00000000, or 255.255.255.0 in dotted-decimal notation. 255.255.0.0 represents /16, 255.255.255.128 represents /25, and 255.255.255.240 represents /28.
5Which well-known transport-layer port is used by standard, unencrypted Domain Name System (DNS) query resolution over UDP?
A.Port 22
B.Port 53
C.Port 67
D.Port 80
Explanation: Standard DNS queries and responses operate on UDP port 53 (and TCP port 53 for zone transfers and large responses). Port 22 is SSH, port 67 is DHCP server, and port 80 is HTTP.
6In the DHCP DORA process, which message is sent by a client to announce that it has selected a specific IP offer from a DHCP server?
A.DHCPDISCOVER
B.DHCPOFFER
C.DHCPREQUEST
D.DHCPACK
Explanation: The four-step DHCP process consists of Discover (client broadcast), Offer (server unicast/broadcast), Request (client broadcast requesting the offered configuration), and Acknowledgment (server confirms lease).
7Which default administrative distance (AD) is assigned to a directly connected network route on a Cisco IOS or standardized network operating system?
A.0
B.1
C.90
D.110
Explanation: A directly connected interface has an administrative distance of 0 (the highest believability). A static route has an AD of 1, EIGRP internal is 90, and OSPF is 110.
8What is the primary function of the Spanning Tree Protocol (STP, IEEE 802.1D) in a switched Ethernet network?
A.To prevent Layer 2 switching loops and broadcast storms by placing redundant switch ports into a blocking state
B.To dynamically assign IP addresses to connected host workstations
C.To compress Ethernet payload frames to maximize WAN link bandwidth
D.To encrypt Layer 2 frames between access and distribution switches
Explanation: STP prevents bridging loops and broadcast storms in networks with redundant physical links by electing a Root Bridge and putting redundant paths into a blocking/discarding state until an active link fails.
9An administrator must divide the network 192.168.10.0/24 into subnets capable of supporting at least 25 usable host computers each. What is the most efficient subnet mask to use?
A./26 (255.255.255.192)
B./27 (255.255.255.224)
C./28 (255.255.255.240)
D./29 (255.255.255.248)
Explanation: To support at least 25 hosts, the number of host bits h must satisfy 2^h - 2 >= 25. For h = 5: 2^5 - 2 = 30 usable hosts. A 32 - 5 = 27-bit mask (/27 or 255.255.255.224) provides exactly 30 usable hosts per subnet, which is the most efficient. A /28 only provides 14 usable hosts, while /26 provides 62 hosts, which wastes address space.
10Given the host IPv4 address 172.16.45.14 with a subnet mask of 255.255.255.240 (/28), what is the broadcast address of this subnet?
A.172.16.45.15
B.172.16.45.31
C.172.16.45.255
D.172.16.45.0
Explanation: With a /28 mask (255.255.255.240), the block size (magic number) in the 4th octet is 256 - 240 = 16. The subnets start at .0, .16, .32, etc. The host address 172.16.45.14 falls in the first subnet: Network address is 172.16.45.0, usable host range is .1 to .14, and the broadcast address is 172.16.45.15.

About the BTS CIEL Exam

The Brevet de Technicien Supérieur Cybersécurité, Informatique et Réseaux, Électronique (BTS CIEL) is a two-year French national higher education vocational diploma (Bac+2, Level 5 RNCP, 120 ECTS). Created by the Arrêté du 25 janvier 2023 to replace the BTS Systèmes Numériques, its first examination session was held in 2025. It offers two options: Option A (Informatique et réseaux - IR) and Option B (Électronique et réseaux - ER). The curriculum trains technicians in network architecture, systems administration, cybersecurity hardening, secure software development, and embedded IoT hardware. OpenExamPrep provides an English-language MCQ study adaptation of that French national curriculum; it does not replace the official French written examinations, lab practicals, or the mandatory 150-hour technical project defense.

Exam sponsor: Ministère de l'Enseignement supérieur et de la Recherche / académies / SIEC. The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

Regulated by the Arrêté du 25 janvier 2023 (RNCP37391), replacing BTS Systèmes Numériques (SN). The diploma comprises six compulsory units: E1 Culture générale et expression (written 3 h, coef 2); E2 Langue vivante - Anglais (coef 3); E3 Mathématiques (coef 2); E4 Étude et conception de réseaux informatiques / produits électroniques (written 6 h, coef 4); E5 Exploitation et maintenance (coef 3); and E6 Projet technique - Cybersécurité et valorisation de la donnée (project defense, coef 7). Candidates must achieve an overall weighted average of at least 10/20 across all units to graduate.

Time Limit

Approximately 9 hours of national written examinations (E1 3h, E4 6h) plus the 1 hour oral project defense and practical laboratory assessments; eligible school pathways use CCF

Passing Score

10/20 overall weighted average across all examination units

Exam / Certification Fees

Free for public school and apprentice candidates; nominal fee (typically €5 to €10) for independent candidates via Cyclades depending on académie

Exam sponsor website

Our practice resources: topics covered

We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.

25 of 100 questions

Network Architecture, Protocols & Routing

Network architecture design, IPv4 and IPv6 addressing, VLSM subnetting calculations, VLANs (802.1Q), inter-VLAN routing, spanning tree protocols (STP/RSTP 802.1w), dynamic routing protocols (OSPF, BGP), transport layer mechanisms (TCP sliding window, UDP), network services (DNS, DHCP), and NAT/PAT.

25 of 100 questions

Cybersecurity, Hardening & Security Policies

Information system security principles, stateful and application firewalls, IDS/IPS (Snort/Suricata), cryptographic mechanisms (symmetric/asymmetric encryption, hash functions, digital signatures), TLS 1.3, SSHv2, IPsec VPNs (IKEv2, ESP/AH), 802.1X network access control, RADIUS/LDAP authentication, ANSSI hygiene guidelines, vulnerability assessment, and CVE/CVSS metrics.

20 of 100 questions

Systems Administration, Virtualization & Storage

Linux system administration (systemd, user and group management, POSIX permissions, ACLs, cron automation, Bash scripting), Windows Server administration and Active Directory fundamentals, virtualization architectures and hypervisor virtual switching, Linux containerization (Docker, cgroups, namespaces), storage technologies (RAID 0/1/5/6/10 capacity and fault tolerance calculations), and SNMPv3 network monitoring.

15 of 100 questions

Software Development, Data & IoT Protocols

Applied programming in Python and C++ for systems and networks, socket programming, REST API design and consumption, relational database design, SQL indexing, aggregation and NULL semantics, and IoT application protocols (MQTT publish/subscribe and topic filters, CoAP, HTTP/2, LoRaWAN architecture).

15 of 100 questions

Embedded Systems, Microcontrollers & Electronics

Microcontroller architectures (ARM Cortex-M, STM32, ESP32), hardware communication buses (UART asynchronous serial, SPI full-duplex synchronous with chip select, I2C two-wire with pull-up resistors), analog-to-digital converter (ADC) quantization step and resolution calculations, GPIO configuration, pulse-width modulation (PWM), and hardware diagnostics.

Preparing for the BTS CIEL Exam

What You Need to Know

  • Passing score: 10/20 overall weighted average across all examination units
  • Assessment: Regulated by the Arrêté du 25 janvier 2023 (RNCP37391), replacing BTS Systèmes Numériques (SN). The diploma comprises six compulsory units: E1 Culture générale et expression (written 3 h, coef 2); E2 Langue vivante - Anglais (coef 3); E3 Mathématiques (coef 2); E4 Étude et conception de réseaux informatiques / produits électroniques (written 6 h, coef 4); E5 Exploitation et maintenance (coef 3); and E6 Projet technique - Cybersécurité et valorisation de la donnée (project defense, coef 7). Candidates must achieve an overall weighted average of at least 10/20 across all units to graduate.
  • Time limit: Approximately 9 hours of national written examinations (E1 3h, E4 6h) plus the 1 hour oral project defense and practical laboratory assessments; eligible school pathways use CCF
  • Exam / certification fees: Free for public school and apprentice candidates; nominal fee (typically €5 to €10) for independent candidates via Cyclades depending on académie Official sources

Using Our Practice Resources

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

BTS CIEL: Suggested Study Strategy

1Master IPv4 VLSM subnetting calculations, including broadcast address determination, usable host ranges, and wildcard masks for ACLs and OSPF network statements
2Understand the three-way handshake (SYN, SYN-ACK, ACK) and teardown of TCP connections, as well as windowing, flow control, and sequence numbering
3Learn the exact operational differences between symmetric ciphers (AES-GCM, ChaCha20) and asymmetric ciphers (RSA, ECC), along with digital signature validation workflows
4Review Linux system administration commands, file permissions (rwx octal values and sticky bit/SUID/SGID), systemd service management, and cron tab formatting
5Practice RAID capacity calculations: RAID 1 usable capacity is 50%, RAID 5 loses the capacity of one disk (N-1), and RAID 6 loses the capacity of two disks (N-2)
6Familiarize yourself with embedded communication buses: I2C pull-up resistor requirements, SPI chip-select signaling, and UART start/stop bit framing

Frequently Asked Questions

What is the BTS CIEL diploma?

The Brevet de Technicien Supérieur Cybersécurité, Informatique et réseaux, Électronique (BTS CIEL) is a French national higher education vocational diploma at Level 5 of the RNCP (European Qualifications Framework Level 5, Bac+2, 120 ECTS). Created by the Arrêté du 25 janvier 2023 to replace the older BTS Systèmes Numériques (SN), it trains specialists in network infrastructure, cybersecurity operations, application development, and embedded electronics.

What are the two options of the BTS CIEL?

The BTS CIEL offers two specialized tracks: Option A (Informatique et réseaux - IR), which focuses on network design, cybersecurity, systems administration, and software development; and Option B (Électronique et réseaux - ER), which emphasizes electronic circuit design, embedded systems, microcontrollers, and hardware maintenance.

How is the national BTS CIEL examination organized?

The examination comprises six compulsory units totaling 21 coefficients: E1 Culture générale et expression (written 3 h, coef 2); E2 Langue vivante étrangère - Anglais (coef 3); E3 Mathématiques (coef 2); E4 Étude et conception d'un réseau informatique ou d'un produit électronique (written 6 h, coef 4); E5 Exploitation et maintenance (coef 3); and E6 Projet technique - Cybersécurité et valorisation de la donnée (oral project defense, coef 7). The project represents roughly 150 hours of practical work during the second year.

What is the passing score for BTS CIEL?

Graduation requires an overall weighted average of at least 10 out of 20 across all examination units. There are no eliminatory minimum grades, though an unjustified absence yields a mark of zero, preventing diploma award. Units where a candidate obtains 10/20 or higher can be retained for up to 5 consecutive sessions.

How does subnetting work in IPv4 for point-to-point links?

A point-to-point link between two router interfaces requires exactly 2 usable host addresses. Under RFC 3021, a /31 subnet mask (255.255.255.254) can be used for point-to-point links where directed broadcast is not required, providing exactly 2 host addresses without host/broadcast overhead. In traditional subnets, a /30 subnet (255.255.255.252) provides 4 total IP addresses: 1 network address, 2 usable host addresses, and 1 directed broadcast address.

What is the difference between SPI and I2C serial buses in embedded systems?

I2C (Inter-Integrated Circuit) uses two bidirectional open-drain lines (SDA for data, SCL for clock) requiring pull-up resistors and addresses devices via 7-bit or 10-bit software addresses. SPI (Serial Peripheral Interface) uses four unidirectional lines (MOSI, MISO, SCLK, and individual SS/CS slave select lines for each peripheral), enabling full-duplex communication at higher clock speeds than I2C without software addressing overhead.

What are ANSSI's recommendations regarding password hashing?

France's national cybersecurity agency (ANSSI - Agence nationale de la sécurité des systèmes d'information) recommends using memory-hard and computationally intensive password hashing algorithms such as Argon2id, bcrypt, or scrypt with a unique random cryptographic salt per user. Legacy fast algorithms such as MD5, SHA-1, and unsalted SHA-256 are strictly prohibited for password storage due to vulnerability to GPU brute-force and rainbow table attacks.

Is this BTS CIEL practice test in French or English?

The official French national BTS CIEL examinations are administered in French, with unit E2 assessing technical English. OpenExamPrep provides a 100-question English-language MCQ study adaptation designed to reinforce theoretical concepts, network calculations, security principles, and system architectures. It is a study supplement and does not replace official French exam papers, lab practicals, or the 150-hour technical project.