What data types are available in Python? How are they categorized?
QA / QA Automation
What types of tests do you have the most and why?
When can it be said that testing of a particular feature is complete?
What will the function return if there is no return? def pprintter(string): print(string)
What will the strings: "[phone]"[6] = 7 "[phone]"[6] == 7
SQL task: there is a table users with columns userid, name, age. Find the ID of the oldest user.
What are the main components/levels in the testing pyramid?
What is Git? What is the standard workflow pipeline when taking a task into work?
What are the principles of REST API? When is it considered RESTful?
What is a testing pyramid? How do you understand this term?
Which HTTP methods are idempotent?
What is the difference between git pull and git push?
What are the main steps of a CI/CD pipeline?
What is the key difference between GET and POST requests? How do they differ technically?
What is a deadlock?
What metrics can be collected in CI/CD?
Is there a difference between git pull and git fetch?
What HTTP methods do you know?
What do you understand by acceptance criteria besides business requirements?
When can testing be considered complete?