Filter interviews by
Clear (1)
I applied via campus placement at Guru Nanak Dev Engineering College, Ludhiana and was interviewed in Jul 2024. There were 3 interview rounds.
I applied via campus placement at Guru Nanak Dev Engineering College, Ludhiana and was interviewed in Aug 2024. There were 2 interview rounds.
First round was mcq based written test containing 30 mcq questions based on html and css
It contained 6 questions based on machine coding
I applied via campus placement at Gandhi Institute for Technology Advancement, Bhuvaneshwar and was interviewed in Sep 2024. There were 4 interview rounds.
Asked about basics of html,css&js
Asked to solve coding questions
Asked about current affairs
I am a passionate front end developer with experience in HTML, CSS, and JavaScript.
Experienced in building responsive websites using HTML, CSS, and JavaScript
Familiar with front end frameworks like React and Angular
Strong understanding of UI/UX principles
Proficient in version control systems like Git
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
Most easy questions related to HTML, CSS , Javascript
Three questions ask me during interview.
1. sorting the given array
2. Print star pattern (dimand pattern)
3. Centre the text (related to frontend)
Prodesk interview questions for designations
MCQ On HTML and CSS and Javascript
3 coding questions on javascript , it was easy
I applied via Campus Placement
In coding test they gave three questions - HTML, CSS web page 2. array question 3. Pattern Printing
All the questions are medium level.
Top trending discussions
Identify the duplicate character in the string.
I was interviewed in Jan 2025.
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope.
Variable declarations are hoisted but not their initializations.
Function declarations are fully hoisted.
Example: console.log(myVar); var myVar = 10; // Output: undefined
Example: console.log(myFunc()); function myFunc() { return 'Hello!'; } // Output: Hello!
Using map function to apply a callback function to each element in an array
Map function is used to iterate over an array and apply a callback function to each element
The callback function can perform operations on each element and return a new value
Example: arr.map(item => item * 2) will double each element in the array
Flexbox is best for one-dimensional layouts, Grid is best for two-dimensional layouts, DOM is the structure of a webpage, Box model is the layout of elements.
Flexbox is best for creating one-dimensional layouts like navigation bars or sidebars.
Grid is best for creating two-dimensional layouts like grids of images or cards.
DOM (Document Object Model) is the structure of a webpage, representing the elements as objects.
Bo...
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Coding a frontend UI from provided image. And creating a fucntional star rating system
Designing a Component API in React using Typescript involves defining props, state, and methods for the component.
Define the props interface to specify the expected input data for the component
Use typescript types to ensure type safety and prevent runtime errors
Define the state interface to manage the internal state of the component
Implement methods to handle user interactions and component logic
Document the component
Function to clear all timer ids at once
Create an array to store all timer ids
Iterate through the array and clear each timer id using clearTimeout() function
based on 8 interviews
1 Interview rounds
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant