<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Samandar Yusupov</title>
    <description>The latest articles on Forem by Samandar Yusupov (@samandar_yusupov).</description>
    <link>https://forem.com/samandar_yusupov</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3820087%2F82a43f45-ea57-4f8d-ac23-2b0a320cda45.png</url>
      <title>Forem: Samandar Yusupov</title>
      <link>https://forem.com/samandar_yusupov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/samandar_yusupov"/>
    <language>en</language>
    <item>
      <title>I Automated Hiring Like a Pipeline — and Stopped Wasting Time on Screening</title>
      <dc:creator>Samandar Yusupov</dc:creator>
      <pubDate>Wed, 18 Mar 2026 13:27:20 +0000</pubDate>
      <link>https://forem.com/samandar_yusupov/i-automated-hiring-like-a-pipeline-and-stopped-wasting-time-on-screening-4op3</link>
      <guid>https://forem.com/samandar_yusupov/i-automated-hiring-like-a-pipeline-and-stopped-wasting-time-on-screening-4op3</guid>
      <description>&lt;p&gt;Initial candidate screening is the most soul-crushing part of hiring. If you're a tech lead or engineering manager, you know the ritual: the same "tell me about yourself" repeated ten times a week, and in eight out of ten cases, it's obvious within five minutes that the person isn't a fit.&lt;/p&gt;

&lt;p&gt;I approached this as a pipeline optimization problem. If you have a repetitive process with predictable inputs and known filtering criteria — you automate it. Here's how I did it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem: Standard Questions Don't Generate Signal
&lt;/h2&gt;

&lt;p&gt;Most screening questions are theater. Candidates prepare for them in advance, the answers are rehearsed, and you get a demo version of the person rather than the real thing.&lt;/p&gt;

&lt;p&gt;You need questions that are harder to "solve" through preparation. Ideally — questions where there's no right answer, you can Google.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Architecture of Questions That Generate Real Signal
&lt;/h2&gt;

&lt;p&gt;Here are five types that give you genuine insight into soft skills:&lt;/p&gt;

&lt;h3&gt;
  
  
  Type 1: Projective Questions — Bypass the Defense Filter
&lt;/h3&gt;

&lt;p&gt;The principle works like a side-channel attack on socially desirable behavior. Instead of directly asking "why are you leaving your current job", you ask about "other people":&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;"What might cause an employee to quit without notice?"&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;"Why do some people burn out quickly while others stay effective for years?"&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;"What holds people back from taking on more responsibility?"&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The person unconsciously projects their own attitudes onto "others". You get their real motivations, not a scripted answer.&lt;/p&gt;

&lt;h3&gt;
  
  
  Type 2: Bipolar Questions — Test for Ability to Reason
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"Give me 3 pros and 3 cons of an authoritarian management style"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This is a quick-check on the ability to think without bias. If someone can't find a single pro in the authoritarian style or a single con in remote work — they have problems with objective analysis. For technical roles where you need to weigh trade-offs, this is critical.&lt;/p&gt;

&lt;h3&gt;
  
  
  Type 3: Situational Questions — Evaluate Reasoning Under Ambiguity
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"A key client is demanding a discount that would make the project unprofitable. What do you do?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;There's no right answer here — there's quality of reasoning. How does the person structure uncertainty? Do they go straight to management, or do they first look for room to maneuver? These are exactly the same skills needed when handling an incident or navigating a product discussion.&lt;/p&gt;

&lt;h3&gt;
  
  
  Type 4: Behavioral Questions (STAR) — Verify Real Experience
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"Tell me about a time when you lacked the skills to solve a problem. How did you handle it?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A strong engineer will say: "I didn't know X, I looked up Y, asked Z for help, and delivered N". A weak candidate will either fail to find such a case (red flag — doesn't acknowledge gaps) or will tell a story where everyone else is to blame.&lt;/p&gt;

&lt;h3&gt;
  
  
  Type 5: Comparative Questions — Reveal Real Values
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"Who would you rather have on your team: a lone genius with 2× above-average output but toxic, or an average specialist who gets along perfectly with everyone?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Important: there's no right answer. But the answer reveals cultural fit with your team. If your team is all seniors working independently — the answer is one thing. If you have lots of juniors who need mentorship — it's another.&lt;/p&gt;




&lt;h2&gt;
  
  
  Implementation: Telegram Bot as the First Stage of the Pipeline
&lt;/h2&gt;

&lt;p&gt;The questions are the specification. Next comes the implementation.&lt;/p&gt;

