Git & GitHub
PowerShell
Networking
MySQL
MARKDOWN, Security Testing, &/or Cloud Computing
100

The name for each container of "code bases". 

What are repositories?

100

single line comment in powershell

#

100

OSI layer on the "top"

application layer

100

The term for MySQL tables having connections via primary and foreign keys...

"relational" RDBMS

100

heading 1 in markdown

#

200

How to check the current "version" of the the repo you are working on?

git branch

200

Powershell interacts with what windows framework to help manage and communicate with windows hardware?

.NET

200

the name for what the "service" that ties a website domain to a particular IP address

DNS (Domain Name Service) Server

200

WHERE and HAVING are examples of what?

"clauses"

200

*

*

*

*

*

what is an un-ordered list?

300

What is it called when you can't push your code? Because it would mess up code that is part of another commit?

What are merge conflicts?

300

Name of the PowerShell testing library?

Pester

300

Protocol that is used today, and only 4 layers and seemed to evolve from the OSI model

TCP/IP model

300

Having and group by are used with what functions?

aggregate functions

300

one type of security testing "tests the binary code", while the other tests application security while the program is loaded into memory and "running"

static & dynamic application security testing

400

How STT "implements" or "plans to implement" CI/CD pipelines?

What are GitHub Actions?

400

dictionary equivalent in powershell

hash tables

400

A method for allocating IP addresses that allows for more flexible and efficient IP address assignment. Doesn't need typical class assignments for different types of IP addresses

Classless Inter-Domain Routing (CIDR)

400

What DO calls our Super_DB

"managed cluster"

400

IaaS stands for

infrastructure as a service

500

When the currently checked-out repo is not a local branch?

"Detached Head"

500

Name the 4 types of PowerShell scopes

global, local, script, private

500

an algorithm for finding the shortest paths between nodes in a weighted graph

Dijkstra's algorithm

500

 a software structure within a network node of a computer network that serves as an endpoint for sending and receiving data across the network

what is a "socket"?

500

What is Faas?

"Function as a Service"