InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Speech Segmentation is a subtask of Speech Recognition.(a) True(b) FalseI got this question in semester exam.Question is from Natural Language Processing in division Communicating, Perceiving and Acting of Artificial Intelligence |
| Answer» | |
| 2. |
Given a sound clip of a person or people speaking, determine the textual representation of the speech.(a) Text-to-speech(b) Speech-to-text(c) All of the mentioned(d) None of the mentionedThe question was posed to me during an online exam.The question is from Natural Language Processing in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The correct option is (b) Speech-to-text |
|
| 3. |
Many words have more than one meaning; we have to select the meaning which makes the most sense in context. This can be resolved by ____________(a) Fuzzy Logic(b) Word Sense Disambiguation(c) Shallow Semantic Analysis(d) All of the mentionedI got this question in class test.My question is based upon Natural Language Processing topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT choice is (B) Word Sense Disambiguation Explanation: Shallow SEMANTIC ANALYSIS doesn’t cover word sense disambiguation. |
|
| 4. |
IR (information Retrieval) and IE (Information Extraction) are the two same thing.(a) True(b) FalseThis question was addressed to me during an online exam.Origin of the question is Natural Language Processing in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT choice is (b) False To elaborate: Information retrieval (IR) – This is concerned with storing, searching and retrieving information. It is a separate field within computer science (closer to databases), but IR relies on some NLP METHODS (for example, STEMMING). Some current research and applications seek to bridge the gap between IR and NLP. Information extraction (IE) – This is concerned in general with the extraction of semantic information from text. This COVERS tasks such as named entity recognition, Coreference resolution, relationship extraction, etc. |
|
| 5. |
Parsing determines Parse Trees (Grammatical Analysis) for a given sentence.(a) True(b) FalseI got this question during an interview for a job.This key question is from Natural Language Processing topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Correct CHOICE is (a) True |
|
| 6. |
Parts-of-Speech tagging determines ___________(a) part-of-speech for each word dynamically as per meaning of the sentence(b) part-of-speech for each word dynamically as per sentence structure(c) all part-of-speech for a specific word given as input(d) all of the mentionedThe question was posed to me in a job interview.I want to ask this question from Natural Language Processing in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Right option is (d) all of the mentioned |
|
| 7. |
OCR (Optical Character Recognition) uses NLP.(a) True(b) FalseI got this question during an online exam.Asked question is from Natural Language Processing in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Correct CHOICE is (a) True |
|
| 8. |
Natural Language generation is the main task of Natural language processing.(a) True(b) FalseThis question was addressed to me in a national level competition.My enquiry is from Natural Language Processing in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT OPTION is (a) True To EXPLAIN I would SAY: Natural Language Generation is to Convert information from COMPUTER databases into readable human language. |
|
| 9. |
Given a stream of text, Named Entity Recognition determines which pronoun maps to which noun.(a) False(b) TrueI had been asked this question in homework.Question is from Natural Language Processing topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT choice is (a) False To elaborate: Given a STREAM of text, Named ENTITY Recognition determines which items in the text MAPS to proper NAMES. |
|
| 10. |
The more general task of coreference resolution also includes identifying so-called “bridging relationships” involving referring expressions.(a) True(b) FalseThe question was posed to me in an interview for job.Asked question is from Natural Language Processing in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The correct OPTION is (a) True |
|
| 11. |
What is Machine Translation?(a) Converts one human language to another(b) Converts human language to machine language(c) Converts any human language to English(d) Converts Machine language to human languageThis question was addressed to me during an interview.I want to ask this question from Natural Language Processing in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The correct option is (a) Converts one human language to another |
|
| 12. |
What is Coreference Resolution?(a) Anaphora Resolution(b) Given a sentence or larger chunk of text, determine which words (“mentions”) refer to the same objects (“entities”)(c) All of the mentioned(d) None of the mentionedThis question was posed to me during an interview.This intriguing question comes from Natural Language Processing topic in section Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Correct CHOICE is (B) Given a sentence or larger chunk of text, determine which words (“mentions”) refer to the same objects (“ENTITIES”) |
|
| 13. |
Choose form the following areas where NLP can be useful.(a) Automatic Text Summarization(b) Automatic Question-Answering Systems(c) Information Retrieval(d) All of the mentionedI have been asked this question by my school principal while I was bunking the class.I'd like to ask this question from Natural Language Processing topic in section Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT OPTION is (d) All of the mentioned The EXPLANATION is: NONE. |
|
| 14. |
Which of the following includes major tasks of NLP?(a) Automatic Summarization(b) Discourse Analysis(c) Machine Translation(d) All of the mentionedThe question was asked in an internship interview.Question is taken from Natural Language Processing topic in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Right CHOICE is (d) All of the mentioned |
|
| 15. |
Modern NLP algorithms are based on machine learning, especially statistical machine learning.(a) True(b) FalseThis question was posed to me by my school teacher while I was bunking the class.Asked question is from Natural Language Processing topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT CHOICE is (a) True Best EXPLANATION: NONE. |
|
| 16. |
What is the main challenge/s of NLP?(a) Handling Ambiguity of Sentences(b) Handling Tokenization(c) Handling POS-Tagging(d) All of the mentionedThis question was posed to me in an interview.Question is from Natural Language Processing in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The correct ANSWER is (a) Handling Ambiguity of Sentences |
|
| 17. |
NLP is concerned with the interactions between computers and human (natural) languages.(a) True(b) FalseI got this question in class test.My doubt is from Natural Language Processing topic in section Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The CORRECT option is (a) True |
|
| 18. |
If a robot can alter its own trajectory in response to external conditions, it is considered to be __________(a) intelligent(b) mobile(c) open loop(d) non-servoThis question was addressed to me in unit test.This intriguing question originated from Robotics topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The CORRECT OPTION is (a) intelligent |
|
| 19. |
What is the field of Natural Language Processing (NLP)?(a) Computer Science(b) Artificial Intelligence(c) Linguistics(d) All of the mentionedThis question was posed to me in an interview for internship.Enquiry is from Natural Language Processing topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The CORRECT CHOICE is (d) All of the mentioned |
|
| 20. |
In a rule-based system, procedural domain knowledge is in the form of __________(a) production rules(b) rule interpreters(c) meta-rules(d) control rulesThis question was posed to me during an online exam.The origin of the question is Robotics in section Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT ANSWER is (a) PRODUCTION rules The EXPLANATION is: NONE. |
|
| 21. |
In LISP, the function returns t if is a CONS cell and nil otherwise __________(a) (cons )(b) (consp )(c) (eq )(d) (cous = )This question was posed to me in an international level competition.I want to ask this question from Robotics in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
| Answer» | |
| 22. |
Which of the following IS NOT one of the advantages associated with a robotics implementation program?(a) Low costs for hardware and software(b) Robots work continuously around the clock(c) Quality of manufactured goods can be improved(d) Reduced company cost for worker fringe benefitsI got this question in class test.My question is from Robotics topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Right option is (a) LOW COSTS for hardware and software |
|
| 23. |
Which of the following “laws” is Asimov’s first and most important law of robotics?(a) robot actions must never result in damage to the robot(b) robots must never take actions harmful to humans(c) robots must follow the directions given by humans(d) robots must make business a greater profitThis question was posed to me in my homework.This interesting question is from Robotics topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Correct answer is (b) robots must never take ACTIONS HARMFUL to humans |
|
| 24. |
Which of the following statements concerning the implementation of robotic systems is correct?(a) implementation of robots CAN save existing jobs(b) implementation of robots CAN create new jobs(c) robotics could prevent a business from closing(d) all of the mentionedThe question was posed to me in an online interview.I'd like to ask this question from Robotics topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT CHOICE is (d) all of the mentioned Easiest EXPLANATION: NONE. |
|
| 25. |
The original LISP machines produced by both LMI and Symbolics were based on research performed at __________(a) CMU(b) MIT(c) Stanford University(d) RAMDThis question was addressed to me in an online interview.My doubt is from Robotics topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT answer is (b) MIT To explain I would SAY: NONE. |
|
| 26. |
With regard to the physics of power systems used operate robots, which statement or statements are most correct?(a) hydraulics involves the compression of liquids(b) hydraulics involves the compression of air(c) pneumatics involve the compression of air(d) chemical batteries produce AC powerThe question was asked during an interview for a job.Enquiry is from Robotics topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Right answer is (C) PNEUMATICS involve the compression of air |
|
| 27. |
Which of the following terms refers to the use of compressed gasses to drive (power) the robot device?(a) pneumatic(b) hydraulic(c) piezoelectric(d) photosensitiveThe question was posed to me in unit test.The origin of the question is Robotics topic in section Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT CHOICE is (a) pneumatic For EXPLANATION I WOULD say: None. |
|
| 28. |
For a robot unit to be considered a functional industrial robot, typically, how many degrees of freedom would the robot have?(a) three(b) four(c) six(d) eightI had been asked this question in unit test.I would like to ask this question from Robotics in portion Communicating, Perceiving and Acting of Artificial Intelligence |
| Answer» | |
| 29. |
The number of moveable joints in the base, the arm, and the end effectors of the robot determines_________(a) degrees of freedom(b) payload capacity(c) operational limits(d) flexibilityI got this question at a job interview.This is a very interesting question from Robotics in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The CORRECT CHOICE is (a) DEGREES of freedom |
|
| 30. |
PROLOG is an AI programming language which solves problems with a form of symbolic logic known as predicate calculus. It was developed in 1972 at the University of Marseilles by a team of specialists. Can you name the person who headed this team?(a) Alain Colmerauer(b) Niklaus Wirth(c) Seymour Papert(d) John McCarthyI have been asked this question in an interview.I need to ask this question from Robotics topic in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT CHOICE is (a) ALAIN Colmerauer Easy EXPLANATION: NONE. |
|
| 31. |
Which of the following places would be LEAST likely to include operational robots?(a) warehouse(b) factory(c) hospitals(d) private homesThis question was posed to me in my homework.Origin of the question is Robotics in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT OPTION is (d) PRIVATE homes For EXPLANATION I would say: NONE. |
|
| 32. |
Decision support programs are designed to help managers make __________(a) budget projections(b) visual presentations(c) business decisions(d) vacation schedulesI got this question during an internship interview.This interesting question is from Robotics topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT option is (C) business decisions Easy EXPLANATION: None. |
|
| 33. |
Which of the following terms IS NOT one of the five basic parts of a robot?(a) peripheral tools(b) end effectors(c) controller(d) driveThe question was asked in an interview.My doubt is from Robotics in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT choice is (a) PERIPHERAL tools The BEST I can explain: NONE. |
|
| 34. |
What is the name for space inside which a robot unit operates?(a) environment(b) spatial base(c) work envelope(d) exclusion zoneThis question was posed to me by my college professor while I was bunking the class.The doubt is from Robotics in section Communicating, Perceiving and Acting of Artificial Intelligence |
| Answer» | |
| 35. |
What is the name for information sent from robot sensors to robot controllers?(a) temperature(b) pressure(c) feedback(d) signalI got this question in an interview.I need to ask this question from Robotics topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT CHOICE is (C) feedback The EXPLANATION is: NONE. |
|
| 36. |
Which of the following terms refers to the rotational motion of a robot arm?(a) swivel(b) axle(c) retrograde(d) rollI got this question during a job interview.My question is from Robotics topic in section Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT CHOICE is (d) roll Explanation: NONE. |
|
| 37. |
How many types of 3-D image processing techniques are there in image perception?(a) 3(b) 4(c) 5(d) 6I got this question in an online quiz.I'm obligated to ask this question of Image Perception topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Right choice is (c) 5 |
|
| 38. |
What is the process of breaking an image into groups?(a) Edge detection(b) Smoothing(c) Segmentation(d) None of the mentionedThis question was addressed to me in an online quiz.My question is from Image Perception topic in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The correct option is (c) SEGMENTATION |
|
| 39. |
Which is meant by assuming any two neighboring that are both edge pixels with consistent orientation?(a) Canny edge detection(b) Smoothing(c) Segmentation(d) None of the mentionedI have been asked this question in class test.I want to ask this question from Image Perception in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Correct choice is (a) Canny EDGE detection |
|
| 40. |
How many types of image processing techniques are there in image perception?(a) 1(b) 2(c) 3(d) 4I have been asked this question in quiz.I'm obligated to ask this question of Image Perception in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The CORRECT CHOICE is (c) 3 |
|
| 41. |
What is meant by predicting the value of a state variable from the past?(a) Specular reflection(b) Diffuse reflection(c) Gaussian filter(d) SmoothingI have been asked this question in a national level competition.Enquiry is from Image Perception topic in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT answer is (d) Smoothing The BEST explanation: Smoothing meant predicting the value of a state variable from the past and by given EVIDENCE and CALCULATING the PRESENT and future. |
|
| 42. |
How many kinds of reflection are available in image perception?(a) 1(b) 2(c) 3(d) 4I had been asked this question in exam.I want to ask this question from Image Perception topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT option is (B) 2 To explain I WOULD say: There are TWO kinds of reflection. They are the specular and diffuse reflection. |
|
| 43. |
How to increase the brightness of the pixel?(a) Sound(b) Amount of light(c) Surface(d) WavesThis question was posed to me in an interview for job.My enquiry is from Image Perception in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT answer is (b) Amount of light To explain I WOULD SAY: The brightness of a PIXEL in the IMAGE is proportional to the amount of light directed towards the camera. |
|
| 44. |
What is the study of light?(a) Biology(b) Lightology(c) Photometry(d) All of the mentionedI got this question during an interview.I want to ask this question from Image Perception topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The correct choice is (C) Photometry |
|
| 45. |
What is used to initiate the perception in the environment?(a) Sensor(b) Read(c) Actuators(d) None of the mentionedI had been asked this question in exam.The query is from Image Perception topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT option is (a) Sensor Explanation: A sensor is ANYTHING that can record some ASPECT of the ENVIRONMENT. |
|
| 46. |
Which provides agents with information about the world they inhabit?(a) Sense(b) Perception(c) Reading(d) HearingI have been asked this question in an online quiz.My question is taken from Image Perception topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Correct option is (b) Perception |
|
| 47. |
Which are partially captured by triphone model?(a) Articulation effects(b) Coarticulation effects(c) Both Articulation & Coarticulation effects(d) None of the mentionedI got this question by my school teacher while I was bunking the class.Question is from Speech Recognition topic in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» RIGHT ANSWER is (B) Coarticulation effects For explanation: Coarticulation effects are partially CAPTURED by triphone model, which can be manipulated by ACOUSTIC model. |
|
| 48. |
Which is used to capture the internal structure of the phones?(a) One-state phone model(b) Two-state phone model(c) Three-state phone mone(d) All of the mentionedThis question was addressed to me by my college director while I was bunking the class.This interesting question is from Speech Recognition in portion Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» The CORRECT ANSWER is (c) Three-state PHONE mone |
|
| 49. |
What is called as the properties of the signal that extend over interval?(a) Hops(b) Rate(c) Frames(d) All of the mentionedThis question was addressed to me during an online interview.This is a very interesting question from Speech Recognition in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» Right option is (C) Frames |
|
| 50. |
What are periodic changes in pressure that propagate through the air?(a) Air waves(b) Sound waves(c) Rate(d) None of the mentionedThe question was asked at a job interview.I'd like to ask this question from Speech Recognition in section Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT answer is (b) SOUND waves Explanation: Sound waves are periodic changes in pressure that propagate through the AIR and it can be MEASURED by a microphone. |
|