Questões de Concurso Sobre não definido

Foram encontradas 9.416 questões

Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234520 Não definido
Com base nos conceitos relacionados ao gerenciamento de serviços de TI do ITIL v4, assinale a opção que apresenta o modelo operacional cujas atividades‑chave são: planejar; melhorar; engajar; projetar/transicionar; obter/construir; e entregar/suportar.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234519 Não definido
Durante a integração com uma API REST protegida por autenticação do tipo Bearer Token, um desenvolvedor precisa realizar uma requisição GET para o endpoint https: /api.exemplo.com/dados. O token de acesso já foi obtido e está armazenado na variável token.
A partir dessa situação hipotética, assinale a opção que apresenta corretamente a forma de se realizar essa requisição em JavaScript moderno, de maneira segura, incluindo o token no cabeçalho a requisição. 
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234518 Não definido

Considere‑se o código a seguir.


<!DOCTYPE html>

<html lang=”en”>

<head>

 <meta charset=”UTF‑8”>

 <meta name=”viewport” content=”width=device‑width, initial‑scale=1.0”>

 <link rel=”stylesheet” href=”styles.css”>

 <title>Document /title>

</head>

<body>

 <div class=”container‑pai”>

 <div>Conteúdo </div> <!‑‑ Sem largura definida ‑‑>

< /div>

</body>

</html>


Com base no código descrito, assinale a opção que apresenta o conteúdo do arquivo styles.css que, quando aplicado à div cuja classe é container‑pai, fará com que a div filha que não tem largura definida seja centralizada horizontalmente.

Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234517 Não definido

Situação hipotética para a questão.


Em certa universidade, um analista é responsável pelo desenvolvimento da feature “Renovação de empréstimos” do sistema de empréstimo de livros da biblioteca dessa universidade. Esse analista, ao terminar de desenvolver a feature, realizou o commit direto na main por meio do comando git commit ‑m “Adiciona renovação automática.”, porém descobriu que seu commit desestabilizou todo o sistema, gerando vários erros e tornando a main instável.

Com base nessa situação hipotética, assinale a opção correta.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234516 Não definido

Situação hipotética para a questão.


Em certa universidade, um analista é responsável pelo desenvolvimento da feature “Renovação de empréstimos” do sistema de empréstimo de livros da biblioteca dessa universidade. Esse analista, ao terminar de desenvolver a feature, realizou o commit direto na main por meio do comando git commit ‑m “Adiciona renovação automática.”, porém descobriu que seu commit desestabilizou todo o sistema, gerando vários erros e tornando a main instável.

A partir dessa situação hipotética, é correto afirmar que ela descreve
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234515 Não definido
No banco de dados do Conselho Regional de Medicina (CRM) de certo estado da federação, há as tabelas Medico, Especialidade, Medico_Especialidade e Pagamento. Essas tabelas estão descritas conforme os quadros a seguir.

 Tabela Medico
Tabela Especialidade
Tabela Medico_Especialidade
Tabela Pagamento

Na tabela Medico, o atributo situacao será do tipo inteiro e o número 0 corresponderá à situação em que o registro está “inativo”, 1, à situação em que o registro está “ativo”, e 2, à situação em que o registro está “suspenso”. Na tabela Especialidade, o atributo codigo_cfm corresponde ao código da especialidade no Conselho Federal de Medicina. Na tabela Medico_Especialidade, o atributo registro_especial corresponde ao número do registro de qualificação de especialista. Na tabela Pagamento, o atributo status pode receber os valores “pago”, “pendente” e “atrasado”, e o atributo tipo pode receber os valores “anuidade”, “multa” e “taxa de registro”.
Ainda com base na situação hipotética anterior e considerando que um analista tenha recebido a demanda de listar todos os médicos com registro ativo que sejam especialistas em mais de uma área. O analista, então, escreveu a seguinte query.
1| SELECT m.id_medico, m.nome 2| FROM Medico m 3| JOIN Medico_Especialidade me ON m.id_medico = me.id_medico 4| WHERE m.situacao = 1 5| GROUP BY m.id_medico, m.nome 6| HAVING COUNT(DISTINCT me.id_medico_esp) > 1;
Com base nessa situação hipotética e considerando‑se que a query escrita pelo analista tenha uma lista que não corresponde ao que foi demandado, assinale a opção que apresenta a mudança que deve ser feita na query, para que ela retorne corretamente o que foi demandado ao analista.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234514 Não definido
No banco de dados do Conselho Regional de Medicina (CRM) de certo estado da federação, há as tabelas Medico, Especialidade, Medico_Especialidade e Pagamento. Essas tabelas estão descritas conforme os quadros a seguir.

 Tabela Medico
