Artificial Intelligence Interview Questions
Questions Answers Views Company eMail

 What is the output of the given statement in LISP? * (Setf part-bins (make-array ‘(4))) a) #Done b) #4 c) #(0 0 0 0) d) None of the mentioned

1 1612

 What is the output of the given statement in LISP? * (setf bins (make-array 2 :initial-element ‘e)) a) E b) E E c) E E E d) E E E E

1 1625

 What is the output of the given statement  in LISP? * (setf part (make-array ‘(8 8))) a) 8 b) 0 0 0 0 0 0 0 0 c) 0 0 0 0 d) 8 rows of 0

1 1531

 What is the output of the given statement in LISP? * (setf bins (make-array 4 :initial-element ‘e)) * (aref bins 0) a) E b) 0 c) 4 d) None of the mentioned

1 1595

 What is the output of the given statement in LISP? * (Setf part-bins (make-array ‘(4))) * (setf (aref part-bins 0) ‘nails); * (setf (aref part-bins 1) ‘nuts); * (setf (aref part-bins 2) ‘bolts) * (setf (aref part-bins 3) ‘bike) * (aref part-bins 2) * (setf (aref part-bins 4) ‘car) a) Nails b) Nuts c) 2 d) Error

1 1594

 Explain what is prolog programming language? What is it based on?

1 1475

Name the sector where prolog programming language is used?

1 5695

 Explain why PROLOG language is stated as a procedural language?

1 3018

Explain what is List structures in Prolog?

1 1643

 Why in prolog it is said that Program and Data are the same thing?

1 1673

 Mention who is referred as a Member in Prolog?

1 1823

 Mention what is the difference between = and = = in Prolog?

1 1681

 Explain why matching variable is important in Prolog? What is the method to match variables?

1 3747

 Explain what is recursion in Prolog?

1 1724

 Explain what is SWI-Prolog?

1 2119


Un-Answered Questions { Artificial Intelligence }

What are the five popular algorithms we use in machine learning?

52


Describe the various steps involved while carrying out an analytical project?

111


Please explain the goal of a/b testing.

89


Where can you run a Tensorflow?

5


What is the goal of the clustering?

105






I’m not a developer but I am being hacked and I see same stuff in my browser how can I use my browser info to determine who has my identity Here is the browser information https://search.yahoo.com/search?p=date+camp&fr=iphone&.tsrc=apple&pcarrier=TFW&pmcc=311&pmnc=480&vm=r Please help this is on going for 6 years

592


Which classifier is best in machine learning?

68


A dice is rolled twice, what is the probability that on the second chance it will be a 6?

114


Write a program to segment a long string into a group of valid words using Dictionary. The result should return false if the string cannot be segmented. Also explain about the complexity of the devised solution.

205


What is a recommendation system?

61


What is the purpose of intelligence?

546


What is PAC Learning?

61


What is cure?

101


Tell me how does deep learning contrast with other machine learning algorithms?

1


What is the use of naive bayes?

68