You are attempting as a Guest — results won't be saved. Register Free to save progress!
Networking, DBMS [Computer Networks (25) + DBMS (25)] — 15 Aug 2026
60:00
Computer Networks
Q1 / 50
What is the role of RFC in networking
Computer Networks
Q2 / 50
SMTP default port is
Computer Networks
Q3 / 50
NFC operates at
Computer Networks
Q4 / 50
URL stands for
Computer Networks
Q5 / 50
SLO is
Computer Networks
Q6 / 50
RTBH stands for
Computer Networks
Q7 / 50
TCP send buffer should be at least
Computer Networks
Q8 / 50
Anycast DNS routes to
Computer Networks
Q9 / 50
What is port-to-port latency in switch
Computer Networks
Q10 / 50
eBPF kprobe is for
Computer Networks
Q11 / 50
What is SPF +all risk
Computer Networks
Q12 / 50
What is transit-free network
Computer Networks
Q13 / 50
TCP/IP Internet layer corresponds to OSI layer
Computer Networks
Q14 / 50
Go-Back-N with n-bit sequence max window size is
Computer Networks
Q15 / 50
RARP maps MAC address to
Computer Networks
Q16 / 50
PLR in MPLS FRR is
Computer Networks
Q17 / 50
MODEM is used to convey data over .
Computer Networks
Q18 / 50
What is maintenance window in networking
Computer Networks
Q19 / 50
SIP stands for
Computer Networks
Q20 / 50
PDU at the Data Link layer is called
Computer Networks
Q21 / 50
Streaming telemetry advantage over SNMP polling is
Computer Networks
Q22 / 50
Zigbee mesh extends range by
Computer Networks
Q23 / 50
DHCP uses which transport protocol
Computer Networks
Q24 / 50
What is PKI hierarchy depth
Computer Networks
Q25 / 50
What is EF (Exposure Factor)
DBMS
Q26 / 50
EXPLAIN output 'type=ALL' in MySQL means
DBMS
Q27 / 50
What is the Chen notation for a multi-valued attribute in ER diagrams?
DBMS
Q28 / 50
What is join selectivity and how does it affect query optimization?
DBMS
Q29 / 50
Which join refers to join records from the write table that have no matching key in the left table are include in the result set:
DBMS
Q30 / 50
Shadow paging has
DBMS
Q31 / 50
What is NUMA and how does it affect database architecture?
DBMS
Q32 / 50
In property graph models (Neo4j) what can both nodes and edges have?
DBMS
Q33 / 50
Security problem in file processing systems is that
DBMS
Q34 / 50
What is livelock in database concurrency control and how does it differ from deadlock?
DBMS
Q35 / 50
Given the FDs F={A to B, B to C, C to D, D to A} what is the canonical cover Fc?
DBMS
Q36 / 50
In total participation every entity instance
DBMS
Q37 / 50
What is a snowflake schema and how does it differ from a star schema?
DBMS
Q38 / 50
In DBMS terminology a schema is:
DBMS
Q39 / 50
Which Laravel config file sets database connection settings
DBMS
Q40 / 50
To identify the deleted records we use the
DBMS
Q41 / 50
DB::table('questions')->max('id') executes
DBMS
Q42 / 50
What is the DBMS_CRYPTO package in PL/SQL and how does it support application-level encryption?
DBMS
Q43 / 50
____ is a translates into low-level instruction that a query processor understands:
DBMS
Q44 / 50
The result of           unknown is unknown.
DBMS
Q45 / 50
According to the ANSI SQL standard, when does a transaction begin?
DBMS
Q46 / 50
What is differential privacy in the context of database query systems?
DBMS
Q47 / 50
Which of the following is not an advantage of the database approach
DBMS
Q48 / 50
What is deadlock detection using a wait-for graph and how does the DBMS resolve detected deadlocks?
DBMS
Q49 / 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
Q50 / 50
To retrieve only active non-deleted questions in Laravel