Upload Button Icon Add office photos

Sartorius Stedim India

Compare button icon Compare button icon Compare

Filter interviews by

Sartorius Stedim India Software Developer Interview Questions and Answers

Updated 10 Jun 2021

Sartorius Stedim India Software Developer Interview Experiences

1 interview found

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

Interview Questionnaire 

1 Question

  • Q1. C++ basics, OOPS, logical questions, subjective questions for runtime polymorphism (virtual keyword)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is react js
  • Ans. 

    React JS is a JavaScript library for building user interfaces.

    • React JS is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • React can be used for building single-page applications.

  • Answered by AI
  • Q2. Uses of type scripting
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features for easier development and maintenance.

    • TypeScript helps catch errors at compile time rather than runtime

    • Provides better code organization and readability with interfaces and classes

    • Supports modern JavaScript features like async/await and decorators

    • Can be transpiled to JavaScript for browser compatibility

    • Used in popular frameworks like Ang

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on OOPs concepts
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process used by software developers to design, develop, test, and deploy software applications.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the project.

    • Examples of SDLC models include Waterfall, Agile, Scrum, and DevOps.

    • SDLC...

  • Answered by AI
Round 2 - Coding Test 

Two coding questions. One using quick sort. The other one was for prime numbers

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is react js
  • Ans. 

    React JS is a JavaScript library for building user interfaces.

    • React JS is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • React can be used for building single-page applications.

  • Answered by AI
  • Q2. Uses of type scripting
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features for easier development and maintenance.

    • TypeScript helps catch errors at compile time rather than runtime

    • Provides better code organization and readability with interfaces and classes

    • Supports modern JavaScript features like async/await and decorators

    • Can be transpiled to JavaScript for browser compatibility

    • Used in popular frameworks like Ang

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. How to reverse two numbers without using temp variable
  • Ans. 

    To reverse two numbers without using a temp variable, use bitwise XOR operation.

    • Use bitwise XOR operation to swap two numbers without using a temp variable.

    • Example: a = 5, b = 7. a = a XOR b, b = a XOR b, a = a XOR b. After this, a = 7, b = 5.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join Thermo Fisher
  • Ans. 

    I want to join Thermo Fisher because of their reputation for innovation and impact in the scientific community.

    • Thermo Fisher is a leader in the scientific research and healthcare industry

    • I am impressed by their commitment to innovation and cutting-edge technology

    • I believe working at Thermo Fisher will provide me with opportunities for professional growth and development

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Self Introduction, explain about your projects
  • Ans. 

    I am a software engineer with experience in developing web applications using Java, Spring Boot, and Angular.

    • Developed a web application for a retail company using Java and Spring Boot

    • Implemented RESTful APIs for communication between frontend and backend

    • Designed and developed user interfaces using Angular framework

  • Answered by AI
  • Q2. Rotate an array n times with a O(1) time complexity
  • Ans. 

    Use modular arithmetic to efficiently rotate array n times.

    • Use modular arithmetic to calculate the effective number of rotations (n % array length)

    • Reverse the entire array

    • Reverse the first n elements

    • Reverse the remaining elements

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. What do you know about the company
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of software engineers and developers

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of Java, Oops and collections
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on OOPs concepts
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process used by software developers to design, develop, test, and deploy software applications.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the project.

    • Examples of SDLC models include Waterfall, Agile, Scrum, and DevOps.

    • SDLC...

  • Answered by AI
Round 2 - Coding Test 

Two coding questions. One using quick sort. The other one was for prime numbers

Skills evaluated in this interview

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Questions were asked from data structure topic

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data abstraction, encapsulation, inheritance, and polymorphism.

    • Abstraction: Hiding complex implementation details and showing only necessary features.

    • Encapsulation: Binding data and methods that operate on the data into a single unit.

    • Inheritance: Creating new classes from existing classes to reuse code and extend functionality.

    • Polymorphism: Objects of different classes...

  • Answered by AI
  • Q2. Guess the output of the code
  • Ans. 

    The code will output 'Hello World!'

    • The code is a simple print statement that outputs 'Hello World!'

    • There are no variables or conditions affecting the output

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview for an entry level position is easy if your basic concepts are clear

I applied via Naukri.com and was interviewed before Oct 2021. There were 5 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 - Technical 

(1 Question)

  • Q1. All basic java questions
Round 3 - Technical 

(1 Question)

  • Q1. Coding question was asked. It was easy.
Round 4 - One-on-one 

(1 Question)

  • Q1. One on one with Manager. It was easy and manager was really nice.
Round 5 - HR 

(1 Question)

  • Q1. HR was direct and asking generic questions related to previous experience and behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - A nice company to work with which is growing enormously with Covid situation.

Sartorius Stedim India Interview FAQs

How to prepare for Sartorius Stedim India Software Developer 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 Sartorius Stedim India. The most common topics and skills that interviewers at Sartorius Stedim India expect are Agile, Automation, C#, C++ and Career Development.

Tell us how to improve this page.

Interview Questions from Similar Companies

Biocon Limited Interview Questions
3.9
 • 151 Interviews
GE Healthcare Interview Questions
4.1
 • 72 Interviews
Jubilant Biosys Interview Questions
3.8
 • 35 Interviews
Avantor Interview Questions
3.6
 • 28 Interviews
View all
Softwaretest Engineer
13 salaries
unlock blur

₹3.6 L/yr - ₹10.8 L/yr

Automation Engineer
12 salaries
unlock blur

₹3.8 L/yr - ₹7.2 L/yr

Process Engineer
10 salaries
unlock blur

₹5 L/yr - ₹7.8 L/yr

Scientist
10 salaries
unlock blur

₹4.4 L/yr - ₹6.5 L/yr

Service Engineer
8 salaries
unlock blur

₹4.3 L/yr - ₹10 L/yr

Explore more salaries
Compare Sartorius Stedim India with

Thermo Fisher Scientific

3.9
Compare

Merck

4.3
Compare

Waters Corporation

4.0
Compare

Agilent Technologies

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