Upload Button Icon Add office photos

Alcon

Compare button icon Compare button icon Compare

Filter interviews by

Alcon Lead Engineer Interview Questions and Answers

Updated 4 Jul 2024

Alcon Lead Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Process improvement related to medical devices
  • Q2. Quality and priority management related in medical devices
Round 2 - Technical 

(2 Questions)

  • Q1. Quality engineering
  • Q2. Dhf remediation related

Interview questions from similar companies

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

I appeared for an interview before Mar 2022.

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 - Aptitude Test 

.Net basics and Logical Aptitude

Round 3 - One-on-one 

(4 Questions)

  • Q1. SW Engineering Fundamentals, .Net Basics, Design Principles, Patterns, WebAPIs, Javascript
  • Q2. What are solid principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: Clients sho...

  • Answered by AI
  • Q3. Is Javascript multi-threaded
  • Q4. What is webpacks in Javascript
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various file types such as JavaScript, CSS, and images.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • Plugins can be used to extend its functionality.

    • Commonly used with frameworks like React and Angular.

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

(4 Questions)

  • Q1. Logical Coding question, Design Principles, System Design
  • Q2. String based coding test
  • Q3. Design Patterns and their real-time usage
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Design patterns help in creating maintainable and scalable code.

    • Some commonly used design patterns are Singleton, Factory, Observer, and Decorator.

    • Singleton pattern ensures that only one instance of a class is created.

    • Factory pattern provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will ...

  • Answered by AI
  • Q4. IOC principle use cases
Round 5 - One-on-one 

(4 Questions)

  • Q1. WebApi, .Net Core, Entity Framework, Linq
  • Q2. Asked to develop a web api
  • Q3. Write a Linq expression to fetch the desire results
  • Ans. 

    Linq expression to fetch desired results

    • Use 'Where' to filter data based on conditions

    • Use 'Select' to project data into desired format

    • Use 'OrderBy' or 'OrderByDescending' to sort data

    • Use 'Skip' and 'Take' to implement pagination

  • Answered by AI
  • Q4. Configure the Entity Framewok to connect with database
  • Ans. 

    To configure Entity Framework to connect with a database, follow these steps:

    • Install Entity Framework package using NuGet

    • Create a DbContext class that inherits from DbContext

    • Add a connection string to the app.config or web.config file

    • Use the DbContext to query the database

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

(4 Questions)

  • Q1. Fitment round with all behavioral questions
  • Q2. Which is the difficult project and why did you say so
  • Ans. 

    The most difficult project I worked on was the development of a complex software system for a large financial institution.

    • The project involved integrating multiple legacy systems with modern technologies.

    • There were numerous technical challenges, such as ensuring data consistency and security across different platforms.

    • The project also had tight deadlines and high stakeholder expectations.

    • Managing a large team and coord...

  • Answered by AI
  • Q3. How to handle a toughest boss
  • Ans. 

    Handling a tough boss requires effective communication, adaptability, and maintaining professionalism.

    • Maintain open and honest communication with your boss

    • Adapt to their management style and preferences

    • Focus on delivering high-quality work and meeting deadlines

    • Seek feedback and actively work on improving

    • Maintain professionalism and avoid personal conflicts

    • Build a support network within the organization

    • Document and keep...

  • Answered by AI
  • Q4. How did you resolve conflicts within team
  • Ans. 

    I resolved conflicts within the team by promoting open communication, active listening, and finding common ground.

    • Encouraged team members to express their concerns and opinions

    • Actively listened to each team member's perspective

    • Facilitated open discussions to find common ground and reach a consensus

    • Implemented a conflict resolution process to address conflicts in a timely manner

    • Mediated conflicts between team members by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the SW fundamentals, Design Principles, and System Design

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. .Net thorough, JavaScript, Coding questions, Puzzles, Oops, Design patterns, Solid principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the technology stack, coding challenges

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It was average,they asked questions on arrays,linked list and some questions on oops,it was easy and one was average level

Round 2 - Technical 

(2 Questions)

  • Q1. What is oops?describe
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.

    • OOPs focuses on creating reusable code by organizing data and behavior into objects.

    • It provides concepts like encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows creating new classes based on existing ones, inher...

  • Answered by AI
  • Q2. What is dsa?describe
  • Ans. 

    DSA stands for Data Structures and Algorithms.

    • DSA is a field of computer science that deals with the study of data structures and algorithms.

    • It is used to solve complex problems and improve the efficiency of computer programs.

    • Examples of data structures include arrays, linked lists, trees, and graphs.

    • Examples of algorithms include sorting, searching, and graph traversal.

    • DSA is an important topic for software engineers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare really well,be honest and start preparing early,interviewers are usually chill,so speak with confidence,you can achieve what you deserve

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

A question expecting the prod code with out clear instructions

Round 2 - Technical 

(1 Question)

  • Q1. Buy and Sell Stock
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Be strong with fundamentals of DSA
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
  • Ans. 

    We primarily use the Agile framework for product development.

    • Agile framework is used for its flexibility and ability to adapt to changing requirements

    • Scrum is a popular Agile framework that we follow for sprint planning and execution

    • Kanban is another Agile framework we use for visualizing work and workflow management

  • Answered by AI
  • Q2. Python devops lifecycle

Interview Questionnaire 

2 Questions

  • Q1. Virtual keyword usage, casting, vtable and vptr concepts
  • Q2. Colored and sliced cube

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in basics and also know how compiler works. it helps a lot
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Depend upon role and designation assignment will be given

Round 3 - One-on-one 

(2 Questions)

  • Q1. Na na na na
  • Q2. Current role profile and bases
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Angular theory questions asked

Alcon Interview FAQs

How many rounds are there in Alcon Lead Engineer interview?
Alcon interview process usually has 2 rounds. The most common rounds in the Alcon interview process are Technical.
What are the top questions asked in Alcon Lead Engineer interview?

Some of the top questions asked at the Alcon Lead Engineer interview -

  1. Quality and priority management related in medical devi...read more
  2. Process improvement related to medical devi...read more
  3. Dhf remediation rela...read more

Tell us how to improve this page.

Alcon Lead Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Cipla Interview Questions
4.1
 • 483 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 239 Interviews
Biocon Limited Interview Questions
3.9
 • 152 Interviews
Novartis Interview Questions
4.1
 • 141 Interviews
Medtronic Interview Questions
4.0
 • 70 Interviews
Piramal Group Interview Questions
3.9
 • 62 Interviews
View all
Alcon Lead Engineer Salary
based on 4 salaries
₹12 L/yr - ₹34 L/yr
37% more than the average Lead Engineer Salary in India
View more details
Territory Sales Executive
98 salaries
unlock blur

₹4.8 L/yr - ₹11.5 L/yr

Senior Specialist
52 salaries
unlock blur

₹5 L/yr - ₹9.4 L/yr

Patient Safety Specialist
50 salaries
unlock blur

₹4.3 L/yr - ₹10 L/yr

Medical Writer
40 salaries
unlock blur

₹12.2 L/yr - ₹20 L/yr

Senior Associate
33 salaries
unlock blur

₹4.6 L/yr - ₹18.2 L/yr

Explore more salaries
Compare Alcon with

Novartis

4.1
Compare

Cipla

4.1
Compare

Sun Pharmaceutical Industries

4.0
Compare

DRJ & CO

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