Computer Networks
MPLS QoS can use
Computer Networks
What is anti-entropy in distributed systems
Computer Networks
TCP MSS negotiation occurs at
Computer Networks
IPv6 loopback address is
Computer Networks
What is proof of authority
Computer Networks
What is CWE
Computer Networks
What is alert fatigue
Computer Networks
Bit to physical signal conversion is
Computer Networks
PE-router in MPLS is
Computer Networks
The _____of errors is more difficult than the ______.
Computer Networks
5G PFCP is between
Computer Networks
YANG module defines
Computer Networks
What is microcell
Computer Networks
NTP port is
Computer Networks
A simple parity-check code can detect __________ errors.
Computer Networks
C-RAN stands for
Computer Networks
What is LAA (Licensed Assisted Access)
Computer Networks
DF bit in IPv4 header stands for
Computer Networks
HTTP/2 head-of-line blocking still exists at
Computer Networks
DHCP is which layer
Computer Networks
Traceroute identifies path by
Computer Networks
Bus topology uses a central cable called
Computer Networks
IP address___________ the physical address.
Computer Networks
What is WAN emulator used for
Computer Networks
The physical layer of OSI deals with
DBMS
What is the purpose of INSTEAD OF triggers on views and what problem do they solve?
DBMS
Composite index (A,B,C): which query CAN use this index
DBMS
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
What is the purpose of GRANT and REVOKE statements in SQL and which classification do they fall under?
DBMS
ER modeling is classified as which design approach?
DBMS
BEGIN TRANSACTION / START TRANSACTION
DBMS
$table->json('metadata') creates
DBMS
How should overlapping subtypes be handled in ER-to-relational mapping?
DBMS
What is a window function in SQL and how does it differ from aggregate functions?
DBMS
Dynamic Management View is a type of ___________
DBMS
Snapshot of the data in the database at a given instant of time is called
DBMS
What is the cycle detection algorithm complexity for a wait-for graph with T transactions and E edges?
DBMS
The document data model (MongoDB) is best suited for which scenario?
DBMS
A weak entity is represented by
DBMS
What is the application-level deadlock and how does it differ from database-level deadlock?
DBMS
Relational schemas and other metadata about relations are stored in a structure called the ____________
DBMS
A derived attribute is one that
DBMS
When normalizing to BCNF what algorithm is used and what is the termination condition?
DBMS
In a relation between the entities the type and condition of the relation should be specified. That is called as______attribute.
DBMS
In which the database can be restored up to the last consistent state after the system failure:
DBMS
What does SELECT * FROM employees WHERE department_id IN (SELECT department_id FROM departments WHERE location = NULL) return?
DBMS
What is the %TYPE and %ROWTYPE attribute in PL/SQL and why is it preferred?
DBMS
A logical description of some portion of database that is required by a user to perform task is called as
DBMS
Projection operator π extracts
DBMS
What is CREATE TEMPORARY TABLE and what is its scope?