Skip to content

Analysis samples

The 10x Resume analysis samples page allows candidates to explain their investigations of engineering defects they’ve encountered.

Sample List

The analysis samples page presents a list of the samples the candidate has prepared. Each sample in the list includes a short description and the size of the sample.

Clicking on a 10x Resume sample downloads the files to the browser. Reviewers can choose to skip large samples if their time or bandwidth is limited.

Analysis samples page

Selected Sample

Selecting one of the samples in the list navigates to a view showing additional details about the selected sample which may include documents shown inline or in a separate iframe.

Selected analysis sample

10x/analysis.*.md

  • Directorydev
    • DirectoryJob
      • DirectoryPortfolio
        • DirectorySrc
          • Directory10x
            • analysis.1.md

Each of the analysis.*.md markdown files in the Job/Portfolio/Src/10x directory hold details for one of the candidate’s analysis samples.

The markdown content of each file holds the content presented when the sample is selected.
The frontmatter of each file holds an analysis resource and an optional analysis_zip resource. The analysis resource has the following fields:

FieldDescription
idthe id of the resource
kindthe constant string ‘analysis’
htmlpath to result html describing the analysis sample
iconthe icon associated with the sample in light mode
darkthe icon associated with the sample in dark mode
namethe name of the sample shown as a title
desca short description of the sample to show in the sample list
sizesize of the sample to show in the sample list

The analysis_zip resource has the following fields:

FieldDescription
idthe id of the resource
kindthe constant string ‘analysis_zip’
subdirsubdirectory with associated analysis sample files
Example analysis.1.md
analysis.1.md
---
title: Analysis Sample 1
layout: Plain.html
source: /10x/analysis.1/Analysis.pdf
resources:
- id: 1
kind: analysis
html: analysis.1/index.html
icon: icons.1/icon.svg
dark: icons.1/dark.svg
name: Analysis Sample
desc: An analysis sample.
size: 8 KiB
nozip: false
- id: 1
kind: analysis_zip
subdir: analysis.1
---
# {{title}}
Problem Background
Details about the solution
* **[{{source}}]({{source}})**
{% include "set-height.html", iframe:"iframe1" %}
<iframe
id="iframe1"
title="{{title}}"
src="{{source}}"
width="100%"
height="550px"
></iframe>

10x-files/analysis.*

  • Directorydev
    • DirectoryJob
      • DirectoryPortfolio
        • Directory10x-files
          • Directoryanalysis.1
            • Analysis.pdf

Each analysis.* subdirectory of Job/Portfolio/Src/10x-files holds documents and assets to show as part of the sample.

Example - Analysis.pdf