A structured framework used by software organizations to design, develop, and test high-quality software.
What is Software Development Life Cycle (SDLC)?
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?
What popular machine learning technique is inspired by the human brain?
What is Neural Networks?
His work has served as the foundation for CS. Often called the father of modern computing.
Who is Alan Turing?
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)?
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?
Which SQL command is used to retrieve all records from a table?
What is "SELECT * FROM table_name"
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?
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?
An object-oriented programming concept in which one class is allowed to inherit the features of another class.
What is Inheritance?
This design approach involves breaking a large application into small, independent services that communicate over a network.
What are Microservices?
This specific SQL key uniquely identifies each row or record in its own table.
What is a Primary Key?
The Tensor Processing Unit (TPU) was developed by which company in order to accelerate machine learning workloads?
What is Google?
In 1988, this "worm" caused one of the first major Internet shutdowns, slowing down thousands of computers
What is the Morris Worm?
What is the average time complexity for looking up an element in a balanced Binary Search Tree?
What is O(log n)?
This technology abstracts hardware into multiple virtual machines or containers, allowing for efficient resource sharing.
What is Virtualization?
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?
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?
This country is the primary manufacturing/fabrication source of Nvidia AI chips.
What is Taiwan?
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?
This process involves splitting a large logical dataset into multiple databases (shards) to distribute load across multiple machines.
What is (Database) sharding?
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?
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?
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?
What backend framework does Netflix primarily use?
What is Springboot?