No, there is nothing out of box for that.
You can add this with a few steps. Add a custom table to manage a list of questions. Then in the Modules > Membership module, add fields to the User class to store the questions they selected and the answers.
You will need to customize the registration in order to prompt the questions for answers. Also need to add the logic on where you want to ask the security question later on.