Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.
It is oru skills and communication and problem solving time management
Group dicussion is nothinv but face to face of interview choose one topic and say somethinh about from 5 to 7 minutes of paragarpah and to be staright forward of this group discussion and proper pronuciation and way of speaking and communication language whether right or wrong we must do and speak
I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.
I have over 10 years of experience in contract lifecycle management, including implementing CLM systems and leading cross-functional teams.
Implemented CLM system at previous company, resulting in 20% increase in contract efficiency
Led a team of contract managers to streamline processes and reduce contract cycle times by 30%
Developed and implemented contract templates to ensure compliance and reduce legal risks
I have over 5 years of experience in marketing, with a focus on creating awareness for new services and increasing conversion rates.
Developed targeted marketing campaigns to introduce new services to the market
Utilized social media platforms and email marketing to reach a wider audience
Analyzed data to optimize conversion rates and make data-driven decisions
Collaborated with sales teams to align marketing efforts with
I have extensive knowledge of the electronics industry, particularly in the service and extended warranty business.
I have worked in the electronics industry for X years, gaining valuable experience in service and warranty management.
I am familiar with the various products and technologies in the electronics sector, allowing me to understand the specific needs of customers when it comes to service and warranties.
I have ...
I was interviewed in Aug 2024.
Explanation of useState, useEffect, useMemo, and useCallback hooks in React functional components.
useState is used to manage state in functional components
useEffect is used for handling side effects like data fetching, subscriptions, etc.
useMemo is used for performance optimization by memoizing expensive calculations
useCallback is used for memoizing functions to prevent unnecessary re-renders
These hooks enhance functio...
Setting up Redux store, connecting components, managing actions and reducers, and using middleware like Redux Thunk or Redux Saga for handling asynchronous actions.
Setting up a Redux store involves creating a store with createStore() function from Redux, combining reducers with combineReducers(), and applying middleware like Redux Thunk or Redux Saga.
Connecting components to the Redux store can be done using the connec...
To add and manipulate elements in arrays using JavaScript, you can use array methods like splice() and slice().
Use the splice() method to insert elements into an array at a specific index. For example, arr.splice(index, 0, 'watermelon') will insert 'watermelon' at the specified index without removing any elements.
To manipulate elements in an array, you can use methods like splice() to remove elements or slice() to extr...
Math.floor() is a method in JavaScript that rounds a number down to the nearest integer.
Math.floor() returns the largest integer less than or equal to a given number.
It is commonly used to convert a floating-point number to an integer.
Example: Math.floor(3.9) returns 3.
Mocking components in Jest for testing with props and named exports
Use jest.mock() to mock components and their exports
For handling props, use jest.fn() to create mock functions and pass them as props to the component being tested
For named exports, use jest.mock() with a second argument to specify the module's exports
I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.
2 DSA questions and some MCQ on Java and Spring
A palindromic substring is a string that reads the same forwards and backwards.
Use dynamic programming to find the longest palindromic substring.
Start by considering each character as the center of a potential palindrome.
Expand outwards from each center to check for palindromes of odd and even lengths.
Remove duplicates from a 1D array of strings in place
Iterate through the array and use a HashSet to keep track of unique elements
Replace duplicates with null or an empty string to remove them in place
Search for the minimum element in a rotated sorted array with duplicate elements.
Use binary search to find the minimum element in the rotated sorted array.
Handle the case where duplicate elements are present by adjusting the search conditions.
Consider cases where the array is not rotated or contains only one element.
A singleton class is a class that can only have one instance created throughout the application.
Declare a private static instance variable of the class
Create a private constructor to prevent external instantiation
Provide a public static method to access the instance
I applied via Referral and was interviewed in Jul 2024. There were 4 interview rounds.
Solution architecture and block diagram involves designing the overall structure of a system and visually representing it.
Identify key components and their interactions
Define data flow and communication protocols
Consider scalability, security, and performance
Use tools like UML diagrams or flowcharts
Example: AWS architecture with EC2 instances, S3 storage, and RDS database
Program values and benefits are essential for successful project management, ensuring alignment with organizational goals and delivering value to stakeholders.
Program values define the principles and beliefs that guide decision-making and behavior within the program.
Benefits are the positive outcomes or results that the program aims to achieve, such as cost savings, increased efficiency, or improved customer satisfacti...
Assessing program benefits involves identifying key metrics, collecting data, analyzing results, and comparing against goals.
Identify key metrics to measure success, such as cost savings, revenue growth, customer satisfaction, etc.
Collect relevant data to track progress and measure impact of the program.
Analyze the data to determine if the program is meeting its objectives and delivering expected benefits.
Compare the r...
2 case study rounds for 1.5 hours, 1st case study is a small use case with 2 questions and there will be 10 mins given for preparation. 2nd case study will have 5 questions and time given for preparation will be 25 mins.
I have experienced failures in past projects and have learned valuable lessons from them.
Recognizing the importance of clear communication and setting expectations early on
Implementing regular project status updates to stakeholders to avoid surprises
Documenting lessons learned to prevent repeating the same mistakes in future projects
Schedule and effort estimation is crucial for successful project management.
Understand the scope of the project and break it down into smaller tasks
Estimate the time and resources required for each task
Consider dependencies between tasks and potential risks
Use historical data or expert judgment to improve accuracy
Regularly review and update the schedule as needed
Project phases are distinct stages in a project's lifecycle, each with specific goals and deliverables.
Initiation: Define project scope, objectives, and stakeholders.
Planning: Create a detailed project plan, including timelines and resources.
Execution: Implement the project plan and deliver the project's objectives.
Monitoring and Controlling: Track project progress, identify issues, and make necessary adjustments.
Closi...
Opex refers to operational expenses, while Capex refers to capital expenses.
Opex includes day-to-day expenses like salaries, rent, utilities, and maintenance.
Capex involves investments in assets that provide long-term value, such as equipment, property, and infrastructure.
Opex is typically incurred regularly and is fully tax-deductible in the year it is incurred.
Capex is usually depreciated over time as the asset is us...
Quality is crucial in delivering successful projects. Various tools like Jira, Confluence, and Jenkins are commonly used to ensure high quality.
Quality assurance processes are essential to maintain high standards in project deliverables
Tools like Jira are used for issue tracking and project management
Confluence is used for documentation and collaboration among team members
Jenkins is used for continuous integration and ...
Led a project to implement a cloud-based data analytics platform using AWS services and Python tech stack.
Designed architecture for data analytics platform using AWS services like S3, Glue, and Athena.
Implemented ETL processes using Python and Apache Spark for data transformation and analysis.
Integrated machine learning models into the platform for predictive analytics.
Ensured scalability and performance optimization o...
Managing conflicting priorities involves prioritizing tasks, communicating effectively, and being flexible.
Prioritize tasks based on importance and deadlines
Communicate with stakeholders to understand their needs and expectations
Be flexible and willing to adjust plans as needed
Use tools like project management software to track progress and manage tasks
Managing stakeholders expectations and demands is crucial for successful project delivery.
Establish clear communication channels with stakeholders
Set realistic expectations from the beginning
Regularly update stakeholders on project progress
Address any concerns or issues promptly
Seek feedback from stakeholders to ensure alignment
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Experienced and results-driven Area Manager with a proven track record of successfully leading teams and exceeding targets.
Over 5 years of experience in managing multiple locations and driving sales growth
Strong leadership skills with the ability to motivate and develop team members
Expertise in creating and implementing strategic plans to achieve business objectives
Excellent communication and interpersonal skills
Track ...
Successfully led a team to exceed sales targets by 20% in the last quarter.
Implemented new sales strategies to increase revenue
Motivated team members to achieve individual and team goals
Analyzed market trends to identify opportunities for growth
I faced challenges in managing a team with diverse personalities. Solutions included clear communication, team building activities, and conflict resolution strategies.
Clear communication is key to addressing misunderstandings and setting expectations
Team building activities helped improve morale and fostered a sense of unity
Conflict resolution strategies such as active listening and compromise were effective in resolvi
Consistently exceeded sales targets, implemented successful training programs, and led a high-performing team.
Exceeded sales targets by 20% for the past three quarters
Implemented a new training program that resulted in a 15% increase in productivity
Led a team that consistently received top customer satisfaction ratings
I have 5 years of experience as an Area Manager in the retail industry. I left my previous company due to a lack of growth opportunities.
5 years of experience as an Area Manager in the retail industry
Left previous company due to lack of growth opportunities
Store SOP includes detailed guidelines for store operations, including opening and closing procedures, inventory management, customer service standards, etc.
Opening and closing procedures
Inventory management
Customer service standards
Loss prevention measures
Visual merchandising guidelines
SOP (Standard Operating Procedure) plays a crucial role in store operations by providing guidelines for tasks and ensuring consistency.
SOPs outline step-by-step instructions for various tasks such as opening/closing procedures, inventory management, customer service protocols, etc.
They help in maintaining consistency in operations, ensuring that all employees follow the same procedures for efficiency and quality.
SOPs a...
I will prioritize communication, delegation, and regular store visits to ensure consistency and efficiency across multiple locations.
Establish clear communication channels with store managers to ensure alignment on goals and expectations.
Delegate tasks effectively based on each store's strengths and weaknesses.
Regularly visit each store to assess performance, provide support, and address any issues in person.
Implement ...
Shrinkage is handled through effective inventory management, staff training, and implementing security measures.
Implementing inventory control measures such as regular audits and cycle counts
Training staff on proper procedures to minimize errors and theft
Installing security cameras and anti-theft devices
Analyzing data to identify patterns and potential areas of concern
I applied via Company Website and was interviewed in Sep 2024. There were 4 interview rounds.
Facility refers to a physical location or building used for a specific purpose, such as a business, organization, or institution.
Facilities can include offices, factories, warehouses, hospitals, schools, and recreational centers.
Facilities management involves overseeing the maintenance, operation, and utilization of these spaces.
Facilities may also refer to amenities or services provided within a building, such as fitn...
A technical guide is a document or manual that provides detailed instructions or information on how to use a specific technology or product.
Provides step-by-step instructions on how to operate or troubleshoot a technology or product
Includes technical specifications and diagrams for better understanding
May contain tips, best practices, and troubleshooting techniques
Often used by technicians, engineers, or users to effec
Best Salary & better Performance
based on 19 reviews
Rating in categories
HR Executive
5
salaries
| â‚ą1.5 L/yr - â‚ą2.5 L/yr |
Accounts Manager
4
salaries
| â‚ą5.8 L/yr - â‚ą6 L/yr |
Warehouse Manager
4
salaries
| â‚ą2 L/yr - â‚ą4.5 L/yr |
Sales Executive
4
salaries
| â‚ą2 L/yr - â‚ą3 L/yr |
HR Recruiter
4
salaries
| â‚ą3 L/yr - â‚ą4 L/yr |
Reliance Retail
DMart
Future Group
Vishal Mega Mart