B2C-Commerce-Developer 문제 11
Universal Containers specifies a new category hierarchy for navigating the digital commerce storefront. A Digital Developer uses Business Manager to manually create a catalog with the specified category hierarchy, then uses the Products & Catalogs > Import & Export module to export the catalog as a file.
How can other Developers with sandboxes on the same realm create the same catalog in their own sandboxes?
How can other Developers with sandboxes on the same realm create the same catalog in their own sandboxes?
B2C-Commerce-Developer 문제 12
Home-Show 경로는 다음 미들웨어 체인을 사용합니다.
server.get('Show', consentTracking.consent, cache.applyDefaultCache, 함수(요청, 응답, 다음) {
// 여기에 기반 코드 있음
});
개발자는 카트리지 경로에서 원래 카트리지 앞에 있는 다른 카트리지에 Home.js를 추가하여 해당 경로를 확장했지만 미들웨어 체인이 없습니다.
server.append('Show', function(req, res, next) {
// 여기에 사용자 정의 코드
});
두 함수의 코드가 모두 올바르다고 가정할 때, 예상되는 결과는 무엇일까요?
server.get('Show', consentTracking.consent, cache.applyDefaultCache, 함수(요청, 응답, 다음) {
// 여기에 기반 코드 있음
});
개발자는 카트리지 경로에서 원래 카트리지 앞에 있는 다른 카트리지에 Home.js를 추가하여 해당 경로를 확장했지만 미들웨어 체인이 없습니다.
server.append('Show', function(req, res, next) {
// 여기에 사용자 정의 코드
});
두 함수의 코드가 모두 올바르다고 가정할 때, 예상되는 결과는 무엇일까요?
B2C-Commerce-Developer 문제 13
A Digital Developer is tasked with setting up a new Digital Server Connection using UX Studio in their sandbox.
Which three items are required to accomplish this task? (Choose three.)
Which three items are required to accomplish this task? (Choose three.)
B2C-Commerce-Developer 문제 14
기존 카트리지에 대한 최근 코드 변경 사항이 Storefront에 올바르게 표시되지 않습니다. 개발자는 코드가 IDE에 업로드되었는지 확인하고 카트리지가 샌드박스와 연결되어 있는지 확인합니다.
이 문제를 해결하기 위해 개발자는 어떤 두 가지 추가 단계를 취해야 합니까?
2개의 답변을 선택하세요
이 문제를 해결하기 위해 개발자는 어떤 두 가지 추가 단계를 취해야 합니까?
2개의 답변을 선택하세요
B2C-Commerce-Developer 문제 15
디지털 개발자는 샌드박스에서 UX Studio를 사용하여 새로운 디지털 서버 연결을 설정하는 업무를 맡습니다.
이 작업을 완료하려면 어떤 세 가지 항목이 필요합니까? 3가지 답변을 선택하세요
이 작업을 완료하려면 어떤 세 가지 항목이 필요합니까? 3가지 답변을 선택하세요
