What is the main advantage of cloud computing's elasticity?
Q.82Easy
In SQL, what does the GROUP BY clause do?
Q.83Medium
Which normalization form eliminates all non-key dependencies?
Q.84Medium
What is the time complexity of quicksort algorithm in the worst case?
Q.85Medium
In cloud computing, which service model allows customers to run their own applications but not manage infrastructure?
Advertisement
Q.86Medium
What is the difference between DELETE and TRUNCATE in SQL?
Q.87Medium
In graph algorithms, which algorithm finds the shortest path in weighted graphs?
Q.88Medium
What does normalization in machine learning context primarily aim to achieve?
Q.89Medium
In cybersecurity, what is SQL injection attack?
Q.90Medium
What is the primary difference between supervised and unsupervised machine learning?
Q.91Hard
In distributed systems, what is a consensus algorithm primarily used for?
Q.92Hard
What is the primary challenge of implementing ACID properties in distributed databases?
Q.93Hard
In AI/ML, what is the role of activation functions in neural networks?
Q.94Easy
In a relational database, which normal form eliminates partial dependencies and is considered essential for most practical database designs?
Q.95Easy
Which of the following is a characteristic of NoSQL databases that makes them suitable for handling big data in cloud environments?
Q.96Medium
In database indexing, which type of index structure provides the best average-case performance for range queries in modern database systems?
Q.97Medium
Which of the following SQL query optimization techniques is most effective when dealing with large fact tables in a data warehouse environment?
Q.98Medium
In the context of distributed databases, which consistency model is used by most cloud-native databases like DynamoDB and offers eventual consistency?
Q.99Easy
Which of the following represents a vulnerability in SQL query construction that can be exploited through malicious user input, and can be prevented using parameterized queries?
Q.100Hard
In a sharded database architecture deployed on cloud infrastructure, which of the following represents the most critical challenge that must be addressed?