Knowledge check
Item Export
12 questions in pool · live exam draws 5
B22
Q1 multiple-choice · export-targets What are the two export targets supported by CAPP’s Item Export?
Explanation: CAPP’s Item Export feature supports two configured targets: local disk (operator’s computer or a mounted network share) and PhotoRobot Cloud (which generates a downloadable link with 7-day retention). Direct ERP push and customer FTP are possible via integration / API but are not options inside the standard Item Export window.
Q2 multiple-choice · cloud-link-lifecycle After running a cloud export and generating a download link, how long does PhotoRobot Cloud retain that link before purging the bundle?
Explanation: Cloud export links are valid for 7 days from the moment the export completes . After that the bundle is purged and the link is dead. The operational implication is that delivery confirmation should happen within ~5 days; otherwise re-export to refresh the window.
Q3 multiple-choice · format-recommendation Which file format is the recommended default for new export workflows according to PhotoRobot, balancing file size and quality?
Explanation: WebP is PhotoRobot’s recommended default — it consistently produces smaller files than JPG at equivalent visual quality, supports transparency like PNG, and is well-supported in modern browsers / e-commerce platforms. JPG remains a safe fallback for legacy downstream systems that don’t yet accept WebP. PNG is too large for typical web delivery; TIFF is reserved for special legacy compatibility cases.
Q4 multiple-choice · webp-quality-band What is the recommended quality range for WebP exports, per the PhotoRobot manual?
Explanation: The WebP quality range 50–80 is the productive band. Above 80 you get diminishing visual returns with rapidly growing file size; below 50 quality degrades sharply with only marginal size savings. JPG’s productive band is different — typically 80–95 for high quality, 70–80 for medium.
Q5 multiple-choice · filename-template-padding · weight 2 You need a filename template variable that produces a 4-digit zero-padded sequential index starting from 1 (e.g., 0001, 0002, …). Which expression is correct?
Explanation: The custom formatting syntax is ${variable:length:start}. ${order:4:1} means order index, 4 digits wide, starting from 1 → 0001, 0002, …. ${order:4} alone defaults the start; ${order:1:4} would be 1-digit wide starting from 4 (which doesn’t pad). ${turnIndex:4:0} uses turnIndex not order — different semantics.
Q6 scenario · duplicate-path-error · weight 2 You configure an export with two output kinds — Spin and Still — both writing into the same item folder with the template ${itemName}/${itemName}_${rowAngle}_${turnAngle}.jpg. CAPP refuses to run and shows “Duplicate path error.”
Explanation: A Duplicate Path Error means two output configurations would write to the same target filename. The fix is to add a disambiguating variable — ${order}, ${label}, or ${rowIndex} — to at least one template so the paths are unique. The manual specifically calls out adding ${order} to handle multi-row spins where row/turn angle combinations may otherwise collide.
Q7 scenario · select-all-trap · weight 2 An operator exports a project containing 87 items. The export completes successfully and CAPP reports “Export finished.” When the operator opens the destination folder, only 25 image folders are present.
Explanation: CAPP’s item list displays 25 items per page by default . Ticking the page-level checkbox selects only those 25. To export the entire project the operator must explicitly click “Select all entries” — the prompt next to the count indicator. This is one of the most common operator mistakes. There is no 25-item hard limit on exports.
Q8 multiple-choice · status-flag-purpose What is the operational purpose of the “Change item status to Exported” checkbox in the export configuration?
Explanation: The flag changes each successfully-exported item’s CAPP status to Exported , which has two effects: items disappear from “not yet finished” views (cleaner operator dashboards) and subsequent re-exports filtered by status skip already-exported items (no accidental double uploads). Uncheck the flag for preview exports or multi-target exports where you don’t yet want items marked done.
Q9 true-false · dpi-myth Setting DPI to 300 in the export window will increase the resolution of the exported images.
Explanation: DPI in the export window only changes a metadata tag, not the pixel count. The image’s actual resolution is determined by capture settings + the “Original / Resized” selection, not by DPI. DPI defaults to 72 and the manual recommends leaving it there unless a specific downstream demands a DPI tag for compliance.
Q10 scenario · format-pick-by-downstream · weight 2 A customer’s legacy ERP system (from approximately 2018) imports product images via a watch-folder integration. Their documentation states accepted formats are JPG and PNG . Your studio currently exports as WebP for all customers.
Explanation: The right answer is per-customer template configuration . Each downstream consumer has its own format requirements; the studio’s template library should accommodate them by name (e.g., customer-erp-jpg-q85). Telling the customer to upgrade is rarely viable; ignoring their spec produces rejected uploads; switching everyone to PNG inflates file sizes for customers who don’t need it. The point of the template library is exactly this — easy per-downstream variation without operator improvisation.
Q11 multiple-choice · file-manager-requirement When a customer clicks a PhotoRobot Cloud export link they received via email, what do they need installed to download the images?
Explanation: Cloud export downloads are gated by the PhotoRobot File Manager app (Mac / Windows installer). The landing page from the email link prompts customers to download File Manager if they haven’t already. This is the most common friction point for new customers using cloud delivery — expect 1–2 support tickets per new customer on first delivery and coach them through the install. No PhotoRobot account login is required for the download itself.
Q12 scenario · when-stop-manual-export · weight 2 Your studio exports approximately 200 items per week, of which roughly 150 go to the same customer in exactly the same configuration (Shopify-compatible WebP at 1200px, fixed filename template). The operators run a manual export every Friday afternoon. Each operator spends about 90 minutes on the Friday export run including verification and emailing the cloud link.
Explanation: 150 items per week to the same customer in the same configuration is a textbook case for auto-publish . The operator-driven manual export step exists to absorb variability; when the configuration is invariant and the volume is high, the manual step is pure overhead. Auto-publish (or an API feed) eliminates the 90-min weekly operator time and the human-error surface (selecting wrong items, loading wrong template, missing the email confirmation). Lowering JPG quality is a micro-optimization that misses the structural opportunity. Keeping the manual workflow is OK if volume is low; at 200 items / week to the same target it’s wasteful.
Ready to commit? You can review and change your answers before submitting. Once submitted, this attempt is final and we'll show you your score, correct answers, and explanations.
Submit final answers