Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b2e0666d4a9d1b851f90e.md

latest2.0 KB
Original Source
<!-- (Audio) Tom: Hey! I've been curious about your background. How did you end up as a tech recruiter? -->

--description--

A tech recruiter refers to a professional role focused on recruiting candidates for technology-related positions. For example:

The tech recruiter is looking for a Python developer. - This means the recruiter's job is to find someone with Python skills.

This role involves understanding the tech industry, identifying qualified candidates, and matching them with suitable tech job openings.

--questions--

--text--

What is Tom asking about when he mentions tech recruiter in his question?

--answers--

The technical skills needed to be a recruiter.

--feedback--

Tech recruiter refers to the job role, not the specific skills required for the job.


The technology used by recruiters.

--feedback--

While technology is involved, tech recruiter refers to the profession itself, not the tools used.


The person's career path in becoming a technology recruitment specialist.


Recruiting people to learn technology.

--feedback--

Tech recruiter is about hiring for tech roles, not recruiting people to learn technology.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Hey! I've been curious about your background. How did you end up as a tech recruiter?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}