Tabela Especialidade
Tabela Medico_Especialidade
Tabela Pagamento

Na tabela Medico, o atributo situacao será do tipo inteiro e o número 0 corresponderá à situação em que o registro está “inativo”, 1, à situação em que o registro está “ativo”, e 2, à situação em que o registro está “suspenso”. Na tabela Especialidade, o atributo codigo_cfm corresponde ao código da especialidade no Conselho Federal de Medicina. Na tabela Medico_Especialidade, o atributo registro_especial corresponde ao número do registro de qualificação de especialista. Na tabela Pagamento, o atributo status pode receber os valores “pago”, “pendente” e “atrasado”, e o atributo tipo pode receber os valores “anuidade”, “multa” e “taxa de registro”.
Com base nessa situação hipotética, assinale a opção que apresenta a query que retorna a lista de médicos nefrologistas registrados antes de 2024 que tenham multas com status “pendente” ou “atrasado”.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234513 Não definido
A respeito da criptografia e dos certificados digitais, assinale a opção correta.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234512 Não definido
No que se refere à segurança da informação, assinale a opção que apresenta a definição de gray box.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234511 Não definido

Situação hipotética para a questão


Uma universidade pública implantou um novo sistema unificado de ensino remoto, que permite aulas ao vivo, envio de vídeos, correções em tempo real e atividades síncronas entre professores e alunos. O sistema, que se baseia em plataformas como Zoom, Moodle e servidores de vídeo, entrou em produção em uma segunda‑feira às 8 da manhã, momento em que cerca de cinco mil usuários simultâneos acessaram os recursos da rede. Logo nas primeiras horas, os analistas da área de TI observaram picos de latência em diversas conexões e relatos de usuários reclamando que a Internet estava travando, com vídeos congelando, chamadas sendo encerradas repentinamente e falhas no carregamento de páginas. Durante a análise dos logs dos equipamentos de rede, constatou se que os roteadores e switches da rede principal apresentavam filas de buffer sobrecarregadas, o que levou ao descarte frequente de pacotes. Como consequência, os protocolos TCP reduziram automaticamente as suas taxas de envio, impactando o throughput e provocando oscilações significativas na vazão. Em momentos de pico, a rede alternava entre subutilização e superutilização da largura de banda disponível. Além disso, como os pacotes estavam sendo descartados, aplicações sensíveis à latência, como chamadas de voz e vídeo, apresentaram atrasos, cortes e reconexões frequentes. Em algumas salas virtuais, os alunos sequer conseguiam permanecer conectados por mais de dois minutos sem perder a conexão. Os administradores detectaram, também, que os servidores tentavam restabelecer automaticamente as conexões, gerando tráfego adicional e agravando o congestionamento, o que aproximava a rede de um possível colapso por congestionamento.

Com base nessa situação hipotética, assinale a opção correta, quanto ao suporte técnico e ao atendimento ao usuário.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234510 Não definido

Situação hipotética para a questão


