Python
Gherkin
Dudes
This & That
100

For what do we need the __init__ method in Python?

The __init__ method is the method that will be called directly after the constructor in Python and is used to instantiate the needed variables when creating an object

class Roboter: 

  def __init__(self, name, year): 

    self.name = name 

    self.year= year

100

Who is one of the authors of the book "The BDD Books – Formulation"

Seb Rose and Gáspár Nagy

100


Who is this dude?

David Heinemeier Hansson aka. DHH 

He is the creator of Ruby on Rails.


100

Anyone who is currently intensively involved with the "MSCI World" would probably like to.....?

invest money

200

List the three different scopes of class attributes and how to prefix them.

- private : self.__private

- protected: self._protected

- public: self.public

200

Name the two different scenario types and explain the when they are needed. 

illustrative scenarios 

- ideal for communicating the detailed behaviour of a system 

journey scenarios 

- longer scenarios that describe a complete user journey, which we call journey scenarios. Journey scenarios should be the tiny minority of your scenarios – there should be just enough of them to ensure that a reader can understand how the system delivers useful outcomes. End-to-end view of how the business processes work 

200

Who are these guys?

Kraftwerk 

A German electronic band formed in Düsseldorf in 1970 by Ralf Hütter and Florian Schneider. Widely considered innovators and pioneers of electronic music, Kraftwerk were among the first successful acts to popularize the genre.

200

Who was singing during the olympic opening ceremony 2024 on the eiffel tower stage?

Céline Dion


300

What is the output of method  vars()?

The properties of the object.

300

What is absolutely needed for a Scenario Outline in contrast to Scenario?

Examples table


300

Who is this dude?

Gary Arlen Kildall

He is mainly remembered in connection with his development of the CP/M operating system and futhermore of DR-DOS and Co-Host of Computer Chronicles.

300

From which movie is following famous quote:

"My mama always said life was like a box of chocolates. You never know what you're gonna get."

Forrest Gump (1994)

400

Name the four cornerstones of OOP!

  • inheritance

  • encapsulation

  • abstraction

  • polymorphism

400

Which three different purposes does Gherkin fulfill?

  • Executable Specifications
  • Automated Tests
  • Living Documentation
400

Which company do these people work for?

Microsoft

400

What does the abbreviation OCR mean?

Optical Character Recognition

500

Which parameter can be used as argument for the property function?

Hint, there are four!

property(fget=None, fset=None, fdel=None, doc=None) 

500

Principle of Scenarios and explanation!

B usiness Language

R eal data

I ntention revealing

E ssential

F ocussed

Brief

500

Who is this dude?

Michael Saul Dell 

He is the founder, chairman, and CEO of Dell Technologies, one of the world's largest technology infrastructure companies.

500




What is it?

The Commodore 1530 (C2N) Datasette, later also Datassette, is Commodore's dedicated magnetic-tape data storage device. Using compact cassettes as the storage medium.

(https://en.wikipedia.org/wiki/Commodore_Datasette)

M
e
n
u