i
Codewave Technologies
Filter interviews by
Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Callbacks are functions passed as arguments to another function to be executed later.
Callbacks are commonly used in asynchronous programming to handle events or responses.
They can be used to perform actions after a certain task is completed.
Callbacks can also be used for error handling or to pass data between functions.
Top trending discussions
I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.
I applied via Naukri.com
REST API in backend development is used to allow communication between different systems over the internet.
Allows for communication between different systems or services
Follows a client-server architecture
Uses standard HTTP methods like GET, POST, PUT, DELETE
Supports multiple data formats like JSON, XML
Stateless, meaning each request from a client must contain all the information needed to fulfill the request
GET method is used to request data from a server, while POST method is used to submit data to a server in HTTPS.
GET requests data from a specified resource, while POST submits data to be processed to a specified resource.
GET requests can be cached and remain in the browser history, while POST requests are not cached and do not remain in the browser history.
GET requests have length restrictions on the amount of data tha...
GET is used to retrieve data from a server, while POST is used to send data to a server.
GET requests are used to retrieve data from a specified resource. For example, fetching a list of products from an online store.
POST requests are used to submit data to be processed by a server. For example, submitting a form with user information to create a new account.
GET requests are idempotent, meaning they can be repeated mult...
Database indexing improves query performance by reducing the number of disk I/O operations needed to retrieve data.
Indexing allows the database to quickly locate specific rows in a table, reducing the need to scan the entire table.
Indexes can be created on columns frequently used in WHERE clauses or JOIN conditions.
Examples of indexes include primary keys, unique constraints, and composite indexes.
Proper indexing can s
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
posted on 24 Oct 2024
DSA - STRING AND ARRAY QUESTION
based on 1 interview
Interview experience
Software Engineer
24
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
17
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Web Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech