Filter interviews by
I applied via Company Website and was interviewed before Nov 2023. There were 6 interview rounds.
Developed a responsive e-commerce website using React and Redux.
Utilized React framework to create dynamic user interfaces
Implemented Redux for state management and data flow
Designed responsive layout for optimal viewing on all devices
HTML tags are used to structure content on a webpage.
Some common HTML tags include
,
, |
HTML and CSS files are connected by linking the CSS file to the HTML file using the tag in the
section of the HTML file.Use the tag in the
section of the HTML file to link the CSS file.Specify the path to the CSS file in the href attribute of the tag.
Make sure the CSS file is saved with a .css extension.
For example:
Worst Assignment Ever.
1. Asked to code me an entire medical website from scratch and make it responsive as well in 2 days.
2. Asked to do this just by providing an Screenshot of the site to replicate with no assets provided (Worst Experience)
Got Selected for Another Assignment...
This was a similar type of Assignment to create an entire site from the screenshot provided.
Had to do this assignment in the office with no help or good assets provided. HR didn't know anything about Web Development and expected everything faster.
Asked a few questions about previous assignment and then scheduled an another Assignment to do in the office...
Literally didn't provide appropriate assets, asked to code entire website in a single day from scratch including the responsive behaviour. The HR had no knowledge about how web development works. The staff and corporate workers weren't supportive in any manner.
Again after all these 2 assignments they again asked me questions like Introduction and other minor details about education and all.
This time the interview was taken by Web Developers in the team
1. They literally said my projects are average.
2. They were more judging then understanding my approach on how I did certain things.
posted on 18 Jun 2024
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope but not their initializations.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Throttling is a technique used to control the rate at which a function is executed.
Throttling limits the number of times a function can be called over a specified period of time.
It helps in optimizing performance by preventing excessive function calls, especially in scenarios like scroll events or API requests.
Example: Throttling can be used to limit the rate at which a user can resize a window, ensuring smoother perfo
Debouncing is a technique used to limit the number of times a function is called in a short period of time.
Debouncing is often used in scenarios like search bars where you want to wait for the user to finish typing before making an API call.
It involves setting a delay before executing a function after the last time it was called.
Debouncing helps in optimizing performance by reducing unnecessary function calls.
Example: ...
Event coupling is the dependency between different parts of a system based on events.
Event coupling occurs when one component triggers an event that another component listens for.
It can lead to tight coupling between components, making the system harder to maintain.
Reducing event coupling can be achieved by using a centralized event bus or implementing a pub/sub pattern.
Example: A button click event in a UI component t
Use Set to remove duplicates from array of strings
Create a Set from the array to automatically remove duplicates
Convert the Set back to an array to get unique values
Example: const arr = ['apple', 'banana', 'apple', 'orange']; const uniqueArr = [...new Set(arr)];
Reverse a linked list by changing the direction of pointers
Create three pointers: prev, current, next
Iterate through the linked list, updating pointers to reverse the direction
Return the new head of the reversed linked list
Closure function is a function defined inside another function, with access to the outer function's variables.
Closure functions have access to the outer function's variables even after the outer function has finished executing.
They can be used to create private variables and functions in JavaScript.
Example: function outerFunction() { let outerVar = 'I am outer'; function innerFunction() { console.log(outerVar); } retur
posted on 13 Dec 2024
The purpose of the FLEX property in CSS Flexbox is to define how a flex item will grow or shrink to fit the available space.
The FLEX property is used to set the initial size of a flex item.
It can be used to specify how much a flex item can grow or shrink relative to the other flex items.
The FLEX property is a shorthand for the FLEX-GROW, FLEX-SHRINK, and FLEX-BASIS properties.
The flex property defines the ability of a flex item to grow, shrink, or stay the same size.
The flex property is a shorthand for flex-grow, flex-shrink, and flex-basis properties.
It allows a flex item to grow or shrink to fill the available space.
Values for flex property include a unitless number for flex-grow, a unitless number for flex-shrink, and a length or percentage for flex-basis.
Example: flex: 1 1 50%;
posted on 7 Dec 2024
Quantitative aptitude, logical apptiude,
posted on 6 Aug 2024
Basic Dsa Quetions like array or string
posted on 8 Apr 2023
I applied via LinkedIn and was interviewed in Mar 2023. There were 4 interview rounds.
Clone a Todo Application UI using ReactJS, Sass
Create a new ReactJS project using create-react-app
Design the UI using Sass and implement it in ReactJS
Use state and props to manage the todo list
Add functionality to add, delete and mark tasks as complete
Implement local storage to persist data
Test the application thoroughly
Explanation of CSS specificity hierarchy
Inline styles have the highest specificity
IDs have higher specificity than classes and elements
Multiple selectors with the same specificity are resolved by the order in which they appear in the stylesheet
The universal selector (*) has the lowest specificity
This round was more focused on the problem solving. 2 coding questions were asked. The round was for an hour
Server-Side Rendering (SSR) is the process of rendering web pages on the server and sending the HTML to the client.
SSR improves website performance and SEO by reducing load times and providing search engines with fully rendered pages.
React provides a library called ReactDOMServer that allows developers to render React components on the server.
SSR requires a server-side framework or library, such as Next.js or Gatsby, t...
posted on 10 Mar 2022
I found out about your company through a job search website.
I was actively searching for UI Frontend Developer positions
I came across your job posting on a popular job search website
I researched your company and was impressed with your mission and values
posted on 27 Mar 2024
I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.
posted on 16 Dec 2024
On-page SEO refers to optimizing elements on a website to improve search engine rankings, while off-page SEO involves external factors like backlinks and social signals.
On-page SEO includes optimizing meta tags, headings, content, and images on a website.
Off-page SEO involves building backlinks from other websites, social media shares, and online reputation management.
Examples of on-page SEO techniques are keyword opti...
Front end Web Developer
3
salaries
| ₹1 L/yr - ₹2 L/yr |
Webenza
WATConsult
Mirum
BC Web Wise