Filter interviews by
Clear (1)
Identifying circuits in a schematic involves understanding the symbols and connections used in the diagram.
Familiarize yourself with common symbols used in schematics
Trace the connections between components to identify circuits
Use a multimeter to test for continuity and isolate circuits
Look for patterns in the schematic to identify repeating circuits
Top trending discussions
I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.
Usual Quants and English questions, python/java + sql questions, 2 simple coding questions
Both Google Assistant and Amazon Alexa have their own strengths and weaknesses.
Google Assistant is better at answering general knowledge questions and has better integration with Google services.
Amazon Alexa has better smart home integration and a wider range of compatible devices.
Ultimately, the better choice depends on the user's specific needs and preferences.
For example, if someone has a lot of smart home devices f...
I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Dec 2020. There were 3 interview rounds.
The life cycle of a servlet includes initialization, service, and destruction.
Servlet is initialized by calling its init() method
Servlet handles client requests in its service() method
Servlet is destroyed by calling its destroy() method
Examples of servlet containers include Tomcat and Jetty
init() method initializes an object or a class.
init() method is used to initialize an object or a class.
It is called automatically when an object is created.
It can be used to set default values for object properties.
It can also be used to perform any necessary setup operations.
Example: __init__() method in Python.
Example: init() method in Java.
Example: viewDidLoad() method in iOS development.
Servlets are used for server-side processing and JSP for presentation. Both have their own advantages.
Servlets are used for handling complex business logic and database operations.
JSP is used for presentation and displaying dynamic content.
Servlets are faster than JSP as they do not involve the overhead of rendering HTML.
Servlets can be used to handle multiple requests simultaneously.
JSP can be used for rapid developme...
StringBuilder and StringBuffer are classes in Java used for manipulating strings.
StringBuilder is faster and not thread-safe while StringBuffer is slower but thread-safe.
Both classes provide methods for appending, inserting, and deleting characters in a string.
StringBuilder and StringBuffer are mutable, meaning the original string can be modified.
Example: StringBuilder sb = new StringBuilder("Hello"); sb.append(" World...
Referential integrity constant ensures that a foreign key value always refers to an existing primary key value.
It maintains consistency between related tables
It prevents orphaned records
It enforces data integrity
Example: A foreign key in the Orders table refers to the primary key in the Customers table
Code for infinite loop and prime number check
For infinite loop: while(1) { //code }
For prime number check: bool isPrime(int n) { for(int i=2; i<=sqrt(n); i++) { if(n%i == 0) return false; } return true; }
Infinite loop can be used for continuous monitoring or background tasks
Prime number check is useful in cryptography and number theory
I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
2 coding questions based on arrays and strings.
Securing a web app involves implementing various measures to protect against attacks and vulnerabilities.
Use HTTPS to encrypt data in transit
Implement strong authentication and authorization mechanisms
Regularly update and patch software and libraries
Use input validation and output encoding to prevent injection attacks
Implement security headers to prevent cross-site scripting and clickjacking
Regularly perform security a...
Scaling a web app involves optimizing resources, load balancing, and implementing caching strategies.
Use load balancers to distribute traffic across multiple servers
Optimize database queries and use caching to reduce server load
Implement auto-scaling to add or remove resources based on traffic
Use content delivery networks (CDNs) to serve static assets
Consider using microservices architecture to break down the app into ...
I applied via Company Website and was interviewed before Dec 2020. There were 5 interview rounds.
OOPS principles are a set of guidelines that help in creating modular, reusable, and maintainable code.
Encapsulation: Hiding the implementation details of an object and exposing only the necessary information.
Inheritance: Creating new classes from existing ones, inheriting their properties and methods.
Polymorphism: The ability of objects to take on multiple forms or behaviors.
Abstraction: Focusing on the essential feat...
Java OOPS is class-based and strongly typed, while Python OOPS is dynamic and duck-typed.
Java OOPS requires explicit declaration of data types, while Python OOPS does not.
Java OOPS has strict rules for inheritance and polymorphism, while Python OOPS allows for more flexibility.
Java OOPS has a more verbose syntax, while Python OOPS is more concise and readable.
Example: Java - public class Car extends Vehicle; Python - c
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Deputy Engineer
135
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
127
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Assistant
72
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
53
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Assistant 2
31
salaries
| ₹0 L/yr - ₹0 L/yr |
Bharat Electronics
Hindustan Aeronautics
TCS
Wipro