Home » 
        MCQs » 
        MongoDB MCQs
    
        
    In MongoDB, mongoreplay is a ___
    
    
    
    44. In MongoDB, mongoreplay is a ___.
    
        - Traffic capture
 
        - Replay tool
 
        - Both A and B
 
        - None of the mentioned above
 
    
    Answer: C) Both A and B
    Explanation:
    It is possible to use mongoreplay, a MongoDB traffic capture and replay tool, to inspect and record commands sent to a MongoDB instance, and then replay those commands back onto another host at a later time. It is available as a free download.