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

Full Stack Developer Interview Questions & Answers

user image Vijayaragu Jeyaguru

posted on 9 Oct 2024

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
View answer (1)

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

Testpress interview questions for popular designations

 Full Stack Developer

 (3)

 Full Stack Software Developer

 (1)

 Web Developer

 (1)

 Python Software Developer

 (1)

 Business Development Manager

 (1)

 Java Developer

 (1)

 Executive Accountant

 (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
View answer (1)

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
View answer (1)
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 the file extension name which is created by the TDS Return software
View answer (4)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About springboot ,and architecture of your current project, design patterns . 1st round would be on Angular7 and basic questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice , they will guide you whenever I was stuck on any problems.Believe in yourself ,you are the best!

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 Technical.
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.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k 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
Genpact Interview Questions
3.8
 • 3.2k Interviews
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
Digital Marketing Executive

Chennai

1-2 Yrs

Not Disclosed

Customer Success Executive

Jaipur

2-4 Yrs

Not Disclosed

Client Onboarding Manager

Chennai

2-4 Yrs

Not Disclosed

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

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