General-behavior interview tutorials

all materials

link

How to tell the story about the favorite project

link

the project you pick should have 3 points:

  1. the highest impact: it moves metrics
  2. the highest scope: it is technically complex, costs a long time or involves a lot of people
  3. the highest personal contribution: you build something with your own hands and have some opportunities to lead in a significant way

Deeper dive into the signal areas for behavioral interviews

link

  • scope: tell the stories to show the interviewer how senior you are in your previous projects.
  • initiative: prove you are a "self-starter" to have the willingness and skills to drive adoption of your ideas. And you can show your soft skills in the process.
  • ambiguity: the structured approach to break down the large problems into smaller ones and prioritize the work.
  • perseverance: how to deal with difficulties in previous projects and how to use the perseverance skills in the future.
  • conflict resolution: show seniority to use structured approaches to resolving conflict. Maybe things like written documents or data-driven experiments.
  • growth: show the ability to grow, to respond to circumstances around yourself, to seek after learning opportunities and successfully integrate those into our future actions. How to learn from the feedback.
  • communication: the story you tell should always involve in communication. Show how to communicate with the workers around you.
相关推荐
8Qi81 天前
回文子串(Palindromic Substrings)—— 题解
算法·leetcode·职场和发展·动态规划
小宋加油啊1 天前
机械臂抓取物体 PVN3D算法调研学习
学习·算法·3d
lqqjuly1 天前
前沿算法深度解析(一)
算法
小欣加油1 天前
leetcode1926 迷宫中离入口最近的出口
数据结构·c++·算法·leetcode·职场和发展
happymaker06261 天前
LeetCodeHot100——42.接雨水
算法
阿正的梦工坊1 天前
【Rust】07-错误处理:Option、Result 与 ? 运算符
开发语言·算法·rust
八解毒剂1 天前
数据结构-平衡二叉树——对二叉搜索树的优化
数据结构·c++·算法
运行时记录1 天前
别再手动写提示词了 — SkillOpt 让技能文档自己进化
算法
啦啦啦啦啦zzzz1 天前
算法总结(二分查找、双指针)
c++·算法