← Back to All Categories

📡 Telecom & Networking Viva

Common interview questions and model answers for telecom and networking jobs

0 / 15 read
1
What is the OSI model? Explain its seven layers.
Networking
The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes network communication into seven layers:
  • Layer 7 — Application: End-user services (HTTP, FTP, SMTP, DNS)
  • Layer 6 — Presentation: Data translation, encryption, compression (SSL/TLS, JPEG)
  • Layer 5 — Session: Manages sessions/connections between applications (NetBIOS, RPC)
  • Layer 4 — Transport: Reliable data transfer, flow control (TCP, UDP)
  • Layer 3 — Network: Routing, logical addressing (IP, ICMP, routers)
  • Layer 2 — Data Link: Frame delivery, MAC addressing (Ethernet, switches)
  • Layer 1 — Physical: Physical transmission of bits (cables, hubs, connectors)
Mnemonic: "All People Seem To Need Data Processing" (top to bottom).
💡 Viva Tip
Compare OSI with the TCP/IP model (4 layers). Know which protocols belong to which layer — interviewers love asking "Which layer does ARP work at?"
2
What is the difference between TCP and UDP?
Networking
TCP (Transmission Control Protocol):
  • Connection-oriented — requires 3-way handshake (SYN, SYN-ACK, ACK)
  • Reliable — guarantees delivery with acknowledgments and retransmission
  • Ordered — data arrives in sequence
  • Flow control and congestion control
  • Use cases: HTTP, FTP, email, file transfer
UDP (User Datagram Protocol):
  • Connectionless — no handshake required
  • Unreliable — no delivery guarantee, no retransmission
  • No ordering — packets may arrive out of sequence
  • Lower overhead, faster transmission
  • Use cases: VoIP, video streaming, DNS queries, online gaming
Key Telecom Relevance: VoIP and real-time communications prefer UDP because latency matters more than occasional packet loss.
💡 Viva Tip
In telecom interviews, relate TCP vs UDP to real-time services: "We use UDP for voice/video because a 200ms retransmission delay would degrade call quality more than dropping a packet."
3
What is subnetting? How do you calculate subnet masks?
Networking
Subnetting divides a large network into smaller, manageable sub-networks. It improves security, reduces broadcast traffic, and optimizes IP address usage.

Subnet Mask: A 32-bit number that masks the network portion of an IP address. Example: 255.255.255.0 (/24) means 24 bits for network, 8 bits for hosts.

Calculation Example: For 192.168.1.0/26:
  • 26 network bits → 6 host bits
  • Number of subnets: 2^(26-24) = 4 subnets
  • Hosts per subnet: 2^6 - 2 = 62 usable hosts
  • Subnet mask: 255.255.255.192
  • Subnets: .0-.63, .64-.127, .128-.191, .192-.255
CIDR Notation: /24, /26, /30 etc. — more efficient than classful addressing (Class A/B/C).
💡 Viva Tip
Practice mental math: /30 gives 2 usable hosts (point-to-point links), /24 gives 254 hosts. In telecom, subnetting is used extensively for BTS/NodeB management networks.
4
What are the differences between 3G, 4G (LTE), and 5G?
Mobile Tech
3G (WCDMA/HSPA):
  • Speed: 2-42 Mbps (HSPA+)
  • Technology: WCDMA (Wideband CDMA)
  • Architecture: RNC → NodeB → UE
  • Latency: 100-500ms
4G LTE:
  • Speed: 100 Mbps - 1 Gbps (LTE-Advanced)
  • Technology: OFDMA (downlink), SC-FDMA (uplink)
  • Architecture: Flat — eNodeB → EPC (no RNC)
  • Latency: 10-30ms
  • All-IP network — no circuit-switched voice (uses VoLTE)
5G NR:
  • Speed: Up to 20 Gbps (peak)
  • Technology: OFDM with flexible numerology, mmWave
  • Architecture: gNodeB → 5G Core (service-based)
  • Latency: <1ms (URLLC)
  • Use cases: eMBB, mMTC (IoT), URLLC (autonomous vehicles)
