iGET

Computer Knowledge - MCQ Practice Questions

Computer Science questions in competitive exams stay close to fundamentals, which is good news if you revise the right five subjects. Coverage includes data structures, algorithms and complexity, operating systems, database management systems, computer networks, and computer organisation. Explanations show the trace or the state table where one helps, since seeing the intermediate steps is what makes the concept stick.

304 questions | 100% Free

Q.1Hard

What is a deadlock in database management?

Q.2Hard

Which of the following best describes eventual consistency in distributed databases?

Q.3Hard

In network protocols, which layer does TCP/IP operate at?

Q.4Hard

What is the primary vulnerability addressed by SQL injection prevention techniques like parameterized queries?

Q.5Hard

In the context of graph databases, what is the primary advantage over relational databases for relationship-heavy queries?

Q.6Hard

What does CAP theorem state in distributed systems?

Q.7Hard

In cybersecurity, what is a zero-day vulnerability?

Q.8Hard

What does BASE model in NoSQL stand for?

Q.9Hard

In database replication, what is the primary difference between synchronous and asynchronous replication?

Q.10Hard

Which of the following best describes a distributed transaction and its challenges in microservices architecture?

Q.11Hard

In cybersecurity, what is SQL injection and why is it a critical vulnerability in 2024?

Q.12Hard

What is the primary advantage of using GraphQL over traditional REST APIs in modern application architecture?

Q.13Hard

In a B-tree of order m, what is the maximum number of keys that a non-root node can contain?

Q.14Hard

In database normalization, what does the Boyce-Codd Normal Form (BCNF) address that 3NF might miss?

Q.15Hard

In distributed systems, what is a consensus algorithm primarily used for?

Q.16Hard

What is the primary challenge of implementing ACID properties in distributed databases?

Q.17Hard

In AI/ML, what is the role of activation functions in neural networks?

Q.18Hard

In a sharded database architecture deployed on cloud infrastructure, which of the following represents the most critical challenge that must be addressed?