Upload Button Icon Add office photos

Filter interviews by

Indiana Group Interview Questions and Answers

Updated 15 Mar 2024

Indiana Group Interview Experiences

Popular Designations

2 interviews found

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

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

Round 1 - HR 

(1 Question)

  • Q1. 1) About Yourself. 2) JD 3) What is the reason behind Job change 4) What is your role at current job
Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with GM Projects 1) Clear Job Study 2) Why you want to join us 3) Technical questions Regarding conveyors, Gratings, Cable trays 4) Project Management questions 5) Software/Project tools 6) Job ...
Round 3 - One-on-one 

(1 Question)

  • Q1. Final round with CEO. 1) Introduction 2) Past experience 3) Job Role in Indiana 4) About Project Management

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) Practice your interviewing skills
2) Have a job-hunting strategy
3 Identify your career goals
4) Be specific about your career , responsibilities and qualifications.

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)

HR Generalist Interview Questions & Answers

user image Anonymous

posted on 15 Aug 2023

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

I applied via Referral and was interviewed before Aug 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 tips
Round 2 - HR 

(4 Questions)

  • Q1. Basic details of candidate.
  • Q2. Your intership experience
  • Ans. Describe your learning based on the JD that you get from organization you applied.
  • Answered Anonymously
  • Q3. HR terms, basic terms.
  • Ans. Describe it based on your knowledge that you got from internship.
  • Answered Anonymously
  • Q4. Project completed duringPG
  • Ans. 

    During my PG, I completed a project on employee engagement strategies in a multinational corporation.

    • Researched various employee engagement strategies used in multinational corporations

    • Analyzed the impact of different strategies on employee satisfaction and retention

    • Implemented a survey to gather feedback from employees on their preferences

    • Presented findings and recommendations to the company's HR department

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Job Description and prepare based on that.

HR Generalist Interview Questions asked at other Companies

Q1. How would you prepare a CTC structure? What are the components?
View answer (1)

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 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 tips
Round 2 - Coding Test 

C, DS understanding and

Round 3 - Coding Test 

C and C++ and domain knowledge

Round 4 - Aptitude Test 

General aptitude test

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

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 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 - Coding Test 

Online coding test and aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Dsa and memory management basics
Round 4 - Technical 

(1 Question)

  • Q1. Puzzles and Dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Dsa , OOPS AND sql
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 tips
Round 2 - Aptitude Test 

General Aptitude - Time Series, Probability & statistics

Round 3 - Technical 

(1 Question)

  • Q1. General Interview questions on Operator Overriding , Method Overloading

Interview Preparation Tips

Interview preparation tips for other job seekers - Perform well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions were mainly focused on cloud and testing field
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write code on Merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain on PCA , SVM and image processing concepts
  • Ans. 

    PCA is a dimensionality reduction technique, SVM is a machine learning algorithm, and image processing involves manipulating images.

    • PCA (Principal Component Analysis) is used to reduce the dimensionality of data by finding the most important features.

    • SVM (Support Vector Machine) is a supervised machine learning algorithm used for classification and regression tasks.

    • Image processing involves techniques like filtering, s...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your project challenges

Skills evaluated in this interview

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

Coding related to Arrays and String

Round 2 - Technical 

(1 Question)

  • Q1. Explain your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, answer confidently
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

30 question of c code snippet 5 question of aptitude and 2 coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Storage class in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are 4 storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in memory and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by other files.

  • Answered by AI
  • Q2. Mutex and semaphore

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Me sneha pathetic girl
  • Q2. Expected salary which she asks for time pass
  • Q3. Current salary in current company
  • Q4. Location worked in
  • Q5. Type of customers handled
  • Ans. 

    I have experience handling a diverse range of customers including individuals, small businesses, and large corporations.

    • Individual customers

    • Small business owners

    • Corporate clients

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Reason of change in job
  • Q2. Very egoistic person Mr peswani

Interview Preparation Tips

Interview preparation tips for other job seekers - They seem to be German company by behaviour is like Lala company. Because there are people working since 10 yrs have placed there base like Mr Gupta, Sandeep Sawant, Peswani and no other management is unaware about there nuisance , they ask for expected salary and while negotiating will rase only 5 k increase in inhand salary. Just for the sake of name it’s German test work culture is like Lala, very egotistic, inhuman attitude and not at justice driven nor pratical nor realistic

Indiana Group Interview FAQs

How many rounds are there in Indiana Group interview?
Indiana Group interview process usually has 2-3 rounds. The most common rounds in the Indiana Group interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Indiana Group 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 Indiana Group. The most common topics and skills that interviewers at Indiana Group expect are Material Handling, Management Systems, Fabrication, Sales and Monitoring.
What are the top questions asked in Indiana Group interview?

Some of the top questions asked at the Indiana Group interview -

  1. Project completed durin...read more
  2. Basic details of candida...read more
  3. HR terms, basic ter...read more

Tell us how to improve this page.

Indiana Group Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Indiana Group Reviews and Ratings

based on 47 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.8

Salary

4.2

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 47 Reviews and Ratings
Production Engineer
8 salaries
unlock blur

₹2.4 L/yr - ₹5.2 L/yr

Estimation Engineer
5 salaries
unlock blur

₹3.7 L/yr - ₹6.8 L/yr

Quality Engineer
5 salaries
unlock blur

₹4.5 L/yr - ₹5.5 L/yr

Resident Construction Manager
5 salaries
unlock blur

₹9.8 L/yr - ₹18 L/yr

Accountant
4 salaries
unlock blur

₹1.7 L/yr - ₹3 L/yr

Explore more salaries
Compare Indiana Group with

Gilbarco Veeder Root

3.8
Compare

Kirloskar Toyota Textile Machinery

4.5
Compare

L&T–MHI Power Boilers

4.0
Compare

Hyundai Construction Equipment

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