Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Jupiter International Limited Team. If you also belong to the team, you can get access from here

Jupiter International Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jupiter International Limited Interview Questions and Answers

Updated 23 Feb 2025

Jupiter International Limited Interview Experiences

Popular Designations

6 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Different types of questions regarding solar plants
Round 2 - Technical 

(1 Question)

  • Q1. Regarding solar plant

Interview Preparation Tips

Interview preparation tips for other job seekers - Solar plants string distribution. String voltage & current. Modules related questions etc.

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of rows. Input: Integer N (Total number of rows) Output: The triangle pattern printed over N lines Exampl... read more
View answer (12)

HCLTech

There's no stopping you

We offer diverse programs to shape your career and future

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

(1 Question)

  • Q1. About you or any other work experience

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. About your basic infi
Round 3 - Technical 

(1 Question)

  • Q1. Ask about mine degree

Assistant Engineer Interview Questions asked at other Companies

Q1. Why do we take only 1 set of cube sample at a casting of concrete of 5 or less than 5 Meter cube.
View answer (9)

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are your achievements?
  • Q2. How your friends feel about you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through fundamentals of your favourite subjects.

Process Engineer Interview Questions asked at other Companies

Q1. What is APQP and where is it used. And how many phases does it have? and fmea which phase are performed?
View answer (2)

Jupiter International Limited interview questions for popular designations

 Assistant Engineer

 (1)

 Project Engineer

 (1)

 Process Engineer

 (1)

 Assistant Manager Maintenance

 (1)

 Assistant Engineer Production

 (1)

 Engineer Trainee

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. What is your name? What you have done? What your father do?
  • Q2. How many siblings you have?
  • Q3. Where you have worked before?
  • Q4. Why you left last job?
  • Q5. What do you know about us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply for this company

Assistant Engineer Production Interview Questions asked at other Companies

Q1. Main power handling , performance Why - Why analysis
View answer (1)
Round 1 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join this company at any cost, spoiling the future of candidates. zero-grade company. upper management has no skills as they don't have any experience in the management of people as they are simply promoted (ITI peoples). No timely Salary. Join at your own risk. they will torture you till you left the company.

Assistant Manager Maintenance Interview Questions asked at other Companies

Q1. 1. Cost saving initiative in utilities like boiler, air compressor, Cooling Tower etc 2. Types of flow, Reynolds number 3. Selection of heat exchanger as per process, diffrence between shell and tube and Plate type
View answer (1)

Jobs at Jupiter International Limited

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs
Contribute & help others!
anonymous
You can choose to be anonymous

Jupiter International Limited Interview FAQs

How many rounds are there in Jupiter International Limited interview?
Jupiter International Limited interview process usually has 1-2 rounds. The most common rounds in the Jupiter International Limited interview process are Technical, HR and Resume Shortlist.
How to prepare for Jupiter International Limited 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 Jupiter International Limited. The most common topics and skills that interviewers at Jupiter International Limited expect are AutoCAD, PLC, Servo Drives, Accounts Payable and Accounts Receivable.
What are the top questions asked in Jupiter International Limited interview?

Some of the top questions asked at the Jupiter International Limited interview -

  1. Different types of questions regarding solar pla...read more
  2. Regarding solar pl...read more
  3. About your basic i...read more

Recently Viewed

SALARIES

Manappuram Finance

SALARIES

Manappuram Finance

REVIEWS

Sterlite Power

No Reviews

JOBS

Husk Power Systems

No Jobs

JOBS

Neerinfo Solutions

No Jobs

SALARIES

Manappuram Finance

SALARIES

Manappuram Finance

SALARIES

Manappuram Finance

SALARIES

Manappuram Finance

SALARIES

Manappuram Finance

Tell us how to improve this page.

Jupiter International Limited Interview Process

based on 6 interviews

Interview experience

3.3
  
Average
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Bharti Airtel Interview Questions
4.0
 • 843 Interviews
Maruti Suzuki Interview Questions
4.2
 • 586 Interviews
ITC Interview Questions
3.9
 • 546 Interviews
View all

Jupiter International Limited Reviews and Ratings

based on 63 reviews

4.1/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.7

Salary

3.6

Job security

3.7

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 63 Reviews and Ratings
IT & Digital Transformation LEAD

Kolkata

9-14 Yrs

₹ 25-40 LPA

Electrical Site Engineer

Kolkata

2-6 Yrs

Not Disclosed

Jupiter - Head - Sales (15-20 yrs)

15-20 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Maintenance Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jupiter International Limited with

Sun Pharmaceutical Industries

4.0
Compare

TCS

3.7
Compare

Reliance Industries

4.0
Compare

Hindustan Unilever

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