Welcome to your Full Stack Developer
Full Stack Developer
Which of the following is NOT a JavaScript framework?
Angular
React
Django
Vue.js
None
Full Stack Developer
What does CSS stand for?
Cascading Style System
Cascading Style Sheets
Creative Styling Syntax
Computer Style Sheets
None
Full Stack Developer
Which of the following is a backend framework?
Tailwind
React
Bootstrap
Express.js
None
Full Stack Developer
What does the fetch() function in JavaScript do?
Reads local files
Makes HTTP requests
Loads CSS files
Connects to databases
None
Full Stack Developer
Which HTML tag is used to include JavaScript code?
None
Full Stack Developer
Which HTTP method is idempotent?
PATCH
POST
CONNECT
PUT
None
Full Stack Developer
In CSS, what does position: absolute; mean?
The element is fixed on the screen
The element scrolls with the page
The element is positioned relative to the page
The element is positioned relative to its parent
None
Full Stack Developer
Which of these is used to handle asynchronous operations in JavaScript?
Alerts
Promises
Both a and c
Callbacks
None
Full Stack Developer
Which SQL clause is used to filter records?
SELECT
FROM
GROUP BY
WHERE
None
Full Stack Developer
What is JSX in React?
JavaScript Syntax Extension
JavaScript XML
JSON Syntax Extension
Java Extended Script
None
Full Stack Developer
Which of these is a NoSQL database?
PostgreSQL
MySQL
MongoDB
Oracle
None
Full Stack Developer
Which Node.js module is used to create a server?
net
express
http
server
None
Full Stack Developer
In REST API design, which of the following represents a resource?
URL
Header
Query
Token
None
Full Stack Developer
Which command initializes a new Node.js project?
npm install
npm init
node start
npm run init
None
Full Stack Developer
Which lifecycle method is first invoked when a React component is mounted?
constructor()
render()
componentDidMount()
componentWillMount()
None
Full Stack Developer
What does CORS stand for?
Code-Origin Resource Sharing
Cross-Origin Resource Sharing
Cross-Origin Request Security
Client-Origin Request System
None
Full Stack Developer
Which of the following HTTP status codes indicates success?
200
301
404
403
None
Full Stack Developer
Which CSS preprocessor uses indentation instead of braces?
Stylus
SASS
LESS
SCSS
None
Full Stack Developer
Which hook is used in React to manage state?
useState
useEffect
useMemo
useReducer
None
Full Stack Developer
Which MongoDB command is used to update a document?
change()
modifyOne()
updateOne()
update()
None
Full Stack Developer
In Express.js, which method handles GET requests?
app.put()
app.get()
app.send()
app.use()
None
Full Stack Developer
What is the main difference between SQL and NoSQL databases?
NoSQL requires schemas
SQL is faster
NoSQL uses tables
SQL stores structured data; NoSQL stores unstructured data
None
Full Stack Developer
What is the virtual DOM in React?
A direct representation of HTML
A copy of the real DOM that updates faster
A JSON structure of components
A server-side object
None
Full Stack Developer
Which of the following ensures secure API communication?
JWT (JSON Web Token)
Cookies
Headers
dSessions
None
Full Stack Developer
Which command creates a new React app using Create React App?
npm create-react myApp
npm install react myApp
npx react-init myApp
npx create-react-app myApp
None
Common Jobs
Jobs
Referrals
My Profile