O que é CI/CD? Detalhamento das experiências anteriores.
Automation Qa Interview Questions
3,971 automation qa interview questions shared by candidates
Out of domain questions
DP 0/1 knapsack
how to check dictionary
What were your favourite courses ln the bachelor degree, and why
Differences between inheritance in Java and python
Totally unrelated question to JD.
What are principles of OOP?
Which programming languages do you use regularly in your work? Do you have any technical certifications that make you qualified for this job? Can you explain the most rewarding project you have worked on so far? ... What steps do you take to ensure accurate estimates for a project?
You are given an array of strings. For each word in the array, you need to check whether its reverse exists elsewhere in the same array. If the reversed version of the word is present, mark it with a count of 1, otherwise 0. Finally, return the count for each original word in the same order. For example: Input → ["hello", "world", "olleh"] Output → {"hello": 1, "world": 0, "olleh": 1}
Viewing 1701 - 1710 interview questions