Things I don't know from practice exams

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Azure HDInsight

A fully managed, cloud-based service from Microsoft Azure that allows you to run open-source frameworks like Apache Hadoop, Spark, Hive, Kafka, and more. It’s designed for processing large volumes of data using distributed computing. HDInsight enables big data analytics, real-time processing, and machine learning at scale, all integrated with Azure storage and other services.

2
New cards

Azure Synapse Analytics

A Microsoft Azure service that lets you store, manage, and analyze large amounts of data using SQL or Spark. It combines features of a data warehouse and big data tools in one place, so you can run fast queries, build dashboards, and work with machine learning.

3
New cards

Scala

A high-level programming language that combines object-oriented and functional programming concepts. It was created to address some of the limitations of Java and runs on the Java Virtual Machine (JVM), which means it can use Java libraries and tools.

4
New cards

Apache Kafka

An open-sourced distributed, fault-tolerant, high-throughput, and scalable platform for building real-time data pipelines and streaming applications

5
New cards

SQL SELECT INTO Statement

This (SQL) statement copies data from one table into a new table.

6
New cards

inline function

A type of user-defined function in SQL that returns a table as its result, similar to a view. it cannot modify nor create objects. It can be used to query a database.

7
New cards

SQL Server on an Azure Virtual Machines running Windows

A data service that allows you to use every feature of Microsoft SQL Server in the cloud

8
New cards

Virtual Hard Disk

a file format that functions as a virtualized hard drive, essentially a disk image file. It's commonly used in virtualization to create and manage virtual machines (VMs).

9
New cards

page blob

are optimized for random read and write operations, and used for Virtual Hard Disks

10
New cards

Server Message Block (SMB)

A network protocol used mainly by Windows systems to share files, printers, and other resources over a local network. It allows devices to communicate and access shared services, typically using TCP port 445. Commonly used in enterprise and home networks for file and printer sharing.

11
New cards

Analytical databases

Optimized for read operations and stores large amounts of aggregated data

Highly denormalized to store large amounts of aggregated data and are optimized for reads.

12
New cards

Types of applications that are used in transactional systems

  • Line-of-business (LOB) applications: a type of live application that processes business data.

  • Live applications: used in transactional data processing systems.