💡 Viva Tip
Bangladesh launched 5G in 2024. Know the three 5G use case categories: eMBB (enhanced Mobile Broadband), mMTC (massive Machine Type Communications), URLLC (Ultra-Reliable Low-Latency Communications).
5
What is handover in mobile networks? Explain different types.
Mobile Tech
Handover (Handoff) is the process of transferring an ongoing call or data session from one cell to another as the user moves.

Types of Handover:
  • Intra-cell (Intra-frequency): Within the same cell but changing channel/frequency
  • Inter-cell (Intra-eNodeB): Between cells of the same base station
  • Inter-eNodeB: Between different base stations (X2 handover in LTE)
  • Inter-RAT: Between different technologies (e.g., 4G to 3G fallback)
  • Hard Handover: Break-before-make — connection drops briefly (used in GSM, LTE)
  • Soft Handover: Make-before-break — connected to multiple cells simultaneously (3G WCDMA)
LTE Handover Process: Measurement → Report → Decision → Preparation → Execution → Completion. Triggered by events like A3 (neighbor better than serving cell).
💡 Viva Tip
Know the A1-A6 measurement events in LTE. A3 event (neighbor becomes offset better than serving) is the most common handover trigger.
6
What is VoLTE? How is it different from traditional voice calls?
Mobile Tech
VoLTE (Voice over LTE) delivers voice calls over the 4G LTE network using IP packets, unlike traditional circuit-switched voice (2G/3G).

Key Differences:
  • Technology: VoLTE uses IMS (IP Multimedia Subsystem) — voice is data packets over IP
  • Call Setup: ~2 seconds vs 7-8 seconds on 3G circuit-switched
  • Voice Quality: HD Voice — AMR-WB codec (16kHz) vs narrowband (8kHz)
  • Simultaneous Use: Voice + data simultaneously without fallback
  • Spectrum Efficiency: ~3x more efficient than 3G circuit-switched voice
  • Battery: No CSFB (Circuit-Switched Fallback) saves battery during calls
Architecture: UE → eNodeB → P-GW → IMS Core → SBC → PSTN/other networks.
💡 Viva Tip
Know about CSFB (Circuit-Switched Fallback) — the fallback mechanism when VoLTE is unavailable, where the phone drops to 3G/2G for voice calls. All Bangladesh operators now support VoLTE.
7
What is RSRP, RSRQ, and SINR in LTE?
RF Engineering
RSRP (Reference Signal Received Power):
  • Measures signal strength from a specific cell
  • Range: -44 dBm (excellent) to -140 dBm (no signal)
  • Good: > -80 dBm, Fair: -80 to -100 dBm, Poor: < -100 dBm
RSRQ (Reference Signal Received Quality):
  • Indicates signal quality considering interference
  • RSRQ = (N × RSRP) / RSSI, where N = number of RBs
  • Range: -3 dB (good) to -19.5 dB (poor)
SINR (Signal to Interference plus Noise Ratio):
  • Measures signal quality relative to interference and noise
  • Directly impacts achievable throughput
  • Good: > 20 dB, Fair: 0-10 dB, Poor: < 0 dB
These KPIs are critical for network planning, optimization, and troubleshooting.
💡 Viva Tip
Know practical thresholds: RSRP > -80 dBm is excellent, SINR > 20 dB supports 256QAM. Tools like TEMS, Nemo, and Actix are used for drive tests.
8
What is antenna tilting? Explain mechanical vs electrical tilt.
RF Engineering
Antenna Tilting adjusts the vertical angle of the antenna beam to control coverage area and manage interference.

Mechanical Tilt:
  • Physically tilting the antenna using mounting brackets
  • Tilts the entire radiation pattern including back lobes
  • Simple to implement but requires tower climbing
  • Affects all sectors if not done carefully
