i
DataToBiz Private Limited
Filter interviews by
I applied via LinkedIn and was interviewed in Jul 2023. There were 2 interview rounds.
Top trending discussions
posted on 19 Apr 2023
I applied via Referral
Conduct the assessment we know theirs skills
Print prime numbers in a given range
Iterate through the range of numbers
Check if each number is prime
Print the prime numbers
var is function-scoped and let is block-scoped.
var declarations are hoisted to the top of their scope while let declarations are not.
var can be redeclared in the same scope while let cannot.
let is preferred for variable declaration in modern JavaScript.
Example: var x = 10; if (true) { var x = 20; // x is now 20 } console.log(x); // 20 let y = 10; if (true) { let y = 20; // y is now 20 } console.log(y); /
Interview experience
Power BI Developer
11
salaries
| ₹4 L/yr - ₹6.7 L/yr |
Deep Learning Engineer
5
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Data Analyst
4
salaries
| ₹4 L/yr - ₹8.4 L/yr |
Digital Marketing Analyst
4
salaries
| ₹4 L/yr - ₹6.3 L/yr |
Tableau Developer
4
salaries
| ₹6 L/yr - ₹7.8 L/yr |
Info Edge
TCS
Wipro
HCLTech