-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdata.js
78 lines (75 loc) · 3.18 KB
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// Questions
var q = [
'So what are you working on?',
'Why did you pick this idea to work on?',
'What domain expertise do you have?',
'What do you understand that others don't?',
'Why will you succeed?',
'How big an opportunity is there?',
'What hurdles are you anticipating?',
'Who would use your product?',
'What is the cost to acquire customers (CAC)?',
'How will you make money?',
'How much money could you make per year?',
'How many users do you have?',
'How are you meeting customers?',
'How are you understanding customer needs?',
'How will you get users?',
'Who will your next hire be?',
'How does your product work?',
'How is your product different?',
'What are you going to do next?',
'What's new about what you make?',
'What makes you different from existing options?',
'Who needs what you're making?',
'How do you know customers need what you're making?',
'Why isn't someone already doing this?',
'What obstacles will you face and how will you overcome them?',
'How will customers find out about you?',
'What resistance will customers have to trying you and how will you overcome it?',
'What are the key things about your field that outsiders don't understand?',
'Who is going to be your first paying customer?',
'If your startup succeeds, what additional areas will you be able to expand into?',
'What have you learned so far from working on your product?',
'Six months from now, what's going to be your biggest problem?',
'Where do new users come from?',
'What is your growth like?',
'What's the conversion rate?',
'What makes new users try you?',
'Why do the reluctant users hold back?',
'What are the top things users want?',
'What has surprised you about user behaviour?',
'What's an impressive thing you have done?',
'What do you understand about your users?',
'Who are your competitors?',
'Who might become your competitors?',
'What competition do you fear most?',
'What is your distribution strategy?',
'What will you do if we don't fund you?',
'Are you open to changing your idea? ',
'Tell us about a tough problem you solved?',
'In what ways are you resourceful?',
'What's the worst thing that has happened?',
'What's the biggest mistake you have made?',
'What's your burn rate?',
'How long can you go before funding?',
'What's the next step with your product evolution?',
'How do you know people want this?',
'What will prevent others from becoming fast followers?',
'What are the barriers to entry?',
'How long does it take to acquire customers?',
'What's your customer retention strategy?',
'What's your key personnel risk?',
'What are the key drivers of business performance?',
'What change will you make to improve your business performance?',
'Why am I the right investor for you?',
'At what scale do you need to acquire customers to become profitable?'
];
// Tips
var tips = [
'Try to answer using new language each time you answer the question.',
'Try to have quick and concise answers.',
'Try to answer in 2 to 3 sentences.',
'Answer like you would in a conversation, this is not a presentation.',
'When talking to a potential investor, be substantive, and get straight to the point.',
];