Upload Button Icon Add office photos

Filter interviews by

Tenth Planet Technologies Interview Questions and Answers

Updated 29 Sep 2024

Tenth Planet Technologies Interview Experiences

Popular Designations

6 interviews found

I applied via Referral and was interviewed in Feb 2021. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Some Core java questions and scenario based questions
  • Q2. What is public static void main
  • Ans. 

    public static void main is the entry point method in Java programs.

    • It is a method that is called when a Java program starts running.

    • It must be declared as public, static, and void.

    • It takes an array of strings as an argument, which can be used to pass command-line arguments to the program.

    • Example: public static void main(String[] args) { ... }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Schedule prepare well and use the opportunity.
There is more to learn in start-up

Skills evaluated in this interview

Software Programmer Interview Questions asked at other Companies

Q1. In the SQL server diff between delete truncate and drop functions.what is stored procedure and it's advantages.diff between function and stored procedure.
View answer (1)

Java Developer Interview Questions & Answers

user image Thamizh Mano

posted on 29 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Java Multiple choice questions

Round 2 - Coding Test 

Java And MySql multiple choice questions

Round 3 - Coding Test 

Java,Mysql,Html,Css,Js multiple choice questions

Round 4 - HR 

(2 Questions)

  • Q1. How much rating yourself to your programming skill
  • Ans. 

    I rate my programming skills highly, constantly striving to improve and learn new technologies.

    • I would rate myself as a 8 out of 10 in Java programming skills.

    • I have experience working on various Java projects, including web development and backend systems.

    • I actively participate in coding challenges and online courses to enhance my skills.

    • I am familiar with design patterns, data structures, and algorithms in Java.

  • Answered by AI
  • Q2. How to connect database to the java and tell me tha mysql quesry jdbc query.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was nice interview process but they have bond policy of 3 years they shoudnt tell before i know that after complition of 4 rounds.

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions regarding Technologies
  • Q2. Questions regarding Family Background

Associate Java Developer Interview Questions asked at other Companies

Q1. Explain How was your syllobus was done in Lockdown at College?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell about urself

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Tenth Planet Technologies interview questions for popular designations

 Software Programmer

 (1)

 Python Developer

 (1)

 ETL Developer

 (1)

 Software Developer

 (1)

 Associate Java Developer

 (1)

 Java Developer

 (1)

I applied via Walk-in and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

C and c++

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep searching u can do yr best and get your day

ETL Developer Interview Questions asked at other Companies

Q1. What are the content of APT_CONFIG_FILE? Can you brief on the relationship between APT_CONFIG_FILE and Partition.
View answer (1)

Python Developer Interview Questions & Answers

user image durga bharathi

posted on 28 Mar 2022

I applied via Walk-in and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared interview .all the best.

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (10)

Jobs at Tenth Planet Technologies

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to work profile
  • Q2. Related to interests

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, go well groomed

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

Tenth Planet Technologies Interview FAQs

How many rounds are there in Tenth Planet Technologies interview?
Tenth Planet Technologies interview process usually has 1-2 rounds. The most common rounds in the Tenth Planet Technologies interview process are Coding Test, One-on-one Round and HR.
How to prepare for Tenth Planet Technologies 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 Tenth Planet Technologies. The most common topics and skills that interviewers at Tenth Planet Technologies expect are ERP, SQL, Python, Java and Business Development.
What are the top questions asked in Tenth Planet Technologies interview?

Some of the top questions asked at the Tenth Planet Technologies interview -

  1. What is public static void m...read more
  2. how to connect database to the java and tell me tha mysql quesry jdbc que...read more
  3. Some Core java questions and scenario based questi...read more

Tell us how to improve this page.

Tenth Planet Technologies Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Tenth Planet Technologies Reviews and Ratings

based on 26 reviews

3.3/5

Rating in categories

3.0

Skill development

3.6

Work-life balance

3.2

Salary

3.7

Job security

2.9

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 26 Reviews and Ratings
Advanced Oracle PL/SQL Developers

Chennai

4-9 Yrs

Not Disclosed

ETL Developer 2+ years

Chennai

2-4 Yrs

Not Disclosed

ERP Quality Assurance Lead

Chennai

5-10 Yrs

Not Disclosed

Explore more jobs
Software Developer
10 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Software Engineer
9 salaries
unlock blur

₹2.4 L/yr - ₹6.2 L/yr

Java Developer
8 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Python Developer
8 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Odoo Developer
7 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Tenth Planet Technologies with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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