You are attempting as a Guest — results won't be saved. Register Free to save progress!
Networking, DBMS [Computer Networks (25) + DBMS (25)] — 02 Aug 2026
60:00
Computer Networks
Q1 / 50
MPLS QoS can use
Computer Networks
Q2 / 50
What is anti-entropy in distributed systems
Computer Networks
Q3 / 50
TCP MSS negotiation occurs at
Computer Networks
Q4 / 50
IPv6 loopback address is
Computer Networks
Q5 / 50
What is proof of authority
Computer Networks
Q6 / 50
What is CWE
Computer Networks
Q7 / 50
What is alert fatigue
Computer Networks
Q8 / 50
Bit to physical signal conversion is
Computer Networks
Q9 / 50
PE-router in MPLS is
Computer Networks
Q10 / 50
The _____of errors is more difficult than the ______.
Computer Networks
Q11 / 50
5G PFCP is between
Computer Networks
Q12 / 50
YANG module defines
Computer Networks
Q13 / 50
What is microcell
Computer Networks
Q14 / 50
NTP port is
Computer Networks
Q15 / 50
A simple parity-check code can detect __________ errors.
Computer Networks
Q16 / 50
C-RAN stands for
Computer Networks
Q17 / 50
What is LAA (Licensed Assisted Access)
Computer Networks
Q18 / 50
DF bit in IPv4 header stands for
Computer Networks
Q19 / 50
HTTP/2 head-of-line blocking still exists at
Computer Networks
Q20 / 50
DHCP is which layer
Computer Networks
Q21 / 50
Traceroute identifies path by
Computer Networks
Q22 / 50
Bus topology uses a central cable called
Computer Networks
Q23 / 50
IP address___________ the physical address.
Computer Networks
Q24 / 50
What is WAN emulator used for
Computer Networks
Q25 / 50
The physical layer of OSI deals with
DBMS
Q26 / 50
What is the purpose of INSTEAD OF triggers on views and what problem do they solve?
DBMS
Q27 / 50
Composite index (A,B,C): which query CAN use this index
DBMS
Q28 / 50
A single                              further allows the user to be authenticated once, and multiple applications can then verify the user’s identity through an authentication service without requiring reauthentication.
DBMS
Q29 / 50
What is the purpose of GRANT and REVOKE statements in SQL and which classification do they fall under?
DBMS
Q30 / 50
ER modeling is classified as which design approach?
DBMS
Q31 / 50
BEGIN TRANSACTION / START TRANSACTION
DBMS
Q32 / 50
$table->json('metadata') creates
DBMS
Q33 / 50
How should overlapping subtypes be handled in ER-to-relational mapping?
DBMS
Q34 / 50
What is a window function in SQL and how does it differ from aggregate functions?
DBMS
Q35 / 50
Dynamic Management View is a type of ___________
DBMS
Q36 / 50
Snapshot of the data in the database at a given instant of time is called
DBMS
Q37 / 50
What is the cycle detection algorithm complexity for a wait-for graph with T transactions and E edges?
DBMS
Q38 / 50
The document data model (MongoDB) is best suited for which scenario?
DBMS
Q39 / 50
A weak entity is represented by
DBMS
Q40 / 50
What is the application-level deadlock and how does it differ from database-level deadlock?
DBMS
Q41 / 50
Relational schemas and other metadata about relations are stored in a structure called the ____________
DBMS
Q42 / 50
A derived attribute is one that
DBMS
Q43 / 50
When normalizing to BCNF what algorithm is used and what is the termination condition?
DBMS
Q44 / 50
In a relation between the entities the type and condition of the relation should be specified. That is called as______attribute.
DBMS
Q45 / 50
In which the database can be restored up to the last consistent state after the system failure:
DBMS
Q46 / 50
What does SELECT * FROM employees WHERE department_id IN (SELECT department_id FROM departments WHERE location = NULL) return?
DBMS
Q47 / 50
What is the %TYPE and %ROWTYPE attribute in PL/SQL and why is it preferred?
DBMS
Q48 / 50
A logical description of some portion of database that is required by a user to perform task is called as
DBMS
Q49 / 50
Projection operator π extracts
DBMS
Q50 / 50
What is CREATE TEMPORARY TABLE and what is its scope?