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

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. Project related
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question on kafka
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design a system like youtube
  • Ans. 

    Design a system similar to YouTube for video sharing and streaming

    • Implement user authentication and authorization for uploading and viewing videos

    • Create a database to store video metadata, user information, and comments

    • Develop a recommendation algorithm based on user preferences and viewing history

    • Utilize a content delivery network (CDN) for efficient video streaming

    • Include features like video monetization, live stream

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Java logical question
  • Q2. Webdriver architecture
  • Q3. Framework, file and folder structure
  • Q4. Your approach to tackle dynamic objects
  • Ans. 

    I approach dynamic objects by analyzing their behavior and adapting my approach accordingly.

    • I start by understanding the nature of the dynamic object and its expected behavior

    • I then analyze its movement patterns and any potential obstacles or hazards

    • Based on this analysis, I adapt my approach to ensure safe and efficient interaction with the dynamic object

    • For example, when working with a moving conveyor belt, I would e...

  • Answered by AI
  • Q5. Implicit and explicit wait in selenium
  • Ans. 

    Implicit and explicit wait are two types of wait in Selenium used to synchronize the test execution with the application.

    • Implicit wait is used to set a default waiting time for the web elements to load before throwing an exception.

    • Explicit wait is used to wait for a specific condition to occur before proceeding with the test execution.

    • Implicit wait is set globally for the entire test script while explicit wait is set f...

  • Answered by AI
  • Q6. Java oops concepts
  • Q7. Sql queries related to joins
  • Q8. Basic Unix commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to connect yours answers with some example of your project.

Skills evaluated in this interview

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

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

Online coding round was conducted .

Round 2 - Technical 

(1 Question)

  • Q1. Java question, selenium questions, testing
Round 3 - HR 

(1 Question)

  • Q1. Why, how when how much

Interview Questionnaire 

2 Questions

  • Q1. Data Structures and Algorithms
  • Q2. System Design
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement 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 

Knapsack Algorithm problem

Round 3 - One-on-one 

(1 Question)

  • Q1. OOPs concept & Design
Round 4 - HR 

(1 Question)

  • Q1. Can't recall at this time
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to design scalable system
  • Ans. 

    Designing a scalable system involves considering factors like load balancing, horizontal scaling, and fault tolerance.

    • Utilize load balancing to distribute traffic evenly across servers.

    • Implement horizontal scaling by adding more servers to handle increased load.

    • Ensure fault tolerance by designing for redundancy and failover mechanisms.

    • Use caching and database sharding to improve performance and scalability.

    • Consider mic...

  • Answered by AI
  • Q2. How to debug and optimize code
  • Ans. 

    Debugging and optimizing code involves identifying and fixing errors and improving performance.

    • Use debugging tools like breakpoints, print statements, and logging to identify issues

    • Analyze code for inefficiencies and refactor where necessary

    • Optimize algorithms and data structures for better performance

    • Profile code to identify bottlenecks and optimize critical sections

    • Test changes to ensure they improve performance with

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

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
 • 571 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
BNY Interview Questions
3.9
 • 346 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.7
 • 292 Interviews
Morningstar Interview Questions
3.9
 • 242 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

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare

Citicorp

3.7
Compare

BNY

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