Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Prodesk Front end Developer Interview Questions and Answers

Updated 5 Dec 2024

Prodesk Front end Developer Interview Experiences

6 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Guru Nanak Dev Engineering College, Ludhiana and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - MCQ of HTML CSS JS 

(2 Questions)

  • Q1. Like how js is linked in html file With script tag
  • Q2. Box-sizing property many css easy questions
Round 2 - Technical 

(3 Questions)

  • Q1. Simple 2 divs and color them
  • Q2. Find duplicates in an array and print them in JS code
  • Q3. Hourglass pattern
Round 3 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - U have to make exact in technical round, otherwise HRs don't agree

HCLTech

A more secure future awaits you

Find your spark and supercharge your own potential

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Guru Nanak Dev Engineering College, Ludhiana and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

First round was mcq based written test containing 30 mcq questions based on html and css

Round 2 - Coding Test 

It contained 6 questions based on machine coding

Interview Preparation Tips

Topics to prepare for Prodesk Front end Developer interview:
  • HTML , CSS , Javascript

Front end Developer Interview Questions Asked at Other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
Q5. Sort Linked List Based on Actual Values You are given a Singly Li ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Gandhi Institute for Technology Advancement, Bhuvaneshwar and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Asked about basics of html,css&js

Round 2 - Coding Test 

Asked to solve coding questions

Round 3 - Group Discussion 

Asked about current affairs

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about youself
  • Ans. 

    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

  • Answered by AI
  • Q2. Another basic questions were asked
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Most easy questions related to HTML, CSS , Javascript

Round 2 - Coding Test 

Three questions ask me during interview.
1. sorting the given array
2. Print star pattern (dimand pattern)
3. Centre the text (related to frontend)

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to understand the logics of the questions

Prodesk interview questions for designations

 Java Developer

 (1)

 Web Developer

 (1)

 Full Stack Developer

 (1)

 Python and Django Developer

 (2)

Front end Developer Interview Questions & Answers

user image Param Sorniya

posted on 10 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

MCQ On HTML and CSS and Javascript

Round 2 - Coding Test 

3 coding questions on javascript , it was easy

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

In coding test they gave three questions - HTML, CSS web page 2. array question 3. Pattern Printing
All the questions are medium level.

Round 2 - HR 

(1 Question)

  • Q1. Asked only to write a code in a paper

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. React Life cycle
  • Q2. What React hooks have you utilized in your projects?
  • Q3. What is Redux, and what are the differences between Redux and Context?
  • Q4. What is the difference between visibility: hidden and display: none in CSS?
  • Q5. What are JavaScript closures, the temporal dead zone (TDZ), hoisting, and the JavaScript engine?
Round 2 - Coding Test 

Identify the duplicate character in the string.

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Hoisting concept with examples and guess the output
  • Ans. 

    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!

  • Answered by AI
  • Q2. Map functionality with a call back function
  • Ans. 

    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

  • Answered by AI
  • Q3. Copy object, spread operator usage . Deep copy, sallow copy
  • Q4. Flexbox vs grid, dom, box model,
  • Ans. 

    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...

  • Answered by AI
  • Q5. React optimization, why React,
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly js questions, not so many of angular or react.
  • Q2. Like fizbuzz or things like that.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply here, the culture here is horrible.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding a frontend UI from provided image. And creating a fucntional star rating system

Round 2 - Technical 

(2 Questions)

  • Q1. Designing a Component API in React using Typescript.
  • Ans. 

    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

  • Answered by AI
  • Q2. Create a function that can clear all the timer ids at once.
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Prodesk Interview FAQs

How many rounds are there in Prodesk Front end Developer interview?
Prodesk interview process usually has 2-3 rounds. The most common rounds in the Prodesk interview process are Coding Test, HR and Assignment.
What are the top questions asked in Prodesk Front end Developer interview?

Some of the top questions asked at the Prodesk Front end Developer interview -

  1. Like how js is linked in html file With script ...read more
  2. Find duplicates in an array and print them in JS c...read more
  3. Box-sizing property many css easy questi...read more

Recently Viewed

INTERVIEWS

Lenovo

38 interviews

INTERVIEWS

Sharekhan

81 interviews

INTERVIEWS

StrideOne

2 interviews

INTERVIEWS

Tredence

123 interviews

INTERVIEWS

Edelweiss

58 interviews

INTERVIEWS

Indegene

151 interviews

INTERVIEWS

IMS People

37 interviews

INTERVIEWS

OneBanc Technologies

No Interviews

INTERVIEWS

Grazitti Interactive

No Interviews

INTERVIEWS

ZeMoSo Technologies

No Interviews

Tell us how to improve this page.

Prodesk Front end Developer Interview Process

based on 8 interviews

1 Interview rounds

  • Coding Test Round
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Prodesk Front end Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Compare Prodesk with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent