This four-letter acronym describes the Software Development Life Cycle
What is SDLC?
This cloud platform brings together apps and collaboration tools like Teams and SharePoint
What is Microsoft 365?
This Microsoft AI, similar to ChatGPT, helps with writing, analyzing, and automating tasks in Office apps
What is Copilot?
This SQL keyword is used to retrieve data from one or more tables
What is SELECT?
You use this to store a value that can be a number, string, or boolean
What is a variable?
This term describes the repeated process of planning, developing, and reviewing work in Agile
What is iteration?
In SharePoint, this is a container for pages, lists, libraries, and other content that a team or organization uses
What is a SharePoint site?
This Microsoft platform lets you build custom AI assistants for Office apps and workflows
When you want to combine rows from two tables based on a related column, you use this SQL operation
What is JOIN?
This data type is used to store a sequence of characters, enclosed in quotes
What is a string?
In Agile teams, this brief meeting helps members sync up on progress, plans, and blockers
What is daily standup?
Instant, scheduled, and automated are all types of these Power Automate processes that streamline repetitive work
What are Flows?
These AI models, like GPT, are trained on massive amounts of text to understand and generate human-like language
What are Large Language Models (LLMs)?
This key in one table refers to the primary key in another table to create a relationship
What is the foreign key?
This construct allows you to iterate over items in a list or dictionary, executing a block of code for each element
What is a loop?
In the SDLC, this phase comes after implementation and ensures the system works as intended by checking for bugs and defects
What is Testing?
To make content easier to find, SharePoint allows you to assign these to documents and list items, which are keywords describing the item
What are tags? (metadata is ok too)
Before a Copilot can access SharePoint data, it must verify the user’s identity using this security process
What is Authentication?
This clause lets you filter rows based on a condition when selecting data from a table
What is WHERE?
When making a GET request to an API, this HTTP status code indicates that the request was successful and the server returned the requested data
What is status code 200?
Meaning "signboard" in Japanese, this workflow system helps teams manage tasks as they move from To Do, In Progress, and Done
What is Kanban?
Before visualizing data in Power BI, users click this option to clean and prepare data
What is Transform Data?
When building your copilot, this feature allows you to control tone, style, and response format
What is Instructions?
To get the top 5 highest-paid employees and display their salaries as a decimal, you would use TOP and this function in SQL Server
What is CAST()?
This Python module lets you write tests to automatically check if functions return expected values
What is unittest?