Software Engineering/System Design
Data Science
AI/ML
Real World
Computer Programming
100

A structured framework used by software organizations to design, develop, and test high-quality software.

What is Software Development Life Cycle (SDLC)?

100

In a hypothesis test in statistics, this value - ranging from 0-1 - helps in telling us how strong the results are.


What is P-value?

100

What popular machine learning technique is inspired by the human brain?

What is Neural Networks?

100

His work has served as the foundation for CS. Often called the father of modern computing.

Who is Alan Turing?

100

This data structure starts from a source vertex and explores each path completely before backtracking and exploring other paths. 

What is DFS (Depth First Search)?

200

This design pattern ensures a class has only one instance throughout an application and provides a global point of access to it, preventing multiple objects from being created.


What is Singleton?

200

Which SQL command is used to retrieve all records from a table?

What is "SELECT * FROM table_name"

200

This AI field is dedicated to enabling machines to process, analyze, and interpret visual data to replicate or surpass human visual perception and cognitive understanding.

What is computer vision?

200

This period was a late-1990s speculative craze where investors poured money into overvalued internet companies based on hype rather than actual profits, leading to a massive market crash in 2000-2002.

What is Dot-com Bubble?

200

An object-oriented programming concept in which one class is allowed to inherit the features of another class.

What is Inheritance?

300

This design approach involves breaking a large application into small, independent services that communicate over a network.

What are Microservices?

300

This specific SQL key uniquely identifies each row or record in its own table.

What is a Primary Key?

300

The Tensor Processing Unit (TPU) was developed by which company in order to accelerate machine learning workloads?

What is Google?

300

In 1988, this "worm" caused one of the first major Internet shutdowns, slowing down thousands of computers

What is the Morris Worm?

300

What is the average time complexity for looking up an element in a balanced Binary Search Tree?

What is O(log n)?

400

This technology abstracts hardware into multiple virtual machines or containers, allowing for efficient resource sharing.

What is Virtualization?

400

This type of testing is an experiment on TWO variants to see which one performs better based on a given metric.

What is A/B Testing?

400

A type of machine learning where the model learns from labeled datasets to make accurate predictions or decisions on new, unseen data.

What is supervised learning?

400

This country is the primary manufacturing/fabrication source of Nvidia AI chips.

What is Taiwan?

400

A "Divide and Conquer" sorting algorithm that picks an element as a pivot and partitions the given array around the picked pivot by placing the pivot in its correct position in the sorted array.

What is Quicksort?

500

This process involves splitting a large logical dataset into multiple databases (shards) to distribute load across multiple machines.

What is (Database) sharding?

500

This library is considered the core of a rich ecosystem of data science libraries and is used for numerical operations on multi-dimensional arrays.

What is NumPy?

500

This fundamental data structure in neural networks is a multi-dimensional array used to represent data, generalizing scalars, vectors, and matrices to any number of dimensions

What is Tensor?

500

In 2016, this AI from DeepMind surprised the world by defeating a Go world champion, a feat previously thought to be impossible for machines

What is AlphaGo?

500

What backend framework does Netflix primarily use?

What is Springboot?

M
e
n
u