Filter interviews by
Golang slices are dynamic arrays that can grow or shrink in size.
Slices are references to arrays, allowing for efficient manipulation of data.
They have a length and a capacity, with the length being the number of elements in the slice and the capacity being the maximum number of elements it can hold without resizing.
Slices can be created using the make() function or by slicing an existing array or slice.
Appending to a ...
Golang maps are key-value pairs data structure used for fast lookups and retrieval.
Maps are created using the make() function or using a map literal.
Keys in a map must be unique and of the same type.
Values in a map can be of any type.
Accessing a value in a map is done by providing the key.
Adding a new key-value pair is done by assigning a value to a key.
Top trending discussions
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Synthetic Events are events that are created by the browser to mimic real user events.
Synthetic Events are used in React to handle events in a consistent manner across different browsers.
They are created by React to wrap native browser events and provide additional functionality.
Examples include onClick, onChange, and onSubmit events in React.
Event bubbling is the process where an event triggered on a child element is propagated up through its parent elements.
Event bubbling allows a single event handler to be attached to a parent element, which will be triggered for all its children.
When an event occurs on a child element, it first runs the event handlers on the child, then on its parent, and so on up the DOM tree.
Event bubbling can be stopped using event.s
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Synthetic Events are events that are created by the browser to mimic real user events.
Synthetic Events are used in React to handle events in a consistent manner across different browsers.
They are created by React to wrap native browser events and provide additional functionality.
Examples include onClick, onChange, and onSubmit events in React.
Event bubbling is the process where an event triggered on a child element is propagated up through its parent elements.
Event bubbling allows a single event handler to be attached to a parent element, which will be triggered for all its children.
When an event occurs on a child element, it first runs the event handlers on the child, then on its parent, and so on up the DOM tree.
Event bubbling can be stopped using event.s
posted on 23 Dec 2024
I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.
Basic question related React , and DBMS and SQL
posted on 22 Sep 2024
I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.
HackerRank Test, basic questions related to the profile.
Interview experience
HMX Media
Fastrack
Grapes Digital
Maven Infotech