インフラストラクチャ自動化のための CI/CD パイプラインのどのステップで、複数の開発者のコードを組み合わせてさまざまなコンポーネントをコンパイルおよびテストしますか?
正解:A
During the integration step of the CI/CD pipeline, code from multiple developers is combined. This step involves compiling the code and running tests to ensure that the different components work together correctly.
It is a critical phase for identifying integration issues early in the development cycle.
Reference: Cisco DevNet Associate documentation on CI/CD pipeline stages and their functions.