Question 1 : Which of the following is not a learning approach for QA system
- Unsupervised approach
- Supervised approach
- Knowledge based approach
- Sense disambiguation approach
Question 2 : Which of the following is not true input for the NLP?
- Image
- Text
- Types input
- Speech
Question 3 : How is the word "changing" lematized?
- chang
- changin
- chan
- change
Question 4 : Image summarization finds the most representative images within an _____ collection
- Text
- Image
- Sound
- Word
Question 5 : Which is not types of antonyms
- Polar antonyms
- Equipollent antonyms
- Overlapping antonyms
- Unipolar antonyms
Question 6 : Rule for removing suffix will be given in form “(Condition) S1 ® S2”, where S1 is suffix. If the condition is “(*d)” then which of the following is correct interpretation?
- The stem ends with S.
- The stem contain vowel.
- The stem ends with a double consonant (eg. -TT, -SS)
- The stem ends CVC, where second C is not W, X, or Y
Question 7 : What is the main challenge of NLP?
- Handling Tokenization
- Handling Ambiguity of Sentences
- Cleaning Text
- Filtering Text
Question 8 : Identify odd one out
- Noun phrase
- Verb phrase
- Prepositional phrase
- Sentences
Question 9 : "The car hit the pole while it was moving." what type of ambiguity exists in above sentence?
- Semantic
- Syntactic
- Lexical
- Pragmatic
Question 10 : Which is standard notation for characterizing text sequences?
- Regular expression
- Syntatic expression
- Semantic expression
- Specific expression
Question 11 : Dictionary-based sentiment analysis is a computational approach relies on a pre-defined list (or dictionary) of sentiment-laden words.
- probability model.
- a pre-defined list of sentiment-laden words.
- CRF
- HMM
Question 12 : What Creates Problems In Machine Translation?
- Different Level Of Ambiguities
- Processing Power
- Memory
- Diversity
Question 13 : TF-IDF helps in …....
- Finding the most frequently occurring word in the document
- Spelling Corrections
- Stemming and Lemmatization
- Removing stop words in the document
Question 14 : Given a sound clip of a person or people speaking, determine the textual representation of the speech.
- Text-to-speech
- Speech-to-text
- Speech recognition
- speech generation
Question 15 : What is Syntax Analysis?
- This only abstracts the dictionary meaning or the real meaning from the given context.
- This component transfers linear sequences of words into structures. It shows how the words are associated with each other.
- It deals with the overall communicative and social content and its effect on interpretation. It means abstracting or deriving the meaningful use of language in situations.
- It focuses about the proper ordering of words which can affect its meaning. This involves analysis of the words in a sentence by following the grammatical structure of the sentence. The words are transformed into the structure to show how the words are related to each other.
Question 16 : Human Usually Write ’M, To State Am, In Which Type Of Morphology You Can Categorize The Example?
- Plural Noun
- Cliticization
- Singular Noun
- Inflectional
Question 17 : Which of the following best describes grammar induction?
- Supervised learning problem
- Maximum-A-Posteriori (MAP) estimation problem
- Conditional Random Field problem and Unsupervised learning problem
- Reinforcement Learning
Question 18 : _________is the study of how the language is used to refer (and re-refer) to people and things?
- Morphology
- Syntatic
- Sementic
- Pragmatics
Question 19 : Which of the following is a kind of text summarization?
- Topic-based summarization
- Extraction-based summarization
- History-based summarization
- Summarizing a text or article
Question 20 : The words ‘there’ and ‘their’ causes which of the following type of ambiguity?
- Syntactic
- Semantic
- Phonological
- Pragmatic
Question 21 : Choose form the following areas where NLP can be useful
- Automatic Question-Answering Systems
- Mobile Computing
- Frontpage Designing
- Web Development
Question 22 : _________ Is the Third Stage in NLP?
- Syntactic Analysis
- Discourse Analysis
- Semantic Analysis
- Pragmatic Analysis
Question 23 : Porter Stemmer algorithm use for _______.
- Lemmatization
- Syntax Analysis
- Stemming
- Part of speech tagging
Question 24 : Who is the father of NLP?
- Enjamin Bandler
- Richard Bandler
- Elijah Bandler
- Marvin Minsky
Question 25 : This type of automata maps between two sets of symbols.
- DFA
- Turing Machine
- FST
- NFA
Question 26 : The english words through and threw are examples of____________
- Automymy
- Polysemy
- Synonymy
- Homophony
Question 27 : __ involves resolving words to their dictionary form
- Overstemming
- Understemming
- Lemmatization
- NER
Question 28 : Conceal - cover is a example of ________
- Antonym
- Synonym
- Polysemy
- Homonym
Question 29 : When Spelling Changes Upon Combination Of Words Added, Belong To Which Type Of Rule?
- Orthographic Rules
- Grammer Rules
- Bound Morpheme
- Free Morpheme
Question 30 : The standard approach to information retrieval system evaluation involves around the notion of:
- Quantity of documents in the collection
- Relevant and non relevant documents.
- Accuracy
- user happiness
Question 31 : What is the right order for a text classification model components 1. Text cleaning 2. Text annotation 3. Gradient descent 4. Model tuning 5. Text to predictors
- 12345
- 13425
- 12534
- 13452
Question 32 : Which of the following is true?
- Given a CFG and its corresponding CNF, they both produce the same language.
- For a given grammar, there can be only one CNF.
- It requires ‘2n+1’ productions or steps in CNF to generate a string w of length ‘n’.
- CFG and CNF both are same
Question 33 : The list of web pages that a web crawler has queued up to index is called the:
- Web Page Queue
- Seed set
- URL Filter
- URL Frontier
Question 34 : HMM is used in __________ phase of NLP.
- Syntactic
- Semantic
- Lexical
- Pragmatics
Question 35 : _________ Is The Type Of Morphology That Changes The Word Category And Affects The Meaning.
- Inflectional
- Derivational
- Cliticization
- Text-Proofing
Question 36 : "It is the inverse probability of the test data which is normalized by the number of words." This is the definition of
- Language Model
- N-gram
- Perplexity
- Laplace smoothing
Question 37 : In HMMs, spaces are connected via ______ matrices {T,A} to represent the probability of ________ from one state to another following their _____
- Transitions, Transitioning, Connections
- Attribute, Changing, groups
- Label, moving, sets
- Attribute, moving, sets
Question 38 : Which of the following features cannot be used for accuracy improvement of a classification model?
- Part of Speech Tag
- Dependency Grammar
- Vector Notation of sentence
- Linear regression
Question 39 : Perfect homonyms create problems in ..............
- Text Recognition
- Information Retrieval
- Text classification
- Speech Recognition
Question 40 : "I bought a beautiful dress at the mall". The part of speech of underline word is_____
- Preposition
- Adjective
- Noun
- Adverb
Question 41 : Famous PYTHON NLP Toolkit is
- NLTK
- Panda
- Stanford Core NLP
- spacy
Question 42 : Given a sentence or larger chunk of text, determine which words (“mentions”) refer to the same objects (“entities”)
- Anaphora Resolution
- Coreference Resolution
- Noun Resolution
- Pronoun Resolution
Question 43 : WordNet is the _______________ database
- Symbol
- Word
- Lexical
- Annotation
Question 44 : Headlines in newspaper: "Stolen gems found by Caves"
- Anaphoric Ambiguity
- Lexical Ambiguity
- Syntax Ambiguity
- Unknown Ambiguity
Question 45 : Among Which Of Following Models Identify Dependency Between Each State And The Entire Input Sequences
- Conditional Random Fields
- Maximum Entropy Markov Model
- Naive Bayes Model
- Depth-First Model
Question 46 : ----------is the study of internal structure of word.
- Morphological Processing
- Syntax Processing
- Parser
- Semantic Processing
Question 47 : If we want to capture a request, or perform an action, use an ________.
- entity
- content
- identity
- intent
Question 48 : Given a set of unigram and bigram probabilities, what is the probability of the following sequence ‘ do Sam I like’ according to the bigram language model? P(do|) = 2/11, P(do|Sam) = 1/11, P(Sam|) = 4/11, P(Sam|do) = 1/8, P(I|Sam) = 4/11, P(Sam|I) = 2/9, P(I|do) = 2/8, P(I|like) = 2/7, P(like|I) = 3/11, P(do) = 3/8, P(Sam) = 2/11, P(I) = 4/11, P(like) = 5/11
- 3/11 * 2/11 * 4/11 * 5/11
- 2/11 * 1/8 * 4/11 * 3/11
- 2/11 * 1/11 * 2/9 * 2/7
- 2/11 + 1/11 + 2/9 + 2/7
Question 49 : Which are words that have the same form but have different, unrelated meanings
- Polysemy
- Homonyms
- Synonymy
- Antonymy
Question 50 : What Type Of Ambiguity Exists In The Word Sequence “Time Flies”?
- Syntactic
- Semantic
- Phonological
- Anaphoric