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 1476

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

1 1420

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

1 1374

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

1 1471

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

1 1547

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 1560

 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 1420

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 1490

 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 1920

. 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 1510

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 1844

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

1 1607

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

1 1537

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

1 1528

 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 1725


Un-Answered Questions { Artificial Intelligence }

What do you understand by normal distribution?

90


Can you define data discretization?

79


Which is the standard data missing marker used in pandas?

128


How will you check if an element 25 is present in a vector?

142


Assume that you are working on a data set, explain how would you select important variables?

131






What are the various dashboards in Tensorflow?

5


What is a z test?

115


What is data science?

135


A complete, local search algorithm always finds goal if one exists, an optimal algorithm always finds a global minimum/maximum. State whether True or False. a) True b) False

1625


What are annotations in programming?

468


What is a neural network and what are some advantages and disadvantages of such a network?

652


When underfitting occurs in a static model?

146


What snow flake schema?

35


What are the various steps involved in an analytics project?

84


Why do we need technology intelligence?

664