adspace




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 2529

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

1 2446

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

1 2348

 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 2211

 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 2776

 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 2469

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

1 2129

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

1 2248

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

1 2151

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

1 3410

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 3409

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 3976

 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 2441

 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 2213

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 2089


Un-Answered Questions { Artificial Intelligence }

What are the apis outside tensorflow project?

77


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

70


How do biases in AI models amplify existing inequalities?

67


How can federated learning be used to train AI models?

175


What are the benefits and risks of using AI in financial risk analysis?

157


How do you measure fairness in an AI model?

75


What techniques can improve the explainability of AI models?

76


Tell us do you have research experience in machine learning?

222


How can AI be used to predict patient outcomes?

144


Explain the difference between data bias and algorithmic bias.

66


What is model interpretability, and why is it important?

190


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

79


How do you ensure that your models are fair and unbiased?

159


How does a cloud data platform help in managing Gen AI projects?

123


What are standardization and normalisation? Give one advantage of each over the other?

146