How does AI contribute to fraud detection in banking transactions?

  • By analyzing transaction patterns and identifying anomalies.
  • By encrypting all financial transactions.
  • By focusing solely on high-value transactions.
  • By replacing human bank tellers with AI bots.
AI contributes to fraud detection in banking by analyzing transaction patterns and identifying anomalies that might indicate fraudulent activity. Machine learning algorithms can learn from historical data to detect unusual behavior in real-time, helping to prevent and mitigate fraud.

Which encryption technique might be utilized to perform computations on data while it is still encrypted?

  • AES (Advanced Encryption Standard)
  • Homomorphic Encryption
  • RSA (Rivest–Shamir–Adleman)
  • SSL (Secure Sockets Layer)
Homomorphic encryption allows computations to be performed on encrypted data without needing to decrypt it first, thereby ensuring data privacy while enabling useful computations.

How does AI contribute to fraud detection in online transactions?

  • AI can't effectively detect fraud in online transactions.
  • AI only helps in transaction processing.
  • AI relies solely on human intervention for fraud detection.
  • AI uses machine learning algorithms to identify unusual patterns and flag potentially fraudulent transactions.
AI contributes significantly to fraud detection in online transactions by using machine learning algorithms to detect unusual patterns in transactions. It can analyze vast amounts of data in real-time, identify potential fraud, and trigger alerts for further investigation.

Which of the following approaches helps in reducing the environmental impact of training large-scale AI models?

  • Increasing the batch size during training.
  • Training models on local devices only.
  • Using more complex model architectures.
  • Using renewable energy sources for model training.
Using renewable energy sources for model training is a sustainable approach to reduce the environmental impact. Large-scale AI model training can be energy-intensive, and switching to clean energy sources helps mitigate this impact.

Which legislation is designed to protect the privacy and security of personal information in the European Union?

  • CCPA (California Consumer Privacy Act)
  • COPPA (Children's Online Privacy Protection Act)
  • GDPR (General Data Protection Regulation)
  • HIPAA (Health Insurance Portability and Accountability Act)
GDPR (General Data Protection Regulation) is a comprehensive European Union regulation that governs the privacy and security of personal data. It imposes strict requirements on how organizations handle and protect personal information.

Why is scalability crucial in AI development?

  • To enhance user experience.
  • To handle larger and more complex datasets.
  • To improve algorithm efficiency.
  • To reduce energy consumption.
Scalability is crucial in AI development because it allows AI systems to handle larger and more complex datasets. As AI models become more sophisticated, they require the ability to process vast amounts of data efficiently to deliver accurate results.

In the context of NLP, what does "tokenization" refer to?

  • Breaking down a text into words, phrases, symbols, or other meaningful elements (tokens).
  • Compressing a text to reduce its size.
  • Converting a text into a numeric representation.
  • Encrypting a text for secure transmission.
Tokenization in NLP refers to the process of breaking down a text into its individual components, such as words or phrases, to facilitate analysis. This step is essential for various NLP tasks like text classification and language modeling.

How does a "language model" assist in the functionality of NLP?

  • It extracts named entities from a text.
  • It identifies the sentiment of a text.
  • It provides a statistical model for understanding grammar and sentence structure.
  • It translates text from one language to another.
A "language model" assists in NLP by providing a statistical framework for understanding the grammar, sentence structure, and context of a given text. Language models, like BERT or GPT-3, enable tasks like text generation, sentiment analysis, and language understanding.

Which international organization has set guidelines for the development and use of AI technologies globally?

  • International Monetary Fund (IMF)
  • North Atlantic Treaty Organization (NATO)
  • United Nations (UN)
  • World Health Organization (WHO)
The United Nations (UN) has been actively involved in setting guidelines and discussions on AI technologies to ensure they are developed and used in a way that is safe, ethical, and aligned with global interests. Other organizations may have their roles but are not as central to AI governance.

The Chinese Room Argument, which challenges the concept of strong AI, was proposed by philosopher _______.

  • Alan Turing
  • John Searle
  • Marvin Minsky
  • Ray Kurzweil
The Chinese Room Argument was proposed by philosopher John Searle in 1980. It argues that simply running a computer program cannot give a machine a "mind" or consciousness, challenging the idea of strong artificial intelligence.

In the context of privacy-preserving AI, what is the primary purpose of homomorphic encryption?

  • To anonymize user identities.
  • To perform computations on encrypted data without decryption.
  • To protect data during transmission.
  • To securely store data in the cloud.
The primary purpose of homomorphic encryption is to enable computations on encrypted data without the need for decryption. This is crucial for privacy-preserving AI as it allows data to remain encrypted while still being useful for analysis and processing.

Which of the following is a common technical challenge in developing AI systems?

  • Color Schemes
  • Data Quality
  • Typography
  • User Interface Design
Data Quality is a common technical challenge in AI development because the quality of data directly impacts the performance and accuracy of AI models. Clean, relevant, and well-structured data is essential for training AI systems effectively.