Filter interviews by
I was interviewed in Jun 2017.
Experienced team leader with a background in project management and strong communication skills.
Over 5 years of experience leading teams in various industries
Skilled in project planning, delegation, and conflict resolution
Excellent communication and interpersonal skills
Proven track record of meeting deadlines and exceeding goals
I come from a close-knit family with diverse backgrounds and strong values.
My parents have always emphasized the importance of education and hard work.
I have two siblings, an older brother who is a doctor and a younger sister who is studying business.
We often gather for family dinners and enjoy spending quality time together.
My family has been a great support system for me throughout my career.
I have 5 years of experience in leadership roles, managing teams and driving results.
Managed a team of 10 sales representatives and consistently exceeded sales targets
Implemented new strategies to improve team productivity and efficiency
Led cross-functional projects and successfully coordinated efforts between different departments
Provided regular feedback and coaching to team members to enhance their performance
Develo...
Top trending discussions
posted on 17 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Utilize AWS or Azure services for scalable web applications
Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling
Leverage AWS Lambda or Azure Functions for serverless computing
Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic
Store data in AWS RDS or Azure SQL Database for scalable database solutions
Use AWS CloudFront or Azure CDN for content delivery
I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.
Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks
Review the code to ensure proper memory allocation and deallocation practices are being followed
Implement smart pointers or garbage collection to automatically manage memory
Use static co...
Yes, I have experience working on legacy systems.
I have successfully maintained and upgraded legacy systems to meet current business needs.
I have refactored legacy code to improve performance and scalability.
I have integrated new technologies with legacy systems to enhance functionality.
I have experience troubleshooting and debugging issues in legacy systems.
Yes, I have experience working with cross functional teams and resolving disputes effectively.
I have successfully collaborated with team members from different departments to achieve project goals.
I am skilled at mediating conflicts and finding mutually beneficial solutions.
I prioritize open communication and actively listen to all team members' perspectives.
I have experience using conflict resolution techniques such a
posted on 4 Sep 2022
I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.
WDR stands for Wide Dynamic Range. It is a feature in cameras that allows them to capture clear images in both bright and dark areas.
WDR helps to balance the exposure in different parts of the image
It is useful in scenarios where there are both bright and dark areas in the same frame
WDR technology combines multiple images taken at different exposures to create a single well-exposed image
BLC stands for Basic Life Cycle and HLC stands for High Level Cycle.
BLC refers to the basic stages of a product or system's life cycle, including development, testing, and deployment.
HLC refers to the higher-level phases of a product or system's life cycle, such as maintenance, updates, and retirement.
Understanding both BLC and HLC is important for ensuring the successful management of a product or system.
Bitrate is the number of bits processed or transmitted per unit of time.
Bitrate is commonly used in digital multimedia and telecommunications to measure data transfer rates.
It is typically measured in bits per second (bps) or kilobits per second (kbps).
Higher bitrate generally means better quality but also requires more bandwidth.
For example, a video with a bitrate of 10 Mbps will have higher quality than the same vide
2 MP resolution refers to a camera or display with 2 million pixels.
2 MP stands for 2 megapixels
It means the camera or display has a resolution of 1600 x 1200 pixels
Higher resolution results in clearer and more detailed images
I applied via Naukri.com and was interviewed in Sep 2023. There were 4 interview rounds.
I have managed a variety of projects ranging from software development to process improvement, all with a focus on delivering impactful results.
Managed software development projects to improve user experience and increase efficiency
Led process improvement initiatives resulting in cost savings and streamlined operations
Implemented new technologies to enhance project outcomes and drive innovation
I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.
Sharing your portfolio and there will be questions from the portfolio
Redesigning Netflix platform to enhance user experience and improve usability.
Simplify the navigation menu to make it more intuitive
Improve search functionality to provide more accurate results
Enhance personalization by recommending content based on user preferences
Optimize video player for seamless streaming experience
Introduce a dark mode option for better viewing in low-light environments
OTT stands for Over-The-Top and refers to the delivery of video, audio, and other media content over the internet.
OTT delivers content directly to users via the internet, bypassing traditional distribution channels.
OTT platforms include streaming services like Netflix, Hulu, and Amazon Prime Video.
Features of OTT include on-demand access, personalized recommendations, and multi-device compatibility.
OTT allows users to ...
posted on 21 Nov 2023
I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.
General knowledge and logical mathematics.
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a subclass to inherit properties and methods from a superclass.
Polymorphism allows objects to take on multiple forms and behave differently based on their context.
Encapsulation hides the implementation details of an object and only exposes necessary information.
Abstraction allows for the creation of abstract class...
Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.
Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.
Inheritance allows for code reuse and extension of existing classes, reducing code duplication.
Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i
SQL query for joining tables
Use JOIN keyword to combine two or more tables based on a related column
Specify the columns to be selected using SELECT keyword
Use ON keyword to specify the condition for joining the tables
Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN
Used Java concepts such as inheritance, polymorphism, and exception handling in my project.
Implemented inheritance to create a base class and derived classes with specific functionalities.
Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.
Implemented exception handling to handle errors and prevent program crashes.
Used interfaces to define a set of methods that a ...
Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Overloading is used to provide different ways to call a method with different parameters
Overriding is used to provide a specific implementation of a method in a subclass
Overloading is resolved at compile-time while overriding is r...
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...
I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.
Very easy roundand is it a program to implement Parallel Merge Sort and can measure the performance
Coding and decoding reasoning for the shield season is over now I am not sure
based on 27 reviews
Rating in categories
Senior Software Developer
7
salaries
| â‚ą4.8 L/yr - â‚ą6 L/yr |
Senior Software Engineer
7
salaries
| â‚ą4.4 L/yr - â‚ą8 L/yr |
Software Engineer
6
salaries
| â‚ą3 L/yr - â‚ą6 L/yr |
Technical Lead
5
salaries
| â‚ą8.2 L/yr - â‚ą12.5 L/yr |
HR Manager
5
salaries
| â‚ą10 L/yr - â‚ą13.1 L/yr |
HCL Infosystems
Accel Frontline
Puropale Creations & IT Solutions
Diverse Lynx