QA / QA Automation
Have you ever not allowed a feature to be released?
What needs to be done to avoid NullPointerException?
What criteria do you consider when looking for a job? What do you look at when deciding to respond?
Have you studied automation or taken courses?
Tell me about a major bug you found and the process of how it was found, handled, and resolved.
How to execute code during a breakpoint (Evaluate)?
What can be used instead of float('inf') for initializing the minimum distance?
""" Copying """ a = [[1, 2], ["str", "str"]] b = a.copy() b[0].append(3) # print(a) # print(b) print(b[0] is a[0])
What types of databases are there?
Do you apply the testing pyramid in your project? How do you understand that it is indeed a pyramid?
Clarification: Is this a static client class or a nested class inside another class?
Please tell me, how did you come into testing in general?
What is functional and non-functional testing?
What are the advantages of CI/CD?
How to estimate the percentage of requirements covered by tests?
[Name] asked: estimate the time and space complexity of the vowel reversal problem.
What types of tests have you written? UI, API, database?
[name] asked: What are mutable vs immutable types in Python? Provide examples.
Have you ever had to test databases?
Tell us what interests you in general, what direction you are currently looking in (what are your career interests and motivation)?