Upload Button Icon Add office photos

Filter interviews by

ProDesk Technology Interview Questions, Process, and Tips

Updated 18 Dec 2024

Top ProDesk Technology Interview Questions and Answers

ProDesk Technology Interview Experiences

Popular Designations

7 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the use of title in tag?
  • Ans. 

    The title attribute in <a> tag is used to provide additional information about the link when the user hovers over it.

    • The title attribute is used to provide a tooltip that appears when the user hovers over the link

    • It is helpful for providing additional context or information about the destination of the link

    • The title attribute is not visible on the webpage itself, but only appears as a tooltip when the user intera

  • Answered by AI
  • Q2. How can we link an external javascript file in our HTML document?
  • Ans. 

    External javascript file can be linked in HTML using the <script> tag with the src attribute.

    • Use the <script> tag with the src attribute to specify the path of the external javascript file.

    • Example: <script src='path/to/external.js'></script>

    • The <script> tag should be placed inside the <head> or <body> section of the HTML document.

  • Answered by AI
Round 2 - Coding Test 

Print the pattern below in javascript:
*****
****
***
**
*
**
***
****
*****

Interview Preparation Tips

Topics to prepare for ProDesk Technology Full Stack Developer interview:
  • HTML
  • CSS
  • Javascript
  • Basic DSA
Interview preparation tips for other job seekers - If you are applying for Frontend role or Full Stack role then be prepared to solve basic DSA questions in Javascript or NodeJS because there is no option to opt for any other Programming language(like C++, Java, Python, etc).

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Front end Developer Interview Questions & Answers

user image Satyam Prajapati

posted on 18 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test for simple interest and other topics.

Round 2 - Coding Test 

Coding text within arrays and number systems.

Round 3 - Group Discussion 

Good working relationships with multiple people.

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is HTML?

Interview Preparation Tips

Interview preparation tips for other job seekers - There are only four rounds in this company.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] &lt;= ARR[i + 1] f... read more
View answer (3)

Front end Developer Interview Questions & Answers

user image Biswajit Swain

posted on 3 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

What the question in frontend development

Round 2 - Coding Test 

What the time complete in 3 coding question

Round 3 - HR 

(4 Questions)

  • Q1. Tellme about your self
  • Ans. 

    I am a passionate front end developer with experience in HTML, CSS, JavaScript, and responsive design.

    • Experienced in building user-friendly interfaces

    • Proficient in using front end frameworks like React and Angular

    • Skilled in optimizing website performance for speed and efficiency

  • Answered by AI
  • Q2. Coding round interview question ask
  • Q3. What the CSS box model
  • Ans. 

    The CSS box model is a design concept that describes how elements are rendered on a web page, including padding, borders, and margins.

    • The CSS box model consists of content, padding, border, and margin.

    • Content: The actual content of the element, such as text or images.

    • Padding: The space between the content and the border.

    • Border: The border surrounding the padding and content.

    • Margin: The space outside the border, separat...

  • Answered by AI
  • Q4. What the html full form.
  • Ans. 

    HTML stands for Hypertext Markup Language.

    • HTML is the standard markup language for creating web pages.

    • It is used to structure content on the internet.

    • HTML elements are represented by tags such as <html>, <head>, <body>.

    • Example: <p>This is a paragraph.</p>

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] &lt;= ARR[i + 1] f... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Related to HTMl
  • Q2. Related to cascading style sheets
  • Q3. Related To CSS for the frontend developer
Round 2 - Coding Test 

They said to write code and the person who solves the question within 5 min will be selected for interview round.

Round 3 - HR 

(3 Questions)

  • Q1. About yourself and your resume
  • Q2. Job description
  • Q3. Why we should hire you ??

Interview Preparation Tips

Topics to prepare for ProDesk Technology Front end Developer interview:
  • Job description
  • About company
  • Resume
  • Topic related to your jobs
Interview preparation tips for other job seekers - Should suggest not to join this company they have not good behaviour for the employee.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] &lt;= ARR[i + 1] f... read more
View answer (3)

