Basic Artificial Intelligence interview Questions for freshers
What is Artificial Intelligence?
A. Artificial Intelligence is a field of computer science wherein the cognitive functions of human brain is studied and tried to be replicated on a machine/system. Artificial Intelligence is today widely used for various applications like computer vision, speech recognition, decision-making, perception, reasoning, cognitive capabilities and many more.
List some applications of AI?
A. Natural language processing
Chat bots
Sentiment analysis
Sales Prediction
Self-driving cars
Facial expression recognition
Image tagging Artificial Intelligence interview questions and answers pdf AI using with Data Science Now a days for Analitical business requirements
Q. List the programming languages in AI?
A. Python
R
Lisp
Prolog
Java
Q. What is an artificial intelligence Neural Networks?
A. Artificial intelligence Neural Networks can model mathematically the way biological brain works, allowing the machine to think and learn the same way the humans do- making them capable of recognizing things like speech, objects and animals like we do.
Q. What is Tower of Hanoi?
A. Tower of Hanoi is a mathematical puzzle which shows how recursion might be utilized as a device in building up an algorithm to take care of a specific problem. Using decision tree and Breath first search algorithm(BFS) we can solve Tower of Hanoi using AI.
Q. Explain Artificial Intelligence programs commonly used algorithms?
A. Classification Algorithms
Regression Algorithms
Clustering Algorithms
Ensemble Learning Algorithms.