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 1922

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

1 1764

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

1 1665

 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 1560

 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 2066

 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 1736

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

1 1435

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

1 1529

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

1 1497

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

1 2704

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 2731

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 3316

 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 1828

 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 1566

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 1401


Un-Answered Questions { Artificial Intelligence }

What is rank, shape, and type in tensorflow ?

5


Why do we need generators in Python?

115


Tell me what are the last machine learning papers you've read?

44


What do you understand by text dashboard?

1


What are the roles in ai careers?

515






What do you understand by the selection bias?

93


What is the function of the fourier transform in deep learning?

1


Describe the relationship between machine learning and artificial intelligence?

54


Mention some of the data mining techniques?

21


What graphics card is best?

1


What is an Eigenvalue and Eigenvector?

150


How do you build a custom function in python or r?

118


What are benefits of Tensorflow over other libraries?

5


What is logistic and linear regression? How do you treat multicollinearity and heteroscedasticity in regression? Name some packages in r and python for building regression models.

111


How do you make good annotations?

456