ProDesk Technology interview questions for popular designations

 Front end Developer

 (3)

 Softwaretest Engineer

 (1)

 Full Stack Developer

 (1)

 Web Developer

 (1)

 Java Developer

 (1)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Apna Jobs and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The basic questions on html,css and javascript mcqs

Round 2 - Coding Test 

Pattern questions and css flexbox using margin padding and other things

Interview Preparation Tips

Interview preparation tips for other job seekers - i dont want to share any advice for the m

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID &amp; Password textfields in login page?
View answer (2)
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 

Numeric ability and java question …. Very simple and easy question

Round 2 - Coding Test 

Pattern printing , find duplicate element , draw a figure in html etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Enhance your skills focus on aptitude reasoning verbal and communication and dsa

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Aptitude Test 

IQ,EQ, logical , it was easy to moderate

Round 2 - Coding Test 

It was having questions of data structures and algo

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)

Interview questions from similar companies

I applied via LinkedIn

Interview Questionnaire 

5 Questions

  • Q1. 1.what is strict Mode in react. 2.Virtual Dom. 3,react and html difference
  • Q2. What is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a library for managing application state

    • It provides a centralized store for all the state of an application

    • It uses a single source of truth principle

    • It allows for predictable state changes through actions and reducers

    • It is commonly used with React for building complex UIs

  • Answered by AI
  • Q3. What is jquery? 2.explain architecture of your project.
  • Ans. 

    jQuery is a fast, small, and feature-rich JavaScript library.

    • jQuery simplifies HTML document traversing, event handling, and animating.

    • It provides a set of methods for AJAX interactions and DOM manipulation.

    • jQuery is cross-platform and supports a wide range of browsers.

    • It has a large community and a vast number of plugins available.

    • Project architecture depends on the specific project and its requirements.

  • Answered by AI
  • Q4. Form validation in react
  • Ans. 

    Form validation in React ensures user input is correct before submission.

    • Use controlled components to manage form state

    • Create validation functions to check input

    • Display error messages for invalid input

    • Disable submit button until form is valid

    • Consider using a library like Formik or Yup for easier validation

  • Answered by AI
  • Q5. React hooks explanation
  • Ans. 

    React hooks are functions that allow functional components to use state and lifecycle methods.

    • Hooks were introduced in React 16.8

    • useState() is a hook that allows state to be used in functional components

    • useEffect() is a hook that allows lifecycle methods to be used in functional components

    • Custom hooks can be created to reuse stateful logic across components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure u have entered proper information in your resume,mostly they asked the questions related to previous projects working and the technologies which we had mentioned in resume, always study own resume and prepare accourding to that.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. 1. Basic html schemantics
  • Q2. 2. Pure JS
  • Q3. 3. Angular advance

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard Interview process

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 
Round 3 - Coding Test 
Round 4 - Assignment 
Round 5 - HR 

(9 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.
  • Q9. Tell me about your questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes i can intresting in this company

ProDesk Technology Interview FAQs

How many rounds are there in ProDesk Technology interview?
ProDesk Technology interview process usually has 2-3 rounds. The most common rounds in the ProDesk Technology interview process are Coding Test, Aptitude Test and HR.
What are the top questions asked in ProDesk Technology interview?

Some of the top questions asked at the ProDesk Technology interview -

  1. How can we link an external javascript file in our HTML docume...read more
  2. What is the use of title in t...read more
  3. What the CSS box mo...read more
How long is the ProDesk Technology interview process?

The duration of ProDesk Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ProDesk Technology Interview Process

based on 8 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
View all

ProDesk Technology Reviews and Ratings

based on 2 reviews

1.2/5

Rating in categories

1.2

Skill development

1.2

Work-life balance

1.1

Salary

1.2

Job security

1.1

Company culture

1.2

Promotions

1.2

Work satisfaction

Explore 2 Reviews and Ratings
Compare ProDesk Technology with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview