What is the main advantage of using deep learning over traditional machine learning?
Answer : B
The correct answer is B. Better performance with large datasets. Deep learning is especially effective when large volumes of data are available because deep neural networks can automatically learn complex patterns, representations, and relationships from data. Unlike many traditional machine learning methods that often depend heavily on manual feature engineering, deep learning models can learn hierarchical features directly from raw or semi-processed data.
Option A is incorrect because deep learning usually requires more data, not less, to perform well. Option C is also incorrect because deep learning typically requires greater computational power, especially for training large models with many layers and parameters. Option D is incorrect because deep learning is not limited to structured data. It is widely used with unstructured data such as images, audio, video, and natural language. Therefore, the main advantage of deep learning over traditional machine learning is B. Better performance with large datasets.
Which of the following is a common supervised learning model/algorithm?
Answer : D
The correct answer is D. All of the above because Naive Bayes classifier, Support Vector Machine, and linear regression are all commonly used supervised learning algorithms. Supervised learning uses labeled training data, where the model learns the relationship between input features and known output labels or target values.
Naive Bayes is a supervised classification algorithm commonly used for text classification, spam detection, sentiment analysis, and document categorization. Support Vector Machine is also a supervised learning algorithm used for classification and regression tasks by finding an optimal boundary or hyperplane between classes. Linear regression is a supervised learning model used for predicting continuous numeric values, such as sales, prices, demand, or costs, based on input variables.
Since all three listed options are valid examples of supervised learning models or algorithms, the most complete and correct answer is D. All of the above.
Which of the following is an example of AGI?
Answer : E
The correct answer is E. None of the above because Artificial General Intelligence, or AGI, refers to an AI system that can understand, learn, reason, adapt, and perform intellectual tasks across many domains at a human-like level. AGI is different from narrow AI, which is designed to perform specific tasks within limited boundaries.
Google's search engine is not AGI because it is built to retrieve, rank, and organize information based on search queries. Amazon's recommendation engine is also not AGI because it is designed for a specific purpose: recommending products based on user behavior, preferences, and patterns. ChatGPT is a powerful generative AI and language model, but it is still not AGI because it does not possess true general intelligence, consciousness, self-awareness, or independent human-like reasoning across all domains.
Since none of the listed systems qualifies as Artificial General Intelligence, the correct answer is E. None of the above.
Choose the CORRECT benefits a business can get through segmentation.
Answer : E
The correct answer is E. a, b and c only because all three statements describe valid business benefits of segmentation. Segmentation means dividing customers, markets, products, or users into meaningful groups based on shared characteristics, behaviors, needs, value, preferences, or risk profiles. In AI and analytics, segmentation helps organizations understand different customer groups more clearly and make better business decisions.
Statement A is correct because segmentation allows businesses to create targeted marketing communication. Instead of sending the same message to everyone, companies can design messages that match each segment's interests, needs, and buying behavior. Statement B is also correct because segmentation can support pricing strategies by helping businesses offer the right pricing, discounts, bundles, or value propositions to the right customer groups. Statement C is correct because segmentation improves client service by helping teams understand customer expectations and deliver more relevant support, recommendations, and experiences.
Therefore, all listed benefits are correct, making E the best answer.
'
Choose the CORRECT example of a business goal?
Answer : E
A business goal is a measurable outcome that an organization wants to achieve through strategy, operations, technology, or transformation initiatives. In artificial intelligence and business analytics contexts, common business goals include reducing operating costs, minimizing risks, improving customer or product outcomes, and increasing revenue. Cost reduction for operational processes is a valid business goal because AI can automate tasks, optimize resources, and reduce inefficiencies. Mitigation of business or operational risks is also a valid goal because AI can support fraud detection, compliance monitoring, anomaly detection, and predictive risk analysis. Product or service revenue improvement is another valid goal because AI can help personalize offerings, improve pricing, identify market opportunities, and increase customer value.
Since all three listed choices represent legitimate business goals that can guide AI initiatives and business transformation, the most complete and correct option is E. All of the above.
Choose the CORRECT benefit of solution architecture.
Answer : E
Solution architecture provides the structured blueprint needed to move from a business or technical concept to a working implementation. It defines how different systems, applications, data flows, technologies, security requirements, and business needs will fit together. Therefore, it gives teams a solid foundation for developing enterprise software solutions.
A well-defined solution architecture is also valuable when projects become large, complex, or distributed across multiple teams and locations. It creates a common understanding of design decisions, integration points, responsibilities, and technical standards, which supports collaboration and long-term sustainability. In addition, solution architecture helps ensure that the final solution meets business expectations, technical requirements, quality standards, scalability needs, security controls, and operational goals.
Since options A, B, and C all describe valid benefits of solution architecture, the most complete and correct answer is E. All of the above.
Which of the following models is called a black box as the outcomes cannot be directly linked to the model architecture and explained?
Answer : A
The correct answer is A. Neural network. Neural networks, especially deep neural networks, are often described as black box models because their internal decision-making process can be difficult to interpret directly. These models learn through many interconnected layers, weights, activation functions, and hidden representations. Although they may produce highly accurate predictions, it is often hard to clearly explain how a specific input led to a specific output in simple human-understandable terms.
Computer vision is not the best answer because it is an AI application area, not a specific model type. Support vector machines can also be complex in some cases, but neural networks are the most commonly associated with black box behavior in AI explainability discussions. Unsupervised learning is a learning approach, not a specific black box model. ''Semi unsupervised learning'' is not a standard primary machine learning category. Because neural networks are widely known for limited transparency and difficult interpretability, the correct answer is A.