Which HTTP methods are safe and which are idempotent?
QA / QA Automation
What are cookies and who creates them?
Imagine a situation where a test task is given, but the requirements are incomplete. What would you do?
What is the difference between 'is' and '==' in Python?
What can you say about test names?
If you look at line 19, what will confuse you?
How does cookies differ from cache?
GET /symbol_search/v3/ get list of symbols by condition Parameters origin * required string (header) The header "origin: www.tradingview.com" is mandatory, otherwise it will return 403 Available values: www.tradingview.com domain string (query) Domain for search (leave empty for search within tradingview domain) text string Search string. Looks for matches in fields
What can be said about line 42?
What is typing in Python?
What is a decorator fundamentally?
How did you implement parallelization?
Tell me about your experience, what tools have you worked with
What do you get if you do 4 + True?
In your words, what is quality?
What is the difference between merge and rebase in Git?
In the context of dictionaries, what is the difference between a list and a tuple?