Was ist ein Query-String in einer URL?

Tutorium 12 - Webtech Node Server

Quiz
•
Computers
•
University
•
Medium
Loris Galler
Used 2+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Der Teil vor dem ? in einer URL
Der Teil nach dem ? in einer URL
Der gesamte URL-Pfad
Ein spezielles Format für HTTP-Header
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welche Methode wird in Node.js verwendet, um eine URL in ihre Bestandteile zu zerlegen?
url.parse(req.url, true)
qs.parse(req.url)
fetch(req.url).json()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wann wird das Event req.on('data', callback) ausgelöst?
Wenn die gesamte Anfrage empfangen wurde
Sobald die Verbindung zum Server aufgebaut ist
Jedes Mal, wenn ein neuer Datenblock (Chunk) eintrifft
Nachdem der req.on('end', callback) Event ausgelöst wurde
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wahr oder Falsch:
req.on('end', callback)
wird nur bei GET-Anfragen ausgelöst.
Wahr
Falsch
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was macht
res.writeHead(200, { 'Content-Type': 'application/json' })
Es setzt nur den HTTP-Statuscode der Antwort
Es setzt sowohl den HTTP-Statuscode als auch die Header der Antwort
Es schreibt Daten in den Antwort-Body
Es beendet die Antwort
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welche der folgenden Methoden beendet bzw. sendet die HTTP-Antwort in Node.js?
res.writeHead()
res.write()
res.end()
res.send()
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Wofür wird NGINX hauptsächlich verwendet?
Als Reverse Proxy
Als Load Balancer
Zum Caching von HTTP-Anfragen
Als Datenbank-Server
Similar Resources on Quizizz
10 questions
Understanding HTML and Links

Quiz
•
10th Grade - University
10 questions
Listen in Python

Quiz
•
University
9 questions
expressjs 2

Quiz
•
University
10 questions
Künstliche Intelligenz

Quiz
•
University
10 questions
Initial Assessment - CompTIA IT fundamentals

Quiz
•
University
10 questions
10/29

Quiz
•
6th Grade - University
12 questions
Lesson 1 - The Basics

Quiz
•
University
10 questions
Internet

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade