i
Hummingbird Web Solutions
Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
In this round mcq question were asked, related to javascript.
In this round, javascript data structures and algorithms questions from freecodecamp were asked.
Top trending discussions
posted on 17 Dec 2024
Check if a number is even by using the modulo operator.
Use the modulo operator (%) to check if the number divided by 2 has a remainder of 0.
If the remainder is 0, then the number is even.
Example: if(num % 2 === 0) { // number is even }
The modulo operator returns the remainder of a division operation.
Use the % symbol to perform the modulo operation.
Example: 10 % 3 will return 1 (10 divided by 3 is 3 with a remainder of 1).
posted on 11 Dec 2024
Variables in JavaScript are declared using the 'var', 'let', or 'const' keywords.
Use 'var' to declare a variable with function scope.
Use 'let' to declare a variable with block scope.
Use 'const' to declare a constant variable.
Example: var x = 5; let y = 'hello'; const PI = 3.14;
I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.
I have a strong background in JavaScript development and a proven track record of delivering high-quality projects.
Extensive experience in JavaScript development
Strong problem-solving and analytical skills
Ability to work well in a team and collaborate effectively
Proven track record of delivering high-quality projects
Excellent communication and interpersonal skills
Promise in JS is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() method to handle success and failure cases.
Example: new Promise((resolve, reject) => { ... }).then(result => { ... }).catch(error => { ... });
A callback is a function passed as an argument to another function to be executed later.
Callback functions are commonly used in asynchronous programming to handle responses or events.
Callbacks can be synchronous or asynchronous.
Example: setTimeout function in JavaScript takes a callback function as an argument to be executed after a specified time.
I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.
Yes, Aptitude test is so think and great full in my knowledge
The coding test is for HTML CSS for the frontend backend for the javascript
I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.
posted on 21 Mar 2015
I was interviewed before Aug 2016.
based on 1 interview
Interview experience
Software Developer
56
salaries
| ₹0 L/yr - ₹0 L/yr |
Digital Marketing Executive
33
salaries
| ₹0 L/yr - ₹0 L/yr |
Front end Developer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Developer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech