전체 글 299

[LeetCode] 1158. Market Analysis I

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔ 문제 https://leetcode.com/problems/market-analysis-i/description/ Market Analysis I - LeetCode Can you solve this real interview question? Market Analysis I - Table: Users +----------------+---------+ | Column Name | Type | +----------------+---------+ | user_id | int | | join_date | date | | favorite_brand ..

[프로덕트 지표] 2. 지표 설정 프레임워크 : ② Activation 지표

본 콘텐츠는 '프로덕트(Product) 지표 설정 프레임워크' - 김민우 강사님 강의 수강 후 학습 기록입니다. 아래 유튜브 페이지에서 해당 강의 전체 내용 영상을 제공하고 있습니다. https://www.youtube.com/watch?v=3ICPB0xWmpk 유익한 강의 무료로 제공해주신 김민우 강사님께 감사 말씀 드립니다. 🙇‍♀️ · 김민우 강사님 소개 : https://www.minwookim.kr/ 📌 강의 요약 Activation 관련해서는 어떤 지표를 봐야 하는지, Setup Moment, Aha Moment, Habit Moment 개념과 함께 소개합니다. 프로덕트를 보는 다섯가지 렌즈 👀 1. Acquisition (획득) 2. Activation (활성화) 3. Engagement (..

Growth 🌳/Volume 2023.06.07

[프로덕트 지표] 2. 지표 설정 프레임워크 : ① Acquisition 지표

본 콘텐츠는 '프로덕트(Product) 지표 설정 프레임워크' - 김민우 강사님 강의 수강 후 학습 기록입니다. 아래 유튜브 페이지에서 해당 강의 전체 내용 영상을 제공하고 있습니다. https://www.youtube.com/watch?v=3ICPB0xWmpk 유익한 강의 무료로 제공해주신 김민우 강사님께 감사 말씀 드립니다. 🙇‍♀️ · 김민우 강사님 소개 : https://www.minwookim.kr/ 📌 강의 요약 Acquisition(획득) 관련해서는 어떤 지표를 봐야 하는지 소개합니다. 흔히들 LTV(Lifetime Value) 지표를 보라고 하는데, 왜 LTV 지표가 스타트업에 무용한지, 그 대신 어떤 지표를 봐야 하는지 (Payback Period) 알려드립니다. 지표 설정 프레임워크 :..

Growth 🌳/Volume 2023.06.05

[프로덕트 지표] 1. Proxy Metric

본 콘텐츠는 '프로덕트(Product) 지표 설정 프레임워크' - 김민우 강사님 강의 수강 후 학습 기록입니다. 아래 유튜브 페이지에서 해당 강의 전체 내용 영상을 제공하고 있습니다. https://www.youtube.com/watch?v=3ICPB0xWmpk 유익한 강의 무료로 제공해주신 김민우 강사님께 감사 말씀 드립니다. 🙇‍♀️ · 김민우 강사님 소개 : https://www.minwookim.kr/ Thinker-Practitioner 김민우입니다. 그로스, 프로덕트, 매니지먼트, 커뮤니케이션, 그 외 일과 관련된 글을 이따금씩 씁니다. 스타트업 컨설팅, 코칭, 자문을 하고 있습니다. www.minwookim.kr Proxy Metric 가정이 많이 들어간 간접적인 지표 '활성 사용자', 인게..

Growth 🌳/Volume 2023.05.31

[LeetCode] 1070. Product Sales Analysis III

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔ 문제 https://leetcode.com/problems/product-sales-analysis-iii/description/ Product Sales Analysis III - LeetCode Can you solve this real interview question? Product Sales Analysis III - Table: Sales +-------------+-------+ | Column Name | Type | +-------------+-------+ | sale_id | int | | product_id | int | ..

[LeetCode] 1045. Customers Who Bought All Products

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔문제 https://leetcode.com/problems/customers-who-bought-all-products/ Customers Who Bought All Products - LeetCode Can you solve this real interview question? Customers Who Bought All Products - Table: Customer +-------------+---------+ | Column Name | Type | +-------------+---------+ | customer_id | int | | ..

[LeetCode] 608. Tree Node

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔ 문제 https://leetcode.com/problems/tree-node/ Tree Node - LeetCode Can you solve this real interview question? Tree Node - Table: Tree +-------------+------+ | Column Name | Type | +-------------+------+ | id | int | | p_id | int | +-------------+------+ id is the primary key column for this table. Each row ..

[LeetCode] 602. Friend Requests II: Who Has the Most Friends

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ✔ 문제 https://leetcode.com/problems/friend-requests-ii-who-has-the-most-friends/description/ Friend Requests II: Who Has the Most Friends - LeetCode Can you solve this real interview question? Friend Requests II: Who Has the Most Friends - Table: RequestAccepted +----------------+---------+ | Column Name | Ty..

[LeetCode] 601. Human Traffic of Stadium

📢 본 포스팅에 활용되는 기본 문제 및 자료 출처는 리트코드 Problems, https://leetcode.com/problemset/all/임을 밝힙니다. ■ 문제 https://leetcode.com/problems/human-traffic-of-stadium/description/ Human Traffic of Stadium - LeetCode Can you solve this real interview question? Human Traffic of Stadium - Table: Stadium +---------------+---------+ | Column Name | Type | +---------------+---------+ | id | int | | visit_date | date | ..