Upload Button Icon Add office photos

Filter interviews by

Eastern Medikit Senior Engineer Interview Questions and Answers

Updated 27 Aug 2024

Eastern Medikit Senior Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the different zones of Screw used inside injection moulding machine ?
  • Ans. 

    Different zones of Screw used inside injection moulding machine include feed zone, compression zone, metering zone, and transition zone.

    • Feed zone: where the plastic pellets are fed into the screw

    • Compression zone: where the pellets are compressed and melted

    • Metering zone: where the molten plastic is metered and pushed towards the nozzle

    • Transition zone: where the molten plastic is homogenized and prepared for injection

  • Answered by AI
  • Q2. What is the melting point temperature of ABS & PC.
  • Ans. 

    ABS has a melting point of around 105°C to 125°C, while PC has a melting point of around 220°C to 260°C.

    • ABS melting point: 105°C to 125°C

    • PC melting point: 220°C to 260°C

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How much salary u expected.
  • Ans. 

    I am expecting a competitive salary based on my experience, skills, and the responsibilities of the role.

    • I am looking for a salary that is in line with industry standards for Senior Engineers.

    • I am open to negotiation based on the overall compensation package offered, including benefits and bonuses.

    • I have researched the average salary range for Senior Engineers in this location and industry.

    • I am confident in my abilitie...

  • Answered by AI
  • Q2. Are u come in shift ?
  • Ans. 

    Yes, I am willing to work in shifts as required for the role of Senior Engineer.

    • I am flexible with my working hours and can adjust to different shifts.

    • I understand the importance of round-the-clock support in engineering roles.

    • I have previous experience working in shifts at my current/previous job.

    • I am committed to meeting project deadlines and ensuring smooth operations, regardless of the shift.

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Multi threading print odd even with 2 threads but output should be in sync
  • Q2. Largest common prefix in string array
Round 2 - Technical 

(2 Questions)

  • Q1. Saga pattern in microservice
  • Q2. API validation and security
Round 3 - Technical 

(2 Questions)

  • Q1. Micro service inter communication
  • Q2. Hash map hash set implementation
Round 4 - One-on-one 

(3 Questions)

  • Q1. Validation frame work .
  • Q2. Design pattern , .
  • Q3. Singleton pattern and how to break
Round 5 - HR 

(2 Questions)

  • Q1. Negotiation on package .
  • Q2. Why to join here
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project related
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question on kafka

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with examples
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and concise code.

    • Streams provide a way to process collections of data in a parallel and functional manner.

    • Default methods allow for adding new functionality to interfaces without breaking existing implementations.

    • Method references provide a way to refer to methods without...

  • Answered by AI
  • Q2. How to write Customised immutable java class
  • Ans. 

    Customised immutable java class can be written by declaring all fields as final and not providing any setters.

    • Declare all fields as final

    • Do not provide any setters

    • Provide a constructor to initialize all fields

    • Override equals() and hashCode() methods

    • Make the class final

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Ssis, sql server, power bi
  • Q2. Dml, ddl, dcl

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for technical question. Specifically fot technology
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic network and os related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Snake and ladder lld
  • Q2. Spring question on annotations
Round 2 - One-on-one 

(2 Questions)

  • Q1. Find k closest elements
  • Ans. 

    Find k closest elements in an array

    • Sort the array based on the absolute difference between each element and the target element

    • Return the first k elements from the sorted array

  • Answered by AI
  • Q2. K Closest elements

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA spring and LLD

Skills evaluated in this interview

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

I applied via campus placement at Nitte Meenakshi Institute of Technology, Bangalore and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Strings and dynamic programming questions were there. total 3 questions

Round 3 - Group Discussion 

Cloud computing and its scalability

Round 4 - Technical 

(1 Question)

  • Q1. OOPs basics Projects 2 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. focus on your speaking skills.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good but prepared on technical basis

Round 2 - Technical 

(2 Questions)

  • Q1. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: In a table of students, student ID can be a primary key

  • Answered by AI
  • Q2. What is foreign key
  • Ans. 

    Foreign key is a column or a set of columns in a table that uniquely identifies a row in another table.

    • A foreign key establishes a relationship between two tables in a database.

    • It ensures referential integrity by enforcing a link between the data in the two tables.

    • Foreign key constraints prevent actions that would destroy links between tables, such as deleting a row that is referenced by another table.

    • Example: In a dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basis programming skills

Eastern Medikit Interview FAQs

How many rounds are there in Eastern Medikit Senior Engineer interview?
Eastern Medikit interview process usually has 2 rounds. The most common rounds in the Eastern Medikit interview process are Technical and HR.
What are the top questions asked in Eastern Medikit Senior Engineer interview?

Some of the top questions asked at the Eastern Medikit Senior Engineer interview -

  1. What is the different zones of Screw used inside injection moulding machin...read more
  2. What is the melting point temperature of ABS & ...read more

Tell us how to improve this page.

Eastern Medikit Senior Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 568 Interviews
HSBC Group Interview Questions
4.0
 • 491 Interviews
American Express Interview Questions
4.2
 • 364 Interviews
BNY Interview Questions
3.9
 • 341 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 309 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
View all

Eastern Medikit Senior Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Compare Eastern Medikit with

HSBC Group

4.0
Compare

Cholamandalam Investment & Finance

4.0
Compare

Citicorp

3.7
Compare

SBI Cards & Payment Services

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