Filter interviews by
I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 4 interview rounds.
There are over 20 MIDCs in Pune, including Chakan, Bhosari, Ranjangaon, and Hinjewadi.
There are more than 20 MIDCs in Pune
Some of the popular ones include Chakan, Bhosari, Ranjangaon, and Hinjewadi
MIDCs are industrial areas developed by the government to promote industrial growth
They offer various facilities like land, water, electricity, and transportation to industries
MIDCs in Pune are home to various industries like
Strengths: Communication, Sales skills, Positive attitude. Weaknesses: Impatience, Public speaking, Time management.
Strengths:
- Communication: I am able to effectively communicate with customers and understand their needs.
- Sales skills: I have a proven track record of meeting and exceeding sales targets.
- Positive attitude: I am always optimistic and enthusiastic, which helps me to motivate my team and build strong r...
I enjoyed the fast-paced environment and the opportunity to interact with customers.
I loved the challenge of meeting sales targets and exceeding customer expectations.
I enjoyed building relationships with customers and helping them find the right products for their needs.
I appreciated the supportive team environment and the opportunities for growth and development.
For example, I was able to increase my sales by 20% in ...
I expect my manager to provide clear guidance, support, and feedback to help me achieve my sales targets.
Clear communication and direction on sales goals and strategies
Regular check-ins and feedback on performance
Support in overcoming challenges and obstacles
Opportunities for professional development and growth
Recognition and appreciation for hard work and achievements
Top trending discussions
posted on 18 Jun 2024
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope but not their initializations.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Throttling is a technique used to control the rate at which a function is executed.
Throttling limits the number of times a function can be called over a specified period of time.
It helps in optimizing performance by preventing excessive function calls, especially in scenarios like scroll events or API requests.
Example: Throttling can be used to limit the rate at which a user can resize a window, ensuring smoother perfo
Debouncing is a technique used to limit the number of times a function is called in a short period of time.
Debouncing is often used in scenarios like search bars where you want to wait for the user to finish typing before making an API call.
It involves setting a delay before executing a function after the last time it was called.
Debouncing helps in optimizing performance by reducing unnecessary function calls.
Example: ...
Event coupling is the dependency between different parts of a system based on events.
Event coupling occurs when one component triggers an event that another component listens for.
It can lead to tight coupling between components, making the system harder to maintain.
Reducing event coupling can be achieved by using a centralized event bus or implementing a pub/sub pattern.
Example: A button click event in a UI component t
Use Set to remove duplicates from array of strings
Create a Set from the array to automatically remove duplicates
Convert the Set back to an array to get unique values
Example: const arr = ['apple', 'banana', 'apple', 'orange']; const uniqueArr = [...new Set(arr)];
Reverse a linked list by changing the direction of pointers
Create three pointers: prev, current, next
Iterate through the linked list, updating pointers to reverse the direction
Return the new head of the reversed linked list
Closure function is a function defined inside another function, with access to the outer function's variables.
Closure functions have access to the outer function's variables even after the outer function has finished executing.
They can be used to create private variables and functions in JavaScript.
Example: function outerFunction() { let outerVar = 'I am outer'; function innerFunction() { console.log(outerVar); } retur
posted on 7 Dec 2024
Quantitative aptitude, logical apptiude,
posted on 27 Mar 2024
I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.
posted on 8 Apr 2023
I applied via LinkedIn and was interviewed in Mar 2023. There were 4 interview rounds.
Clone a Todo Application UI using ReactJS, Sass
Create a new ReactJS project using create-react-app
Design the UI using Sass and implement it in ReactJS
Use state and props to manage the todo list
Add functionality to add, delete and mark tasks as complete
Implement local storage to persist data
Test the application thoroughly
Explanation of CSS specificity hierarchy
Inline styles have the highest specificity
IDs have higher specificity than classes and elements
Multiple selectors with the same specificity are resolved by the order in which they appear in the stylesheet
The universal selector (*) has the lowest specificity
This round was more focused on the problem solving. 2 coding questions were asked. The round was for an hour
Server-Side Rendering (SSR) is the process of rendering web pages on the server and sending the HTML to the client.
SSR improves website performance and SEO by reducing load times and providing search engines with fully rendered pages.
React provides a library called ReactDOMServer that allows developers to render React components on the server.
SSR requires a server-side framework or library, such as Next.js or Gatsby, t...
Java Developer
12
salaries
| ₹1.8 L/yr - ₹4.7 L/yr |
Senior Software Developer
8
salaries
| ₹5.5 L/yr - ₹8.4 L/yr |
Software Tester
8
salaries
| ₹2.5 L/yr - ₹3.6 L/yr |
Inside Sales Executive
7
salaries
| ₹2.7 L/yr - ₹3.2 L/yr |
Data Analyst
7
salaries
| ₹2.7 L/yr - ₹6.6 L/yr |
Tata Communications
Bharti Airtel
Jio
Vodafone Idea