Engenheiro De Testes Interview Questions

Engenheiro De Testes Interview Questions

Os entrevistadores normalmente fazem perguntas relacionadas ao seu conhecimento técnico e às habilidades de solução de problemas. Prepare-se para falar sobre design de produtos em detalhes, pois os entrevistadores normalmente querem avaliar sua capacidade de se familiarizar com novos produtos. Também é importante destacar sua habilidade de comunicação, mesmo sob estresse.

Principais perguntas de entrevista para engenheiro(a) de testes e como respondê-las

Question 1

Pergunta 1: Quais são as fases envolvidas no ciclo de vida de testes de software?

How to answer
Como responder: Nessa pergunta, os entrevistadores testam seu conhecimento e normalmente buscam uma resposta específica. Para mostrar seu conhecimento, mencione todas as fases: análise de requisitos, planejamento do teste, desenvolvimento do caso de teste, configuração do ambiente e encerramento do ciclo de teste. Em seguida, defina cada uma delas.
Question 2

Pergunta 2: Como você busca aprender mais sobre o novo produto?

How to answer
Como responder: Tente demonstrar paciência, curiosidade e paixão genuína pelo cargo e pelo desenvolvimento de produtos. É possível que os entrevistadores também queiram avaliar como responde a treinamentos. Considere destacar sua disposição em fazer perguntas e usar os recursos existentes nos primeiros meses de trabalho.
Question 3

Pergunta 3: Descreva uma situação em que um colega discordou dos resultados do seu teste.

How to answer
Como responder: Mesmo que você tenha competência comprovada, é importante ter habilidades comportamentais. Escolha uma história que demonstre sua habilidade comunicativa. Também é essencial saber resolver problemas de maneira colaborativa. Tente demonstrar sua capacidade de ser flexível e de fornecer e aceitar feedback construtivo.

32,090 engenheiro de testes interview questions shared by candidates

Since this was a testing interview and not full out development he had some testing terms I had never heard of these include: Equivalence Class Testing Pair Wise Combinatorial Testing Failure Mode Analysis the only one I heard of was: White Box vs Black Box testing The coding portion was not difficult the question was this Write a function that takes two lists of strings and return a list of Strings with all of the intersections of the strings ex: List1 = {"a","a","a", "b", "d"} List2 = {"a", "a", "c", "d"} expectedReturn={"a","a","d"} Also he asked what tests cases I would use to validate the function also he wanted to know the run time analysis of the function
avatar

Software Development Engineer In Test

Interviewed at Amazon

3.5
Dec 5, 2014

Since this was a testing interview and not full out development he had some testing terms I had never heard of these include: Equivalence Class Testing Pair Wise Combinatorial Testing Failure Mode Analysis the only one I heard of was: White Box vs Black Box testing The coding portion was not difficult the question was this Write a function that takes two lists of strings and return a list of Strings with all of the intersections of the strings ex: List1 = {"a","a","a", "b", "d"} List2 = {"a", "a", "c", "d"} expectedReturn={"a","a","d"} Also he asked what tests cases I would use to validate the function also he wanted to know the run time analysis of the function

* Merge two sorted linked list. The merged list should also be sorted. * Compact a string. i.e remove spaces * traverse a link list containing char* as data. test cases for the same. * reverse a string. test cases for the same. * remove all the given characters from a string.
Jun 22, 2015

* Merge two sorted linked list. The merged list should also be sorted. * Compact a string. i.e remove spaces * traverse a link list containing char* as data. test cases for the same. * reverse a string. test cases for the same. * remove all the given characters from a string.

Implement clearbit(int n, int p) function, p is the position of the bit to be cleared. Example : n is 13, p is 0. Binary representation of n : 1101. You need to clear the pth postion, means 0th position bit needs to be cleared.
avatar

Software Development Engineer In Test

Interviewed at Amazon

3.5
Apr 11, 2011

Implement clearbit(int n, int p) function, p is the position of the bit to be cleared. Example : n is 13, p is 0. Binary representation of n : 1101. You need to clear the pth postion, means 0th position bit needs to be cleared.

Viewing 31 - 40 interview questions

Glassdoor has 32,090 interview questions and reports from Engenheiro de testes interviews. Prepare for your interview. Get hired. Love your job.