i
Calibraint
Filter interviews by
posted on 24 Sep 2024
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
Closure in JavaScript is a function that has access to its own scope, as well as the outer scope in which it was defined.
A closure allows a function to access variables from its outer function even after the outer function has finished executing.
Closures are commonly used in event handlers, callbacks, and in functional programming.
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFun
Class is used to style multiple elements, while ID is used to style a single element.
Class can be used multiple times in a document, while ID should be unique
Class is denoted by a period (.), ID is denoted by a hash (#)
Class can be applied to multiple elements, ID can only be applied to one element
posted on 4 Aug 2024
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
JavaScript is a high-level, interpreted programming language used for creating interactive websites and web applications.
JavaScript is commonly used for client-side web development.
It can be used to add interactivity to websites, such as form validation, animations, and dynamic content.
JavaScript can also be used for server-side development with Node.js.
Popular JavaScript frameworks include React, Angular, and Vue.js.
CSS is a styling language used to control the look and feel of a website. It is linked to HTML using the tag.
CSS stands for Cascading Style Sheets.
It is used to style the layout and design of web pages.
To link CSS in HTML, use the tag in the
section of the HTML document.The tag includes attributes like 'rel' (relationship), 'type' (MIME type), and 'href' (path to the CSS file).
I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
Coding questions on React.
Coding questions on react was asked
SQL is a programming language used for managing and manipulating relational databases.
SQL stands for Structured Query Language
It is used to communicate with databases to perform tasks such as querying data, updating records, and creating tables
Examples of SQL commands include SELECT, INSERT, UPDATE, DELETE
Join is used to combine rows from two or more tables based on a related column, while Procedure is a set of SQL statements that perform a specific task.
Join is used to retrieve data from multiple tables based on a related column
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Procedure is a set of SQL statements stored in the database and executed when called
Procedures can accept input parameters
I applied via Referral and was interviewed in Feb 2023. There was 1 interview round.
I am a front end developer with 5 years of experience in creating user-friendly and visually appealing websites.
5 years of experience in front end development
Proficient in HTML, CSS, and JavaScript
Strong understanding of responsive design principles
Experience with front end frameworks like React and Angular
Ability to collaborate with designers and backend developers to implement website features
Portfolio showcasing pre
I want to join Webdew because of their reputation for innovative web development and their focus on creating user-friendly experiences.
Webdew has a strong track record of delivering cutting-edge web development projects.
I am impressed by their portfolio of user-friendly websites and applications.
I believe joining Webdew will provide me with opportunities to learn and grow as a front-end developer.
Their company culture ...
As a front end developer, my day-to-day responsibilities at my last job included designing and developing user interfaces, collaborating with the design team, and ensuring cross-browser compatibility.
Designing and developing user interfaces
Collaborating with the design team
Ensuring cross-browser compatibility
I applied via Company Website and was interviewed before Apr 2022. There were 3 interview rounds.
First round you have to pass coding test regarding web development task.
The 'this' keyword is used in JavaScript to refer to the object that is currently executing the code.
It allows access to the object's properties and methods within its scope.
It is commonly used in object-oriented programming to refer to the current instance of a class.
The value of 'this' is determined by how a function is called, and it can change dynamically.
It is often used in event handlers, constructor functions, a
To reverse a list in Python, you can use the built-in reverse() method or slicing technique.
Use the reverse() method to reverse the list in place: list.reverse()
Use slicing to create a new reversed list: reversed_list = list[::-1]
The reverse method() is used to reverse the order of elements in an array.
Use the reverse() method on an array to reverse the order of its elements.
Example: $arr = [1, 2, 3]; reverse($arr); // Output: [3, 2, 1]
Software Developer
25
salaries
| ₹4 L/yr - ₹11 L/yr |
Senior Software Developer
20
salaries
| ₹5.5 L/yr - ₹13 L/yr |
Software Development Engineer II
15
salaries
| ₹4 L/yr - ₹12 L/yr |
Associate Software Developer
12
salaries
| ₹4 L/yr - ₹6 L/yr |
Associate Technical Leader
10
salaries
| ₹8.3 L/yr - ₹13.1 L/yr |
Infosys
TCS
Wipro
HCLTech