Uma universidade pública implantou um novo sistema unificado de ensino remoto, que permite aulas ao vivo, envio de vídeos, correções em tempo real e atividades síncronas entre professores e alunos. O sistema, que se baseia em plataformas como Zoom, Moodle e servidores de vídeo, entrou em produção em uma segunda‑feira às 8 da manhã, momento em que cerca de cinco mil usuários simultâneos acessaram os recursos da rede. Logo nas primeiras horas, os analistas da área de TI observaram picos de latência em diversas conexões e relatos de usuários reclamando que a Internet estava travando, com vídeos congelando, chamadas sendo encerradas repentinamente e falhas no carregamento de páginas. Durante a análise dos logs dos equipamentos de rede, constatou se que os roteadores e switches da rede principal apresentavam filas de buffer sobrecarregadas, o que levou ao descarte frequente de pacotes. Como consequência, os protocolos TCP reduziram automaticamente as suas taxas de envio, impactando o throughput e provocando oscilações significativas na vazão. Em momentos de pico, a rede alternava entre subutilização e superutilização da largura de banda disponível. Além disso, como os pacotes estavam sendo descartados, aplicações sensíveis à latência, como chamadas de voz e vídeo, apresentaram atrasos, cortes e reconexões frequentes. Em algumas salas virtuais, os alunos sequer conseguiam permanecer conectados por mais de dois minutos sem perder a conexão. Os administradores detectaram, também, que os servidores tentavam restabelecer automaticamente as conexões, gerando tráfego adicional e agravando o congestionamento, o que aproximava a rede de um possível colapso por congestionamento.

Com base nessa situação hipotética, é correto afirmar que a camada do modelo TCP/IP mais afetada pelo problema descrito foi a de
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234509 Não definido
Assinale a opção que apresenta o comando do Linux que permite que se obtenha a lista de todos os serviços ativos em um servidor que utiliza o Ubuntu 20.04 como sistema operacional. 
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234508 Não definido
Em relação ao AD (Active Directory) e ao AD DS (Active Directory Domain Services), assinale a opção correta.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234507 Não definido
Considerando as tecnologias de armazenamento NAS e SAN, assinale a opção correta.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234506 Não definido
Determinado software é um ambiente computacional que emula um sistema físico completo (CPU, memória, armazenamento) e sistemas operacionais. Esse software permite a execução de múltiplos sistemas isolados em um único host físico e oferece isolamento, portabilidade e consolidação de recursos. Softwares desse tipo são usados em cloud computing, desenvolvimento ou teste de software e legacy software. A partir dessas informações, é correto afirmar que o software descrito é denominado
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234505 Não definido
A respeito de arquitetura de computadores, assinale a opção correta.
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234504 Não definido

Text for question


Cryptography is the process of hiding or coding information so that only the person a message was intended for can read it. The art of cryptography has been used to code messages for thousands of years and continues to be used in bank cards, computer passwords, and ecommerce. Modern cryptography techniques include algorithms and ciphers that enable the encryption and decryption of information, such as 128‑bit and 256‑bit encryption keys. Modern ciphers, such as the Advanced Encryption Standard (AES), are considered virtually unbreakable.

A common cryptography definition is the practice of coding information to ensure only the person that a message was written for can read and process the information. This cybersecurity practice, also known as cryptology, combines various disciplines like computer science, engineering, and mathematics to create complex codes that hide the true meaning of a message. Cryptography can be traced all the way back to ancient Egyptian hieroglyphics but remains vital to securing communication and information in transit and preventing it from being read by untrusted parties. It uses algorithms and mathematical concepts to transform messages into difficult‑to‑decipher codes through techniques like cryptographic keys and digital signing to protect data privacy, credit card transactions, email, and web browsing.

Cryptography remains important to protecting data and users, ensuring confidentiality, and preventing cyber criminals from intercepting sensitive corporate information. Individuals and organizations use cryptography on a daily basis to protect their privacy and keep their conversations and data confidential. The technique ensures confidentiality by encrypting sent messages using an algorithm with a key only known to the sender and recipient. A common example of this is the messaging tool WhatsApp, which encrypts conversations between people to ensure they cannot be hacked or intercepted. It also secures browsing, such as with virtual private networks (VPNs), which use encrypted tunnels, asymmetric encryption, and public and private shared keys.

Similar to how cryptography can confirm the authenticity of a message, it can also prove the integrity of the information being sent and received. The technology also ensures information is not altered while in storage or during transit between the sender and the intended recipient. For example, digital signatures can detect forgery or tampering in software distribution and financial transactions.

Cryptography confirms accountability and responsibility from the sender of a message, which means they cannot later deny their intentions when they created or transmitted information. Digital signatures are a good example of this, as they ensure a sender cannot claim a message, contract, or document they created to be fraudulent. Furthermore, in email nonrepudiation, email tracking makes sure the sender cannot deny sending a message and a recipient cannot deny receiving it.

