Jump into concepts and practice - no test required
or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Recall & Review
beginner
What is the main purpose of a backup plugin in WordPress?
A backup plugin helps you save a copy of your website's files and database. This copy can be used to restore your site if something goes wrong, like hacking or accidental deletion.
Click to reveal answer
beginner
Name two popular WordPress backup plugins.
Two popular WordPress backup plugins are UpdraftPlus and BackWPup. Both allow easy backups and restoration of your website.
Click to reveal answer
intermediate
How often should you schedule backups using a WordPress backup plugin?
You should schedule backups based on how often you update your site. For example, daily backups for active sites and weekly for less active ones. Regular backups keep your data safe.
Click to reveal answer
beginner
What is the difference between manual and automatic backups in WordPress plugins?
Manual backups require you to start the backup yourself. Automatic backups run on a schedule without your action. Automatic backups help keep your site safe without forgetting.
Click to reveal answer
intermediate
Why is storing backups off-site recommended?
Storing backups off-site means saving them somewhere separate from your website server, like cloud storage. This protects backups if the server fails or is hacked.
Click to reveal answer
Which of these is a popular WordPress backup plugin?
AYoast SEO
BJetpack
CUpdraftPlus
DElementor
✗ Incorrect
UpdraftPlus is a well-known backup plugin. Yoast SEO is for SEO, Jetpack is for site features, and Elementor is a page builder.
What does a backup plugin save from your WordPress site?
AFiles and database
BOnly images
COnly themes
DOnly plugins
✗ Incorrect
Backup plugins save both your website files and the database, which contains your content and settings.
Why schedule automatic backups?
ATo slow down the website
BTo save time and avoid forgetting
CTo delete old files
DTo increase website traffic
✗ Incorrect
Automatic backups run on schedule so you don't have to remember to do them manually.
Where is a safe place to store backups?
AOn the same server as the website
BOn a USB stick plugged into the server
CIn the website's trash folder
DOff-site cloud storage
✗ Incorrect
Off-site cloud storage keeps backups safe even if the website server has problems.
What should you do before updating your WordPress site?
ACreate a fresh backup
BTurn off backups
CDelete old backups
DChange your password
✗ Incorrect
Creating a fresh backup before updates helps you restore your site if the update causes issues.
Explain why using a backup plugin is important for a WordPress website.
Think about what happens if your site breaks or is hacked.
You got /4 concepts.
Describe how you would set up a backup schedule for a WordPress site that updates daily.
Consider how often content changes and where to keep backups safe.
You got /4 concepts.
Practice
(1/5)
1. What is the main purpose of a WordPress backup plugin?
easy
A. To save copies of your website data for recovery
B. To speed up your website loading time
C. To change the website's design automatically
D. To block spam comments on your posts
Solution
Step 1: Understand the function of backup plugins
Backup plugins create copies of your website data to protect it from loss.
Step 2: Identify the correct purpose
Only To save copies of your website data for recovery describes saving copies for recovery, which is the main goal.
Final Answer:
To save copies of your website data for recovery -> Option A
Quick Check:
Backup = Save copies [OK]
Hint: Backup plugins save data copies to restore later [OK]
Common Mistakes:
Confusing backup with speed optimization
Thinking backup changes website design
Mixing backup with spam blocking
2. Which of the following is the correct way to activate a backup plugin in WordPress?
easy
A. Use FTP to delete the plugin folder
B. Edit the theme files and add backup code manually
C. Go to Plugins > Add New, install the plugin, then click Activate
D. Change the site URL in Settings
Solution
Step 1: Recall WordPress plugin activation steps
Plugins are installed via Plugins > Add New and activated by clicking Activate.
Step 2: Match the correct procedure
Go to Plugins > Add New, install the plugin, then click Activate correctly describes installing and activating a plugin through the dashboard.
Final Answer:
Go to Plugins > Add New, install the plugin, then click Activate -> Option C
Quick Check:
Plugin activation = Install + Activate [OK]
Hint: Activate plugins via dashboard, not by editing files [OK]
Common Mistakes:
Trying to activate plugins by editing theme files
Deleting plugin folders instead of activating
Changing unrelated settings like site URL
3. Consider a backup plugin that runs daily backups at midnight. If you install it at 3 PM on Monday, when will the first backup run?
medium
A. At midnight between Tuesday and Wednesday
B. At midnight between Monday and Tuesday
C. Immediately at 3 PM on Monday
D. At noon on Tuesday
Solution
Step 1: Understand daily backup timing
Daily backups run once every 24 hours at the set time, here midnight.
Step 2: Calculate first backup time after installation
Installed at 3 PM Monday, next midnight is between Monday and Tuesday, so first backup runs then.
Final Answer:
At midnight between Monday and Tuesday -> Option B
Quick Check:
Daily backup at midnight = first backup next midnight [OK]
Hint: Daily backups run next scheduled time, not immediately [OK]
Common Mistakes:
Assuming backup runs immediately on install
Confusing backup time with noon or other hours
Thinking backup skips the first day
4. You installed a backup plugin but it never creates backups. Which is the most likely cause?
medium
A. The site URL is incorrect
B. The website has no posts
C. The theme is incompatible with backups
D. The plugin is not activated after installation
Solution
Step 1: Check plugin activation status
If a plugin is installed but not activated, it won't run any tasks like backups.
Step 2: Evaluate other options
Website content or theme does not stop backups; incorrect URL affects site access but not plugin activation.
Final Answer:
The plugin is not activated after installation -> Option D
Quick Check:
Plugin must be activated to work [OK]
Hint: Always activate plugins after installing [OK]
Common Mistakes:
Blaming theme or content for backup failure
Ignoring plugin activation step
Assuming URL affects backup creation
5. You want to keep backups only of your WordPress database, not files, to save space. Which plugin feature should you use?
hard
A. Select database-only backup option in plugin settings
B. Disable all backup schedules
C. Delete the uploads folder manually
D. Change the site URL to a backup folder
Solution
Step 1: Identify backup options in plugins
Many backup plugins let you choose to back up only the database or files or both.
Step 2: Choose the correct action to save space
Selecting database-only backup reduces backup size by excluding files like images.
Final Answer:
Select database-only backup option in plugin settings -> Option A
Quick Check:
Database-only backup saves space [OK]
Hint: Pick database-only backup to save space [OK]