What methods does a generator object have? What does the send() method do?
QA / QA Automation
Can an instance of a user-defined class (class MyType) be a key in a dictionary?
How to find an error string in all logs in a directory?
What are generators in Python? What are they used for?
What is Docker Compose? Why is it needed?
What do you usually include in a bug report besides priority and severity?
What versions of HTTP do you know and what is the main difference between HTTP/2 and HTTP/1.x?
What does the execute permission mean for a directory? What is stored in /etc, /var, /dev directories?
What are markers in pytest?
Which types of testing have you most often practiced: integration, end-to-end, or component testing?
How to copy a file from one Linux server to another?
Task: write a function that reverses a dictionary (swaps keys and values). For example, {1:2, 3:4} → {2:1, 4:3}.
What testing design techniques do you know and which ones have you used most often?
How to set permissions rwx r-x r-x using the chmod command?
How do TCP and UDP differ? How to ensure guaranteed delivery over UDP?
What does the testing pyramid consist of and why does it have such a shape?
In what situations are grep and find used?
How many MAC addresses will a network card with four Ethernet ports have?
What are the levels of the OSI model?
Have you worked with CI/CD pipelines: created or edited jobs?