There are many types of cryptographic algorithms available. They vary in complexity and security, depending on the type of communication and the sensitivity of the information being shared.


  Internet: (adapted).

In “It also secures browsing, such as with virtual private networks (VPNs), which use encrypted tunnels, asymmetric encryption, and public and private shared keys.”, the pronoun “It” refers, in the text, to 

Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234503 Não definido

Text for question


Cryptography is the process of hiding or coding information so that only the person a message was intended for can read it. The art of cryptography has been used to code messages for thousands of years and continues to be used in bank cards, computer passwords, and ecommerce. Modern cryptography techniques include algorithms and ciphers that enable the encryption and decryption of information, such as 128‑bit and 256‑bit encryption keys. Modern ciphers, such as the Advanced Encryption Standard (AES), are considered virtually unbreakable.

A common cryptography definition is the practice of coding information to ensure only the person that a message was written for can read and process the information. This cybersecurity practice, also known as cryptology, combines various disciplines like computer science, engineering, and mathematics to create complex codes that hide the true meaning of a message. Cryptography can be traced all the way back to ancient Egyptian hieroglyphics but remains vital to securing communication and information in transit and preventing it from being read by untrusted parties. It uses algorithms and mathematical concepts to transform messages into difficult‑to‑decipher codes through techniques like cryptographic keys and digital signing to protect data privacy, credit card transactions, email, and web browsing.

Cryptography remains important to protecting data and users, ensuring confidentiality, and preventing cyber criminals from intercepting sensitive corporate information. Individuals and organizations use cryptography on a daily basis to protect their privacy and keep their conversations and data confidential. The technique ensures confidentiality by encrypting sent messages using an algorithm with a key only known to the sender and recipient. A common example of this is the messaging tool WhatsApp, which encrypts conversations between people to ensure they cannot be hacked or intercepted. It also secures browsing, such as with virtual private networks (VPNs), which use encrypted tunnels, asymmetric encryption, and public and private shared keys.

Similar to how cryptography can confirm the authenticity of a message, it can also prove the integrity of the information being sent and received. The technology also ensures information is not altered while in storage or during transit between the sender and the intended recipient. For example, digital signatures can detect forgery or tampering in software distribution and financial transactions.

Cryptography confirms accountability and responsibility from the sender of a message, which means they cannot later deny their intentions when they created or transmitted information. Digital signatures are a good example of this, as they ensure a sender cannot claim a message, contract, or document they created to be fraudulent. Furthermore, in email nonrepudiation, email tracking makes sure the sender cannot deny sending a message and a recipient cannot deny receiving it.

There are many types of cryptographic algorithms available. They vary in complexity and security, depending on the type of communication and the sensitivity of the information being shared.


  Internet: (adapted).

In the period “Furthermore, in email nonrepudiation, email tracking makes sure the sender cannot deny sending a message and a recipient cannot deny receiving it.” the adverb “Furthermore” could be replaced by
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234502 Não definido

Text for question


Cryptography is the process of hiding or coding information so that only the person a message was intended for can read it. The art of cryptography has been used to code messages for thousands of years and continues to be used in bank cards, computer passwords, and ecommerce. Modern cryptography techniques include algorithms and ciphers that enable the encryption and decryption of information, such as 128‑bit and 256‑bit encryption keys. Modern ciphers, such as the Advanced Encryption Standard (AES), are considered virtually unbreakable.

A common cryptography definition is the practice of coding information to ensure only the person that a message was written for can read and process the information. This cybersecurity practice, also known as cryptology, combines various disciplines like computer science, engineering, and mathematics to create complex codes that hide the true meaning of a message. Cryptography can be traced all the way back to ancient Egyptian hieroglyphics but remains vital to securing communication and information in transit and preventing it from being read by untrusted parties. It uses algorithms and mathematical concepts to transform messages into difficult‑to‑decipher codes through techniques like cryptographic keys and digital signing to protect data privacy, credit card transactions, email, and web browsing.

