Which of the following applications of AI pertains to the field of finance?

  • Algorithmic trading
  • Autonomous vehicles
  • Language translation
  • Weather forecasting
Algorithmic trading is a prominent application of AI in the field of finance. It involves using AI algorithms to make high-frequency trading decisions based on market data and trends. While AI is used in various fields, this application is particularly relevant to finance.

Which AI technology is crucial for enabling vehicles to understand and interpret visual cues?

  • Computer Vision
  • Natural Language Processing
  • Quantum Computing
  • Reinforcement Learning
Computer Vision plays a crucial role in enabling vehicles to understand and interpret visual cues such as recognizing objects, pedestrians, traffic signs, and road conditions. It's an essential technology for autonomous driving systems.

What does "swarm robotics" refer to?

  • A group of robots that communicate and coordinate their actions to accomplish tasks collectively.
  • A robot that can move at high speeds.
  • A type of insect-like robot.
  • The use of drones for surveillance.
"Swarm robotics" refers to a field of robotics where a group of robots works together in a coordinated and decentralized manner to achieve a common goal. They communicate and collaborate without a central controller, inspired by the behavior of social insects like ants or bees.

In a scenario where an AI deployed in financial trading starts making highly risky trades due to a data anomaly, how would you design a system to prevent this in the future while maintaining the ability to capitalize on legitimate opportunities?

  • Disable the AI system and rely solely on human traders.
  • Implement strict trading limits for the AI and increase human oversight.
  • Allow the AI to continue risky trading to maximize profits.
  • Ignore the anomaly, as it may be a temporary issue.
To prevent risky trading while capitalizing on legitimate opportunities, you should increase human oversight, implement strict limits, and develop algorithms to detect and react to anomalies. Balancing risk and reward is essential in financial AI systems.

Which of the following applications is typically not associated with NLP?

  • Sentiment analysis of social media posts.
  • Language translation.
  • Weather forecasting.
  • Virtual personal assistants.
Weather forecasting is typically not associated with NLP. While NLP is essential in understanding and processing human language, weather forecasting relies on meteorological data and scientific models to predict weather conditions.

The principle of "_______" refers to the ethical guideline that AI systems should be transparent and explainable.

  • Accountability
  • Inscrutability
  • Opacity
  • Transparency
The principle of "Transparency" in AI ethics emphasizes that AI systems should be designed in a way that their decisions and operations can be understood and explained by humans. This promotes trust and accountability in AI systems.

Developing AI systems that can effectively handle _______ learning is crucial for adapting to dynamic environments with non-stationary data distributions.

  • Lifelong
  • Reinforcement
  • Supervised
  • Unsupervised
Developing AI systems capable of Lifelong Learning is crucial for adapting to dynamic environments with non-stationary data distributions. Lifelong learning allows systems to continuously acquire knowledge and adapt to new tasks and data distributions over time.

Which algorithm is least likely to be used in a real-time bidding (RTB) system in programmatic advertising?

  • Decision Trees
  • K-Means Clustering
  • Logistic Regression
  • Reinforcement Learning
Reinforcement Learning is the least likely to be used in real-time bidding (RTB) systems in programmatic advertising. RTB systems require rapid decision-making based on historical data and current conditions, which doesn't align with the training process of reinforcement learning.

Which of the following is not a primary function of robots in manufacturing automation?

  • Assembling products.
  • Cooking food.
  • Handling materials.
  • Welding components.
Cooking food is not a primary function of robots in manufacturing automation. Robots in manufacturing are typically used for tasks such as assembling products, welding components, and handling materials to improve efficiency and precision in industrial processes.

The "_______" problem in AI safety involves ensuring that an AI system continues to operate safely even when it grows in capability.

  • Alignment
  • Flexibility
  • Robustness
  • Scalability
The "Alignment" problem in AI safety pertains to making sure that as AI systems become more capable and powerful, they remain aligned with human values and objectives. This is crucial to avoid unintended consequences or unsafe behavior as AI systems evolve.