AI Algorithms Interview Questions
Questions Answers Views Company eMail

Which language is used for artificial intelligence?

Flextronics,

732

Tell briefly about the Banker's algorithm and what is it used for?

Impetus,

728

What is breadth-first search algorithm?

750

What are disadvantages uniform cost search algorithm?

1382

What is depth-first search algorithm?

717

What is iterative deepening depth-first search algorithm?

727

What is simulated annealing algorithm?

846

What is meant by a * search algorithm?

718

Name search algorithm technology?

793

What are the disadvantages of breadth-first search algorithm?

862

What is the uniform cost search algorithm?

751

What are the disadvantages of depth-first search algorithm?

756

What is local search algorithms?

742

What is greedy best first search algorithm?

762

What is bidirectional search algorithm?

857


Post New AI Algorithms Questions

Un-Answered Questions { AI Algorithms }

what is software cycle?give a diagramatic representation

2552


Consider the following algorithm: for ( i = 2 ; i <= n ; i++) { for ( j = 0 ; j <= n) { cout << i << j ; j = j + floor(n/4) ; } } (a) What is the output when n = 4 (b) What is the time complexity T(n). You may assume that n is divisible 4.

1475


Which algorithm inverts a complete resolution strategy?

804


Write a code/algorithm to find the frequency of each element in an array?

705


Which language is used for artificial intelligence?

732


Tell briefly about the Banker's algorithm and what is it used for?

728


When an algorithm is considered completed?

1446


list the types of linked list with aid of diagram?

2386


What is the iterative deepening depth-first search algorithm?

737


What is greedy best first search algorithm?

762


What is breadth-first search algorithm?

750


What are the disadvantages of breadth-first search algorithm?

862


What is depth-first search algorithm?

717


Given a series of positive integers. Design an efficient algorithm that can detect pairs whose sum is equal to K such that K = ei + ej, and (i not equal to j).

702


Tell us why is naïve bayes machine learning algorithm naïve?

706