Filter interviews by
I applied via Company Website
The DOM (Document Object Model) in JavaScript is a programming interface for web documents. It represents the structure of a document as a tree of objects.
The DOM is a representation of the HTML elements on a webpage.
It allows JavaScript to interact with and manipulate the content and structure of a webpage.
DOM methods like getElementById() and querySelector() are commonly used to access and modify elements on a webpag
There are four main types of Oops: Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation restricts access to certain components within a class.
Abstraction hides the complex implementation details and only shows the necessary features.
Polymorphism allows objects to be treated as instances of their parent class.
Top trending discussions
I was interviewed in Dec 2024.
I chose Flask over Django and FastAPI due to its simplicity, flexibility, and ease of use for smaller projects.
Flask is lightweight and minimalistic, making it easier to set up and use for smaller projects.
Flask allows for more flexibility in terms of project structure and customization compared to Django.
Flask is well-suited for rapid prototyping and smaller applications where simplicity is key.
Django, on the other ha...
Flask request and response block code snippet
Use Flask's request object to access incoming request data
Use Flask's jsonify function to create a JSON response
Handle different HTTP methods like GET, POST, etc. in the route function
ORM stands for Object-Relational Mapping, a programming technique for converting data between incompatible type systems in object-oriented programming languages.
ORM is used to map objects from an application to tables in a relational database.
It simplifies data manipulation by allowing developers to work with objects instead of SQL queries.
Popular ORM tools include Hibernate for Java, Entity Framework for .NET, and Seq
Use ORM code to select item from a table in database.
Use ORM query methods like find(), findOne(), or where() to select items from a table.
Specify the table name and any conditions for the selection.
Example: User.find({ where: { id: 1 } }) will select a user with id 1 from the User table.
I was asked a problem around Edit distance and how to compute a average for a stream of data.
Node.js promises are a way to handle asynchronous operations, while async/await is a syntax for writing asynchronous code in a synchronous manner.
Promises are objects that represent the eventual completion (or failure) of an asynchronous operation.
Async/await is a syntactic sugar built on top of promises, making asynchronous code look more like synchronous code.
Async functions return a promise, which allows you to use ...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
I am a passionate Backend Developer with 5 years of experience in building scalable and efficient web applications.
5 years of experience in backend development
Proficient in programming languages like Java, Python, and Node.js
Strong understanding of database management systems such as MySQL and MongoDB
Experience in developing RESTful APIs and microservices
Familiar with cloud technologies like AWS and Azure
I was interviewed in Jul 2024.
Find pairs from list whose sum is equal to target
Iterate through the list and for each element, check if the target minus the element exists in a hashmap
If it exists, add the pair to the result list
If it doesn't exist, add the current element to the hashmap
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
Aptitude Test based on general
Coding Test Based on backend technologies
Interview experience
Software Engineer
11
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Software Developer
10
salaries
| ₹2.4 L/yr - ₹4 L/yr |
Angular Developer
8
salaries
| ₹1.8 L/yr - ₹5.6 L/yr |
Human Resource
4
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Full Stack Developer
4
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Infosys
TCS
Wipro
HCLTech