Upload Button Icon Add office photos
Premium Employer

i

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

Filter interviews by

Medline Industries India Private Limited Senior Engineer Interview Questions and Answers

Updated 2 Apr 2024

Medline Industries India Private Limited Senior Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Be through with coding skills on technologies mentioned as per CV.

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions on previous projects regarding role and responsibilities.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Medline Industries India Private Limited?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Last organization worked with
  • Q2. Why do you want to left thw company
Round 2 - Technical 

(2 Questions)

  • Q1. Why u want to join in ps Department
  • Ans. 

    I am passionate about public service and believe in the mission of the PS Department.

    • Passionate about public service

    • Believe in the mission of the PS Department

    • Excited about the opportunity to make a positive impact

  • Answered by AI
  • Q2. What is gd &t

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics to be clear

Senior Engineer Interview Questions Asked at Other Companies

Q1. What does the 'M' signify in M20, M25, and M30 grades of concrete ... read more
asked in Nagarro
Q2. Write a program that takes an integer N and an array of integers ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When would you perform a half or full engine overhaul?
Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself.
  • Q2. What is your current role and responsibilities?
  • Ans. 

    I am currently working as a Senior Engineer at XYZ Company, where I am responsible for leading a team of engineers, designing and implementing new systems, and ensuring the quality and efficiency of our projects.

    • Leading a team of engineers

    • Designing and implementing new systems

    • Ensuring quality and efficiency of projects

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. If our rival company will offer you, then will you join to him?
Round 3 - HR 

(2 Questions)

  • Q1. Are you agree to sign a bond for 3 years.
  • Q2. We can't offer more than 15% on current salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for beginners. Micro management there. Mobiles not allowed.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Product explanation
  • Ans. 

    Product explanation involves providing a detailed overview of the features, benefits, and functionality of a specific product.

    • Highlight key features and benefits of the product

    • Explain how the product solves a problem or meets a need

    • Provide examples of how the product is used in real-world scenarios

  • Answered by AI
  • Q2. Python Devops question
Round 2 - Technical 

(2 Questions)

  • Q1. Product framework used
  • Q2. Python devops lifecycle
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Pradeep and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Only pradeep and sarath told 

