Artificial Intelligence Interview Questions
Questions Answers Views Company eMail

 What is the process of creating new data types in lisp? a) List b) Structures c) Procedures d) None of the mentioned

1 1493

 Which is the primitive that creates new structure types in LISP? a) Defnum b) Deftype c) Defstruct d) None of the mentioned

1 1438

 What should be used with structure names with a combination? a) Make- b) Make c) Create d) Deploy

1 1390

Which enables storage in procedurally indexed places in LISP? a) Defstruct b) Object c) Structure d) None of the mentioned

1 1489

Which creates reader procedures for getting things out of an instance fields? a) Structure in LISP b) Defstruct c) Class d) Object

1 1561

What is the output of the given statement? * (defstruct person (sex nil) (personality ‘nice)) * (setf person-instance-1 (make-person)) * (setf person-instance-2 (make-person :sex ‘female)) a) Person :sex female :personality nice b) Person :sex c) Sex:Female d) None of the mentioned

1 1579

 What is the output of the given statement? * (defstruct person (sex nil) (personality ‘nice)) * (setf person-instance-1 (make-person)) * (setf person-instance-2 (make-person :sex ‘female)) * (person-personality person-instance-2) a) Female b) Nice c) Person d) Both a & b

1 1436

What is the output of the given statement? * (defstruct person (sex nil) (personality ‘nice)) * (setf person-instance-1 (make-person)) * (setf person-instance-2 (make-person :sex ‘female)) * (person-p ‘(this is a list — not a person instance)) a) Female b) Nice c) T d) Nil

1 1507

 What is the output of the given statement? * (defstruct person (sex nil) (personality ‘nice)) * (setf person-instance-1 (make-person)) * (setf person-instance-2 (make-person :sex ‘female)) * (setf (person-surname person-instance-1) ‘winston) a) Winston b) Nil c) T d) Error

1 1935

. What is the output of the given statement? * (defstruct employee (length-of-service 0) (payment ‘salary)) * (setf employee-example (make-employee)) * (employee-length-of-service employee-example) a) T b) NIL c) 0 d) Error

1 1532

What is a data type in which expressions are stored in places identified by integer indexes in LISP? a) Structure b) List c) Array d) None of the mentioned

1 1859

 Which symbol holds the first element and also an index in LISP? a) Nail b) Tail c) Initial d) All of the mentioned

1 1625

 Which keyword is used to construct an array in LISP? a) Array b) Make-array c) Bins d) Make

1 1554

Which is present in the writer procedure for arrays in LISP? a) Setf b) Aref c) Fref d) Both a & b

1 1547

 Which keyword embeds the initial element in an array in LISP? a) Initial b) Initial-content c) Initial-element d) None of the mentioned

1 1744


Un-Answered Questions { Artificial Intelligence }

what is the function of ‘supervised learning’?

44


What is the difference between Type 1 and Type 2 errors?

88


What do you mean by Overfitting? How to avoid this?

83


What is logistic regression? Or state an example when you have used logistic regression recently?

102


What is nltk?

543






Name methods of classification methods?

24


Which is not commonly used programming language for ai?

506


Can we use tensorflow for machine leanring ?

5


Can we implement decision trees in tensorflow ? If Yes? What is function Name ?

5


What is greedy best first search algorithm?

589


Explain the Inductive Learning in Machine Learning?

54


What is PAC Learning?

61


What is future of artificial intelligence?

537


Hill-Climbing algorithm terminates when, a) Stopping criterion met b) Global Min/Max is achieved c) No neighbor has higher value d) Local Min/Max is achieved

3707


What do you know about autoencoders?

115