The name for each container of "code bases".
What are repositories?
single line comment in powershell
#
OSI layer on the "top"
application layer
The term for MySQL tables having connections via primary and foreign keys...
"relational" RDBMS
heading 1 in markdown
#
How to check the current "version" of the the repo you are working on?
git branch
Powershell interacts with what windows framework to help manage and communicate with windows hardware?
.NET
the name for what the "service" that ties a website domain to a particular IP address
DNS (Domain Name Service) Server
WHERE and HAVING are examples of what?
"clauses"
*
*
*
*
*
what is an un-ordered list?
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?
Name of the PowerShell testing library?
Pester
Protocol that is used today, and only 4 layers and seemed to evolve from the OSI model
TCP/IP model
Having and group by are used with what functions?
aggregate functions
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
How STT "implements" or "plans to implement" CI/CD pipelines?
What are GitHub Actions?
dictionary equivalent in powershell
hash tables
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)
What DO calls our Super_DB
"managed cluster"
IaaS stands for
infrastructure as a service
When the currently checked-out repo is not a local branch?
"Detached Head"
Name the 4 types of PowerShell scopes
global, local, script, private
an algorithm for finding the shortest paths between nodes in a weighted graph
Dijkstra's algorithm
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"?
What is Faas?
"Function as a Service"