Electrical Tilt (RET — Remote Electrical Tilt):
  • Changes phase relationships between antenna elements internally
  • Only tilts the main beam — back lobes remain stable
  • Can be adjusted remotely via software (AISG protocol)
  • More precise, no tower climbing needed
  • Typical range: 0° to 10° downtilt
Purpose: Downtilting reduces interference to neighboring cells, controls cell coverage radius, and improves SINR for cell-edge users.
💡 Viva Tip
In practice, a combination of both is used. Too much downtilt creates coverage holes; too little causes inter-cell interference. This is a key RF optimization technique.
9
What is MIMO? How does it improve network performance?
RF Engineering
MIMO (Multiple Input Multiple Output) uses multiple antennas at both transmitter and receiver to improve communication performance.

Types:
  • SU-MIMO (Single User): Multiple streams to one user — increases individual throughput
  • MU-MIMO (Multi User): Multiple streams to different users simultaneously — increases capacity
  • Massive MIMO: 64+ antenna elements (used in 5G) — beamforming to many users, 10x capacity improvement
MIMO Configurations:
  • 2×2 MIMO: 2 Tx, 2 Rx — standard LTE
  • 4×4 MIMO: 4 Tx, 4 Rx — LTE-Advanced, doubles peak throughput
  • 64×64 Massive MIMO: 5G — uses beamforming for precise coverage
Benefits: Higher throughput, better signal quality, increased capacity without additional spectrum, improved cell-edge performance through beamforming gain.
💡 Viva Tip
Distinguish between diversity gain (reliability), spatial multiplexing (throughput), and beamforming (coverage). 5G Massive MIMO is a hot interview topic.
10
What is the difference between single-mode and multi-mode fiber?
Fiber Optics
Single-Mode Fiber (SMF):
  • Core diameter: ~9 µm
  • One light path (mode) propagates
  • Distance: Up to 100+ km without repeater
  • Wavelength: 1310nm or 1550nm
  • Higher bandwidth, lower attenuation (~0.2 dB/km at 1550nm)
  • More expensive transceivers (laser)
  • Used for: Long-haul, metro networks, FTTH
Multi-Mode Fiber (MMF):
  • Core diameter: 50 µm or 62.5 µm
  • Multiple light paths propagate simultaneously
  • Distance: Up to 550m (OM3) or 2km (OM5)
  • Wavelength: 850nm or 1300nm
  • Modal dispersion limits distance and bandwidth
  • Cheaper transceivers (LED or VCSEL)
  • Used for: Data centers, LANs, short-distance links
💡 Viva Tip
Bangladesh's nationwide fiber backbone uses SMF. Know OM categories (OM1-OM5) for multi-mode. OTDR (Optical Time Domain Reflectometer) is the primary testing instrument for fiber.
11
What is FTTH? Explain GPON architecture.
Fiber Optics
FTTH (Fiber to the Home) delivers fiber optic connectivity directly to residential premises, replacing copper last-mile connections.

GPON (Gigabit Passive Optical Network):
  • OLT (Optical Line Terminal): At the central office — manages all downstream/upstream traffic
  • Splitter: Passive device splitting one fiber to 32/64/128 branches (no power needed)
  • ONT/ONU: At subscriber premises — converts optical signal to Ethernet/WiFi
GPON Specifications:
  • Downstream: 2.488 Gbps (shared among users)
  • Upstream: 1.244 Gbps
  • Downstream wavelength: 1490nm, Upstream: 1310nm
  • Max distance: 20km from OLT to ONT
  • Split ratio: Up to 1:128
XG-PON / XGS-PON: Next generation — 10 Gbps symmetric for higher bandwidth demands.
💡 Viva Tip
FTTH deployment is booming in Bangladesh's major cities. Know the difference between FTTH, FTTB (Building), FTTC (Curb), and FTTN (Node).
12
What is SIP (Session Initiation Protocol)? How does a SIP call work?
VoIP & Services
SIP is a signaling protocol used to initiate, maintain, and terminate real-time communication sessions (voice, video, messaging).

