Upload Button Icon Add office photos

Filter interviews by

Prodesk Interview Questions and Answers

Updated 2 Jan 2025

Prodesk Interview Experiences

Popular Designations

13 interviews found

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test include questions from direction , blood relation, time and work

Round 2 - Coding Test 

Python questions related to Django and flask and also python libraries

Round 3 - HR 

(2 Questions)

  • Q1. Why you choose python
  • Ans. 

    Python's simplicity, readability, and versatility make it a great choice for web development.

    • Python's syntax is clean and easy to read, making it beginner-friendly.

    • Python has a large standard library with built-in modules for various tasks.

    • Python's versatility allows for both simple scripting and complex web applications.

    • Django, a popular web framework for Python, provides powerful tools for web development.

    • Python's co...

  • Answered by AI
  • Q2. What are the framework of python
  • Ans. 

    Python has several popular frameworks including Django, Flask, and Pyramid.

    • Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.

    • Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy.

    • Pyramid is a lightweight Python web framework aimed at taking small web apps to large web apps.

  • Answered by AI

Skills evaluated in this interview

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)
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 Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Array, String,basic, medium, arraylist, stringbuilder

Round 2 - Technical 

(2 Questions)

  • Q1. Html tag, title, javascript
  • Q2. React v/s javascript, css,

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement 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

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] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Pattern printing , fibonacci series

Round 2 - HR 

(5 Questions)

  • Q1. Project based questions which have been you mentioned.
  • Q2. Tell me about yourself
  • Ans. 

    I am a Python and Django Developer with 5 years of experience in building web applications.

    • 5 years of experience in Python and Django development

    • Proficient in building web applications using Django framework

    • Strong understanding of front-end technologies like HTML, CSS, and JavaScript

    • Experience with database management using SQL and ORM tools

    • Familiarity with version control systems like Git

  • Answered by AI
  • Q3. Normal Questions related basic topics
  • Q4. Moderate level coding questions.
  • Q5. Bit range count

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to focus DSA basic questions.

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)

Prodesk interview questions for popular designations

 Front end Developer

 (6)

 Python and Django Developer

 (2)

 Full Stack Developer

 (1)

 Web Developer

 (1)

 Lead Talent Acquisition

 (1)

 Java Developer

 (1)

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 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 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] <= ARR[i + 1] f... read more
View answer (3)

Web Developer Interview Questions & Answers

user image raju kushwaha

posted on 2 Jan 2025

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Group Discussion 

Importance of education

Interview Preparation Tips

Interview preparation tips for other job seekers - improve communication

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 (1)
Interview experience
5
Excellent
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 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

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] <= ARR[i + 1] f... read more
View answer (3)

Java Developer Interview Questions & Answers

user image Jyotsana Raj

posted on 11 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 2 interview rounds.

Round 1 - Aptitude Test 

Its normal test of apti and technical question involved.

Round 2 - Coding Test 

They give some question of programming like pattern,duplicate array,etc.

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 (3)
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

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] <= ARR[i + 1] f... read more
View answer (3)

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

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] <= ARR[i + 1] f... read more
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding questions like pyramid pattern printing, prime numbers

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good
Contribute & help others!
anonymous
You can choose to be anonymous

Prodesk Interview FAQs

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

Some of the top questions asked at the Prodesk interview -

  1. What are the framework of pyt...read more
  2. Why you choose pyt...read more
  3. project based questions which have been you mention...read more
How long is the Prodesk interview process?

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Kohler

No Interviews

INTERVIEWS

Buyhatke

No Interviews

INTERVIEWS

StoneX Group

No Interviews

INTERVIEWS

Prodesk

No Interviews

INTERVIEWS

Archer Daniels Midland Company

No Interviews

DESIGNATION

INTERVIEWS

Kohler

No Interviews

Tell us how to improve this page.

Prodesk Interview Process

based on 22 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Prodesk Reviews and Ratings

based on 3 reviews

2.4/5

Rating in categories

2.4

Skill development

2.4

Work-life balance

2.4

Salary

2.4

Job security

2.4

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 3 Reviews and Ratings
Compare Prodesk with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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