Filter interviews by
Top trending discussions
React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.
React is component-based, promoting reusability and modularity.
React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.
React is declarative, making it easier to reason about the UI, while jQuery is imperative.
React is typically used for single-pa...
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
3 dsa questions medium level
Coding and aptitude round
posted on 15 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
HashMap is implemented using an array of linked lists to handle collisions.
HashMap stores key-value pairs in an array of linked lists
Hash function is used to determine the index of the array where the key-value pair will be stored
Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list
HashMap allows null keys and values
HashMap is not synchronized...
I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed before Oct 2022. There were 3 interview rounds.
3 medium leetcode questions
Check if parentheses are valid in constant space
Use a counter to keep track of open parentheses
Increment counter for '(' and decrement for ')'
If counter goes negative or not zero at end, return false
posted on 23 Mar 2024
I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.
Javascript,html, CSS and MySQL
An event loop is a programming construct that waits for and dispatches events or messages in a program.
Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.
It continuously checks for events in a queue and processes them one by one.
Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.
Event loop helps ...
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
Snake and Ladder Problem is a classic board game where players move their tokens based on the roll of a dice.
The game involves a board with numbered squares, where players move their tokens based on the roll of a dice.
Snakes and ladders on the board can either help a player advance or set them back.
The game continues until a player reaches the final square, usually 100, to win.
Normal array question
Basic android question and Kotlin question
Yes
Java uses pass by value for all variables, including object references.
When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.
Modifying the reference inside the method will not affect the original reference outside the method.
However, modifications to the object's state inside the method will be visible outside the method.
Singleton pattern restricts the instantiation of a class to a single object.
Singleton pattern ensures that only one instance of a class exists throughout the application.
It provides a global point of access to the instance.
Commonly used in scenarios where a single instance needs to coordinate actions across the system.
Example: Database connection manager, logger, configuration manager.
Interview experience
based on 2 reviews
Rating in categories
Product Engineer
62
salaries
| ₹11 L/yr - ₹25 L/yr |
Software Development Engineer
52
salaries
| ₹14 L/yr - ₹30 L/yr |
Software Engineer
49
salaries
| ₹8 L/yr - ₹27 L/yr |
Product Manager
47
salaries
| ₹22 L/yr - ₹50 L/yr |
Software Developer
44
salaries
| ₹8.2 L/yr - ₹26.6 L/yr |
Razorpay
Payed
CCAvenue
BillDesk