adspace




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 2158

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

1 2152

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

1 2085

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 2092

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

1 2207

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 2562

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 2226

 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 2261

 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 2819

 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 2015

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

1 4472

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

1 3815

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

1 2249

 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 3262

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 2771


Un-Answered Questions { Artificial Intelligence }

Why is data considered crucial in AI projects?

119


How is AI used in procedural content generation?

166


Why is it beneficial to run AI models on edge devices (IoT)?

162


How does human feedback improve AI models?

182


How do you integrate Generative AI models with existing enterprise systems?

119


How do Generative AI models create synthetic data?

123


What ethical concerns arise when AI models are treated as "black boxes"?

79


Explain how AI models create realistic game physics.

153


Provide examples of industries where fairness in AI is particularly critical.

70


What tools do you use for managing Generative AI workflows?

116


What are the challenges in applying AI to environmental issues?

170


What is in-processing bias mitigation, and how does it work?

67


How do domain-specific requirements affect AI system design?

145


What are the best practices for deploying Generative AI models in production?

117


Explain the difference between supervised, unsupervised, and reinforcement learning.

160