Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

AI Algorithms Interview Questions
Questions Answers Views Company eMail

Write an algorithm to traverse a knight covering all the squares on a chessboard starting at a particular point.

Amazon,

982

Explain the concept behind dead lock avoidance, banker's algorithm.

HPCL, Hughes Systique Corporation,

1025

Explain the Canny's Algorithm.

Adobe,

978

A lot of questions were asked on sorting for eg. Best algorithm on the basis of number of swaps, number of comparisons etc.

DELL,

1220

Define Routing Algorithm?

Maveric,

1049

Give a general algorithm for converting a m-array tree to a 2-ary tree.

Tech Mahindra,

988

Give an example of an O (n) algorithm and O (n*n) algorithm such that the algorithm is slower.

Aspiring Minds,

993

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).

Expedia,

944

Given a sorted array of n integers that has been rotated i(unknown) number of times, give a (log n) algorithm that finds an element in the array.

Expedia,

1223

Sorting algorithms and time complexity of various algorithms.

InterGraph,

1002

What are the complexities of sorting algorithms and how can this complexity be calculated?

Tech Mahindra,

1015

Why size of integer depends on the machine architecture then what the best sorting algorithm and why?

HPCL, Hughes Systique Corporation,

971

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

ITC Indian Tobacco Company,

926

Write the Shortest path algorithm for a graph.

Tech Mahindra,

1 1921

What is the most efficient way to store 1 million phone numbers memory-wise?

Aspire, Infogain,

1849


Post New AI Algorithms Questions

Un-Answered Questions { AI Algorithms }

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.

1701


What is breath-first search algorithm?

933


A* algorithm is based on which search method?

1563


What are the complexities of sorting algorithms and how can this complexity be calculated?

1015


What do you mean by overfitting and underfitting algorithms?

1014


What is the uniform cost search algorithm?

941


Which is the most straight forward approach for planning algorithm?

1069


What is the bidirectional search algorithm?

962


Give an algorithm for the following problem. Given a list of n distinct positive integers, partition the list into two sublists, each of size n/2, such that the difference between the sums of the integers in the two sublists is minimized. You may assume that n is a multiple of 2.

2682


Which algorithm is used for solving temporal probabilistic reasoning?

1094


Why size of integer depends on the machine architecture then what the best sorting algorithm and why?

971


Explain me what's your favorite algorithm, and can you explain it to me in less than a minute?

1097


What features would you use to build a recommendation algorithm for users?

984


What is software cycle? Give a diagrammatic representation?

895


Draw a flowchart to find the average of four number?

4288