What is the naming pattern for feature files?
(Give an example)
Snake case (lower case, separated with "_")
snake_case.feature
What is the import
statement used for?
Python code in one module gains access to the code in another module by the process of importing it.
Who is this dude?
Albert Einstein
Which Git command do I use to get my files into the staging area?
git add
Dead or alive?
Alive
(Of course we don't kill cats for this stupid quiz.)
What should be used everytime after editing your feature, step and page_object files and how do you use it?
BLACK to format the code
CTRL + ALT + L
What is the Zen of Python?
The Zen of Python is a collection of 19 "guiding principles" for writing computer programs that influence the design of the Python programming language. Python code that aligns with these principles is often referred to as "Pythonic".
The principles are listed as follows:
Who or what are the Radium Girls?
The Radium Girls were female factory workers who contracted radiation poisoning from painting radium dials – watch dials and hands with self-luminous paint.
(https://en.wikipedia.org/wiki/Radium_Girls)
What does the continue
statement do?
continue
ends a current run of a loop and continues with the next run within or check the loop condition
How many days of the year is today?
The 235th day of the year.
Who or what was Talos?
In Greek mythology, Talos, also spelled Talus or Talon, was a giant automaton made of bronze to protect Europa in Crete from pirates and invaders. He circled the island's shores three times daily.
(https://en.wikipedia.org/wiki/Talos)
Why is it a bad idea to use * for imports?
Because it puts a lot of stuff into your namespace (might shadow some other object from previous import and you won't know about it).
Because you don't know exactly what is imported and can't easily find from which module a certain thing was imported (readability).
Who is this guy?
Josep „Pep“ Guardiola Sala
meaning of: http response codes 500 - 599
server error response
e.g. 500 internal server error
Who won the most medals at the Olympic Summer Games 2024 in Paris?
USA (126)
If you don't know why you're commiting,
what should you do?
Don't commit!
Make an example print statement using a f-string and include a variable.
print(f"Example with {variable}")
What are the names of those guys?
What’s the name of Mönchengladbach soccer stadium?
Borussia-Park
What does the abbreviation XML mean?
Extensible Markup Language
When does the final exam for the Talos trainings take place?
There won't be a final exam, but we gave you a shock, right? ;-)
Name three non-primitive data structures.
Who is this Olympic equestrian athlete?
Calvin Cordozar Broadus Jr. aka. Snoop Dogg
Which computer company was founded by Steve Jobs after his leave of Apple?
NeXT Computer Inc.
Car model from "Back to the future"
DeLorean