AI Robotics Interview Questions
Questions Answers Views Company eMail

To overcome the need to backtrack in constraint satisfaction problem can be eliminated by a) Forward Searching b) Constraint Propagation c) Backtrack after a forward search d) Omitting the constraints and focusing only on goals

1 2044

The BACKTRACKING-SEARCH algorithm in Figure 5.3 has a very simple policy for what to do when a branch of the search fails: back up to the preceding variable and try a different value for it. This is called chronological-backtracking. It is also possible to go all the way to set of variable that caused failure. State whether True or False. a) True b) False

1396

Consider a problem of preparing a schedule for a class of student. This problem is a type of a) Search Problem b) Backtrack Problem c) CSP d) Planning Problem

3310

Constraint satisfaction problems on finite domains are typically solved using a form of ___________. a) Search Algorithms b) Heuristic Search Algorithms c) Greedy Search Algorithms d) DFS/BFS Search Algorithms

1780

Solving a constraint satisfaction problem on a finite domain is an/a ___________ problem with respect to the domain size. a) P complete b) NP complete c) NP hard d) Domain dependent

1952

 ____________ is/are useful when the original formulation of a problem is altered in some way, typically because the set of constraints to consider evolves because of the environment. a) Static CSPs b) Dynamic CSPs c) Flexible CSPs d) None of the above

1 3146

how we install a artificial intelligence software to our computer ?

975

What is “generality” in ai ?

653

In top-down inductive learning methods how many literals are available? What are they?

710

Give a brief introduction to robotics?

565

What is travelling salesman problem?

616

What are applications of expert system?

607

What is prolog in ai?

664

What are benefits of expert systems?

566

What is augmented human intelligence?

545


Post New AI Robotics Questions

Un-Answered Questions { AI Robotics }

What are the components of a robot?

644


What are applications of expert system?

607


Consider a problem of preparing a schedule for a class of student. This problem is a type of a) Search Problem b) Backtrack Problem c) CSP d) Planning Problem

3310


What are difficulties in nlu?

718


Hill-Climbing algorithm terminates when, a) Stopping criterion met b) Global Min/Max is achieved c) No neighbor has higher value d) Local Min/Max is achieved

3731






How to send information from the robot sensors to the robot controllers?

1152


What is the function of the third component of the planning system?

709


Which are necessary for an agent to solve an online search problem? a) Actions b) Step-cost function c) Goal-test d) All of the mentioned

1850


Which kind of agent architecture should an agent an use? a) Relaxed b) Logic c) Relational d) All of the mentioned

1091


What can operate over the joint state space? a) Decision-making algorithm b) Learning algorithm c) Complex algorithm d) Both a & b

1587


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

3469


___________ algorithm keeps track of k states rather than just one. a) Hill-Climbing search b) Local Beam search c) Stochastic hill-climbing search d) Random restart hill-climbing search

3335


 A problem in a search space Is defined by, a) Initial state b) Goal test c) Intermediate states d) All of the above

3691


Name the basic unit of a robot which can be programmed to give instructions to the robot?

1097


The main task of a problem-solving agent is a) Solve the given problem and reach to goal b) To find out which sequence of action will get it to the goal state c) Both a) and b) d) Neither a) nor b)

2970