Questões de Concurso Público UPE 2017 para Analista de Sistemas - Engenharia de Software

Foram encontradas 37 questões

Q847861 Banco de Dados
O modelo dimensional de um data warehouse, no qual todas as tabelas relacionam-se diretamente com a tabela de fatos, de forma que as tabelas dimensionais devem conter todas as descrições que são necessárias para se definir uma classe, é denominado de
Alternativas
Q847862 Estatuto da Pessoa com Deficiência - Lei nº 13.146 de 2015
De acordo com o Decreto Nº 5.296, de 2 de dezembro de 2004, qual das alternativas sobre o acesso à informação e à comunicação está INCORRETA?
Alternativas
Q847863 Gerência de Projetos
Qual dos itens abaixo NÃO contempla os processos do Grupo de Processos de Execução do PMBOK?
Alternativas
Q847864 Governança de TI
De acordo com a norma ISSO/IEC 9126, qual das alternativas abaixo NÃO faz parte dos subconjuntos de requisitos de qualidade de manutenibilidade?
Alternativas
Q847865 Engenharia de Software

De acordo com o Sommerville na 9ª edição em inglês do seu livro Software Engineering, os passos do TDD são essencialmente os seguintes:


1. You start by identifying the increment of functionality that is required. This should normally be small and implementable in a few lines of code.

2. You write a test for this functionality and implement this as an automated test. This means that the test can be executed and will report whether or not it has passed or failed.

3. You then run the test, along with all other tests that have been implemented. Initially, you have not implemented the functionality so the new test will fail. This is deliberate as it shows that the test adds something to the test set.

4. You then implement the functionality and re-run the test. This may involve refactoring existing code to improve it and add new code to what’s already there.

5. Once all tests run successfully, you move on to implementing the next chunk of functionality.


Sobre eles, é INCORRETO afirmar que

Alternativas
Respostas
16: B
17: B
18: C
19: E
20: A