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,

942

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

HPCL, Hughes Systique Corporation,

984

Explain the Canny's Algorithm.

Adobe,

934

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

DELL,

1193

Define Routing Algorithm?

Maveric,

1004

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

Tech Mahindra,

960

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

Aspiring Minds,

965

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,

915

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,

1177

Sorting algorithms and time complexity of various algorithms.

InterGraph,

965

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

Tech Mahindra,

975

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

HPCL, Hughes Systique Corporation,

931

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

ITC Indian Tobacco Company,

898

Write the Shortest path algorithm for a graph.

Tech Mahindra,

1 1861

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

Aspire, Infogain,

1816


Post New AI Algorithms Questions

Un-Answered Questions { AI Algorithms }

What was deep learning, & how does it contrast with other machine learning algorithms?

956


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

965


Which language is used for artificial intelligence?

926


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

931


What is depth-first search algorithm?

912


What is bidirectional search algorithm?

1101


Which algorithm inverts a complete resolution strategy?

1124


Consider the following algorithm, where the array A is indexed 1 through n: int add_them ( int n , int A[ ] ) { index i , j , k ; j = 0 ; for ( i = 1 ; i <= n ; i++) j = j + A[i] ; k = 1 ; for ( i = 1 ; i <= n ; i++) k = k + k ; return j + k ; } (a) If n = 5 and the array A contains 2, 5, 3, 7, and 8, what is returned? (b) What is the time complexity T(n) of the algorithm?

2361


Can you list some use cases where classification machine learning algorithms can be used?

886


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

961


list the types of linked list with aid of diagram?

2637


Which is the most straight forward approach for planning algorithm?

1027


Which search algorithm will use a limited amount of memory in online search?

1094


Tell us how will you know which machine learning algorithm to choose for your classification problem?

905


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.

1673