MERN Stack (Backend + Frontend Connection)
Quiz
•
Information Technology (IT)
•
Professional Development
•
Easy
Christ Sabbak
Used 1+ times
FREE Resource
Enhance your content in a minute
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the mongod command do?
A. Starts the MongoDB client shell to interact with databases
B. Installs MongoDB on the system
C. Starts the MongoDB server
D. Creates a new MongoDB database with default settings
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does mongosh do?
A. Starts the MongoDB server (the program that stores your data)
B. Opens the MongoDB shell (a place where you can type commands to control the database)
C. Installs MongoDB on your computer
D. Deletes a database automatically
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does node server.js do?
A. Starts the Node.js program and runs the code inside server.js
B. Installs the Node.js server on your computer
C. Opens a shell to write Node.js commands manually
D. Deletes the server.js file and its folder
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does nodemon server.js do?
A. Runs server.js one time using Node.js
B. Automatically restarts server.js whenever you make changes to the file
C. Deletes and recreates server.js repeatedly
D. Opens a shell to manually run server.js commands
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
import React, { useState } from 'react';
import './App.css';
A. It loads React and a CSS file to style the app, and lets you use the useState feature to manage data inside the app.
B. It runs the app and applies all styles automatically.
C. It connects the app to a database and imports the needed CSS from React itself.
D. It exports the React app to the browser and saves the CSS file inside it.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
function App() {
const [formData, setFormData] = useState({ email: '', password: '' });
A. It creates a state variable called formData with default empty values for email and password, and allows updating them using setFormData.
B. It sends the email and password to the server automatically.
C. It permanently stores email and password in the browser's storage.
D. It deletes the email and password every time the page reloads.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
const handleChange = (e) => {
setFormData(prev => ({
...prev,
[e.target.name]: e.target.value
}));
};
A. It updates the specific field in formData when a form input changes, keeping the other fields unchanged.
B. It resets all form fields to empty whenever any input is changed.
C. It sends the entire form data to the server immediately after any input change.
D. It deletes the form data whenever the input value is cleared.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
21 questions
Câu Hỏi Trắc Nghiệm Về iPad và MacBook
Quiz
•
Professional Development
12 questions
Cyber Ethics and Intellectual Property Quiz
Quiz
•
Professional Development
16 questions
Scorevision Cloud Basics Quiz
Quiz
•
Professional Development
15 questions
Network Security and Protocols Quiz
Quiz
•
Professional Development
20 questions
Project Retrospectives
Quiz
•
Professional Development
12 questions
Playwright and Testing Patterns Quiz
Quiz
•
Professional Development
20 questions
React Redux
Quiz
•
Professional Development
12 questions
Software Testing Principles Quiz
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
Discover more resources for Information Technology (IT)
10 questions
How to Email your Teacher
Quiz
•
Professional Development
21 questions
October 25
Quiz
•
Professional Development
10 questions
October Monthly Quiz
Quiz
•
Professional Development
20 questions
There is There are
Quiz
•
Professional Development
5 questions
SSUSH13
Interactive video
•
Professional Development
10 questions
Halloween Trivia
Quiz
•
Professional Development
