-
Notifications
You must be signed in to change notification settings - Fork 77
/
data.js
93 lines (90 loc) · 3.97 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
// Questions
var q = [
'What do you understand that others don't?',
'Why will you succeed?',
'How big an opportunity is there?',
'What problems/hurdles are you anticipating?',
'Who would use your product?',
'How much does customer acquisition cost?',
'How will you make money?',
'How much money could you make per year?',
'How many users do you have?',
'What is your user growth rate?',
'How many users are paying?',
'How are you meeting customers?',
'How are you understanding customer needs?',
'How will you get users?',
'Who would you hire or how would you add to your team?',
'So what are you working on?',
'Do you have a demo?',
'Where is the rocket science here?',
'How does your product work in more detail?',
'How is your product different?',
'What are you going to do next?',
'What's new about what you make?',
'What, exactly, 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 and/or users find out about you?',
'What resistance will they have to trying you and how will you overcome it?',
'What are the key things about your field that outsiders don't understand?',
'What part of your project are you going to build first?',
'Who is going to be your first paying customer?',
'If your startup succeeds, what additional areas might you be able to expand into?',
'Why did you choose this idea?',
'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?',
'Why did you pick this idea to work on?',
'What domain expertise do you have?',
'Who are your competitors?',
'Who might become competitors?',
'Someone just showed us an idea like this right before you guys. I don't like it. What else do you have?',
'What competition do you fear most?',
'What is your distribution strategy?',
'How did your team meet?',
'Why did your team get together?',
'Who in your team does what?',
'Who is "the boss"?',
'What will you do if we don't fund you?',
'Would you relocate to Silicon Valley?',
'How do we know your team will stick together?',
'What else have you created together?',
'Are you open to changing your idea? ',
'What systems have you hacked?',
'Tell us about a tough problem you solved?',
'In what ways are you resourceful?',
'Will you reincorporate as a US company?',
'Will your team stick at this?',
'Tell us something surprising you have done?',
'What's the funniest thing that has happened to you?',
'What's the worst thing that has happened?',
'What's the biggest mistake you have made?',
'What is your burn rate?',
'How long can you go before funding?',
'What is the next step with the product evolution?',
'Have you raised funding?',
'Who would be your next hire?',
'How do you know people want this?',
'What do you know about this space/product others don't know?'
];
// Tips
var tips = [
'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 PG and the other YC partners, be substantive, and get straight to the point.',
'DO NOT BEAT AROUND THE BUSH. Do not hem and haw. "Uhm"s and "uh"s don't lend an aura of intelligence.',
'Use precise and concise language. You aren't pitching a VC that will ask you what your "secret sauce" is.',
'He talks quickly, and so do the other YC partners. Try to match their tempo (as you should when talking to anyone).'
];