Code to reverse a string
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
Pergunta 1: Quais são as fases envolvidas no ciclo de vida de testes de software?
Pergunta 2: Como você busca aprender mais sobre o novo produto?
Pergunta 3: Descreva uma situação em que um colega discordou dos resultados do seu teste.
32,090 engenheiro de testes interview questions shared by candidates
Was given various challenges to write scripts that test different programs and data.
In a sequence of alphabets (like aaabbddaabbcc) write a program to find the number of the consecutive alphabets in and print the alphabet and number. example :if input is aaabbddaabbcc then output should be 3a, 2b, 2d, 2a, 2b, 2c
According to you what is a good code?
Cut a cake where only 3 cuts are allowed but we have to get 6 pieces
Given a sorted array of integers, write a function to remove any duplicates. Give algorithm, then code and finally list how you would test your program.
Find the max and second largest max in an array of integers. What is run time? How to test function?
Write a method to decide if the given binary tree is a binary search tree or not.
Given an int array, find the sequence of elements that has the largest sum
1. Finding first non repeated character in an array 2. Linux command to list files containing specific string 3. Mysql query related to Group by Second phone interview 1. create a doubly linked list out of that tree where each node represents sum of all nodes in the same vertical line. 2. Implement search for a sorted rotated array.
Viewing 71 - 80 interview questions