Artificial Intelligence Interview Questions
Questions Answers Views Company eMail

Explain what is backtracking in Prolog?

1 2677

Mention what is the difference between Prolog and normal programming language?

1 4542

Mention what is Cut (!) in Prolog and what is the advantage of ‘Cut’ and ‘Negation’?

1 2208

Mention why you have to use “is” instead of “=” in Prolog when it comes to applying calculation logic?

1 1614

 Explain where you use + operator in Prolog?

1 1589

 In “cuts” what is the Parent goal in Prolog?

1 1903

Explain with an example what is “Setof” predicate in Prolog?

1 1808

Explain what is the difference between bagof/3 and setof/3 predicate in Prolog?

1 2171

As you're starting work on your game, one of your colleagues suggests avoiding pathfinding completely, and just using potential fields for pathfinding and navigation. He suggests that you just overlay a big 2D grid over the world, with each cell indicating the distance to the nearest obstacle. Is his idea feasible? Why or why not? When would it cause problems? Regardless of the answer to that question, what are some of the other ways that such a system could be used?

667

You're implementing a medieval strategy game in which pikemen should always walk in front of archers, and catapults should always be behind the archers. Explain how you could implement the movement system to ensure that you keep pikemen in front and catapults in the rear as much as possible. Explain how your answer might be different depending on whether or not the units simply need to end up in that configuration when they reach that destination, or if they need to maintain that formation while moving.

655

You're tasked with implementing a crowd that walks around the streets of a city. Describe some ways you could implement this in a fast and efficient manner. How do you ensure that crowd members don't touch each other while moving? How do you get crowd members to get out of each others way, and ensure that no two crowd members can get stuck trying to get around each other?

592

What are the undesirable properties of knowledge?

1 8675

How should knowledge be represented to be used for an AI technique?

1 3659

How many types of entities are there in knowledge representation?

1 3668

What are the properties of a good knowledge representation system?

1 11841


Un-Answered Questions { Artificial Intelligence }

A test has a true positive rate of 100% and a false-positive rate of 5%. There is a population with a 1/1000 rate of having the condition the test identifies. Considering a positive test, what is the probability of having that condition?

100


What is a robot locomotion?

561


What laptop should I buy for data science?

98


Explain the differences between univariate, bivariate and multivariate analysis?

88


Why is classification needed?

109






How can you do Debugging in TensorFlow ?

5


Which are the two components of bayesian logic program?

40


What is RNN and What are applications of convolution neural network ?

5


What is pragmatic analysis in nlp?

626


Name of the industry which highly used the robots?

633


What is a tensorflow?

1


How are artificial neural networks different from normal computers?

896


Explain why is naive bayes better than decision tree?

47


What are outlier values?

134


Write a function that takes in two sorted lists and outputs a sorted list that is their union?

176