How does collaborative AI differ from traditional AI in terms of decision-making processes?

  • Collaborative AI is not used in decision-making.
  • Collaborative AI makes decisions without human input.
  • Traditional AI involves human-AI collaboration in decision-making.
  • Traditional AI relies solely on human decision-making.
Collaborative AI differs from traditional AI by involving human-AI collaboration in decision-making processes. Traditional AI may automate tasks or provide recommendations, but it often requires human oversight and intervention. Collaborative AI actively engages with human decision-makers to jointly make decisions.

Imagine a situation where an AI system responsible for managing critical infrastructure is found to have vulnerabilities that might be exploited by malicious actors. What would be your immediate steps to mitigate risks and ensure continuity of services?

  • Disconnect the AI system from the network and shut it down.
  • Notify relevant authorities and the public about the vulnerabilities.
  • Patch vulnerabilities, monitor the system, and implement additional security measures.
  • Ignore the vulnerabilities as they may not be critical.
Immediate actions should include patching vulnerabilities, enhancing security, and monitoring the system. Transparency is also crucial, but it should be done in a responsible and coordinated manner to avoid unnecessary panic.

You are developing an AI system for loan approval and notice that the model is consistently giving lower approval rates for applicants from a particular demographic. How would you address this issue while adhering to ethical guidelines?

  • Retrain the model on a more diverse dataset.
  • Ignore the bias as it might be a statistical anomaly.
  • Remove demographic data from the model's features.
  • Continue with the existing model as is.
To address bias in AI models, it's essential to retrain the model on a more diverse dataset that includes sufficient representation from underrepresented demographics. This helps reduce bias and ensures fairness in decision-making.

_______ refers to a decentralized approach to machine learning where the model is trained across multiple decentralized devices.

  • Centralized Learning
  • Federated Learning
  • Neural Networks
  • Quantum Computing
Federated Learning is a decentralized approach to machine learning where the model is trained across multiple decentralized devices while keeping data localized. It is used to preserve data privacy while allowing for collaborative model training.

In the context of autonomous vehicles, what does "Level 5" automation represent?

  • Driver Assistance
  • Full Automation
  • No Automation
  • Partial Automation
"Level 5" automation in the context of autonomous vehicles represents Full Automation. It means the vehicle can operate without human intervention in all conditions and environments, including areas without a human driver.

In the development of a new AI technology, you are facing a challenge where the technology is highly efficient but demands an exorbitant amount of energy, thereby having a substantial carbon footprint. How would you mitigate the environmental impact while maintaining efficiency?

  • Ignore the environmental impact for the sake of efficiency.
  • Offset carbon emissions through donations.
  • Optimize the AI algorithms and hardware for energy efficiency.
  • Increase energy consumption to maximize efficiency.
To mitigate the environmental impact (option c), it's crucial to optimize AI algorithms and hardware for energy efficiency. This involves reducing unnecessary energy consumption while maintaining high efficiency, aligning with the growing importance of sustainable AI development.

You are tasked with developing an ML model to predict stock prices. Midway through the project, you notice the model performs well on training data but poorly on unseen data. What strategies would you implement to rectify this issue?

  • Increase the size of the training dataset.
  • Fine-tune the model hyperparameters.
  • Implement regularization techniques like dropout.
  • Use time series-specific features and cross-validation.
To improve the performance of an ML model for stock price prediction, it's crucial to incorporate time series-specific features and use cross-validation to evaluate the model's ability to generalize to unseen data. This will help address overfitting issues.

Which application of AI in e-commerce enhances customer experience by providing personalized recommendations?

  • Fraud Detection
  • Inventory Tracking
  • Product Search
  • Recommendation Systems
AI in e-commerce often enhances the customer experience by offering personalized recommendations. Recommendation systems analyze user data, purchase history, and browsing behavior to suggest products tailored to individual preferences, thereby increasing sales and customer satisfaction.

In NLP, what is the challenge of resolving "coreference"?

  • Aligning words with their part-of-speech tags.
  • Correcting grammatical errors.
  • Identifying which words a pronoun refers to.
  • Separating words into distinct sentences.
Resolving "coreference" in NLP involves identifying which words or phrases pronouns refer to in a text. This challenge is critical for understanding the relationships between different parts of a text and is crucial for tasks like machine translation and text summarization.

Which application of AI in banking is primarily focused on enhancing customer service?

  • Automated fraud detection.
  • Credit risk assessment.
  • Personalized product recommendations.
  • Streamlining internal processes.
AI is used in banking to enhance customer service by providing personalized product recommendations based on a customer's transaction history and preferences. This helps improve customer satisfaction and engagement.