Alcon
10+ Delta Electronics Interview Questions and Answers
Q1. write a program to show if a program is prime or not
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.
Q2. what is mutable and immuatble data types give example
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
Q3. what is the difference between dictionary list and tuple
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.
Q4. write a program to add two numbers without using the "+" operator at all
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.
Q5. How to mange rates in market
Managing rates in the market involves strategic pricing, competitor analysis, and effective negotiation.
Conduct thorough market research to understand pricing trends and customer preferences.
Analyze competitor pricing strategies to identify opportunities for differentiation.
Develop a pricing strategy that aligns with business goals and customer value.
Implement effective negotiation techniques to secure favorable rates with suppliers or customers.
Regularly review and adjust pr...read more
Q6. find the second largest number in an array
Find the second largest number in an array.
Sort the array in descending order
Return the element at index 1
Q7. What will you do if you win 10 crore lottery?
If I win 10 crore lottery, I would invest in furthering my education, travel the world, donate to charity, and secure my family's future.
Invest in furthering education (e.g. pursuing advanced degrees or certifications)
Travel the world and experience different cultures
Donate a portion to charity or causes that are important to me
Secure my family's future by investing in properties or savings accounts
Q8. is a dictionary mutable
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.
Q9. Negative impact that happed in ur life
Losing a loved one unexpectedly
Struggling with grief and emotional pain
Feeling lost and confused about the future
Difficulty in coping with daily activities
Seeking support from friends and family for comfort
Learning to accept the loss and move forward
Q10. DevOps and it's tool implementation
DevOps is a culture that emphasizes collaboration and automation to improve software delivery.
DevOps is not just about tools, it's a culture shift
Tools like Jenkins, Git, Docker, and Kubernetes are commonly used in DevOps
DevOps aims to improve collaboration between development and operations teams
Automation is a key aspect of DevOps, enabling faster and more reliable software delivery
Q11. What do you know about medical devices regulation
Medical devices regulation involves laws and guidelines that ensure the safety and effectiveness of medical devices.
Medical devices are regulated by government agencies such as the FDA in the United States and the EMA in Europe.
Regulations cover aspects such as design, manufacturing, labeling, and marketing of medical devices.
Companies must obtain approval or clearance from regulatory bodies before selling medical devices in the market.
Regulations aim to protect patient safet...read more
Q12. Any process improvements done?
Yes
Implemented a new project management software to streamline workflow
Introduced standardized templates for documentation to improve efficiency
Implemented a feedback system to gather suggestions for process improvement
Developed and implemented a training program to enhance team members' skills
Q13. Explain the tree of testing
The tree of testing is a hierarchical structure used to organize and categorize different types of testing activities.
The tree of testing typically includes categories such as unit testing, integration testing, system testing, and acceptance testing.
Each category can be further broken down into specific types of tests, such as functional testing, performance testing, security testing, etc.
The tree of testing helps testers and QA leads to plan and execute testing activities in...read more
Top HR Questions asked in Delta Electronics
Interview Process at Delta Electronics
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month