🛠️ 工程化工具 - CICD

共 13 道题目

#1 初级

什么是CI/CD?解决了什么问题?

What is CI/CD? What problems does it solve?

**What is CI/CD? What problems does it solve?**
- *考察点:CI/CD基础概念。*
#2 初级

持续集成和持续部署的区别?

What's the difference between continuous integration and continuous deployment?

**What's the difference between continuous integration and continuous deployment?**
- *考察点:CI与CD的区分。*
#3 初级

常见的CI/CD工具有哪些?

What are the common CI/CD tools?

**What are the common CI/CD tools?**
- *考察点:工具了解程度。*
#4 初级

Git hooks在CI/CD中的作用?

What is the role of Git hooks in CI/CD?

**What is the role of Git hooks in CI/CD?**
- *考察点:版本控制集成。*
#5 初级

前端项目的构建流程包括哪些步骤?

What steps are included in the build process of front-end projects?

**What steps are included in the build process of front-end projects?**
- *考察点:构建流程理解。*
#1 中级

如何设计前端项目的CI/CD流水线?

How to design CI/CD pipelines for front-end projects?

**How to design CI/CD pipelines for front-end projects?**
- *考察点:流水线设计能力。*
#2 中级

Docker在前端部署中的应用?

What are the applications of Docker in front-end deployment?

**What are the applications of Docker in front-end deployment?**
- *考察点:容器化部署理解。*
#3 中级

多环境部署的管理策略?

What are the management strategies for multi-environment deployment?

**What are the management strategies for multi-environment deployment?**
- *考察点:环境管理能力。*
#4 中级

自动化测试在CI/CD中的集成?

How to integrate automated testing in CI/CD?

**How to integrate automated testing in CI/CD?**
- *考察点:测试自动化集成。*
#5 中级

部署回滚的实现和策略?

What are the implementation and strategies for deployment rollback?

**What are the implementation and strategies for deployment rollback?**
- *考察点:部署风险控制。*
#1 高级

大型前端应用的CI/CD架构设计?

How to design CI/CD architecture for large front-end applications?

**How to design CI/CD architecture for large front-end applications?**
- *考察点:CI/CD架构思维。*
#2 高级

微前端架构的CI/CD实现?

How to implement CI/CD for micro-frontend architecture?

**How to implement CI/CD for micro-frontend architecture?**
- *考察点:微前端部署方案。*
#3 高级

CI/CD安全性的考虑和实现?

What are the security considerations and implementations in CI/CD?

**What are the security considerations and implementations in CI/CD?**
- *考察点:DevSecOps理念。*

---

*CI/CD是提高开发效率和代码质量的重要实践,需要根据项目规模和团队情况制定合适的策略。*