Veeam Certified Engineer (VMCE) 2021 — Question 1
Which of the following are valid export options for Microsoft SQL Server items when using the Veeam Explorer for Microsoft SQL? (Choose two.)
Answer options
- A. .mdb file
- B. .bak file
- C. .mdf file
- D. .sql file
- E. .xls file
Correct answer: B, C
Explanation
The correct answers are .bak file and .mdf file because these formats are specifically designed for SQL Server backups and data files, respectively. The other options, such as .mdb and .xls, are not compatible with SQL Server exports, while .sql is typically used for scripts rather than direct item exports.