Qa Head Interview Questions

34 qa head interview questions shared by candidates

Divers questions techniques sur les stratégies de test, sur l’automatisation des test, la mitigation de risques, etc. Hors sujet : questions sur la vision des tests à Lydia. Ce genre de sujet s’aborde une fois en poste après un diagnostic qualité permettant de voir ce qui fonctionne, ce qui ne fonctionne pas, après avoir réfléchi à une stratégie, enfin on peut aborder la vision des tests pour l’entreprise.
avatar

Head Of QA

Interviewed at Lydia (France)

2.8
Dec 11, 2025

Divers questions techniques sur les stratégies de test, sur l’automatisation des test, la mitigation de risques, etc. Hors sujet : questions sur la vision des tests à Lydia. Ce genre de sujet s’aborde une fois en poste après un diagnostic qualité permettant de voir ce qui fonctionne, ce qui ne fonctionne pas, après avoir réfléchi à une stratégie, enfin on peut aborder la vision des tests pour l’entreprise.

Given a list of words, find and group all the anagrams together. An Anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. Input: ["eat", "tea", "tan", "ate", "nat", "bat"] Output: [["eat", "tea", "ate"], ["tan", "nat"], ["bat"]] Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. Open brackets must be closed by the same type of brackets Open brackets must be closed in the correct order Every close bracket has a corresponding open bracket of the same type Example 1: Input: s = "()" Output: true Example 2: Input: s = "()[]{}" Output: true Example 3: Input: s = "(]" Output: false Example 4: Input: s = "(())" Output: true

QA Head

Interviewed at Arintra

4.1
Jul 8, 2024

Given a list of words, find and group all the anagrams together. An Anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. Input: ["eat", "tea", "tan", "ate", "nat", "bat"] Output: [["eat", "tea", "ate"], ["tan", "nat"], ["bat"]] Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. Open brackets must be closed by the same type of brackets Open brackets must be closed in the correct order Every close bracket has a corresponding open bracket of the same type Example 1: Input: s = "()" Output: true Example 2: Input: s = "()[]{}" Output: true Example 3: Input: s = "(]" Output: false Example 4: Input: s = "(())" Output: true

Viewing 21 - 30 interview questions

Glassdoor has 34 interview questions and reports from Qa head interviews. Prepare for your interview. Get hired. Love your job.