i
Sterling Electro Enterprises
Filter interviews by
A relay is an electrically operated switch used to control high power circuits with low power signals.
Relays are used to isolate and protect sensitive control circuits from high voltage and current.
They are commonly used in power systems to control the switching of high voltage and current circuits.
Relays can be used to protect equipment from damage due to overcurrent or overvoltage conditions.
They can also be used to ...
Top trending discussions
posted on 18 Feb 2025
1. Properties of materials
2. Mathematics-related questions
3. Geometric-related questions
posted on 7 Feb 2025
I was interviewed in Jan 2025.
posted on 16 Jan 2025
I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.
I have a strong skill set in programming languages such as Java, Python, and C++, with over 5 years of experience in each.
Java - 7 years of experience, used in developing enterprise applications
Python - 5 years of experience, used for data analysis and automation scripts
C++ - 6 years of experience, used in embedded systems programming
The project is a web-based application for managing inventory and sales for a retail company.
Developed using Java Spring framework
Utilizes MySQL database for storing data
Includes features such as user authentication, product management, and sales tracking
posted on 5 Jan 2025
I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.
Two coding questions of easy to moderate difficulty level, focusing on arrays and strings.
posted on 16 Jan 2025
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Dec 2024. There were 2 interview rounds.
3 coding questions were given and all should have to be passed for the next round
I applied via Campus Placement
Coding Round is conducted in HackerRank Test
MySQL is known for its speed and ease of use, while PostgreSQL is known for its advanced features and extensibility.
MySQL is more commonly used in web applications due to its speed and simplicity.
PostgreSQL is preferred for complex applications that require advanced features like JSON support, full-text search, and custom data types.
MySQL has a larger market share and is owned by Oracle, while PostgreSQL is open-source...
OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on the use of classes and objects to organize code
Encapsulation: bundling data and methods that operate on the data into a single unit (class)
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: the ability for objects of differ...
OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve problems
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: In a banking system, you can have classes like Account, Customer, and Transaction, each with their own pro
CSS can be included in HTML using inline, internal, or external methods.
Use inline CSS by adding the style attribute to HTML elements
Use internal CSS by placing CSS code within