The _______ backup strategy involves backing up only data that has changed since the last backup.
- Differential
- Full
- Incremental
- Snapshot
The correct term is "Incremental." Incremental backup involves backing up only the data that has changed since the last backup, reducing the time and storage space required.
In Infrastructure as Code, _______ describes the desired state of the infrastructure.
- Ansible
- Puppet
- Terraform
- YAML
In Infrastructure as Code (IaC), Terraform is commonly used to describe the desired state of the infrastructure. Terraform allows for the declarative definition of infrastructure, making it easier to manage and version control.
What is ACID in the context of database transactions?
- ACID stands for Aggregation, Consistency, Isolation, Distribution
- ACID stands for Association, Concurrency, Isolation, Dependency
- ACID stands for Atomicity, Consistency, Isolation, Durability
- ACID stands for Authentication, Compression, Integration, Durability
ACID in the context of database transactions stands for Atomicity, Consistency, Isolation, and Durability. It ensures reliable processing of database transactions even in the face of errors or failures.
Which JavaScript framework is often preferred for its lightweight nature and progressive enhancement approach?
- Backbone.js
- Ember.js
- Node.js
- jQuery
Backbone.js is often preferred for its lightweight nature and progressive enhancement approach. It provides structure to web applications and is suitable for smaller projects.
How can you simulate different device resolutions in Browser Developer Tools?
- Adjusting the browser window size
- Installing a browser extension
- Modifying the HTML code
- Using the "Responsive Design" mode
Simulating different device resolutions is achieved through the "Responsive Design" mode in Browser Developer Tools. It allows developers to preview how a website looks on various devices.
How can you include CSS in your HTML document?
- External, Internal, Embed
- External, Internal, Inline
- Import, External, Inline
- Import, Internal, Inline
CSS can be included in an HTML document using External, Internal, and Inline methods. External uses a separate CSS file, Internal uses the