Artificial Intelligence Interview Questions
Questions Answers Views Company eMail

Optimality of BFS is a) When there is less number of nodes b) When all step costs are equal c) When all step costs are unequal d) Both a & c

1788

How many successors are generated in backtracking search? a) 1 b) 2 c) 3 d) 4

3380

What is the space complexity of Greedy search? a) O(b) b) O(bl) c) O(m) d) O(bm)

1 5151

 In A* approach evaluation function is a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost

4438

 In A* approach evaluation function is a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost

1668

 A* is optimal if h(n) is an admissible heuristic-that is, provided that h(n) never underestimates the cost to reach the goal. a) True b) False

1671

What is the other name of informed search strategy? a) Simple search b) Heuristic search c) Online search d) None of the mentioned

4760

What is the heuristic function of greedy best-first search? a) f(n) != h(n) b) f(n) < h(n) c) f(n) = h(n) d) f(n) > h(n)

1131

Which search uses only the linear space for searching? a) Best-first search b) Recursive best-first search c) Depth-first search d) None of the mentioned

2629

Which method is used to search better by learning? a) Best-first search b) Depth-first search c) Metalevel state space d) None of the mentioned

3454

 Which is used to improve the performance of heuristic search? a) Quality of nodes b) Quality of heuristic function c) Simple form of nodes d) None of the mentioned

4282

 In many problems the path to goal is irrelevant, this class of problems can be solved using, a) Informed Search Techniques b) Uninformed Search Techniques c) Local Search Techniques d) Only a and b

2378

Though local search algorithms are not systematic, key advantages would include a) Less memory b) More time c) Finds a solution in large infinite space d) No optimum solution

1830

A complete, local search algorithm always finds goal if one exists, an optimal algorithm always finds a global minimum/maximum. State whether True or False. a) True b) False

1649

_______________ Is an algorithm, a loop that continually moves in the direction of increasing value – that is uphill a) Up-Hill Search b) Hill-Climbing c) Hill algorithm d) Reverse-Down-Hill search

1 2214


Un-Answered Questions { Artificial Intelligence }

List some tools for training nlp models?

503


What is the difference between tf.variable and tf.placeholder?

5


Are cuda cores important?

1


Differentiate between univariate, bivariate and multivariate analysis?

108


What are the different types of Machine Learning?

77






What are the three stages of building the hypotheses or model in machine learning?

62


What are the two different kinds of steps that we can take in constructing a plan?

447


What is syntax natural language processing terminology?

485


How can you import data in tensorflow ?

5


Tell me what are your favorite use cases of machine learning models?

64


What does the language of fopl consists of?

550


How to work towards a random forest?

105


Tell me what are cubes?

27


What are the variables in tensorflow?

1


How do we separate one dimensional, two dimensional and three-dimensional data?

44