Computer Networks
BGP NOTIFICATION message indicates
Computer Networks
Email DKIM signs
Computer Networks
OSPF LSR is
Computer Networks
Zigbee mesh extends range by
Computer Networks
What is distributed lock
Computer Networks
RIP metric is
Computer Networks
What is network latency impact on applications
Computer Networks
IPv6 privacy extensions create
Computer Networks
XXE exploits
Computer Networks
PPP stands for
Computer Networks
Security misconfiguration includes
Computer Networks
Supply chain attack targets
Computer Networks
TCP keepalive interval default is
Computer Networks
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
Cross-site scripting injects
Computer Networks
Popular FTP clients are .
Computer Networks
SRv6 locator is
Computer Networks
What is kill chain in security
Computer Networks
5G UPF stands for
Computer Networks
EtherChannel load balancing default is typically
Computer Networks
What is mTLS certificate requirements
Computer Networks
What is CVSS temporal score
Computer Networks
UDP does not add anything to the services of IP except for providing _______ communication.
Computer Networks
iperf3 -s starts iperf in
Computer Networks
Raft algorithm is for
DBMS
What is 4NF and what type of anomaly does it address beyond BCNF?
DBMS
What is the difference between lossless join and dependency-preserving decomposition and why might you choose one over the other?
DBMS
What is the purpose of the SQL WITH clause (Common Table Expression - CTE)?
DBMS
Which of the following index is made up of more than one column?
DBMS
What is query rewriting through views in materialized view-based optimization?
DBMS
Which MySQL engine supports ACID transactions
DBMS
……………….. contains information that defines valid values that are stored in a column or data type.
DBMS
In relational algebra what does the division operator compute?
DBMS
What is the complementation rule for MVDs stated formally?
DBMS
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
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
What is data denormalization and when is it appropriate?
DBMS
What is row-level security (RLS) and how does it differ from view-based row filtering?
DBMS
A .................. normal form, normalization will be needed where all attributes in a relation tuple are not functionally dependent only on the key attribute.
DBMS
A is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.
DBMS
NOT IN with NULL in subquery causes
DBMS
What distinguishes a primary key constraint from a unique constraint?
DBMS
To remove a relation from an SQL database, we use the command.
DBMS
Which data model best supports multi-valued attributes natively without normalization?
DBMS
What is the difference between synchronous and asynchronous replication?
DBMS
The application program typically communicates with a database server, through or other protocols, in order to get or store data.
DBMS
The variables in the triggers are declared using
DBMS
BoyeCodd Normal Form (BCNF) is needed when
DBMS
………………… is a special type of integrity constraint that relates two relations & maintains consistency across the relations.
DBMS
What is a soft delete pattern and what are its trade-offs?