Upload Button Icon Add office photos

Filter interviews by

Testpress Python Software Developer Interview Questions and Answers

Updated 9 Dec 2024

Testpress Python Software Developer Interview Experiences

1 interview found

Python Software Developer Interview Questions & Answers

user image Vijayaragu Jeyaguru

posted on 9 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Below in the box
  • Q2. Answer also in that box

Interview Preparation Tips

Interview preparation tips for other job seekers - Given an array arr[] consisting of N positive integers representing the ratings of N children, the task is to find the minimum number of candies required for distributing to N children such that every child gets at least one candy and the children having the higher rating get more candies than its neighbours.

Examples:

Input: arr[] = {1, 0, 2}
Output: 5
Explanation:
Consider the distribution of candies as {2, 1, 2} that satisfy the given conditions. Therefore, the sum of candies is 2 + 1 + 2 = 5, which is the minimum required candies.
Input: arr[] = {1, 2, 2}
Output: 4
Approach: The given problem can be solved by using the Greedy Approach. Follow the steps below to solve the problem:
Initialize an array, say ans[] to store the amount of candies assigned to every child, and initialize it with 1 to every array element ans[].
Traverse the given array
arr[] and if the value of arr[i + 1] is greater than arr[i], then update the value of ans[i + 1] as ans[i] + 1.
Traverse the given array from the back
and perform the following steps:
If the value of arr[i] is greater than arr[i + 1] and the value of ans[i] is less than or equal to ans[i + 1], then update the value of ans[i] as ans[i + 1] + 1.
After completing the above steps,
print the sum of array
ans[] as the resultant sum of candies.
Below is the implementation of the above approach:

Interview questions from similar companies

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A lot questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I came in HCL without any reference, Randomly I came to give interview. there were total 3 rounds I faced. 1 Round Technical. 2nd Technial. 3 HR . For clearing technical round in HCL you should be technically strong. My 1st round took more than a hour and 2nd round took nearly 45 mins. Your basics should be clear and strong.

Interview Questionnaire 

1 Question

  • Q1. Time management

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Duration of the project and team environment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with latest technologies.

I applied via LinkedIn and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1. tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice, but since Im not great at coding I didn't do well

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Waterfall model, Software development life cycle
  • Q2. How do you arrive at factorial without recursive function
  • Ans. 

    Factorial can be calculated using a loop by multiplying numbers from 1 to n.

    • Initialize a variable to 1

    • Use a loop to multiply the variable with numbers from 1 to n

    • Return the variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your fundamental skills

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

It includes, maths, English, Computer, general knowledge

Round 2 - Technical 

(1 Question)

  • Q1. Related to your field
Round 3 - HR 

(1 Question)

  • Q1. Communication skill and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just good with your knowledge and communication should be perfect.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C#,asp.net mvc,.net core

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through glassdoor interview questions

Testpress Interview FAQs

How many rounds are there in Testpress Python Software Developer interview?
Testpress interview process usually has 1 rounds. The most common rounds in the Testpress interview process are Technical.
What are the top questions asked in Testpress Python Software Developer interview?

Some of the top questions asked at the Testpress Python Software Developer interview -

  1. Answer also in that ...read more
  2. Below in the ...read more

Tell us how to improve this page.

Testpress Python Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Business Development Manager
6 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Software Developer
5 salaries
unlock blur

₹4 L/yr - ₹4.6 L/yr

Full Stack Developer
5 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Software Engineer
4 salaries
unlock blur

₹6 L/yr - ₹11.4 L/yr

Content Editor
4 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Testpress 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