Home »
MCQs »
Full Stack Development MCQs
The term 'deployment' refers to?
9. The term "deployment" refers to
- Running the project on a server to make it accessible to all
- Bundling all the project files into a single file
- Removing unnecessary files
- Updating existing project
Answer: A) Running the project on a server to make it accessible to all
Explanation:
Deployment is a process of pushing all the changes made to the project and making it run on a server to access globally.