Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. What are the popular features of the Apache Solr platform?
  1.    This is a scalable platform offers maximum performance with real-time index facilities
  2.    It is based on standardized open interfaces like JSON, XML, and HTTP
  3.    Flexible faceting, advanced, and adaptable search behavior that can be customized based on your needs. Faceting is the arrangement of search results based on real-time indexing of document fields
  4.    All of these
 Discuss Question
Answer: Option D. -> All of these




Question 2. How can we sort on a field that you do want to be tokenized for searching?
  1.    There is no way
  2.    use a copyField to clone the field. Sort on one, search on the other
  3.    use Analyzer that produces only a single Term
  4.    declare this field as a defaultSearchField
 Discuss Question
Answer: Option D. -> declare this field as a defaultSearchField




Question 3. What all the information is specified in field type?
  1.    Name of field type
  2.    Field attributes
  3.    An implementation class name
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 4. What are the different types of highlighters?
  1.    Standard Highlighter
  2.    FastVector Highlighter
  3.    Postings Highlighter
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 5. Name the basic Field types in Solr?
  1.    date
  2.    long
  3.    double
  4.    All of these
 Discuss Question
Answer: Option D. -> All of these




Question 6. How to install Solr?
  1.    Server-related files
  2.    Solr webapp as a .war
  3.    Solr Home which comprises the data directory and configuration files
  4.    All the mentioned above
 Discuss Question
Answer: Option D. -> All the mentioned above




Question 7. What are the important configuration files of Solr?
  1.    solrconfig.xml
  2.    schema.xml
  3.    Both A and B
  4.    None of these
 Discuss Question
Answer: Option C. -> Both A and B




Question 8. Mention some general Terminologies?
  1.    Instance
  2.    Core
  3.    Home
  4.    All of the above mentioned
 Discuss Question
Answer: Option D. -> All of the above mentioned




Question 9. What are the most common elements in solrconfig.xml?
  1.    Search components
  2.    Cache parameters
  3.    Data directory location
  4.    All the above
 Discuss Question
Answer: Option D. -> All the above




Question 10. What are the different types of query paramaters?
  1.    q
  2.    fq
  3.    start
  4.    rows
  5.    All of these
 Discuss Question
Answer: Option E. -> All of these




Latest Videos

Latest Test Papers