&lt;p&gt;I use &lt;strong&gt;@moreformbot&lt;/strong&gt; — a Telegram bot that lets you create a conversational form right inside the messenger. The candidate answers questions in the chat, shares their contact with one tap, and you receive structured responses without ever getting on a call.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Workflow in 6 steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Init&lt;/strong&gt;— create a new form in the bot&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feikuyzw11pa3pxe9ecsn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feikuyzw11pa3pxe9ecsn.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on “Create form” button to create a new form&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Welcome screen&lt;/strong&gt; — brief context: the role, what the form covers, how much time it takes&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg65okz6dbqy1iw9vcqls.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg65okz6dbqy1iw9vcqls.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on “Add welcome page” or select welcome page by clicking plus button and selecting the “Welcome block” type&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpbu2yzqqkbmx6gtk0i5l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpbu2yzqqkbmx6gtk0i5l.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Question pages&lt;/strong&gt; — each question on a separate page, one after another&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6lxn9me3r7iar9d5tfs9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6lxn9me3r7iar9d5tfs9.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Select “Text” type&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F645prms7m2pty5kwbpoz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F645prms7m2pty5kwbpoz.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it (Write questions from the post)&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Contact capture&lt;/strong&gt;— automated Telegram contact request as the final page&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fymt9972m9ycyl8e7xoyr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fymt9972m9ycyl8e7xoyr.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on plus button and select “Contact” type&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faj067hmvk6c448dfr4gm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faj067hmvk6c448dfr4gm.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Select “Telegram” subtype&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9yocy48ztq4c02g366ir.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9yocy48ztq4c02g366ir.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Success state&lt;/strong&gt; — thank you message and expected response timeline&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhozb8bdmgj4gqt2grsdo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhozb8bdmgj4gqt2grsdo.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Select “Ending block” in plus select&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4wkmhva63r60sa4hicau.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4wkmhva63r60sa4hicau.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Share the form&lt;/strong&gt; — Publish and share the form&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs9zlp5lx3aa50ihvie03.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs9zlp5lx3aa50ihvie03.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on “Publish” button on top right corner of the form page, and confirm it by clicking it again in dialog&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flfc1x5u8dy4opfzsww4k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flfc1x5u8dy4opfzsww4k.png" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Copy the link and share it with interviewee&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What this gives you in numbers:&lt;/strong&gt; if you used to spend an hour on 10 calls to find 2 relevant candidates — now you spend 10 minutes reading 10 forms and call those two directly.&lt;/p&gt;




&lt;p&gt;By the time a candidate's name lands in your inbox — they've already passed a psychological and situational "unit test". The call becomes final validation, not the primary filter.&lt;/p&gt;

&lt;p&gt;That's pipeline thinking applied to hiring.&lt;/p&gt;

</description>
      <category>automation</category>
      <category>hiring</category>
      <category>productivity</category>
      <category>startup</category>
    </item>
    <item>
      <title>An HR Department for Zero Dollars: How Founders Can Hire for Culture Without Spending Time on Interviews</title>
      <dc:creator>Samandar Yusupov</dc:creator>
      <pubDate>Tue, 17 Mar 2026 13:00:00 +0000</pubDate>
      <link>https://forem.com/samandar_yusupov/an-hr-department-for-zero-dollars-how-founders-can-hire-for-culture-without-spending-time-on-2g7c</link>
      <guid>https://forem.com/samandar_yusupov/an-hr-department-for-zero-dollars-how-founders-can-hire-for-culture-without-spending-time-on-2g7c</guid>
      <description>&lt;p&gt;Your startup has no HR manager. But it does have you, and you have twenty more important things to do than spend an hour on a call with a candidate who isn't the right fit.&lt;/p&gt;

&lt;p&gt;The problem is that a bad hire into a small team is a disaster. One person with poor soft skills can destroy an atmosphere you spent months building. So screening is necessary — but it shouldn't cost you time.&lt;/p&gt;

&lt;p&gt;The solution is simple: ask the right questions before the call, not during it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Standard Questions Don't Work
&lt;/h2&gt;

&lt;p&gt;"Tell me about yourself", "Why do you want to work here", "Where do you see yourself in five years?" — candidates prepare for these questions in advance. You get rehearsed answers, not a real picture of the person.&lt;/p&gt;

&lt;p&gt;You need questions that are harder to prepare for. Questions that reveal values, not presentation skills.&lt;/p&gt;




&lt;h2&gt;
  
  
  5 Questions That Show You the Real Person
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Question 1 — The Priorities Test (comparative)
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"What's worse for you in a team: missing deadlines but delivering a perfect product — or delivering on time but with minor bugs?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;There's no right answer. But there's an answer compatible with how your team works. If your culture is "ship fast, fix later" — a toxic perfectionist will destroy the rhythm. If your product depends on reputation — "just get it out the door" will be a catastrophe.&lt;/p&gt;

