MongoDB gives your application high availability through three features:
Backup and restore: There is no inbuilt backup command (at least in MongoDB's own versions). It is up to you to create them by executing commands externally. Restoring is even more difficult.
Performance stability: A MongoDB DBA does not tune this, but there are implementation details to know (especially the flush-to-disk cycle) that both application developer and DBAs should know.