Tell me about a time where you had to motivate your team
Tell me about a time where you picked yourself up from a failure
Situation: realized that nobody wanted to use Carbon Wallet
Task: figure out what to do next
Action: Examine the cold hard facts that it wasn’t working and accept the defeat and then start fresh the next day.
Result: Started pivoting, talking to mentors, doing more user interviews, starting from zero again
What do you think makes a good leader and manager?
Why are you interested in working at Artyc?
Climate is my north star, and I need to see our entire economy become electrified this decade. Artyc has the opportunity to play a massive role in that process. Not only electrification, we can stop using refrigerants which are deeply harmful.
Also prefer startups
What do you love about working at a startup?
Everyone is mission focused, this is where real innovation happens. I will learn more quickly here than at a big company. More fun, more ups and downs.
What are some of Artyc’s big use cases?
Agriculture and Medical
What are some of your strengths?
What are some of your weaknesses?
Tell me about a time you failed at work. What did you learn from it?
Tell me about a time you disagreed with a coworker / manager / decision
Are you taking a breath before answering?
Tell me about a time you had to work or make a decision quickly / under a tight deadline
Situation: Sign on to do some freelance work, build app from scratch
Task: PM says “we need the app by some date”, how will you build it?
Action: Decide to build using my strongest tool, SwiftUI
Result: make the deadline
Most impressive accomplishment?
Voices
Hardest technical challenge
Situation: working on DinnerTok
Task: Build a UI where the user can scroll a feed left and right. Difficult bc if you build it in the wrong way then the LeftRight scroll might eat touch gestures from the UpDown scroll.
Action: Build a proof of concept to (in)validate ideas quickly, found a CollectionView layout that did not present gesture issues
Result: Shipped the feature on time and everyone loved it
Hardest bug solved
Situation: working on DinnerTok
Task: Seeing bug where a video in the feed would start over when a network request occurs.
Action: first try to reproduce, done. begin running tests as fast as possible to narrow down the cause. So i start enabling/disabling components. Disabling one component reveals that the bug stops. So i research that component to understand whats happening and swap it for another component
Result: we fixed it
Technical strengths?
Technical weakness?
my tech stack is primarily iOS which has a translation gap to full stack
Tell me about a time where you had to make technical tradeoffs
Situation: need to build dinnertok
Task: Decide how to build dinnertok
Action: debate between UIKit (slow, old, and proven) or SwiftUI (new and unproven but fast). Thought long and hard about the pros and cons, did some research about what SwiftUI was capable of and not capable of.
Result: made the decision to go with SwiftUI becuase it would be faster and speed was more important to the PM