Nasscom Digital 101
Nasscom Digital 101
1) Which of the following is a subset of Artificial Intelligence that adapts based on the
accuracy of its outputs?
Machine Learning
2) How does AI-enabled genomics impact healthcare?
It enables personalized treatment based on genomic data
3) What is a benefit of 3D printing in the healthcare industry?
Replicating patient-specific organs and prosthetics
4) What is a digital twin in the context of healthcare?
A near real-time replica of a person’s lifelong health data
5) What is the main goal of Artificial Intelligence (AI)?
To develop self-reliant machines that can think and act like humans.
6) 2. Which of the following is a subset of Machine Learning?
Deep Learning.
7) What type of machine learning uses labeled data to make prediction
Supervised Learning.
8) In AI, which type of system has no memory and only reacts to stimuli?
Answer: Reactive Machines.
9) Which deep learning network is best suited for image analysis?
Answer: CNN (Convolutional Neural Network).
10) Which learning technique identifies hidden patterns in unlabeled data?
Answer: Unsupervised Learning
11) What is an example of a supervised learning algorithm?
Answer: Decision Tree.
12) Which company developed the self-driving vehicle project Waymo?
Answer: Google.
13) . What are some common algorithms used in supervised learning?
Answer: Linear Regression, Logistic Regression, SVM, Naive Bayes, Decision Trees.
14) . What does a Generative Adversarial Network (GAN) do?
Answer: Creates synthetic data that looks real.
15) What kind of problems is a Recurrent Neural Network (RNN) best suited for?
Answer: Problems involving sequential or time-series data.
16) What inspired the design of neural networks?
A: Neural networks are inspired by the human brain's interconnected neuron
structure.
17) Which part of a neural network receives the initial data?
A2: The Input Layer receives the initial data.
18) Which technique helps neural networks reduce error efficiently during training?
A6: Gradient descent is used to efficiently reduce error by adjusting weights in the
direction that minimizes the loss.
19) What is one benefit of neural networks?
A9: They can process multiple inputs simultaneously through parallel processing.
20) What are the adjustable parameters in the Neurons called?
Weights and Biases
21) What is semi-supervised learning?
A: It combines a small amount of labeled data with a large amount of unlabeled data.
22) What is reinforcement learning?
A: Learning through trial and error to maximize rewards.
23) Which algorithm is used for clustering?
A: K-means
24) What algorithm is used in spam filtering?
A: Naive Bayes
25) Which type of Machine Learning Algorithm is used by Stock Market Analysis?
Supervised Learning Algorithms
26) What kind of settings and configurations does a Convolutional Neural Network (CNN)
require before training the model?
HYPERPARAMETERS
27) How does Deep Learning differ from Machine Learning?
Deep Learning uses complex neural networks to analyze data, whereas Machine
Learning typically uses simpler algorithms.
28) : Which deep learning platform was developed using the LUA language and is now
implemented in Python?
Torch (PyTorch)
29) What does the term "Topography" refer to in the context of an Artificial Neural
Network?
The organization of processing units, their interconnections, inputs, and outputs.
CHATGPT