i
Chetu
Filter interviews by
Aptitude test plus reasoning with basic HTML, CSS and JS questions - online through screen share
Top trending discussions
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
Maintain a good communication to the hr
Elements are individual components of a web page, while tags are used to define the structure of elements in HTML.
Elements are the actual components on a web page, such as headings, paragraphs, images, etc.
Tags are used to define the structure of elements in HTML, such as
for a paragraph.
Elements can have attributes that provide additional information or functionality, while tags do not.
Functions in JavaScript are used to define reusable blocks of code that can be called multiple times.
Functions can be used to perform specific tasks or calculations.
Functions can be passed as arguments to other functions.
Functions can be assigned to variables or properties of objects.
Functions can be used to create closures for encapsulating data.
Functions can be used to create custom methods for objects.
getElementById is used in JavaScript to access and manipulate an element in the DOM by its unique ID.
Used to retrieve a specific element from the DOM by its ID
Allows for manipulation of the element's properties, styles, and content
Commonly used in event handling and dynamic content updates
There are three types of CSS: inline, internal, and external.
Inline CSS is applied directly to an HTML element using the style attribute.
Internal CSS is defined within the head section of an HTML document using the style tag.
External CSS is stored in a separate file and linked to the HTML document using the link tag.
Constructors in JavaScript are used to create and initialize objects.
Constructors are functions that are used to create new instances of objects.
They are called with the 'new' keyword to create a new object based on the constructor's blueprint.
They can also be used to set initial values or properties for the object being created.
Example: function Person(name, age) { this.name = name; this.age = age; }
Example: var perso
I applied via Referral and was interviewed before Dec 2023. There were 4 interview rounds.
The first round of the coding test in JavaScript was conducted through karat.io.
During the browser coding round, the interviewer asked to build a component using ReactJS. This exercise was designed to assess your fundamental understanding of HTML, CSS, and React state management.
The third round was conducted to evaluate your JavaScript skills. The interviewer presented a code block and requested you to retrieve and handle the data. This round aimed to assess your understanding of API fetching and promise concepts.
The fourth round was the System Design Round, during which I was tasked with designing a JIRA ticketing system.
I applied via Shine
Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.
Closures allow functions to access variables from their parent function even after the parent function has returned.
They help in creating private variables and functions in JavaScript.
Closures are commonly used in event handlers and callbacks.
call, apply, and bind are methods in JavaScript used to manipulate the context of a function.
call() is used to invoke a function with a specified 'this' value and arguments provided individually.
apply() is similar to call() but arguments are passed as an array.
bind() is used to create a new function with a specified 'this' value and initial arguments.
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
JavaScript is a high-level, interpreted programming language that is used to make web pages interactive and dynamic.
JavaScript is commonly used for client-side web development.
It can be used to create interactive features like forms, animations, and dynamic content.
JavaScript can also be used for server-side development with Node.js.
Types of variables in JavaScript include var, let, and const.
var: globally scoped or function scoped
let: block scoped, can be reassigned
const: block scoped, cannot be reassigned
I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.
Implement a calculator class with chaining methods and delay function.
Create a Calculator class with add, sub, mul methods that return the instance of the class.
Implement a delay method that uses setTimeout and returns the instance of the class.
Use a queue to store the operations and execute them in order after the delay.
Return the result of the operations when the equals method is called.
I applied via Indeed and was interviewed in Nov 2019. There were 4 interview rounds.
View encapsulation is a technique used to isolate components in a web application from each other.
It prevents styles and scripts from bleeding into other components.
It helps in maintaining code quality and reducing conflicts.
It can be achieved using Shadow DOM or CSS modules.
Angular provides view encapsulation by default.
Basics 20 mcq questions from speed,time and distance etc.. followed by tech mcq and coding
General topics and trending topics.Use new words
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
1.2k
salaries
| ₹2.5 L/yr - ₹10 L/yr |
Software Developer
1k
salaries
| ₹2.4 L/yr - ₹9.7 L/yr |
Senior Software Engineer
636
salaries
| ₹4.4 L/yr - ₹10.5 L/yr |
Team Lead
272
salaries
| ₹5 L/yr - ₹13.2 L/yr |
Senior Software Developer
217
salaries
| ₹4.9 L/yr - ₹11 L/yr |
TCS
Infosys
Wipro
HCLTech