Artificial Intelligence Interview Questions
Questions Answers Views Company eMail

 What is the output of the following statement? * (+ 3.14 2.71) a) 3.14 b) 2.71 c) 5.84 d) 5.85

1 1926

 What is the output of the following statement? * (first ‘( p h w)) a) P b) H c) W d) phw

1 1767

 What is the output of the following statement? * ( first (rest (first ‘((a b) (c d))))) a) a b) b c) c d) d

1 1669

 What is the output of the following statement? * ‘(first (first (rest (rest ((a b) (c d) (e f)))))) a) a b) b c) ab d) (FIRST (FIRST (REST (REST ((A B) (C D) (E F))))))

1 1565

 What is the output of the following statement? * (cdr ‘(a b c)) a) a b) B c) (B C) D) None of the mentioned

1 2070

 Which process helps to build a large and complicated programs in LISP? a) Abstraction b) Mapping c) Data abstraction d) None of the mentioned

1 1740

 What is partly embedded in the knowledge of your programming for manipulating applications? a) Programming cliches b) Procedures c) Abstraction d) Data

1 1438

 How many items are available in mapping primitives are there? a) 3 b) 4 c) 5 d) 6

1 1530

Which makes it easy to identify the first entry encountered that satisfies a given predicate? a) Reusing b) Revoking c) Template d) Filtering

1 1498

How many access procedures are avilable in lisp? a) 1 b) 2 c) 3 d) 4

1 2705

What is the output of the following statement? * (defun book-author (book) (second book)) * (setf book-example-1 ‘((Artificial Intelligence) (Patrick) (Technical AI))) * (book-author book-example-1) a) Artificial Intelligence b) Patrick c) Technical AI d) None of the mentioned

1 2732

What is the output of the following statement? * (defun make (title author) (list (list ‘title title) (list ‘author author))) * (setf book (make ‘(Common Lisp) ‘(Guy steele))) a) Common Lisp b) Guy steele c) Make d) ((TITLE (COMMON LISP)) (AUTHOR (GUY STEELE)))

1 3321

 What is the output of the following statement? * (defun make (title author) (list (list ‘title title) (list ‘author author))) * (setf book (make ‘(Common Lisp) ‘(Guy steele))) * (defun book-author-writer (book author) (cons (list ‘author author) book)) a) Book b) Book-author c) Book-author-writer d) None of the mentioned

1 1831

 What is the output of the following statement? * (setf book (book=author-writer book ‘(guy steele))) a) Guy b) Steele c) Error d) None of the mentioned

1 1569

What is the output of the following statement? * (defun (input-list) (if (endp input-list) nil (cons ( (first input-list)) ( (rest input-list))))) a) Procedure b) Transforming c) Input d) Error

1 1402


Un-Answered Questions { Artificial Intelligence }

Explain what is discrete and continuous data in data mining world?

34


Tell us which data visualization libraries do you use? What are your thoughts on the best data visualization tools?

136


How is bayes' theorem useful in a machine learning context?

36


What is sequence model?

64


What are the common tensorflow operations?

3






How does deductive and inductive machine learning differ?

78


What do you mean by tensorflow cluster?

1


Which functions are used as preferences over state history? a) Award b) Reward c) Explicit d) Implicit

1436


What prior subject is required to become a data analyst?

98


What is a linear regression in data science?

119


What is phonology natural language processing terminology?

503


What are expert systems limitations?

510


List down various approaches for machine learning?

38


Define genetic algorithm?

29


Explain about the various time series forecasting technqiues.

105