Artificial Intelligence Interview Questions
Questions Answers Views Company eMail

 Is it possible to call LISP functions from other languages?

1 2516

Mention what are the three functions required by LISP?

1 2453

Explain what is a predicate in LISP?

1 1608

 Explain what is the importance of the hash table in LISP?

1 1925

 Explain LISP-Vectors?

1 1375

 Explain what is the property list in LISP?

1 1712

 Mention what are the two pre-defined packages used in LISP?

1 1590

Explain what is slot and what are the most commonly used slot options?

1 1413

Explain what is CLOS in LISP? What are the goals of the common lisp object system?

1 1297

 Explain what is setq is used for in LISP?

1 1612

Which is used to build the lisp procedures? a) Data b) Primitives c) Definition d) None of the mentioned

1 1801

 Which primitive removes all but the last element from the list? a) Last b) First c) Remove d) Revoke

1 1838

 What is a symbol thought of as a name for a place to store value? a) Data b) Variable c) Parameters d) None of the mentioned

1 1697

How many types of variables are available in lisp? a) 1 b) 2 c) 3 d) 4

1 1745

What are the variables that are bound and that have values assigned to them? a) Data b) Variable c) Parameters d) None of the mentioned

1 1761


Un-Answered Questions { Artificial Intelligence }

You are given two tables- friend_request and request_accepted. Friend_request contains requester_id, time and sent_to_id and request_accepted table contains time, acceptor_id and requestor_id. How will you determine the overall acceptance rate of requests?

129


What is game playing ai?

58


What is Genetic Programming?

55


A jar has 1000 coins, of which 999 are fair and 1 is double headed. Pick a coin at random, and toss it 10 times. Given that you see 10 heads, what is the probability that the next toss of that coin is also a head?

1151


How is true positive rate and recall related? Write the equation.

97






Explain ID3 Algorithm?

29


What is sequence classification?

53


How much ram do I need for tensorflow?

1


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

1776


Explain the decision tree algorithm?

136


what are some advantages and disadvantages of neural network?

667


How to solve multi-collinearity?

134


What are the five popular algorithms of Machine Learning?

65


What is the general principle of an ensemble method and what is bagging and boosting in ensemble method?

47


How k-means clustering is different from knn?

3