Upload Button Icon Add office photos

Alcon

Compare button icon Compare button icon Compare

Filter interviews by

Alcon Intern Interview Questions, Process, and Tips for Freshers

Updated 18 Mar 2024

Top Alcon Intern Interview Questions and Answers for Freshers

View all 6 questions

Alcon Intern Interview Experiences for Freshers

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2024

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

I applied via Campus Placement and was interviewed in Jul 2023.Β There was 1 interview round.

Round 1 - TechnicalΒ 

(6 Questions)

  • Q1. Find the second largest number in an array
  • Ans. 

    Find the second largest number in an array.

    • Sort the array in descending order

    • Return the element at index 1

  • Answered by AI
  • Q2. Write a program to add two numbers without using the "+" operator at all
  • Ans. 

    Program to add two numbers without using the '+' operator.

    • Use bitwise operators like XOR and AND to perform addition without '+' operator.

    • XOR the two numbers to get the sum without carry.

    • AND the two numbers and left shift the result to get the carry.

    • Repeat the process until carry becomes zero.

  • Answered by AI
  • Q3. What is mutable and immuatble data types give example
  • Ans. 

    Mutable data types can be modified after creation, while immutable data types cannot be modified.

    • Examples of mutable data types: lists, sets, dictionaries

    • Examples of immutable data types: strings, tuples, frozensets

  • Answered by AI
  • Q4. What is the difference between dictionary list and tuple
  • Ans. 

    A dictionary is an unordered collection of key-value pairs, while a list is an ordered collection of elements.

    • Dictionaries are accessed by keys, while lists are accessed by indices.

    • Dictionaries are mutable, while tuples are immutable.

    • Dictionaries can have duplicate values, but not duplicate keys.

    • Lists can contain elements of different data types, while tuples can contain elements of the same or different data types.

  • Answered by AI
  • Q5. Is a dictionary mutable
  • Ans. 

    Yes, a dictionary is mutable in Python.

    • A dictionary in Python can be modified by adding, updating, or deleting key-value pairs.

    • The values associated with keys in a dictionary can be changed.

    • Dictionaries are mutable objects, meaning they can be modified in-place.

    • The 'update()' method can be used to add or update multiple key-value pairs at once.

  • Answered by AI
  • Q6. Write a program to show if a program is prime or not
  • Ans. 

    A program to determine if a number is prime or not.

    • A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.

    • To check if a number is prime, iterate from 2 to the square root of the number and check if any of them divides the number evenly.

    • If any divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Alcon Intern interview:
  • Python
  • Graphic Designing

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023.Β There was 1 interview round.

Round 1 - One-on-oneΒ 

(1 Question)

  • Q1. Describe an experience you have to work with a difficult person and how you managed it

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a marketing-related position and I got asked several P&G situational interview questions. Please prepare it in advance.

Intern Interview Questions Asked at Other Companies for undefined

asked in Accenture
Q1. Case. There is a housing society β€œThe wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Apr 2022.Β There were 3 interview rounds.

Round 1 - Aptitude TestΒ 

Basic aptitude mcq, technical question 9n c,cpp and python and R

Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. Discussion about project in detail
  • Q2. Tell me about the projects
Round 3 - HRΒ 

(1 Question)

  • Q1. Tell me about yourself. Basic details abt company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume
Tech knowledge oops,Python, os and basic coding knowledge is a must.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022.Β There were 3 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 - AssignmentΒ 

80 mcqs - 90 mins based on different (Campus Placement)

Round 3 - TechnicalΒ 

(3 Questions)

  • Q1. About projects in resume
  • Q2. Data structure and algorithms in resume
  • Q3. 30 mins round based both technical and Hr combined.

Intern Interview Questions & Answers

Stryker user image Billionaire Baby

posted on 30 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HRΒ 

(2 Questions)

  • Q1. Tell us about your coursework
  • Ans. 

    I have taken a variety of coursework in my field of study, including classes in programming, data analysis, and communication.

    • Completed courses in programming languages such as Java, Python, and SQL

    • Took classes in data analysis techniques like regression analysis and data visualization

    • Studied communication skills through courses in public speaking and professional writing

  • Answered by AI
  • Q2. How would you approach this?
