Question
Which of the following is a critical concern for
securing critical infrastructure?Solution
Protecting against Distributed Denial of Service (DDoS) attacks is a critical concern for securing critical infrastructure. DDoS attacks aim to overwhelm systems with a flood of traffic, causing service disruptions and potentially compromising the availability of essential services. Ensuring robust defenses against such attacks is crucial for maintaining the functionality and reliability of critical infrastructure systems. Why Other Options are Wrong: a) GDPR compliance is related to data protection and privacy rather than specifically securing critical infrastructure. b) Securing endpoints from malware is important but not specifically focused on the unique challenges of critical infrastructure. d) Managing software development lifecycles is relevant to software development processes rather than critical infrastructure security. e) Encrypting database queries is important for data security but does not address the broader concerns of securing critical infrastructure.
The amortized time for inserting into a dynamic array (like C++ vector) is:
Which algorithm is best suited to find the shortest path in a graph with negative edge weights but no negative cycles?
Which algorithm returns a minimum spanning tree (MST) and uses a priority queue to select the next edge connected to the growing tree?
Which of the following protocols is most commonly used in IoT devices to enable communication between smart devices?
Dynamic Programming is preferred over recursion when:
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following SQL queries is used to remove a table from a database?
Which algorithm is best suited for finding a Hamiltonian cycle in an undirected graph?   Â
Which data structure is used for implementing recursive function calls?
Which protocol is most commonly used for secure communication between IoT devices over the internet?    Â