&lt;h3&gt;
  
  
  Question 2 — The Objectivity Test (bipolar)
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"Give me 3 pros and 3 cons of remote work"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;If someone can't find any cons — they're either inexperienced or telling you what they think you want to hear. If they can't find any pros — they'll likely suffer on a remote team and drag others down with them. You need someone who sees reality without filters.&lt;/p&gt;

&lt;h3&gt;
  
  
  Question 3 — The Values Test (projective)
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"What holds people back from taking on more responsibility at work?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The question sounds like it's about "other people", but the person unconsciously answers about themselves. Those who cite fear of failure, bureaucracy, or lack of authority will show exactly that behavior. Those who say "people just aren't interested" are likely passive themselves. Those who answer "nothing, if there's trust" usually actually take initiative.&lt;/p&gt;

&lt;h3&gt;
  
  
  Question 4 — The Action Test (situational)
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"A new employee has joined your department. How do you introduce yourself to them?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A simple question, but it instantly separates people who act proactively from those who wait to be invited. In a small team, that difference is critical.&lt;/p&gt;

&lt;h3&gt;
  
  
  Question 5 — The Experience Test (behavioral, STAR)
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"Tell me about a conflict with a colleague. How did you resolve it?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Listen not just to the outcome — listen to how the person describes the situation. Do they take any responsibility? Or do they tell a story where they're always right, and everyone else is wrong? In a startup with no HR to mediate conflicts, people need to handle that themselves.&lt;/p&gt;




&lt;h2&gt;
  
  
  Automation: Let the Bot Do the First Round for You
&lt;/h2&gt;

&lt;p&gt;The five questions above are your filter. Now you need candidates to answer them before you spend a single minute of your time.&lt;/p&gt;

&lt;p&gt;The tool for this is the Telegram bot &lt;strong&gt;&lt;a href="https://t.me/moreformbot" rel="noopener noreferrer"&gt;@moreformbot&lt;/a&gt;&lt;/strong&gt;. It lets you create a screening form inside the messenger: the candidate answers questions in a conversational chat, and you receive structured responses plus their contact — no call needed.&lt;/p&gt;

&lt;p&gt;No registrations, no complicated interface — just a Telegram form the candidate completes in 5 minutes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to set it up in 15 minutes:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Launch &lt;strong&gt;&lt;a href="https://t.me/moreformbot" rel="noopener noreferrer"&gt;@moreformbot&lt;/a&gt;&lt;/strong&gt; and create a new form&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft96l5uzc73d7czzpj1m8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft96l5uzc73d7czzpj1m8.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on “Create form” button to create a new form&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Add a welcome screen — one or two sentences about the role and what comes next&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxo7a2d4vacowyqcbupfb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxo7a2d4vacowyqcbupfb.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on “Add welcome page” or select welcome page by clicking plus button and selecting the “Welcome block” type&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fos6kusxbrivd6j2nnbkq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fos6kusxbrivd6j2nnbkq.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a separate page for each of the five questions&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fho8hayt2m4p82t8a9dus.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fho8hayt2m4p82t8a9dus.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Select “Text” type&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F51l6lnlvgtency8jrufx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F51l6lnlvgtency8jrufx.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it (Write questions from the post)&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Add a page requesting the Telegram contact (the candidate shares it with one tap)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp1dmsk4qx9iwhxgx1gx8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp1dmsk4qx9iwhxgx1gx8.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on plus button and select “Contact” type&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb9z36cafxk054bo8umv4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb9z36cafxk054bo8umv4.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Select “Telegram” subtype&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm2fdtv80lo8gpys6x9qo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm2fdtv80lo8gpys6x9qo.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Close with a thank-you screen and a note on when they can expect to hear back&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi4vz1zzwzch39wisuozw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi4vz1zzwzch39wisuozw.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Select “Ending block” in plus select&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyp7r10dseoqow9wnhdvc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyp7r10dseoqow9wnhdvc.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Publish and share the form&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsdda3a5nz2ppzfvbakkj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsdda3a5nz2ppzfvbakkj.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on “Publish” button on top right corner of the form page, and confirm it by clicking it again in dialog&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fshm7q5qym6qsn8g9drw2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fshm7q5qym6qsn8g9drw2.png" alt=" " width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Copy the link and share it with interviewee&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What you get:&lt;/strong&gt; instead of ten one-hour calls, ten completed forms with answers to the key questions. You read them at your convenience and only call the three people who already passed the first filter.&lt;/p&gt;




