TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How should I hire mobile developers?

5 点作者 shikharja将近 4 年前
Curious about how you (especially hiring managers and interviewers) hire mobile developers? What are the interview rounds? Do you ask your candidates to build an app or ask simple coding questions? What topics are the most important to assess? Any tool or product you use like HackerRank/Codility/Codepad?

2 条评论

gcheong将近 4 年前
As a candidate I can say I&#x27;ve faced the gamut of everything from online automated assessments to phone interviews that seemed little more than running through a list of &quot;how do you do X&quot; to high pressure white-boarding sessions involving solving algorithmic&#x2F;architecture problems on the fly but the kind of assessment that seemed most reasonable to me above everything else was one where I had a small take-home coding challenge with a discussion of the submitted solution afterward, the latter part being key and here is why:<p>1. You can see how well I explain my solution, how I approached it, and my reasoning for any trade-offs or choices I made and how well I respond to any questioning or criticisms of my solutions.<p>2. It shows respect for my time, because there is always more that goes into doing these things than just the code that comes out of it, and gives me an idea what it would be like working for your company and&#x2F;or the people I would be working with.
muzani将近 4 年前
I&#x27;ve done a few as a candidate and interviewer. My favorite for Android might be...<p>Round 1:<p>Quick call, 30 min max. Filter that they can speak the language, not come late, aren&#x27;t intolerable assholes. Ask a question, let them talk, maybe 2-3 questions, doesn&#x27;t have to be technical. This is to show respect for the next stage. It can also be a few chats via email, or a coffee. Usually HR does this.<p>Round 2:<p>Technical filter. This is to filter them out before they get to your expensive engineers. This can be your HackerRank&#x2F;Codility. 0.5-4 hours is ideal there.<p>Alternatively, it can be a technical project, up to a weekend. A simple one like downloading files or accessing a network. Keep in mind that apps take a long time to build from scratch... it might take 2 hours to write a page, but it&#x27;ll take a whole day to set up a project, architecture, network, testing suite, and so on. You&#x27;ll want to assess that they <i>can</i> write code.<p>Round 3:<p>Personal interview, done by the engineering manager and&#x2F;or colleagues. Dig into their resume, see if they&#x27;re hiding something (good or bad). Don&#x27;t hammer them with small questions. Don&#x27;t be shy here, bring up all the yellow flags. Let them talk, then ask probing questions based on this answer, go with your gut. Many devs are introverts, and most of us can&#x27;t clearly remember the details some engineering challenge from a job 3 years ago. Watch what makes them animated, watch what they zone out on.<p>Good questions are how they&#x27;d implement&#x2F;update caches, hardware related questions if you do that. How would they implement a beauty filter on the camera? How would they make a SDK? How would they handle live data? What&#x27;s their opinion on Jetpack Compose?<p>Bad questions are vague ones like &quot;What drives you?&quot; or &quot;Tell me your biggest challenge.&quot; I&#x27;ve freelanced for years; I have a 22 page portfolio documenting challenges. Asking me which one was hardest is just going to activate my death march PTSD. Be specific.<p>Round 4:<p>Technical fit interview. Anyone here should have about a 50% chance of getting the job. Adjust previous filters if there&#x27;s too many.<p>This should be about 1-3 full days, depending on seniority. Offer to pay for their time. Fly them into the HQ, give them a comfy hotel. This should hurt the employer too, especially the longer the interview is. This is also where you show respect so they pick you over other offers; any skilled person would still be evaluating 3 other options at this point. This is also where they get cold feet.<p>Again, building an app from scratch costs about half a day. Whether the question is trivial or difficult, it&#x27;ll cost them. Online demos are popular during this pandemic, but many devs don&#x27;t use an emulator, and they&#x27;re terribly glitchy. A compiled file, or git branch could work better for demos.<p>So the ideal is to have a bit of code written up, based on your existing architecture. It&#x27;s technical fit, let them figure out your code. Ask them to hack something into it.<p>The hard things to implement are architecture&#x2F;Jetpack, testing, hardware (camera&#x2F;file&#x2F;permissions) related, database. Give them things that need to be in muscle memory and are already part of your workflow.
评论 #27476420 未加载