iGET

Computer Knowledge - MCQ Practice Questions

Practice free Computer Knowledge multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.

304 questions | 100% Free

Q.261Hard

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

Q.262Hard

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

Q.263Hard

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

Q.264Medium

What is the normal form that ensures no partial dependencies exist in a relation?

Q.265Hard

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

Q.266Medium

Which of the following is a correct SQL syntax for creating an index on multiple columns?

Q.267Easy

What is the main disadvantage of using a linked list compared to arrays?

Q.268Easy

In AWS, what does the term 'Auto Scaling' primarily ensure?

Q.269Medium

Which sorting algorithm has the best average-case time complexity for randomly distributed data?

Q.270Medium

What does ACID compliance in databases ensure?

Q.271Easy

What is the primary function of a hash table data structure?

Q.272Medium

Which cloud service model provides pre-configured application environments?

Q.273Easy

What is the time complexity of the binary search algorithm on a sorted array?

Q.274Hard

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

Q.275Easy

What is the purpose of the COMMIT statement in SQL transactions?

Q.276Medium

Which of the following best describes a graph data structure with no cycles?

Q.277Medium

In machine learning, what does overfitting mean?

Q.278Medium

What is the primary advantage of using MongoDB (NoSQL) over traditional relational databases?

Q.279Medium

In operating systems, what is a deadlock?

Q.280Medium

What is the correct order of operations for the Big O notation from least to most complex?