(2 Questions)

  • Q1. Why you are accepting refrence people got a job this organisation....they are no skilled....nikhila is a skilled employee but she's replaced person Surya is very low power skill...bcz of sarath Chandra rou...
  • Q2. Prakash Kumar sahoo is very skilled person but why pradeep reference her old colleague Karthik and jeeva ,,,,then etc people from Wipro company....bcz pradeep thinking is (already I left from this golden e...

Interview Preparation Tips

Topics to prepare for SMC Corporation Senior Engineer interview:
  • Reference from Sarath and pradee
Interview preparation tips for other job seekers - Please if you come to work together with SMC corporation India private limited .. please asking to sarath Chandra rout and pradeep

I appeared for an interview before Feb 2021.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Job profike regarding
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a passionate engineer with a strong background in software development and a keen interest in innovative technology solutions.

    • Education: Bachelor's degree in Computer Engineering from XYZ University.

    • Experience: 3 years as a software developer at ABC Corp, where I led a team to develop a mobile application that increased user engagement by 30%.

    • Skills: Proficient in programming languages such as Python, Java, and C+...

  • Answered by AI
  • Q2. What is your family background?
  • Q3. What are your salary expectations?
  • Q4. Share details of your previous job.
  • Q5. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Fully prepared for the position applied

Medline Industries India Private Limited HR Interview Questions

14 questions and answers

Q. Walk me through your resume.
Q. What makes you stand out?
Q. What is your notice period?

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Reverse a integer
  • Ans. 

    Reverse an integer

    • Convert integer to string and reverse the string

    • Use modulo operator to extract digits and reverse them

    • Use recursion to reverse the integer

  • Answered by AI
  • Q2. Without loop print 1 to 10
  • Ans. 

    Print 1 to 10 without using loops.

    • Use recursion to print numbers.

    • Use a switch statement to print numbers.

    • Use an array and map function to print numbers.

  • Answered by AI
  • Q3. Reverse a string using recursion
  • Ans. 

    Reverse a string using recursion

    • Create a function that takes a string as input

    • If the string is empty, return an empty string

    • Otherwise, call the function recursively with the substring starting from the second character

    • Concatenate the first character with the result of the recursive call

  • Answered by AI
  • Q4. Thread vs process
  • Ans. 

    Thread is a lightweight unit of a process. Process is an instance of a program that runs independently.

    • Threads share the same memory space as the parent process while processes have their own memory space.

    • Threads are faster to create and switch between than processes.

    • Processes are more secure and stable than threads.

    • Example: A web server can have multiple threads to handle multiple requests simultaneously.

    • Example: A wo...

  • Answered by AI
  • Q5. SPI vs I2C
  • Ans. 

    SPI and I2C are communication protocols used to transfer data between devices.

    • SPI is faster than I2C.

    • SPI uses separate lines for data and clock signals while I2C uses a shared line.

    • I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.

    • SPI is commonly used for high-speed communication between microcontrollers and peripherals while I2C is used for low-speed communica...

  • Answered by AI
  • Q6. Start condition for SPI
  • Ans. 

    The start condition for SPI is a low-to-high transition on the SCK line while SS is high.

    • SPI communication begins when the master device sends a start condition to the slave device.

    • The start condition is a low-to-high transition on the SCK line while SS is high.

    • The SS line is used to select the slave device for communication.

    • The SPI protocol supports multiple slaves, but only one slave can be selected at a time.

    • After t...

  • Answered by AI
  • Q7. C++ program for EMP ID, name, salary
  • Ans. 

    C++ program to store EMP ID, name, and salary using array of strings.

    • Declare an array of strings to store EMP ID, name, and salary

    • Use cin to take input from user and store in the array

    • Use cout to display the stored data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is technical lasted about 1 hr 30 mins,

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is cooling tower efficiency
  • Ans. 

    Cooling tower efficiency is a measure of how well a cooling tower is able to remove heat from a system.

    • Cooling tower efficiency is typically calculated as the ratio of actual heat transfer to the maximum possible heat transfer.

    • Factors that affect cooling tower efficiency include air and water flow rates, temperature differentials, and fouling of heat transfer surfaces.

    • Higher efficiency means the cooling tower is able t...

  • Answered by AI
  • Q2. Air compressor running hrs
Round 1 - Technical 

(1 Question)

  • Q1. Spc, msa, fmea, and other

Interview Preparation Tips

Interview preparation tips for other job seekers - Agr torcher jhel skte ho to jarur join kro. Life hell kse hoti h smj ajayga. Khoda pahad chuhia niklegi

I applied via Naukri.com and was interviewed in Apr 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 - One-on-one 

(1 Question)

  • Q1. They asked about what was ur current organization and about your work . How much you have confidence about technical knowledge/ skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Company was good for learning , specially for CIPET student. But increment etc was not good

Medline Industries India Private Limited Interview FAQs

How many rounds are there in Medline Industries India Private Limited Senior Engineer interview?
Medline Industries India Private Limited interview process usually has 2 rounds. The most common rounds in the Medline Industries India Private Limited interview process are Coding Test and Technical.
How to prepare for Medline Industries India Private Limited Senior Engineer 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 Medline Industries India Private Limited. The most common topics and skills that interviewers at Medline Industries India Private Limited expect are Continuous Integration, Analytical Chemistry, Automation Testing, Computer Science and Data Analytics.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Medline Industries India Private Limited Senior Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Financial Analyst
55 salaries
unlock blur

₹3.5 L/yr - ₹7.9 L/yr

Analyst
52 salaries
unlock blur

₹3.5 L/yr - ₹28.4 L/yr

Team Lead
51 salaries
unlock blur

₹10.6 L/yr - ₹24.8 L/yr

Specialist
47 salaries
unlock blur

₹19.4 L/yr - ₹35.3 L/yr

Operations Analyst
43 salaries
unlock blur

₹4 L/yr - ₹7.8 L/yr

Explore more salaries
Compare Medline Industries India Private Limited with

Gland Pharma

3.9
Compare

Poly Medicure

3.5
Compare

Medtronic

3.9
Compare

Becton Dickinson

4.0
Compare
write
Share an Interview