i
Appventurez
Filter interviews by
I am a Full Stack Developer with 5 years of experience in building web applications using various technologies.
Experienced in front-end technologies like HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in back-end development with Node.js, Express, and databases like MongoDB and SQL
Skilled in version control systems like Git and deployment tools like Docker and AWS
Top trending discussions
Socail Media affecting
posted on 22 Nov 2024
Event Loop in JavaScript manages the execution of multiple tasks in a single-threaded environment.
Event Loop is responsible for handling asynchronous operations in JavaScript.
It continuously checks the call stack and the task queue, moving tasks from the queue to the stack when the stack is empty.
Tasks like setTimeout, setInterval, and AJAX requests are handled by the Event Loop.
Event Loop ensures that JavaScript remai
Sharding in Node.js involves splitting a database into smaller parts to improve performance and scalability.
Sharding is a technique used to horizontally partition data across multiple servers or databases.
It helps distribute the load evenly and improves performance by allowing parallel processing of queries.
In Node.js, sharding can be implemented using libraries like MongoDB's sharding feature or custom sharding logic
Indexing in Node.js is a way to optimize data retrieval by creating indexes on specific fields in a database.
Indexing in Node.js can be done using libraries like Mongoose for MongoDB databases.
Indexes can improve query performance by allowing the database to quickly locate the requested data.
Example: Creating an index on a 'username' field in a user collection can speed up queries searching for a specific user.
Abstraction allows for defining a common interface for related objects, while inheritance enables a class to inherit attributes and methods from another class.
Abstraction involves hiding the implementation details and showing only the necessary features of an object. Inheritance allows a class to inherit properties and behaviors from another class.
Abstraction helps in creating a blueprint of a class without providing t...
To find the angle between hour and minute hand at a given time on a clock face.
Calculate the angle made by hour hand with 12:00 on the clock face
Calculate the angle made by minute hand with 12:00 on the clock face
Find the absolute difference between the two angles
If the angle is greater than 180 degrees, subtract it from 360 degrees for the acute angle
posted on 10 Aug 2024
A self join query is used to join a table to itself in a SQL query.
Self join is used when a table needs to be joined with itself to compare rows within the same table.
It requires aliasing the table with different names to distinguish between the two instances of the same table.
Commonly used in hierarchical data structures or when comparing related rows in a table.
Group by query is used to group data based on a specific category.
Use the GROUP BY clause in SQL to group data based on a specific column
Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to perform calculations on grouped data
Example: SELECT category, COUNT(*) FROM products GROUP BY category
Quantitative arithmetic,verbal reasoning,non-verbal reasoning,etc
posted on 14 Mar 2024
I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.
Good and easy most of the question are reapeted
Arrays, string, constructors in basic to medium level
posted on 5 Sep 2023
It placed in hackerRank.question difficulty level was medium.
based on 1 interview
Interview experience
Software Developer
118
salaries
| ₹2.4 L/yr - ₹8.6 L/yr |
Software Engineer
32
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior Software Engineer
19
salaries
| ₹6 L/yr - ₹16.5 L/yr |
Business Analyst
14
salaries
| ₹3 L/yr - ₹9.4 L/yr |
Front end Developer
13
salaries
| ₹3 L/yr - ₹8.7 L/yr |
Infosys
TCS
Wipro
HCLTech