Upload Button Icon Add office photos

Filter interviews by

Testpress Interview Questions and Answers

Updated 9 Dec 2024

Testpress Interview Experiences

Popular Designations

9 interviews 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:

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)

Java Developer Interview Questions & Answers

user image pooja Pooja

posted on 5 Dec 2024

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

String
Array
Add two string

Round 2 - Aptitude Test 

Normal MCQ question in Java

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
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is an online mode interview and i cleared 1st round!

Round 2 - Coding Test 

This round is a programming round and i this round they gave me a half solved python program and i want to solve it then i should develop a new program by our desired language.

Interview Preparation Tips

Topics to prepare for Testpress Full Stack Developer interview:
  • ArrayList
Interview preparation tips for other job seekers - The seekers should be through in python because this company is fully python based!

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
Add answer

Web Developer Interview Questions & Answers

user image 6005 Dinesh V

posted on 11 Nov 2024

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

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

MCQs like question in javascript

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)

Testpress interview questions for popular designations

 Full Stack Developer

 (3)

 Business Development Manager

 (1)

 Executive Accountant

 (1)

 Full Stack Software Developer

 (1)

 Java Developer

 (1)

 Python Software Developer

 (1)

 Web Developer

 (1)

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round will be aptitude is online and second round programming

Round 2 - Coding Test 

Guess word, fewest among the coins

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

30 questions in 10 minutes

Round 2 - Coding Test 

It is some difficult

Interview Preparation Tips

Interview preparation tips for other job seekers - if well prepared you will shortlist.

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
Add answer

Jobs at Testpress

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

1. Print *
2. String Reverse with same place of words
3. Find prime number

Round 2 - Coding Test 

1. Create word guessing game using JS/python
Get user input utill guessing correct word or finishing with remaining attempts
2. An array of students rating, each student will get minimum 1 chocolate and if a student is got high rating then their near students he deserve more chocolate at finally show what is the minimum chocolates required.

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

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Aptitude Test 

General Sales discussion

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About handling the task and accounting related items

Interview Preparation Tips

Interview preparation tips for other job seekers - It was quite challenging to answer when compared with life and work

Executive Accountant Interview Questions asked at other Companies

Q1. What is P2P cycle , 3 way match , and what will you do if Approvals are missing in case of Non PO Invoices.
View answer (4)

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was fulfilling their criteria of 60% through out the academics.

Round: Test
Experience: Aptitude was easy. It contained basics of Quants & Logic . Verbal or English part was bit difficult and length. There was a sectional time and sectional cut off.

Round: Interview
Experience: There was only one interview. Both Technical and HR questions were asked in the same interview. Prepare puzzles from the book Puzzles to puzzle you by Shakuntala Devi. This book helped me a lot. Technical questions were very basic but nearly from every subject.

General Tips: BE CONFIDENT. Speak Confident in Interview even if you are not good with ur english.
Skills: English language, Communication Skills, Reasoning Abilities
College Name: Jawaharlal Nehru Engineering College Aurangabad

Testpress Interview FAQs

How many rounds are there in Testpress interview?
Testpress interview process usually has 1-2 rounds. The most common rounds in the Testpress interview process are Coding Test, Aptitude Test and Assignment.
How to prepare for Testpress interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Testpress. The most common topics and skills that interviewers at Testpress expect are Communication Skills, Business Development, Presales, Javascript and customer support.
What are the top questions asked in Testpress interview?

Some of the top questions asked at the Testpress interview -

  1. About handling the task and accounting related it...read more
  2. Answer also in that ...read more
  3. Below in the ...read more

Tell us how to improve this page.

Testpress Interview Process

based on 9 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
upGrad Interview Questions
3.7
 • 208 Interviews
Simplilearn Interview Questions
3.2
 • 100 Interviews
Toppr Interview Questions
3.4
 • 73 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
Cuemath Interview Questions
3.8
 • 43 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

Testpress Reviews and Ratings

based on 10 reviews

4.2/5

Rating in categories

3.9

Skill development

3.3

Work-life balance

4.1

Salary

3.6

Job security

3.7

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 10 Reviews and Ratings
Business Development Executive

Kochi

1-2 Yrs

Not Disclosed

Lead Generation Executive

Chennai

1-2 Yrs

Not Disclosed

HR Recruiter

Chennai

1-2 Yrs

₹ 3-3.5 LPA

Explore more jobs
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

Unacademy

3.0
Compare

upGrad

3.7
Compare

Toppr

3.4
Compare

MeritNation

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