Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Adobe

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Adobe | Vagas da empresa Adobe | Salários da empresa Adobe | Benefícios da empresa Adobe
      Entrevistas da empresa AdobeEntrevistas do cargo de Software Quality Engineer da empresa AdobeEntrevista da empresa Adobe


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Andersen Lab
      4.1★Remuneração e benefícios
      avatar
      Okta
      4.0★Remuneração e benefícios
      avatar
      Cloudera
      4.1★Remuneração e benefícios
      avatar
      N-iX
      3.9★Remuneração e benefícios

      Entrevista para Software Quality Engineer

      31 de ago. de 2016
      Funcionário(a) sigiloso(a)
      Indore

      Outras avaliações de entrevista de vagas de Software Quality Engineer da empresa Adobe

      Entrevista para Software Quality Engineer

      3 de dez. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade
      Oferta aceita
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 dias. Fui entrevistado pela Adobe (Indore) em mai. de 2016

      Entrevista

      technical interviews were pure technical. there were 3 technical interviews and 1 HR interview. I enjoyed the process as it made me to think a lot.They asked puzzles, made me to write codes. Question were from all the CS subjects like Software engineering, Artificial intelligent etc.... but frequent questions were from data structures and algorithms. Note that they want the exact answer and not a close answer however they will guide somewhat you how to get if you are stuck.

      Perguntas de entrevista [1]

      Pergunta 1

      Some of the questions are listed below: 1. Write a C program to delete a node from a tree. 2. Merge two sorted linked lists to from a new sorted linked list without creating a new list i.e. with least space complexity. Also write its space and time complexity and test cases to test your code. 3.How would you test a login page. Mention test cases. 4.Three puzzles. first one was racing horse puzzle, second one was missionary cannibal problem and third one is mentioned below There are 10 containers marked as 1 to 10. Each container contain 10 coins. each coin weighs 100 grams but there is one container which contains coins weighing 90 grams. Find that odd container in single iteration.
      1 resposta
      2

      Candidatura

      Candidatei-me por indicação de um funcionário. Fui entrevistado pela Adobe em dez. de 2024

      Entrevista

      with referal, recieved direct email invite, no phone call, great experience, whitebaord for coding questions, hints were given, approach was aksed, polite process, advice given to improve abd enhance for next time.

      Perguntas de entrevista [4]

      Pergunta 1

      convert infix to postfix (Input: A + B * C + D Output: ABC*+D+ Input: ((A + B) – C * (D / E)) + F Output: AB+CDE/*-F+ print repeating in o(n)(input-1,2,3,4,2,3,5, output-2,3}
      Responder à pergunta

      Pergunta 2

      puzzle-1)cheryl's birthday, conversation between albert and bernard 2) top 3 horses among 25 hourses
      Responder à pergunta

      Pergunta 3

      types of complexity, whts diff in them, whats smoke, regression, security testing,types of sorting, difference among each, explain.
      Responder à pergunta

      Pergunta 4

      test cases for adobe portal having all the applications example-to download, edit, etc
      Responder à pergunta
      1

      Entrevista para Software Quality Engineer

      3 de jun. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Bengaluru
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me por indicação de um funcionário. Fui entrevistado pela Adobe (Bengaluru) em mar. de 2024

      Entrevista

      Got call from HR and scheduled interview after one week. There were totally 5 rounds. First three rounds are online video interviews mostly on DSA. After that techno managerial rounds

      Perguntas de entrevista [1]

      Pergunta 1

      Question we’re on writing programs based on data structures and algorithms 1. Find target sum index of given list 2. Best time to sell shares problem
      Responder à pergunta
      2

      Entrevista para Software Quality Engineer

      2 de dez. de 2023
      Funcionário(a) sigiloso(a)
      Sat home
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela Adobe (Sat home) em nov. de 2023

      Entrevista

      Total rounds - 7 Round 1 : DSA and Coding Round 2 : Testing Round 3 : Quality Assurance Round 4 : Coding & Language Internals Round 5 : Coding & Structural Understanding Round 6 : Manager Round 7 : Director

      Perguntas de entrevista [1]

      Pergunta 1

      *DSA and Coding* Two coding questions: - max and min occurance in a string - pairs whose sum = x in an int array *Testing* Asked to define test strategy and test cases for business case: - Watsapp group creation feature - Big billion day *Quality Assurance* Asked to define test strategy and test cases for business case. Discussion went deep into code level: - New microservice in an existing product *Coding & Language Internals* One coding question and test framework questions (what you are interviewed) : - move all negative numbers to left end of integer array - Loads of language questions were also asked *Coding & Structural Understanding* One coding question and asked to define and write framework level of functional structure for a given problem. - Remove all vowels - Write code structure of printer functionality (more of how dev would write it using OOPs concepts and SOLID principles) *Manager* Scenario based test strategy questions were asked assuming you are leading the test efforts in a project *Director* More of less similar to manager round with some questions from past experience
      1 resposta
      5