&lt;p&gt;Hiring isn't about talking to everyone. It's about finding the right person quickly. The right questions upfront save you weeks.&lt;/p&gt;

</description>
      <category>startup</category>
      <category>culture</category>
      <category>hr</category>
      <category>screening</category>
    </item>
    <item>
      <title>Stop Hiring "Brilliant Jerks": 5 Soft Skills Assessment Strategies That Actually Work</title>
      <dc:creator>Samandar Yusupov</dc:creator>
      <pubDate>Thu, 12 Mar 2026 13:00:00 +0000</pubDate>
      <link>https://forem.com/samandar_yusupov/stop-hiring-brilliant-jerks-5-soft-skills-assessment-strategies-that-actually-work-594g</link>
      <guid>https://forem.com/samandar_yusupov/stop-hiring-brilliant-jerks-5-soft-skills-assessment-strategies-that-actually-work-594g</guid>
      <description>&lt;p&gt;Professional competencies are a necessary, but not a sufficient condition. You can hire a brilliant developer or a top-performing sales manager and discover three months later that half the team has handed in their resignation letters. The reason: the person didn't fit the culture, turned out to be unpredictable, or simply didn't know how to work in a team with other people.&lt;/p&gt;

&lt;p&gt;For HR professionals, the initial screening is, honestly, a tedious routine. Dozens of intro calls, and by the fifth minute, it's already clear: wrong person. But by that point, you've already spent an hour — yours and the candidate's.&lt;/p&gt;

&lt;p&gt;The good news is that if you phrase your screening questions correctly upfront, you can filter out irrelevant candidates before the call even occurs. Here are five methods that let you extract the most information about soft skills with the fewest questions.&lt;/p&gt;




&lt;h2&gt;
  
  
  5 Methods for In-Depth Soft Skills Assessment
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Behavioral Interview (STAR)
&lt;/h3&gt;

&lt;p&gt;This method is built on the principle: &lt;em&gt;past behavior is the best predictor of future behavior&lt;/em&gt;. The question is framed so that the candidate describes a specific situation across four elements:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;S (Situation)&lt;/strong&gt; — a concrete situation from past experience&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;T (Task)&lt;/strong&gt; — the challenge the candidate faced&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A (Action)&lt;/strong&gt; — the exact actions they took&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;R (Result)&lt;/strong&gt; — the outcome it led to&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Practical questions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Describe a situation where your task priorities shifted mid-process dramatically. What did you do?"&lt;/li&gt;
&lt;li&gt;"Have you ever had a conflict with a colleague? How did you resolve it?"&lt;/li&gt;
&lt;li&gt;"Tell me about a time when you lacked the skills to solve a problem. How did you handle it?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Key indicator: does the candidate say "I" or "we"? Can they clearly separate their own role from the team's role?&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Projective Questions
&lt;/h3&gt;

&lt;p&gt;Direct questions about values and attitudes almost always get socially desirable answers — the candidate says what they think the interviewer wants to hear. The projective method bypasses this filter: the question is framed not about the candidate but about "other people", and the person unconsciously projects their own views onto others.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practical questions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Why do some people stay effective at work for years, while others burn out quickly?"&lt;/li&gt;
&lt;li&gt;"What might cause an employee to quit without notice?"&lt;/li&gt;
&lt;li&gt;"What holds people back from taking on more responsibility?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Don't listen for the "right answer" — there isn't one. Listen to what the person focuses on: external circumstances or personal choice, fear, or motivation.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. Situational Questions
&lt;/h3&gt;

&lt;p&gt;Unlike behavioral interviews, these don't draw on real experience — the candidate is given a hypothetical situation, and you assess how they think through it. Especially useful for juniors or when hiring for a role where direct experience may be absent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practical questions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"A key client is demanding a discount that would make the project unprofitable. What do you do?"&lt;/li&gt;
&lt;li&gt;"You've been moved to a new department where you don't know anyone. What's your first step?"&lt;/li&gt;
&lt;li&gt;"A new employee has joined your department. How do you introduce yourself to them?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal isn't to hear the "right" algorithm — it's to understand whether the person can structure their thinking under conditions of uncertainty.&lt;/p&gt;




&lt;h3&gt;
  
  
  4. Bipolar Questions
&lt;/h3&gt;

