Filter interviews by
I applied via Company Website and was interviewed before Feb 2022. There were 2 interview rounds.
The path for localhost is typically http://localhost:portNumber
The default port number for HTTP is 80
The port number can be changed in the server configuration
Examples: http://localhost:8080, http://localhost:3000
CORS (Cross-Origin Resource Sharing) is a security feature that allows web pages to make requests to a different domain.
CORS is used to prevent malicious websites from accessing sensitive data on other websites.
It is implemented by adding special headers to HTTP requests and responses.
CORS can be configured on the server-side to allow or deny access from specific domains.
Examples of CORS-enabled resources include fonts...
CORS is implemented using middleware to allow cross-origin requests.
CORS (Cross-Origin Resource Sharing) is a security feature that allows resources to be shared across different domains.
Middleware is a software layer that sits between the application and the server, allowing for additional functionality to be added.
To implement CORS, middleware is used to add the necessary headers to the response, allowing cross-origi...
Top trending discussions
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Permutations and combinations, time and work
Baesd on leetcode question varies from easy to difficult
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
DSA questions asked in an interview
posted on 5 Jul 2024
I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.
React without react dom involves using React's server-side rendering capabilities to render components without the need for a DOM.
Use ReactDOMServer.renderToString() to render React components on the server side
This can be useful for server-side rendering of React components for SEO purposes
Example: ReactDOMServer.renderToString(
I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.
Core HTML, CSS and JS
JS deep dive and react
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Aug 2021. There was 1 interview round.
Interview experience
based on 2 reviews
Rating in categories
Sales Executive
6
salaries
| ₹3.7 L/yr - ₹5.4 L/yr |
Software Developer
4
salaries
| ₹9.3 L/yr - ₹24 L/yr |
Assistant Manager
4
salaries
| ₹8 L/yr - ₹10 L/yr |
Operations Manager
4
salaries
| ₹4.9 L/yr - ₹10 L/yr |
Business Development Executive
4
salaries
| ₹2.8 L/yr - ₹4.5 L/yr |
GeeksForGeeks
CodeChef
HackerRank
InterviewBit