Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

You must login to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

mcqoptions.com

mcqoptions.com Logo mcqoptions.com Logo

mcqoptions.com Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Contact Us
Home/Solutions
  • Recent Questions
  • Most Answered
  • Answers
  • No Answers
  • Most Visited
  • Most Voted
  • Random
  1. Asked: 3 years agoIn: Mongodb

    _________ provides all the privileges of the read role.

    (a) delete

    (b) update

    (c) readWrite

    (d) none of the mentioned

    739ea
    Added an answer about 3 years ago

    Right choice is (c) readWriteEasy explanation: The role provides the ability to modify data on all non-system collections and the system.js collection.

    Right choice is (c) readWrite

    Easy explanation: The role provides the ability to modify data on all non-system collections and the system.js collection.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Asked: 3 years agoIn: Mongodb

    When connected to a MongoDB instance, mongodump can adversely affect ______ performance.

    (a) mdump

    (b) mongodump

    (c) mongod

    (d) all of the mentioned

    af283
    Added an answer about 3 years ago

    Right answer is (c) mongodExplanation: If your data is larger than system memory, the queries will push the working set out of memory.

    Right answer is (c) mongod

    Explanation: If your data is larger than system memory, the queries will push the working set out of memory.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Asked: 3 years agoIn: Mongodb

    _____ is a command-line tool for monitoring network use.

    (a) bwm-ng

    (b) bwm-g

    (c) bwm-n

    (d) bwm-ngs

    abece
    Added an answer about 3 years ago

    Correct choice is (a) bwm-ngThe explanation: If you suspect a network-based bottleneck, you may use bwm-ng to begin your diagnostic process.

    Correct choice is (a) bwm-ng

    The explanation: If you suspect a network-based bottleneck, you may use bwm-ng to begin your diagnostic process.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. Asked: 3 years agoIn: Mongodb

    MongoDB requires a filesystem that supports ______ on directories.

    (a) fsynconce()

    (b) fsync()

    (c) sync()

    (d) all of the mentioned

    28973
    Added an answer about 3 years ago

    Right choice is (b) fsync()To explain I would say: HGFS and Virtual Box’s shared folders do not support this operation.

    Right choice is (b) fsync()

    To explain I would say: HGFS and Virtual Box’s shared folders do not support this operation.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  5. Asked: 3 years agoIn: Mongodb

    The _________ field provides the amount of resident memory in use.

    (a) mem.resident

    (b) memory.resident

    (c) mem.resident

    (d) all of the mentioned

    48fa0
    Added an answer about 3 years ago

    Correct choice is (c) mem.residentTo explain: If this exceeds the amount of system memory and there is a significant amount of data on disk that isn’t in RAM, you may have exceeded the capacity of your system.

    Correct choice is (c) mem.resident

    To explain: If this exceeds the amount of system memory and there is a significant amount of data on disk that isn’t in RAM, you may have exceeded the capacity of your system.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  6. Asked: 3 years agoIn: Mongodb

    “Sharding” a database across many server instances can be achieved with _______________

    (a) LAN

    (b) SAN

    (c) MAN

    (d) All of the mentioned

    e1cc2
    Added an answer about 3 years ago

    Right answer is (b) SANExplanation: “Sharding” a database across many server instances can be achieved with SQL databases, but usually is accomplished through SANs and other complex arrangements for making hardware act as a single server.

    Right answer is (b) SAN

    Explanation: “Sharding” a database across many server instances can be achieved with SQL databases, but usually is accomplished through SANs and other complex arrangements for making hardware act as a single server.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  7. Asked: 3 years agoIn: Mongodb

    Which of the following code is returned by mongod if a moveChunk operation fails to confirm a commit?

    (a) 5

    (b) 6

    (c) 7

    (d) 3

    cc954
    Added an answer about 3 years ago

    Correct answer is (a) 5Explanation: Exit codes 6 and 7 does not exist.

    Correct answer is (a) 5

    Explanation: Exit codes 6 and 7 does not exist.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  8. Asked: 3 years agoIn: Mongodb

    Normalized data models describe relationships using ___________ between documents.

    (a) relativeness

    (b) references

    (c) evaluation

    (d) none of the mentioned

    a4499
    Added an answer about 3 years ago

    The correct choice is (b) referencesThe explanation is: Normalized data models can require more round trips to the server.

    The correct choice is (b) references

    The explanation is: Normalized data models can require more round trips to the server.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  9. Asked: 3 years agoIn: Mongodb

    Point out the wrong statement.

    (a) The field names cannot start with the dollar sign ($) character

    (b) The field names cannot contain the dot (.) character

    (c) The field names cannot contain the null character

    (d) None of the mentioned

    27612
    Added an answer about 3 years ago

    The correct answer is (d) None of the mentionedFor explanation I would say: Documents have certain restrictions on field names.

    The correct answer is (d) None of the mentioned

    For explanation I would say: Documents have certain restrictions on field names.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  10. Asked: 3 years agoIn: Mongodb

    ____________ is a client or database-generated identifier that uniquely identifies this message.

    (a) messageLength

    (b) responseTo

    (c) requestID

    (d) all of the mentioned

    b92a7
    Added an answer about 3 years ago

    Right choice is (c) requestIDExplanation: For the case of client-generated messages, it will be returned in the responseTo field of the OP_REPLY message.

    Right choice is (c) requestID

    Explanation: For the case of client-generated messages, it will be returned in the responseTo field of the OP_REPLY message.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
Load More Answers

Sidebar

Ask A Question

Stats

  • Questions 500k
  • Answers 393k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Aditi Dugal

    How to approach applying for a job at a company ...

    • 7 Answers
  • Raghavan Prasad Hayer

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Ankita Dinesh Biswas

    What is a programmer’s life like?

    • 5 Answers
  • 47e0c
    47e0c added an answer Correct Answer - Increasing the yield of animals and improving… November 12, 2022 at 9:56 am
  • b6699
    b6699 added an answer Sender\'s addressDateReceivers name and addressSubjectContentYours faithfullyName November 12, 2022 at 9:56 am
  • 10eb8
    10eb8 added an answer Any uncertinity in measurment is known as errorDifference in true… November 12, 2022 at 9:56 am

Top Members

Trending Tags

Class 11 Parabola Polity Polynomials Probability Projectile Protists Quadrilaterals Rario Reasoning Sampling Social Solutions Spectroscopy Switchgear Thermodynamic Tourism Transients Upsc Wbjee

Explore

  • Home
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Tags
  • Badges
  • Users

Footer

mcqoptions.com

About

MCQOptions.com

Here are the top interview questions, example answers, tips for giving the best response.

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Terms of Use
  • Privacy Policy
  • Cookie Policy

Follow

© 2022 MCQOptions. All Rights Reserved