SIP Components:
  • User Agent (UA): SIP endpoint (phone, softphone)
  • Proxy Server: Routes SIP requests to appropriate destination
  • Registrar: Handles SIP registration (mapping SIP URI to IP address)
  • Redirect Server: Provides alternate contact information
Basic SIP Call Flow:
  • 1. INVITE → Caller initiates call
  • 2. 100 Trying → Server acknowledges
  • 3. 180 Ringing → Callee's phone rings
  • 4. 200 OK → Callee answers
  • 5. ACK → Caller confirms, media flows (RTP)
  • 6. BYE → Either party ends call
  • 7. 200 OK → Call terminated
SIP handles signaling; actual media (voice/video) flows via RTP (Real-time Transport Protocol).
💡 Viva Tip
SIP is the backbone of VoLTE and modern telecom. Know the difference between SIP and H.323 (older protocol). Understand SDP (Session Description Protocol) for media negotiation.
13
What is QoS (Quality of Service) in telecom networks?
VoIP & Services
QoS refers to mechanisms that manage network resources to provide different priorities to different applications, users, or data flows.

Key QoS Parameters:
  • Bandwidth: Data rate available for a service
  • Latency: End-to-end delay — VoIP requires <150ms one-way
  • Jitter: Variation in delay — VoIP requires <30ms
  • Packet Loss: Percentage of lost packets — VoIP tolerates <1%
QoS in LTE (QCI Values):
  • QCI 1: Conversational Voice (GBR, delay 100ms)
  • QCI 5: IMS Signaling (Non-GBR, delay 100ms)
  • QCI 6: Video/TCP-based (Non-GBR, delay 300ms)
  • QCI 9: Default Internet (Non-GBR, delay 300ms)
Mechanisms: Traffic classification, queuing (priority, weighted fair), traffic shaping, policing, DiffServ marking (DSCP).
💡 Viva Tip
For VoIP: know that G.711 codec requires 64 Kbps per direction. The ITU-T G.114 recommendation limits one-way delay to 150ms for acceptable voice quality.
14
What is an IMS (IP Multimedia Subsystem)?
VoIP & Services
IMS is an architectural framework for delivering IP multimedia services. It's the backbone for VoLTE, VoWiFi, and Rich Communication Services (RCS).

Key Components:
  • P-CSCF (Proxy): First contact point — handles security (IPsec), QoS, and policy enforcement
  • I-CSCF (Interrogating): Routes to correct S-CSCF based on user location
  • S-CSCF (Serving): Core session control — handles SIP registration, routing, service triggers
  • HSS (Home Subscriber Server): Stores user profiles, authentication data
  • MGCF (Media Gateway Control Function): Interworking with PSTN
  • AS (Application Server): Hosts services — voicemail, conferencing, call forwarding
VoLTE Call Path: UE → eNodeB → P-GW → P-CSCF → S-CSCF → AS → S-CSCF → P-CSCF → terminating UE.
💡 Viva Tip
IMS is vendor-agnostic (originally designed by 3GPP). Major IMS vendors in Bangladesh: Ericsson, Huawei, Nokia. Know the difference between P-CSCF, I-CSCF, and S-CSCF roles.
15
Why do you want to work in the telecom industry?
Networking
A strong answer should cover:
  • Connectivity: "Telecom connects 185+ million people in Bangladesh — it's infrastructure that empowers education, commerce, and communication"
  • Innovation: "The transition from 4G to 5G, IoT, and smart cities makes telecom one of the most dynamic industries"
  • Technical growth: "I can apply my engineering knowledge in RF planning, network optimization, or software-defined networking"
  • Scale: "Few industries let you impact millions of users simultaneously — a single optimization can improve experience for thousands"
  • Career diversity: "From field engineering to NOC operations, project management to product development — telecom offers multiple career paths"
💡 Viva Tip
Research the operator: Grameenphone (Telenor), Robi (Axiata), Banglalink (VEON), Teletalk (government). Mention their recent 5G rollout or infrastructure projects.