Interview experience
4
Good
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 - Coding TestΒ 

Aptitude and Coding round. Was easy to solve and approach. Approached via college placement.

Round 3 - TechnicalΒ 

(2 Questions)

  • Q1. Given a string for example your name, print the substring of it.
  • Ans. 

    To print a substring of a given string, you can use string slicing in programming languages like Python.

    • Use string slicing to extract the desired substring from the given string.

    • Specify the start and end index of the substring within square brackets after the string variable.

    • Example: If the given string is 'Hello World', to print 'World', use string_variable[6:].

  • Answered by AI
  • Q2. Introduce yourself, Tell about your projects, and Why you believe Medtronic is the best fit for you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Luck matters, that's it.

Intern Interview Questions & Answers

Medtronic user image Gyeongtae Sun Moon

posted on 1 Nov 2023

Interview experience
5
Excellent
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 - One-on-oneΒ 

(2 Questions)

  • Q1. Behavior questions
  • Q2. Resume questions and asked to describe

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 Referral and was interviewed in Nov 2021.Β There were 3 interview rounds.

Round 1 - TechnicalΒ 

(1 Question)

  • Q1. OOPs and C# Basics were covered
Round 2 - TechnicalΒ 

(1 Question)

  • Q1. WPF related questions, C# tricky questions and small logical assignment was given
Round 3 - One-on-oneΒ 

(1 Question)

  • Q1. Talked with product manager. Discussion around agile methods and processes

Interview Preparation Tips

Interview preparation tips for other job seekers - Overal good experience. Questions were matched with the Job description
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.

Alcon Interview FAQs

How many rounds are there in Alcon Intern interview for freshers?
Alcon interview process for freshers usually has 1 rounds. The most common rounds in the Alcon interview process for freshers are Technical and One-on-one Round.
How to prepare for Alcon Intern interview for freshers?
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 Alcon. The most common topics and skills that interviewers at Alcon expect are Training, Recruitment, Communication Skills, Cost and Costing.
What are the top questions asked in Alcon Intern interview for freshers?

Some of the top questions asked at the Alcon Intern interview for freshers -

  1. write a program to show if a program is prime or ...read more
  2. what is mutable and immuatble data types give exam...read more
  3. what is the difference between dictionary list and tu...read more

Tell us how to improve this page.

Alcon Intern Interview Process for Freshers

based on 2 interviews

Interview experience

3.5
Β Β 
Good
View more

Interview Questions from Similar Companies

Medtronic Interview Questions
4.0
Β β€’Β 72 Interviews
Poly Medicure Interview Questions
3.6
Β β€’Β 58 Interviews
Stryker Interview Questions
4.0
Β β€’Β 41 Interviews
Medline Industries Interview Questions
3.9
Β β€’Β 35 Interviews
Becton Dickinson Interview Questions
4.0
Β β€’Β 32 Interviews
SMC Corporation Interview Questions
3.7
Β β€’Β 28 Interviews
Trivitron Healthcare Interview Questions
3.4
Β β€’Β 22 Interviews
Healthium Medtech Interview Questions
3.4
Β β€’Β 15 Interviews
Essilor Interview Questions
4.0
Β β€’Β 14 Interviews
Varian Medical Systems Interview Questions
3.7
Β β€’Β 12 Interviews
View all

Alcon Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Territory Sales Executive
102 salaries
unlock blur

β‚Ή4.8 L/yr - β‚Ή11.6 L/yr

Patient Safety Specialist
53 salaries
unlock blur

β‚Ή4.3 L/yr - β‚Ή9.5 L/yr

Senior Specialist
52 salaries
unlock blur

β‚Ή5 L/yr - β‚Ή9.4 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

Poly Medicure

3.6
Compare

Medtronic

4.0
Compare

Becton Dickinson

4.0
Compare

Medikabazaar

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