Master Computer Science & IT concepts: DBMS & SQL, Data Structures, Computer Networks, Operating Systems, Software Engineering, OOPs, and Network Security with detailed technical explanations.
Select your option below. Marking scheme: +1.00 positive, -0.25 negative.
Which of the following best describes a Watering Hole Attack?
Which of the following techniques helps prevent SQL Injection attacks?
What is the output or behavior after executing the following C code?
#include <stdio.h>
int main()
{
int x = 10;
printf("%d %d", x++, ++x);
return 0;
}In C programming, which file handling function is used to reposition the file pointer?
What happens if a Java class has no constructors defined?
Which of the following regular expressions will match the strings βcatβ and βbatβ, but not βatβ?
Which exception is thrown in Java when a class is not found at runtime?
Which of the following statements is correct with respect to method binding in Java?
In object-oriented programming, a subclass inherits all members of its base class except:
In Java 8 or later, which memory area is used for storing class metadata at runtime?
In C++, what does the this pointer refer to?
Which algorithm finds the Minimum Spanning Tree by selecting edges in increasing order of weight?
In which case is Insertion Sort better than Quick Sort and Merge Sort?
Which of the following sorting algorithms does not use comparison operations?
Which of the following is a graph traversal technique?
What is the space complexity of a tail-recursive implementation of Quick Sort on an array of size $n$?
In an ETL process, which phase is primarily responsible for refining, converting, or preparing data for further processing or analysis?
Which international standard defines the processes for the software development lifecycle, and is adopted by BIS?
What does the term βInternet of Things (IoT)β primarily refer to?
Which lightweight messaging protocol, designed for unreliable networks and constrained devices, uses a publish/subscribe model to enable efficient data transfer in Internet of Things environments?
Which of the following tools is not commonly used for data visualization?
Google Cloud Firestore is an example of which cloud service model?
Which HTTP status code represents an Internal Server Error?
Which of the following is mainly used for non-repudiation in cybersecurity?
What is latent space in Generative AI?