You are attempting as a Guest — results won't be saved. Register Free to save progress!
Networking, DBMS [Computer Networks (25) + DBMS (25)] — 08 Aug 2026
60:00
Computer Networks
Q1 / 50
What is certificate transparency requirement
Computer Networks
Q2 / 50
IS-IS advantage over OSPF is
Computer Networks
Q3 / 50
What is DAS (Distributed Antenna System)
Computer Networks
Q4 / 50
What is BYOD security challenge
Computer Networks
Q5 / 50
ANR in SON stands for
Computer Networks
Q6 / 50
ARP suppression in EVPN means
Computer Networks
Q7 / 50
HTTP status 200 means
Computer Networks
Q8 / 50
nmap -O attempts
Computer Networks
Q9 / 50
What is PDSCH scheduling in 5G NR
Computer Networks
Q10 / 50
What is stress testing
Computer Networks
Q11 / 50
What is IPv6 multicast FF02::2
Computer Networks
Q12 / 50
TCP 3-way handshake sequence is
Computer Networks
Q13 / 50
Single-mode fiber eliminates modal dispersion by
Computer Networks
Q14 / 50
What is living off the land attack
Computer Networks
Q15 / 50
What is WAN emulator used for
Computer Networks
Q16 / 50
What is DNS management in IPAM
Computer Networks
Q17 / 50
RTBH stands for
Computer Networks
Q18 / 50
_______codes are special linear block codes with one extra property. If a codeword is rotated, the result is another codeword.
Computer Networks
Q19 / 50
What is IKEv2 advantage over IKEv1
Computer Networks
Q20 / 50
Byzantine fault tolerance handles
Computer Networks
Q21 / 50
PE-router in MPLS is
Computer Networks
Q22 / 50
NAT stands for
Computer Networks
Q23 / 50
Shodan is
Computer Networks
Q24 / 50
ICMP type 0 is
Computer Networks
Q25 / 50
ECMP load balances across
DBMS
Q26 / 50
What is database tokenization and how does it differ from encryption?
DBMS
Q27 / 50
What is the concept of database abstraction layers (DAL) in application development?
DBMS
Q28 / 50
M:N relationship requires in relational schema
DBMS
Q29 / 50
What is the purpose of the WITH READ ONLY clause in Oracle view creation?
DBMS
Q30 / 50
REBUILD INDEX vs REORGANIZE: REBUILD
DBMS
Q31 / 50
WITH clause (CTE) creates
DBMS
Q32 / 50
Relation dept year(dept name, total inst 2007, total inst 2008, total inst 2009). Here the only functional dependencies are from dept name to the other attributes. This relation is in
DBMS
Q33 / 50
The language used in application programs to request data from the DBMS is referred to as the
DBMS
Q34 / 50
In the above teaches relation ” Select * from teaches where Year = ‘2010’” displays how many rows?
DBMS
Q35 / 50
What is the difference between disjoint and overlapping constraints in ER specialization?
DBMS
Q36 / 50
What are the different in triggers?
DBMS
Q37 / 50
Updating the value of the view
DBMS
Q38 / 50
Given R(A,B,C,D) with F={A to B, BC to D, A to C}. Is this in 3NF?
DBMS
Q39 / 50
B+tree with height h requires how many I/Os for point query?
DBMS
Q40 / 50
What is lock escalation and when does it trigger?
DBMS
Q41 / 50
PAXOS consensus protocol is used in
DBMS
Q42 / 50
Consider R(A,B,C) with FDs A to B, B to C, C to A. The candidate keys are:
DBMS
Q43 / 50
Which rules are defined in relational models they from as an essential part of any relation database:
DBMS
Q44 / 50
What is denormalization and in what scenario is it a justified design decision?
DBMS
Q45 / 50
Which of the following is an advantage of using database system?
DBMS
Q46 / 50
What does UPDATE...SET col = DEFAULT accomplish in SQL?
DBMS
Q47 / 50
Renaming operator in relational algebra is
DBMS
Q48 / 50
What is a hash index and in what scenarios is it superior to a B-tree index?
DBMS
Q49 / 50
What is horizontal vs vertical view partitioning concept in database design using views?
DBMS
Q50 / 50
Find the names of these cities with temperature and condition whose condition is neither sunny nor cloudy.