You are attempting as a Guest — results won't be saved. Register Free to save progress!
Networking, DBMS [Computer Networks (25) + DBMS (25)] — 28 Jul 2026
60:00
Computer Networks
Q1 / 50
BGP NOTIFICATION message indicates
Computer Networks
Q2 / 50
Email DKIM signs
Computer Networks
Q3 / 50
OSPF LSR is
Computer Networks
Q4 / 50
Zigbee mesh extends range by
Computer Networks
Q5 / 50
What is distributed lock
Computer Networks
Q6 / 50
RIP metric is
Computer Networks
Q7 / 50
What is network latency impact on applications
Computer Networks
Q8 / 50
IPv6 privacy extensions create
Computer Networks
Q9 / 50
XXE exploits
Computer Networks
Q10 / 50
PPP stands for
Computer Networks
Q11 / 50
Security misconfiguration includes
Computer Networks
Q12 / 50
Supply chain attack targets
Computer Networks
Q13 / 50
TCP keepalive interval default is
Computer Networks
Q14 / 50
The frequency of the modulated signal is constant for the duration of one signal element, but changes for the next signal element if the data element changes. Both peak amplitude and phase remain constant for all signal elements. This is
Computer Networks
Q15 / 50
Cross-site scripting injects
Computer Networks
Q16 / 50
Popular FTP clients are .
Computer Networks
Q17 / 50
SRv6 locator is
Computer Networks
Q18 / 50
What is kill chain in security
Computer Networks
Q19 / 50
5G UPF stands for
Computer Networks
Q20 / 50
EtherChannel load balancing default is typically
Computer Networks
Q21 / 50
What is mTLS certificate requirements
Computer Networks
Q22 / 50
What is CVSS temporal score
Computer Networks
Q23 / 50
UDP does not add anything to the services of IP except for providing _______ communication.
Computer Networks
Q24 / 50
iperf3 -s starts iperf in
Computer Networks
Q25 / 50
Raft algorithm is for
DBMS
Q26 / 50
What is 4NF and what type of anomaly does it address beyond BCNF?
DBMS
Q27 / 50
What is the difference between lossless join and dependency-preserving decomposition and why might you choose one over the other?
DBMS
Q28 / 50
What is the purpose of the SQL WITH clause (Common Table Expression - CTE)?
DBMS
Q29 / 50
Which of the following index is made up of more than one column?
DBMS
Q30 / 50
What is query rewriting through views in materialized view-based optimization?
DBMS
Q31 / 50
Which MySQL engine supports ACID transactions
DBMS
Q32 / 50
……………….. contains information that defines valid values that are stored in a column or data type.
DBMS
Q33 / 50
In relational algebra what does the division operator compute?
DBMS
Q34 / 50
What is the complementation rule for MVDs stated formally?
DBMS
Q35 / 50
Representations such as the in the dept year relation, with one column for each value of an attribute, are called _______ they are widely used in spreadsheets and reports and in data analysis tools.
DBMS
Q36 / 50
State true or false i) A candidate key is a minimal super key. ii) A candidate key can also refer to as surrogate key.
DBMS
Q37 / 50
What is data denormalization and when is it appropriate?
DBMS
Q38 / 50
What is row-level security (RLS) and how does it differ from view-based row filtering?
DBMS
Q39 / 50
A .................. normal form, normalization will be needed where all attributes in a relation tuple are not functionally dependent only on the key attribute.
DBMS
Q40 / 50
A            is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.
DBMS
Q41 / 50
NOT IN with NULL in subquery causes
DBMS
Q42 / 50
What distinguishes a primary key constraint from a unique constraint?
DBMS
Q43 / 50
To remove a relation from an SQL database, we use the              command.
DBMS
Q44 / 50
Which data model best supports multi-valued attributes natively without normalization?
DBMS
Q45 / 50
What is the difference between synchronous and asynchronous replication?
DBMS
Q46 / 50
The application program typically communicates with a database server, through                        or other protocols, in order to get or store data.
DBMS
Q47 / 50
The variables in the triggers are declared using
DBMS
Q48 / 50
BoyeCodd Normal Form (BCNF) is needed when
DBMS
Q49 / 50
………………… is a special type of integrity constraint that relates two relations & maintains consistency across the relations.
DBMS
Q50 / 50
What is a soft delete pattern and what are its trade-offs?