Question Bank
What is the primary goal of Artificial Intelligence (AI)?
a) To mimic human intelligence
b) To replace humans in all tasks
c) To perform only repetitive tasks
d) To eliminate the need for data
Answer: a
Which of the following is NOT a common AI task?
a) Image Recognition
b) Data Entry
c) Playing Chess
d) Predicting Stock Prices
Answer: b
Which of the following best describes AI data?
a) Only structured data
b) Only unstructured data
c) Can be structured or unstructured
d) No data is needed for AI
Answer: c
What differentiates AI, ML, and DL?
a) AI is a subset of ML, which is a subset of DL
b) DL is a subset of ML, which is a subset of AI
c) ML and DL are completely separate from AI
d) AI and ML are the same, but DL is different
Answer: b
Which learning approach is used in deep learning?
Question Bank
a) Symbolic reasoning
b) Rule-based learning
c) Neural networks
d) Decision trees
Answer: c
Which of the following is an example of deep learning?
a) Support Vector Machines
b) Decision Trees
c) Convolutional Neural Networks
d) Linear Regression
Answer: c
Which model is best suited for analyzing sequential data?
a) Decision Tree
b) Random Forest
c) Recurrent Neural Network
d) K-Nearest Neighbors
Answer: c
What type of data do Convolutional Neural Networks (CNNs) primarily
handle?
a) Text Data
b) Image Data
c) Tabular Data
d) Numerical Data
Answer: b
Which of the following describes supervised learning?
Question Bank
a) Learning with labeled data
b) Learning without any data
c) Learning through rewards and punishments
d) Learning with unstructured data
Answer: a
Which algorithm is commonly used for regression tasks?
a) K-Means Clustering
b) Logistic Regression
c) Linear Regression
d) Apriori Algorithm
Answer: c
Which of these is NOT a supervised learning algorithm?
a) Decision Trees
b) K-Means Clustering
c) Support Vector Machine
d) Random Forest
Answer: b
Which of the following is an example of classification?
a) Predicting house prices
b) Grouping customers into segments
c) Identifying spam emails
d) Finding the average salary
Answer: c
Which algorithm is commonly used for classification?
a) K-Means
Question Bank
b) Linear Regression
c) Logistic Regression
d) Principal Component Analysis
Answer: c
Which of these is an example of unsupervised learning?
a) Spam email detection
b) Face recognition grouping
c) Predicting weather conditions
d) Fraud detection
Answer: b
What is the primary goal of clustering in machine learning?
a) To classify data points into predefined categories
b) To find relationships between different variables
c) To group similar data points together
d) To predict numerical values
Answer: c
Which machine learning technique is used for reinforcement learning?
a) Decision Trees
b) Q-Learning
c) Support Vector Machines
d) K-Means Clustering
Answer: b
Which of these is a key characteristic of reinforcement learning?
a) Learning from labeled data
b) Learning through trial and error
Question Bank
c) Learning by grouping similar items
d) Learning by memorization
Answer: b
Which of the following is NOT an application of deep learning?
a) Speech recognition
b) Image classification
c) Handwritten digit recognition
d) Simple arithmetic calculations
Answer: d
Which component is essential in neural networks?
a) Decision trees
b) Activation functions
c) Rule-based systems
d) Nearest neighbor search
Answer: b
What is the main advantage of deep learning models?
a) They require less data
b) They can learn complex patterns
c) They are easy to interpret
d) They do not require computational power
Answer: b
What is the function of an activation function in a neural network?
a) To determine the output of a node
b) To combine input features
c) To minimize errors
Question Bank
d) To store past states
Answer: a
What is the key challenge in training deep learning models?
a) Too little data
b) Computational cost
c) Lack of algorithms
d) No real-world applications
Answer: b
Which algorithm is best suited for playing games like chess using AI?
a) Decision Trees
b) Reinforcement Learning
c) Clustering
d) Regression
Answer: b
Why did Toyota decide to move high-performance workloads to Oracle
Cloud Infrastructure (OCI)?
a) To replace all on-premises resources
b) To flexibly meet user requests and improve computational efficiency
c) To reduce the number of employees working on simulations
d) To stop using cloud services from other providers
Answer: b
What key advantage does Oracle Cloud Infrastructure offer for Toyota's
computational simulations?
a) It eliminates the need for simulations
b) It provides the first public cloud with bare metal HPC computing
c) It reduces Toyota’s need for cloud storage
Question Bank
d) It allows Toyota to manufacture cars instantly
Answer: b
How has OCI improved Toyota’s computing resource procurement
process?
a) It eliminated the need for new resources
b) It reduced procurement time from more than six months to a few days
c) It made procurement costs higher but increased accuracy
d) It allowed Toyota to purchase resources only once per year
Answer: b
What benefit does OCI’s Remote Direct Memory Access (RDMA) network
provide?
a) It increases data transfer speed with low latency and high bandwidth
b) It stores all simulation data permanently
c) It reduces the amount of computational power required
d) It eliminates the need for data backup
Answer: a
What key advantage did Oracle Cloud Infrastructure (OCI) provide to
Oracle Red Bull Racing in the 2022 F1 season?
a) Improved aerodynamics of the race car
b) Real-time race simulations and Monte Carlo simulations
c) Automated pit stop execution
d) Enhanced fuel efficiency tracking
Answer: b)
How did Oracle Red Bull Racing use Oracle Container Engine for
Kubernetes?
a) To manage fan engagement platforms
Question Bank
b) To containerize and run high-speed race simulation models
c) To develop AI-powered race car components
d) To analyze driver fitness and training data
Answer: b)
What is the main purpose of ‘The Red Bull Racing Paddock’ platform,
powered by Oracle CrowdTwist Loyalty and Engagement?
a) To provide exclusive access to team strategies for competitors
b) To allow fans to earn points and access exclusive content
c) To improve the aerodynamics of Red Bull Racing cars
d) To simulate different race conditions for strategy planning
Answer: b)
Which key factor differentiates deep learning from traditional machine
learning?
a) Use of structured data
b) Feature engineering is manually done
c) Ability to learn hierarchical representations
d) Dependence on small datasets
Answer: c
Which of the following is a key advantage of deep learning over
traditional ML?
a) Requires less computational power
b) Works well with small datasets
c) Automatically extracts features from raw data
d) Eliminates the need for labeled data
Answer: c
Question Bank
Recurrent Neural Networks (RNNs) are mainly used for which type of
data?
a) Image data
b) Tabular data
c) Sequential data
d) Static data
Answer: c
Which deep learning model is best suited for image recognition tasks?
a) Recurrent Neural Networks (RNN)
b) Convolutional Neural Networks (CNN)
c) Generative Adversarial Networks (GAN)
d) Transformer models
Answer: b
Which component of deep learning models helps capture spatial
hierarchies in images?
a) Fully connected layers
b) Pooling layers
c) Convolutional layers
d) Recurrent layers
Answer: c
Which technique is used to prevent overfitting in deep learning models?
a) Dropout
b) Batch normalization
c) Data augmentation
d) All of the above
Answer: d
Question Bank
What is the primary role of a loss function in deep learning?
a) To store training data
b) To compute the difference between predicted and actual output
c) To increase model complexity
d) To perform data preprocessing
Answer: b
Which activation function is commonly used in deep learning models?
a) Sigmoid
b) ReLU
c) Softmax
d) All of the above
Answer: d
What is a major challenge when training deep learning models?
a) Overfitting
b) Vanishing gradients
c) Large computational cost
d) All of the above
Answer: d
Which model is commonly used for text processing tasks such as
sentiment analysis?
a) CNN
b) RNN
c) Transformer
d) GAN
Answer: c
Question Bank
What is the primary function of an embedding layer in NLP models?
a) Reducing dimensionality
b) Representing words in vector space
c) Speeding up computation
d) Replacing input text with numbers
Answer: b
What does a Transformer model use instead of recurrence to process
sequences?
a) Fully connected layers
b) Attention mechanism
c) Convolutional layers
d) Pooling layers
Answer: b
What is the key advantage of using attention mechanisms in deep
learning?
a) Improved interpretability
b) Handling long-range dependencies
c) Reducing computational cost
d) Both a and b
Answer: d
Which technique allows customizing an LLM with domain-specific data?
a) Fine-tuning
b) Transfer learning
c) Prompt engineering
d) All of the above
Answer: d
Question Bank
What is the purpose of prompt engineering in LLMs?
a) To modify model weights
b) To improve model outputs without retraining
c) To enhance training datasets
d) To generate synthetic data
Answer: b
Which deep learning approach is used in Generative AI?
a) Autoencoders
b) GANs
c) Transformers
d) All of the above
Answer: d
Which factor affects the performance of a generative AI model?
a) Quality of training data
b) Model architecture
c) Computational resources
d) All of the above
Answer: d
Which AI service does OCI provide for training machine learning models?
a) OCI Data Science
b) OCI AI Vision
c) OCI Speech
d) OCI AutoML
Answer: a
What is a key benefit of OCI AI Services?
Question Bank
a) Pre-built models for various applications
b) Scalability and flexibility
c) Integration with OCI infrastructure
d) All of the above
Answer: d
Which component in OCI is used for high-performance AI training?
a) OCI Object Storage
b) OCI AI Superclusters
c) OCI Virtual Machines
d) OCI Load Balancer
Answer: b
Why is Responsible AI important?
a) To ensure fairness and transparency
b) To prevent bias in AI models
c) To enhance security and privacy
d) All of the above
Answer: d
Which of the following is a challenge in deploying AI models at scale?
a) High computational cost
b) Data privacy concerns
c) Model interpretability
d) All of the above
Answer: d
What is the role of GPUs in AI model training?
a) Faster matrix computations
Question Bank
b) Parallel processing capabilities
c) Handling large datasets efficiently
d) All of the above
Answer: d
What was one of the main reasons TATA Realty and Infrastructure chose
Oracle Cloud HCM?
a) Low cost of implementation
b) Intuitive user experience and easy upgrades
c) Custom-built features for real estate companies
d) Minimal data security requirements
Answer: b
How did Oracle Cloud HCM improve HR productivity at TATA Realty?
a) Automated all HR functions, removing the need for an HR team
b) Allowed HR to focus less on transactional work and more on strategic
tasks
c) Eliminated the need for salary reviews
d) Reduced the number of employees needed in HR
Answer: b
Which partner assisted TATA Realty in implementing Oracle Cloud HCM?
a) Infosys
b) Wipro
c) TATA Consultancy Services
d) Accenture
Answer: c
What was the primary reason Sandhar Technologies moved to Oracle
Cloud ERP and SCM?
Question Bank
a) To enhance their on-premises applications
b) To consolidate siloed finance and supply chain applications
c) To reduce the number of manufacturing plants
d) To replace all suppliers with a single vendor
Answer: b
What key benefit did Sandhar experience after implementing Oracle
Cloud applications?
a) A 50% reduction in time for financial report consolidation
b) Increased dependence on manual data processing
c) Higher operational costs
d) Reduced product portfolio
Answer: a
How long did it take Sandhar to go live with Oracle Cloud ERP in its first
three plants?
a) 6 months
b) 11 weeks
c) 1 year
d) 3 weeks
Answer: b
Which of the following is a major feature of Oracle Cloud SCM that
helped Sandhar scale operations?
a) AI and machine learning capabilities
b) Manual data entry support
c) Custom-built software for each manufacturing unit
d) Standalone ERP without cloud integration
Answer: a
Question Bank
What is the primary function of OCI Generative AI?
a) Data storage
b) Generating human-like text, images, and audio
c) Network security
d) Database management
Answer: b
Which of the following best describes Vector Search in OCI AI?
a) A method to find similar data points using vector embeddings
b) A traditional keyword-based search engine
c) A tool for database indexing
d) A security feature in OCI
Answer: a
What is the main purpose of Oracle AI APIs and SDKs?
a) To provide AI models for developers to integrate into applications
b) To manage cloud security
c) To store and retrieve database records
d) To create virtual machines
Answer: a
Which OCI AI service is used for processing and analyzing speech?
a) Vision AI
b) Speech AI
c) Language AI
d) Document Understanding AI
Answer: b
What is the function of OCI Document Understanding?
a) Speech recognition
b) Extracting and analyzing content from documents
c) Image processing
d) Network security
Answer: b
Which feature of OCI AI allows for classification and recognition
of images?
a) Vision AI
b) Speech AI
c) Document Understanding AI
d) Vector Search
Answer: a
What is Select AI in OCI AI Services?
a) A tool to customize AI models for specific business cases
b) A cloud storage service
Question Bank
c) A security protocol
d) A data warehouse
Answer: a
Which Oracle AI service is responsible for natural language
processing (NLP)?
a) OCI Speech AI
b) OCI Vision AI
c) OCI Language AI
d) OCI Data Science
Answer: c
What is the key benefit of using OCI AI Services?
a) Manual data labeling
b) High computational cost
c) Scalability and easy integration
d) Limited API support
Answer: c
What does the Deep Learning Foundations module in OCI AI
cover?
a) Explains deep learning concepts and their applications
b) Manages cloud security policies
c) Handles database transactions
d) Controls access to virtual machines
Answer: a
Which service in OCI AI is used for text-based AI applications?
a) OCI Language AI
b) OCI Vision AI
c) OCI Speech AI
d) OCI Document Understanding
Answer: a
What is the function of the Generative AI Demo in OCI?
a) Demonstrates AI-powered content generation
b) Showcases database security
c) Displays cloud storage capacity
d) Manages user authentication
Answer: a
OCI AI Vision is primarily used for:
a) Image classification and object detection
b) Speech synthesis
c) Text summarization
Question Bank
d) Sentiment analysis
Answer: a
What is an advantage of using Oracle AI APIs?
a) No coding required
b) Automatic AI model training
c) Easy integration into applications
d) Requires on-premise infrastructure
Answer: c
Which service converts spoken words into text?
a) OCI Vision AI
b) OCI Speech AI
c) OCI Language AI
d) OCI Select AI
Answer: b
OCI AI Services can be used for:
a) Predictive analytics
b) Automating document processing
c) Enhancing chatbot interactions
d) All of the above
Answer: d
Which of the following is a cloud-based AI service in OCI?
a) Oracle Blockchain
b) OCI AI Services
c) Oracle Virtual Machines
d) Oracle Data Warehousing
Answer: b
What does the OCI AI Language service provide?
a) Speech translation
b) Image recognition
c) Text processing and understanding
d) Video processing
Answer: c
Oracle AI APIs are used for:
a) Security monitoring
b) Managing cloud storage
c) Enabling AI capabilities in applications
d) Running Kubernetes clusters
Answer: c
Question Bank
OCI Vision AI can be used for:
a) Image moderation
b) Object detection
c) Image classification
d) All of the above
Answer: d
What is the purpose of Vector Search in AI?
a) To analyze speech data
b) To enable fast similarity searches using embeddings
c) To store AI models
d) To secure cloud applications
Answer: b
OCI AI can be used for:
a) Fraud detection
b) Chatbot development
c) Process automation
d) All of the above
Answer: d
What is the key feature of OCI AI Vision?
a) Image analysis and classification
b) Speech-to-text conversion
c) Cloud security monitoring
d) Data storage
Answer: a
What type of data does OCI AI Document Understanding process?
a) Text and documents
b) Speech
c) Images
d) Videos
Answer: a
What does Generative AI in OCI primarily generate?
a) Text, images, and code
b) Databases
c) Virtual machines
d) Cloud security policies
Answer: a
OCI Speech AI is used for:
a) Text-to-speech and speech-to-text applications
b) Image classification
c) Sentiment analysis
Question Bank
d) Fraud detection
Answer: a
OCI Generative AI can be used in:
a) Chatbots
b) Automated content creation
c) Code generation
d) All of the above
Answer: d
What makes OCI AI services unique?
a) Cloud-native AI with enterprise-grade security
b) Only available for on-premise use
c) Limited scalability
d) Requires manual model training
Answer: a
OCI AI Vision provides:
a) Object detection
b) Face recognition
c) Image classification
d) All of the above
Answer: d
Oracle AI services support which programming languages?
a) Python and Java
b) C++ only
c) SQL only
d) None
Answer: a
The Oracle AI SDK allows developers to:
a) Implement AI models easily
b) Manage network security
c) Store cloud data
d) Control billing
Answer: a
OCI AI can be used for:
a) Forecasting trends
b) Automating workflows
c) Enhancing user experiences
d) All of the above
Answer: d
Question Bank
Which AI service provides automatic language translation?
a) OCI Language AI
b) OCI Speech AI
c) OCI Document Understanding
d) OCI Vision AI
Answer: a
What is the advantage of using OCI AI APIs?
a) Pre-built AI capabilities
b) Requires no data training
c) Only works on local servers
d) No cloud integration
Answer: a
OCI AI Vision helps businesses with:
a) Analyzing images for automation
b) Managing cloud storage
c) Enhancing security logs
d) Database transactions
Answer: a
What kind of models does OCI Generative AI support?
a) Text generation
b) Image generation
c) Speech synthesis
d) All of the above
Answer: d
OCI AI Services are designed to:
a) Improve efficiency with AI-powered automation
b) Replace databases
c) Manage only networking security
d) Store blockchain data
Answer: a