Questões de Concurso Público PRODEB 2018 para Analista de TIC II - Construção de Software

Foram encontradas 50 questões

Q1075396 Banco de Dados
Em banco de dados relacionais, ordenar os dados de uma determinada coluna de uma tabela é função que mostra-se essencial em determinados casos, como ao ordenar os números de chamada de uma fila de espera. Em SQL, existe um comando que permite realizar tal procedimento. Face ao exposto, qual comando SQL permite ordenar os valores dos campos de forma decrescente?
Alternativas
Q1075397 Engenharia de Software
O ciclo TDD (Test Driven Development) é composto por quatro fases, sendo elas:
Alternativas
Q1075398 Algoritmos e Estrutura de Dados
Durante a programação de um sistema, é possível usar uma estrutura que utiliza a metodologia denominada de FIFO (First In First Out), sendo que o primeiro que entra é o primeiro que sai, em que os elementos são atendidos sequenciados ou utilizados conforme armazenados. Essa estrutura denomina-se 
Alternativas
Q1075399 Inglês
Considere o seguinte texto para responder a questão.

Advanced Merging in GIT

    Merging in Git is typically fairly easy. Since Git makes it easy to merge another branch multiple times, it means that you can have a very long lived branch but you can keep it up to date as you go, solving small conflicts often, rather than being surprised by one enormous conflict at the end of the series. 

     However, sometimes tricky conflicts do occur. Unlike some other version control systems, Git does not try to be overly clever about merge conflict resolution. Git’s philosophy is to be smart about determining when a merge resolution is unambiguous, but if there is a conflict, it does not try to be clever about automatically resolving it. Therefore, if you wait too long to merge two branches that diverge quickly, you can run into some issues.

Scott Chacon and Ben Straub - Pro GIT – Everything you need to
know about GIT. Apress, 2018 -Page 267.

The first word of the second paragraph is grammatically defined as a conjunction, which is also known as:
Alternativas
Q1075400 Inglês
Considere o seguinte texto para responder a questão.

Advanced Merging in GIT

    Merging in Git is typically fairly easy. Since Git makes it easy to merge another branch multiple times, it means that you can have a very long lived branch but you can keep it up to date as you go, solving small conflicts often, rather than being surprised by one enormous conflict at the end of the series. 

     However, sometimes tricky conflicts do occur. Unlike some other version control systems, Git does not try to be overly clever about merge conflict resolution. Git’s philosophy is to be smart about determining when a merge resolution is unambiguous, but if there is a conflict, it does not try to be clever about automatically resolving it. Therefore, if you wait too long to merge two branches that diverge quickly, you can run into some issues.

Scott Chacon and Ben Straub - Pro GIT – Everything you need to
know about GIT. Apress, 2018 -Page 267.

Based on the text, it is correct to say about Merging in GIT that:
Alternativas
Respostas
46: C
47: D
48: E
49: C
50: C