Add office photos
Engaged Employer

MASAI School

4.1
based on 188 Reviews
Filter interviews by

10+ Micron Electricals Interview Questions and Answers

Updated 5 Feb 2024

Q1. what is grouped by in SQL

Ans.

In SQL, data is grouped by a specified column or expression using the GROUP BY clause.

  • Data is grouped based on the values in the specified column or expression

  • Aggregate functions like SUM, COUNT, AVG can be used with GROUP BY to perform calculations on each group

  • GROUP BY is often used in conjunction with the SELECT statement

  • Example: SELECT department, AVG(salary) FROM employees GROUP BY department

Add your answer

Q2. list and dictionary differences

Ans.

Lists are ordered collections of items, while dictionaries are unordered collections of key-value pairs.

  • Lists are accessed by index, dictionaries are accessed by key

  • Lists maintain the order of elements, dictionaries do not guarantee order

  • Lists use square brackets [], dictionaries use curly braces {}

  • Example: list - [1, 2, 3], dictionary - {'a': 1, 'b': 2}

Add your answer

Q3. What is the difference between fs.writeFile and fs.writeFileSync? How will it affect your apis when there is 1, 10 and 1000+ users respectively

Add your answer

Q4. What is the use of this keyword?

Ans.

The 'this' keyword refers to the current object and is used to access its properties and methods.

  • Used to refer to the current object in a method or constructor

  • Can be used to call another constructor in the same class

  • Can be used to call a method of the same object

  • Can be used to call a method of a parent object

  • Can be used to bind a function to a specific object

Add your answer
Discover Micron Electricals interview dos and don'ts from real experiences

Q5. Explain about web development to 5 year old child?

Ans.

Web development is like building a house on the internet where people can visit and do things.

  • Web development is creating websites and web applications using programming languages like HTML, CSS, and JavaScript.

  • It involves designing how the website looks and works, and making sure it works well on different devices like computers and phones.

  • Examples of web development include creating a website for a business, an online store, or a social media platform.

Add your answer

Q6. What is database indexing? How does indexing work? What is compound indexing in mongodb

Add your answer

Q7. Lambda functions in python

Ans.

Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.

  • Lambda functions are defined using the lambda keyword.

  • They are commonly used for small, one-time tasks.

  • Lambda functions can take any number of arguments, but can only have one expression.

  • Example: add = lambda x, y: x + y

Add your answer

Q8. How is node.js non blocking? How does it handle async operations?

Add your answer

Q9. Design an e-commerce schema, and some of the things to look into while designing the schema

Add your answer

Q10. What are aggregation pipelines?

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Micron Electricals

based on 15 interviews
Interview experience
4.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 2k Interview Questions
3.9
 • 729 Interview Questions
3.9
 • 709 Interview Questions
4.2
 • 659 Interview Questions
4.1
 • 207 Interview Questions
3.6
 • 160 Interview Questions
View all
Top MASAI School Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter