FinTech Terminal Git & Markdown Python Loops & Conditionals
100
What is Digital Banking?
This fintech domain consists of online banks that seek to provide higher account interest rates by reducing the capital overhead associated with physical branches
100
What is mkdir?
This command line code is used to create folder on the desktop
100
What is git clone?
This method is used to create a copy for your Repository locally
100
What is a dictionary?
This data structure stores data in key value pairs
100
what is range(4)?
In python,
For x in 'this code'
print('hello')
will produce an output of 'hello' 5 times.
200
What is Kiva?
Founded in 2005 by Jackley, this nonprofit organization allows people to lend money via the Internet to low income entrepreneurs and students in 77 countries. Its mission is to expand financial access to help underserved communities thrive
200
What is cp?
This command line code is used to copy a file into a different folder
200
What is a README file?
A form of documentation that contains information about other files in a directory or archive of computer software.
200
What is a variable?
These are containers for storing data values. Once an object is assigned to it, you can refer to the object by that name
200
What is an if statement?
These are control flow statements which helps us to run a particular code only when a certain condition is satisfied
300
What is Payments and Remittances?
This is currently the largest domain in the fintech space
300
What is cat [file name]?
This command line code is used to output contents of a file
300
What is repository?
This is folder inside a project and tracks all changes made to files in your project, building a history over time.
300
What is a function?
This is a block of code which only runs when it is called. You can pass parameters into it.
300
What is a for loop
This iterates over a sequence (that is either a list, a tuple, a dictionary, a set, or a string)
400
What is Robin Hood?
Headquartered in Menlo Park, CA and founded by Vladimir Tenev in 2013, this company offers a mobile app and website that offer people the ability to invest in stocks, ETFs and options
400
What is echo?
You use this command to write a message into a file
400
What are backticks?
This symbol is used to add code blocks in markdown files
400
What is Numpy?
This is one of the biggest libraries in Python that contains a large collection of high-level mathematical functions
400
False
Given a variable
x = [{'data' : [3, 4, 5]}]
This code will print the numbers 3,4,5
500
What is Regtech?
Trulioo, Fenergo and Finform are some of the major players in this Fintech domain
500
What is Print Working Directory?
This refers to the definition of pwd
500
What is fork?
By doing this you’ll create a copy of the project into your own namespace to have read and write permissions to modify the project files and settings
500
What is x[2][1][0]?
Given a variable x = ['a', ['b' , 'c'], ['d', ['e', 'f']], 'g' ], printing this python code will output 'e'.
500
What is a while loop?
If no end specified, this will repeat the sequence of actions infinite times






FinTech Jeopardy

Press F11 for full screen mode



Limited time offer: Membership 25% off


Clone | Edit | Download / Play Offline