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.
相关推荐
嫩萝卜头儿7 分钟前
2 - 复杂度收尾 + 链表经典OJ
数据结构·算法·链表·复杂度
星马梦缘20 分钟前
算法设计与分析 作业二 答案与解析
算法·图论·dfs·bfs·floyd-warshall·bellman_ford·多源最短路
玛丽莲茼蒿20 分钟前
Leetcode hot100 每日温度【中等】
算法·leetcode·职场和发展
cjp56028 分钟前
009.UG二次开发,任务环境草图优化3(高级功能生成直线)
算法
样例过了就是过了39 分钟前
LeetCode热题100 分割等和子集
数据结构·c++·算法·leetcode·动态规划
逻辑驱动的ken41 分钟前
Java高频面试考点18
java·开发语言·数据库·算法·面试·职场和发展·哈希算法
北顾笙9801 小时前
day38-数据结构力扣
数据结构·算法·leetcode
m0_629494731 小时前
LeetCode 热题 100-----14.合并区间
数据结构·算法·leetcode
xin_nai1 小时前
LeetCode热题100(Java)(5)普通数组
算法·leetcode·职场和发展
旖-旎2 小时前
深搜练习(组合)(5)
c++·算法·深度优先·力扣