B2C-Commerce-Developer 문제 151

한 상인이 개발팀에 새로운 사이트를 추가해 달라고 요청했습니다.
출시 전에 사이트를 올바르게 구성하는 데 필수적인 두 가지 작업은 무엇입니까?
2개의 답변을 선택하세요

B2C-Commerce-Developer 문제 152

A developer observed a specific issue in production, which they cannot reproduce in other environments. The developer wants to do a hot fix to one of the ISML pages, which uses <iscach> tag, to see if that resolves while issue. Which consideration must the developer keep in mind while deploying the hot fix in production?

B2C-Commerce-Developer 문제 153

The Home-Show route uses this middleware chain:

The developer added Home.;s in another cartridge, which is before the original cartridge in the cartridge path, to extend that route but it does not have the middleware chain:

Assuming the code is correct on both functions, what is the expected result?

B2C-Commerce-Developer 문제 154

디지털 개발자는 다음 코드에 로깅을 추가해야 합니다.

어떤 문장이 HTTP 상태 코드를 디버그 수준의 사용자 정의 로그 파일에 기록합니까?

B2C-Commerce-Developer 문제 155

디지털 개발자가 app_project라는 카트리지에 MyBusinessController.js라는 파일을 추가했습니다. 프로젝트 설계에서는 이 새 파일이 client_project의 MyBusinessController.js를 오버라이드하도록 요구합니다. client_project 카트리지에는 다른 필수 기능이 들어 있습니다. 추가 기능은 storefront_core 및 storefront_controllers 카트리지에도 포함되어 있습니다.
어떤 카트리지 경로가 프로젝트 요구 사항을 충족합니까?