sábado, 18 de setembro de 2010

Google Developer Day 2010

O Google Developer Day 2010 será realizado em São Paulo no dia 20/10 e as inscrições são gratuitas e já iniciaram no dia 15/09.

São Paulo é uma das cinco cidades que cediam o evento.

Este ano será abordado temas sobre o Android, Chrome e HTML5, Plataforma de Nuvem e APIs do Google.

Mais informações sobre o evento você encontra no site.

Para fazer a inscrição você precisará preencher um formulário fornecendo alguns dados de contatos, enviar um resumo de seu currículo em PDF ou DOC.

Após esta etapa há uma avaliação para confirmar que você realmente é um desenvolvedor, é um questionário com cinco questões em inglês com um trecho de código, onde você deve interpretá-lo e informar o resultado deste código, o tempo para a prova é de 30min (fique atento pois não há um relógio na página).
As perguntas são diferentes para cada inscrição.

Após esta prova você será comunicado em duas semanas se a sua inscrição foi aprovada ou não.

Veja abaixo o questionário que foi proposto na minha inscrição:

Question A
What does the following program (given in pseudocode) print?
x = 1
y = 1
if y > 3, then
y = y * 2
else
x = x * 2
print (x + y)

Question B
How many times does the following program print 'hello'? (note: the for loop in our pseudolanguage includes the endpoints, so, for example, 1 to 4 means 1, 2, 3, 4.)
for i = 1 to 6
if i != 7, then
for j = 1 to 5
print 'hello'

Question C
Between 1909 and 4407 (inclusive), how many numbers are even and also divisible by 3? (Hint: you can write a program to help you calculate)

Question D
Mary has a pretty positive attitude about math. To her, a number is adorable if it contains the digit 4 but not the digit 9. So, in her opinion, how many adorable numbers are there between 10778 and 26105, including the endpoints?

Question E
In the quiet countryside village of Seeplusplusville, all phone numbers have 6 digits. The phone company imposes these rules on numbers:
  • There cannot be two consecutive identical digits, because that's lame;
  • The sum of the digits must be even, because that's cool;
  • The last digit can't be the same as the first, because that's unlucky.
So, given these very reasonable, mature and well-designed rules, how many phone numbers in the list below are valid?
214195,217606,220404,224933,229195,232379,232950... (havia 200 números nesta lista)

Como esta última não ficou claro qual deve ser a soma dos dígitos acho que eu não gabaritei... :)

Boa sorte a todos que forem fazer a inscrição.

Nenhum comentário:

Postar um comentário