&lt;p&gt;Asking for "3 pros and 3 cons" of something is a simple but effective way to assess critical thinking and objectivity. A person who has no critical perspective either hasn't thought seriously about the topic or is just saying what they think will please you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practical questions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Give me 3 pros and 3 cons of working at a startup"&lt;/li&gt;
&lt;li&gt;"Give me 3 pros and 3 cons of remote work"&lt;/li&gt;
&lt;li&gt;"Give me 3 pros and 3 cons of an authoritarian management style"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The last question is especially revealing. If a candidate can't find a single pro in the authoritarian style, that's a signal of low tolerance for ambiguity.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. Comparative Questions
&lt;/h3&gt;

&lt;p&gt;Instead of questions with a "right answer" — a choice between two equally uncomfortable options. This is where a candidate's real values and priorities show up, not the ones they claim to have.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practical questions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"What's worse for you: a team that missed a deadline but delivered a perfect product — or one that delivered on time but with minor bugs?"&lt;/li&gt;
&lt;li&gt;"Who would you rather have on your team: a lone genius with 2× above-average output but toxic, or an average specialist who gets along perfectly with everyone?"&lt;/li&gt;
&lt;li&gt;"What would you choose: hiding a colleague's critical mistake to preserve the relationship — or reporting it to management, risking team morale but saving the project?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There's no right answer. There's an answer compatible with your culture — and one that isn't.&lt;/p&gt;




&lt;h2&gt;
  
  
  How to Automate Screening and Stop Wasting Time on Calls
&lt;/h2&gt;

&lt;p&gt;The questions are ready. Now the challenge is getting answers before the call, not during it. For that, you need a tool that requires no registration from the candidate, creates minimal friction, and automatically collects contact details.&lt;/p&gt;

&lt;p&gt;The Telegram bot &lt;strong&gt;@moreformbot&lt;/strong&gt; solves all three: it lets you create a screening form right inside the messenger, the candidate answers the questions in a few minutes, and submits their contact with a single tap.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Setting up the form — 5 steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Create a new form&lt;/strong&gt; in the bot&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F80p3h06mzph26rxj82mw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F80p3h06mzph26rxj82mw.png" alt="Click on “Create form” button to create a new form" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on “Create form” button to create a new form&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Add a welcome screen&lt;/strong&gt; — briefly explain the role and what happens next&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3cgpl8o6b0bimtim37e3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3cgpl8o6b0bimtim37e3.png" alt="Click on “Add welcome page” or select welcome page by clicking plus button and selecting the “Welcome block” type" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Click on “Add welcome page” or select welcome page by clicking plus button and selecting the “Welcome block” type&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fog6ukn1xx90cq5ycimbj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fog6ukn1xx90cq5ycimbj.png" alt="Configure it" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;One question per page&lt;/strong&gt; — each question on a separate screen&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffdyrmck2xfpuyqccei82.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffdyrmck2xfpuyqccei82.png" alt="Select “Text” type" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Select “Text” type&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwnpmwiejy42n2jwp746s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwnpmwiejy42n2jwp746s.png" alt="Configure it (Write questions from the post)" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it (Write questions from the post)&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Request the Telegram contact&lt;/strong&gt; — automatically, no manual input
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs7q9gv947ik1qkjw57s1.png" alt="Click on plus button and select “Contact” type" width="800" height="1777"&gt;&lt;em&gt;Click on plus button and select “Contact” type&lt;/em&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft3lmxu2gvc3hju6zk20y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft3lmxu2gvc3hju6zk20y.png" alt="Select “Telegram” subtype" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Select “Telegram” subtype&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2go1c3nf632yglempfra.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2go1c3nf632yglempfra.png" alt="Configure it" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Completion screen&lt;/strong&gt; — thank the candidate and outline the next steps
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1jxjb9b71ds72jf237wa.png" alt="Select “Ending block” in plus select" width="800" height="1777"&gt;&lt;em&gt;Select “Ending block” in plus select&lt;/em&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftu432105n2ueggcoldoq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftu432105n2ueggcoldoq.png" alt="Configure it" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Configure it&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Share the form&lt;/strong&gt; — Publish and share the form
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb51wc0epineh66b64xum.png" alt="Click on “Publish” button on top right corner of the form page, and confirm it by clicking it again in dialog" width="800" height="1777"&gt;
&lt;em&gt;Click on “Publish” button on top right corner of the form page, and confirm it by clicking it again in dialog&lt;/em&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr3hllbwh0sy5wgis7uix.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr3hllbwh0sy5wgis7uix.png" alt="Copy the link and share it with interviewee" width="800" height="1777"&gt;&lt;/a&gt;&lt;em&gt;Copy the link and share it with interviewee&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The result:&lt;/strong&gt; instead of 100 intro calls, you receive 10 detailed profiles with answers to the most important soft skills questions — and you only call the people who've already passed the first filter.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>culture</category>
      <category>startup</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
