Artificial Intelligence Interview Questions
Questions Answers Views Company eMail

 Which is uses their arguments to build intermediate forms and evaluating them to produce a value? a) Backquote b) Macros c) List d) Procedures

1 1463

Which keyword is used to define macro procedures in LISP? a) Defun b) Demacro c) Defmacro d) None of the mentioned

1 1469

Which do not evaluate their arguments in LISP? a) List b) Procedure c) Setf d) Macros

1 1366

What is the difference between the appearance of macro and ordinary definition in LISP? a) Argument list b) Reture value c) Just the defining keyword d) None of the mentioned

1 1376

Which forms can be constructed with the same primitives that manipulate lisp expressions? a) Lisp b) Macro c) Procedure d) Defun

1 1389

Which exploit the fact that lisp forms are just expressions meant to be evaluated? a) List b) Procedure c) Macro d) None of the mentioned

1 1768

Pick out the correct statement about macro. a) Macro is dependant. b) Macro is interoperable c) Macro is complex d) Macro deserve their own file

1 1492

 What is the output of the given statement? * (setf pressure -3) * (when-plusp pressure (print ‘alarm)); a) T b) Nil c) Alarm d) None of the mentioned

1 1548

 What is the output of the given statement? * (setf pressure 3) * (when-plusp pressure (print ‘alarm)); a) Alarm b) Alarm Alarm c) 1 d) Nil

1 2069

 What is the output of the given statement? * (defun when-plusp-with-bug (number result); (when (plusp number) result)); * (setf pressure -2) * (when-plusp-with-bug pressure (print ‘alarm)) a) Alarm b) Nil c) Both a & b d) None of the mentioned

1 1389

Which is used to represent the prompt in lisp? a) # b) $ c) & d) *

1 3749

 Which notation facilitates uniformity in lisp? a) Prefix b) Postfix c) Infix d) None of the mentioned

1 3027

 Which is a procedures supplied by user in terms of primitives? a) Custom b) User-defined c) Definite d) All of the mentioned

1 1574

 What is the process of reserving a place in computer memory to store a value for a symbol? a) Storing b) Ranging c) Binding d) None of the mentioned

1 2605

What is the general pattern that shows how the various parts of an expression fit together? a) Template b) Pattern c) Match d) Both a & b

2 1876


Un-Answered Questions { Artificial Intelligence }

What is variables in tensorflow ?

5


Why is it important for the royal society to be doing a project about machine learning?

46


Which laptop is best for data analysis?

92


What is semantics natural language processing terminology?

528


Explain Data Mining Languages Standardization?

28






What is constant in tensorflow ?

5


What are the different performance metrics for evaluating Uber services?

99


Explain difficulties in nlu?

594


Can we use Tensorflow libraries for NLP ?

5


What are some common unsupervised tasks other than clustering?

46


Define density based method?

29


Explain types of statistical data?

100


What are cases and variables?

756


Anaconda is a wikipedia programming language?

105


Explain the working of roc curve?

1