-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathquiz.html
141 lines (138 loc) · 4.61 KB
/
quiz.html
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
---
layout: default
title: Quiz Questions
nav: conf
---
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="big-intro">The wonderful quiz where you get some amazing prizes at the end of the Conference.</p>
</div>
</div>
</div>
</div>
<a name="narrators" ></a>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header border">How to play</h4>
</div>
<div class="col-md-12">
<p class="big-intro">Text your answer (A, B, C) and question number (2) - ie A1 - to 07507333228 for a chance to win one of our amazing prizes!</p>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header border">The Question</h4>
</div>
</div>
<div>
<table>
<tr>
<th>Q1</th>
<th>Proactive Paul’s first proper bicycle had . . . </th>
<td><strong>A:</strong> solid rubber tyres</td>
<td><strong>B:</strong> a horn instead of a bell</td>
<td><strong>C:</strong> yellow stabilisers</td>
</tr>
<tr>
<th>Q2</th>
<th>Which of the Microsoft Cognitive Services does sentiment analysis on text?</th>
<td><strong>A:</strong> Custom Recognition Intelligent Service (CRIS)</td>
<td><strong>B:</strong> The Language Understanding Intelligence Service (LUIS)</td>
<td><strong>C:</strong> Text Analytics</td>
</tr>
<tr>
<th>Q3</th>
<th>How many real-time messages does Pusher send a month?</th>
<td><strong>A:</strong> 160 million</td>
<td><strong>B:</strong> 16 billion</td>
<td><strong>C:</strong> 160 billion</td>
</tr>
<tr>
<th>Q4</th>
<th>Due to a technical fault, Pebble CEO Eric Migicovsky was once famously live streamed entirely in which colour?</th>
<td><strong>A:</strong> Red</td>
<td><strong>B:</strong> Blue</td>
<td><strong>C:</strong> Green</td>
</tr>
<tr>
<th>Q5</th>
<th>Pebble uses Tintin characters for their product code names. What is the code name for the Pebble Time 2?</th>
<td><strong>A:</strong> Robert</td>
<td><strong>B:</strong> Ranko</td>
<td><strong>C:</strong> Rastapopoulos</td>
</tr>
<tr>
<th>Q6</th>
<th>What is the name of the female welsh text to speech voice on Nexmos voice api?</th>
<td><strong>A:</strong> Dafydd</td>
<td><strong>B:</strong> Gwyneth</td>
<td><strong>C:</strong> Angharad</td>
</tr>
<tr>
<th>Q7</th>
<th>According to Packt's survey, 2 languages were neck and neck as the leading language for developers under 30. Which were they?</th>
<td><strong>A:</strong> JavaScript and C</td>
<td><strong>B:</strong> Clojure and Ruby</td>
<td><strong>C:</strong> Python and Java</td>
</tr>
<tr>
<th>Q8</th>
<th>OK, so Proactive Paul is an accountant, who was he working for when he qualified?</th>
<td><strong>A:</strong> Coopers &s; Lybrand</td>
<td><strong>B:</strong> KPMG</td>
<td><strong>C:</strong> Arthur Andersen</td>
</tr>
<tr>
<th>Q9</th>
<th>How many API Clients, Tools &s; Integrations are listed on Algolia's community site?</th>
<td><strong>A:</strong> 5</td>
<td><strong>B:</strong> 20</td>
<td><strong>C:</strong> 25</td>
</tr>
<tr>
<th>Q10</th>
<th>How many APIs are there in the Microsoft Cognitive Services suite?</th>
<td><strong>A:</strong> 19</td>
<td><strong>B:</strong> 21</td>
<td><strong>C:</strong> 23</td>
</tr>
<tr>
<th>Q11</th>
<th>What is the average height of Alex at Pusher?</th>
<td><strong>A:</strong> 6"1</td>
<td><strong>B:</strong> 5"10</td>
<td><strong>C:</strong> 5"11</td>
</tr>
<tr>
<th>Q12</th>
<th>What 2 cities does Algolia have an office in?</th>
<td><strong>A:</strong> New York and Paris</td>
<td><strong>B:</strong> San Francisco and Paris</td>
<td><strong>C:</strong> London and Seattle</td>
</tr>
<tr>
<th>Q13</th>
<th>How many emoji characters can you put in a single SMS sent via Nexmo?</th>
<td><strong>A:</strong> 60</td>
<td><strong>B:</strong> 70</td>
<td><strong>C:</strong> 60</td>
</tr>
<tr>
<th>Q14</th>
<th>Packt asked respondents learning React.js what their main motivation for learning it was. What do you think the top response was?</th>
<td><strong>A:</strong> Company or client requirement</td>
<td><strong>B:</strong> Speed in getting the job done</td>
<td><strong>C:</strong> Popular</td>
</tr>
</table>
</div>
</div>
</div>