AI, Data & Emerging Tech Quiz
AI, Data & Emerging Tech · Hard
20 questions · Unlimited attempts · Free online practice
Artificial intelligence, data, and emerging technologies are transforming the way we live, work, and communicate. From smart assistants and self-driving cars to data-driven decisio...
Playing as a guest
You can play free without an account. Create one to save scores and resume later.
Choose an answer to continue. Correct answers are revealed after you finish.
Time is up! Quiz Complete!
Your score
Want this score saved?
Create a free account to store quiz history, track streaks, and pick up where you left off. Guests can keep playing without signup.
Questions for this topic are being prepared.
All 20 questions in this AI, Data & Emerging Tech quiz
-
What specific training method is used to align Large Language Models with human preferences by using human rankings to train a reward model?
- A. Unsupervised Pre-training
- B. Reinforcement Learning from Human Feedback (RLHF)
- C. Supervised Fine-tuning
- D. Linear Regression
-
Which emerging data architecture advocates for a decentralized approach where data is treated as a product and managed by specific business domains?
- A. Data Lake
- B. Data Warehouse
- C. Data Mesh
- D. Data Silo
-
Which AI field deals with vision?
- A. Expert Systems
- B. Robotics
- C. Computer Vision
- D. NLP
-
What is the 'Simulated Annealing' algorithm used for?
- A. Cooling down a computer's CPU
- B. Finding an approximate global optimum of a given function
- C. Generating realistic weather in video games
- D. Simulating the melting of metals
-
What is 'Model Distillation' in machine learning?
- A. The process of cleaning data
- B. Training a small, efficient 'student' model to mimic the behavior of a large 'teacher' model
- C. Merging two different models together
- D. Deleting a model when it is no longer useful
-
What mathematical algorithm is used in neural networks to calculate gradients and update weights to minimize errors during training?
- A. Merge Sort
- B. Backpropagation
- C. A* Search
- D. Dijkstra's Algorithm
-
In computer vision, what is the process of partitioning a digital image into multiple segments to locate objects and boundaries?
- A. Image Segmentation
- B. Downsampling
- C. Edge Smoothing
- D. Pixel Sorting
-
What is 'Over-parameterization' in deep learning?
- A. When a model has too few neurons
- B. When a model has more parameters (weights) than are strictly necessary to fit the training data
- C. When a model is too fast for its hardware
- D. When a model uses too many different colors in its output
-
In the context of computer hardware, what is a TPU?
- A. Thermal Processing Unit
- B. Tensor Processing Unit
- C. Total Power Utility
- D. Transistor Phase Unit
-
What concept refers to a machine's ability to recognize a concept or object it has never seen during training, usually by using descriptive attributes?
- A. Over-generalization
- B. Zero-shot Learning
- C. Clustering
- D. Batch Normalization
-
What is the 'Alignment Problem' in the field of artificial intelligence research?
- A. The challenge of aligning the physical parts of a robot
- B. Ensuring that AI systems' goals and behaviors match human values and intentions
- C. The process of organizing data into rows and columns
- D. Aligning the code of different programming languages
-
What is the 'Bias-Variance Tradeoff' in machine learning?
- A. The cost of hardware vs. software
- B. The balance between model simplicity and complexity to minimize error
- C. The difference between training speed and accuracy
- D. The trade-off between privacy and data volume
-
Which company developed 'TensorFlow'?
- A. Amazon
- B. Meta
- C. Microsoft
- D. Google
-
Which company released the BERT (Bidirectional Encoder Representations from Transformers) model in 2018, revolutionizing search and NLP?
- A. Microsoft
- B. Google
- C. Meta
- D. Amazon
-
Which class of generative models works by adding noise to data and then learning to reverse that process to generate new, high-quality images?
- A. Variational Autoencoders (VAEs)
- B. Diffusion Models
- C. Decision Trees
- D. Support Vector Machines (SVMs)
-
Which algorithm is used in RSA encryption?
- A. Compression
- B. Hashing
- C. Asymmetric
- D. Symmetric
-
What is 'LoRA' (Low-Rank Adaptation) used for in the context of Large Language Models?
- A. A way to increase the speed of the internet
- B. A technique to efficiently fine-tune LLMs with fewer computational resources
- C. A method for cooling down data centers
- D. A protocol for transmitting voice data
-
What does Big O notation describe?
- A. Network speed
- B. Memory size
- C. Data structure
- D. Algorithm complexity
-
What type of database is specifically designed to store and query high-dimensional data points, making it essential for AI 'memory'?
- A. Relational Database
- B. Vector Database
- C. Graph Database
- D. Key-Value Store
-
Which structure is used to represent data as a network of entities and their interrelations, often used to improve search engine results?
- A. Data Table
- B. Knowledge Graph
- C. Binary Tree
- D. Stack