Cryptography remains important to protecting data and users, ensuring confidentiality, and preventing cyber criminals from intercepting sensitive corporate information. Individuals and organizations use cryptography on a daily basis to protect their privacy and keep their conversations and data confidential. The technique ensures confidentiality by encrypting sent messages using an algorithm with a key only known to the sender and recipient. A common example of this is the messaging tool WhatsApp, which encrypts conversations between people to ensure they cannot be hacked or intercepted. It also secures browsing, such as with virtual private networks (VPNs), which use encrypted tunnels, asymmetric encryption, and public and private shared keys.

Similar to how cryptography can confirm the authenticity of a message, it can also prove the integrity of the information being sent and received. The technology also ensures information is not altered while in storage or during transit between the sender and the intended recipient. For example, digital signatures can detect forgery or tampering in software distribution and financial transactions.

Cryptography confirms accountability and responsibility from the sender of a message, which means they cannot later deny their intentions when they created or transmitted information. Digital signatures are a good example of this, as they ensure a sender cannot claim a message, contract, or document they created to be fraudulent. Furthermore, in email nonrepudiation, email tracking makes sure the sender cannot deny sending a message and a recipient cannot deny receiving it.

There are many types of cryptographic algorithms available. They vary in complexity and security, depending on the type of communication and the sensitivity of the information being shared.


  Internet: (adapted).

In the period “Cryptography can be traced all the way back to ancient Egyptian hieroglyphics but remains vital to securing communication and information in transit and preventing it from being read by untrusted parties.”, the modal verb can has the meaning of
Alternativas
Ano: 2025 Banca: Quadrix Órgão: CRM-ES
Q4234501 Não definido

Text for question


Cryptography is the process of hiding or coding information so that only the person a message was intended for can read it. The art of cryptography has been used to code messages for thousands of years and continues to be used in bank cards, computer passwords, and ecommerce. Modern cryptography techniques include algorithms and ciphers that enable the encryption and decryption of information, such as 128‑bit and 256‑bit encryption keys. Modern ciphers, such as the Advanced Encryption Standard (AES), are considered virtually unbreakable.

A common cryptography definition is the practice of coding information to ensure only the person that a message was written for can read and process the information. This cybersecurity practice, also known as cryptology, combines various disciplines like computer science, engineering, and mathematics to create complex codes that hide the true meaning of a message. Cryptography can be traced all the way back to ancient Egyptian hieroglyphics but remains vital to securing communication and information in transit and preventing it from being read by untrusted parties. It uses algorithms and mathematical concepts to transform messages into difficult‑to‑decipher codes through techniques like cryptographic keys and digital signing to protect data privacy, credit card transactions, email, and web browsing.

Cryptography remains important to protecting data and users, ensuring confidentiality, and preventing cyber criminals from intercepting sensitive corporate information. Individuals and organizations use cryptography on a daily basis to protect their privacy and keep their conversations and data confidential. The technique ensures confidentiality by encrypting sent messages using an algorithm with a key only known to the sender and recipient. A common example of this is the messaging tool WhatsApp, which encrypts conversations between people to ensure they cannot be hacked or intercepted. It also secures browsing, such as with virtual private networks (VPNs), which use encrypted tunnels, asymmetric encryption, and public and private shared keys.

Similar to how cryptography can confirm the authenticity of a message, it can also prove the integrity of the information being sent and received. The technology also ensures information is not altered while in storage or during transit between the sender and the intended recipient. For example, digital signatures can detect forgery or tampering in software distribution and financial transactions.

Cryptography confirms accountability and responsibility from the sender of a message, which means they cannot later deny their intentions when they created or transmitted information. Digital signatures are a good example of this, as they ensure a sender cannot claim a message, contract, or document they created to be fraudulent. Furthermore, in email nonrepudiation, email tracking makes sure the sender cannot deny sending a message and a recipient cannot deny receiving it.

There are many types of cryptographic algorithms available. They vary in complexity and security, depending on the type of communication and the sensitivity of the information being shared.


  Internet: (adapted).

Based on the text, Cryptography is done as follows by
Alternativas
Respostas
521: A
522: A
523: D
524: B
525: B
526: C
527: C
528: E
529: A
530: D
531: B
532: D
533: B
534: E
535: A
536: C
537: C
538: E
539: A
540: D