Upload Button Icon Add office photos

Filter interviews by

Shreeji Machine Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jan 2021. 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 - Group Discussion 

We were given a topic ( renewable v/s non renewable energy) , two minutes were given for thinking. .. everyone started racing .. i wanted to settle down and speak after one or two people are done.. and tried not to rush ... But everyone started talking simultaneously.. everytime I tried to speak someone else started ..

So one or two times i interrupted and said.." our voices are overlapping , lets just speak one at a time"..it worked for some time but ultimately that race continued so i also spoke a Little bit in the favour of renewable ( overlapping initially ,, but later on he/she stopped) .. that's it

1. Dont be rude 

2. Mind that its a GD and not a debate

3. Be respectful and humble

4. Give others a chance to speak if you think someone is not able to .. ( by calling out their names..if you remember..

Interview Preparation Tips

Topics to prepare for Caterpillar Inc Intern interview:
  • Power System
  • Electrical Machines
Interview preparation tips for other job seekers - 1. Introduce yourself ( I told everything from btech projects and vocational training to extracurricular activities)

2. He asked me about the training at NTPC and asked me to explain whole working. Also asked the capacity of Badarpur plant.( I explained Everything from its coal and water source to complete working)

3.Which type of alternator is used for generation purpose? I said turbo generator ..because thermal power plants operate of high speed as equal as 3000 rpm .. so for High speed turbo alternators are used. 

4. Asked about ESP . What is ESP and what is its working principle?( I explained it.)

5.What are some protection equipments in power systems. I said isolator, earthing switch, lightening arrestor, relay, breaker. Then he said what does a breaker do ? I told . He asked how does it isolate the circuit.. i told that actually sensing part is done by relay ..and then it sends a tripping signal to the braker .. in case of mechanical breaker .. the plunger is moved to the mechanical effects of fault current. So it separates the rest of the circuit so that other equipments down the lane doesn't get affected.

6. What is farraday's law? Where it is used? (Told)

7. How does single line diagram flow in the power systems? (Told)

8. What are your future plans? ( I mentioned in between that want to work specifically in core company and i dont intend to deviate from it .. he asked if i meant i wont work in software company? I said i am ok with coding if its a part of my core job ..( he said yes automation is all about that ) but don't want to enter software sector specifically )

9.Have you implemented automation in anything.. (I explained about one of my projects on density based traffic control system)

10.What excites you about our company?

( I did some research about the company earlier so told it ) the HR said instantly that you have done proper research. I said yes. 

11. Lastly sir asked me about drop in my percentage in btech and mtech .. i couldn't think of any reason .. so i said. I was parallely prepared for cil interview as i was selected there. .. so that distracted me a little bit .. and then he said that means you are preparing for government jobs as well.. i said yes then. Said no .. not for government job.. but for a job in core sector ..be it government or private.. and i also told that i gave cil exam much before i decided to do mtech but the results got delayed due to pandemic. And then they wished me luck and said they will get back to me .

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Discusion on Fatigue and strength of Materials concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Would recommend that you are good with at least 2 subjects in the mechanical engineering domain.

I applied via Naukri.com and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. First round was mostly basics of angular and JavaScript
Round 2 - Technical 

(1 Question)

  • Q1. This round was more focused of in depth of JavaScript and angular
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round for 1.5 hrs with non stop situational based questions
Round 4 - HR 

(1 Question)

  • Q1. Normal HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with JavaScript and Angular .
Basic as well as core part of it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were 4 sections and first one was quant, second one was logical, third was English and finally 3 coding questions in last section

Round 2 - Coding Test 

4 codes and 5 technical questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Explain multi threading
  • Ans. 

    Multi threading is the ability of a CPU to execute multiple threads concurrently.

    • Allows for parallel execution of tasks, improving performance

    • Each thread has its own stack and runs independently

    • Threads can communicate and synchronize using shared memory

    • Examples: running multiple tasks simultaneously in a web server, processing data in parallel

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q3. Diff b/w inner and outer joins
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join: returns rows with matching values in both tables

    • Outer join: returns all rows from both tables, with NULL values where there is no match

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • Example: Outer join - SELECT * FROM table1 LEFT OUTER JOIN table

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hitachi Intern interview:
  • Java
  • Web Technologies
  • Threads
  • OOPS
Interview preparation tips for other job seekers - Easy interview and all questions will be asked from your resume. Difficulty would be mainly depend on interviewer. Apart from technical few behavioral questions were asked.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the steps involved in creating a database table?
  • Ans. 

    Steps involved in creating a database table

    • Define the table name and columns with data types

    • Set primary key and any constraints

    • Specify relationships with other tables if needed

    • Create the table using SQL query

    • Test the table by inserting and querying data

  • Answered by AI
  • Q2. What are the steps to the creation of APIs?
  • Ans. 

    Steps to create APIs involve planning, designing, implementing, testing, and documenting.

    • Plan the API functionality and endpoints

    • Design the API structure and data formats

    • Implement the API using programming languages and frameworks

    • Test the API for functionality, performance, and security

    • Document the API for developers to understand its usage

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job description was totally different from interview questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude test, quant, grammer, logical

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Online sales vs offline sales

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What have you done is your internship?
  • Ans. 

    During my internship, I worked on developing sales strategies, conducting market research, and assisting with client presentations.

    • Developed sales strategies to target new clients

    • Conducted market research to identify potential leads

    • Assisted in creating and delivering client presentations

    • Collaborated with the sales team to analyze sales data and trends

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. What makes you X factor from other?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview based on technical skills Like SAP, Quality, ServiceNow ticketing tool.

Pannel asked alot questions on SAP T codes, How to major quality, How to take actions on tickets.

Majorly pannel looking on candidate is willing to learn new things like CI.

Pannel asked what are the new things you do to improve yourself.

Showcase is Continuous improvement.
Stay clam and make eye contact with interviewer.

Do not give up on their questions, whatever you knows politely answer, if you don't know answers simply tell them I am not unaware and tell them I will work on these things.

Thank you.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Sep 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. About power plant
  • Q2. Sop Smp spare management
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Salary expectations, notice period.
Round 2 - Technical 

(1 Question)

  • Q1. Calibration, process , Dcs, logic

Tell us how to improve this page.

Interview Questions from Similar Companies

Thermax Limited Interview Questions
4.1
 • 252 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
Caterpillar Inc Interview Questions
4.2
 • 177 Interviews
KONE Interview Questions
4.1
 • 101 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
Atlas Copco Interview Questions
4.2
 • 78 Interviews
Schindler Interview Questions
3.9
 • 76 Interviews
View all

Shreeji Machine Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

3.3

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 2 Reviews and Ratings
Maintenance Engineer
3 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Assembly Engineer
3 salaries
unlock blur

₹0.2 L/yr - ₹0.2 L/yr

Explore more salaries
Compare Shreeji Machine with

Thermax Limited

4.1
Compare

Cummins

4.3
Compare

ABB

4.1
Compare

Tractors and Farm Equipment

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