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

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)

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)

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

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 Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

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

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

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