Filter interviews by
I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.
Monitor performance using tools like Chrome DevTools, Lighthouse, and server-side monitoring tools
Use Chrome DevTools to analyze network requests, CPU usage, and memory consumption
Run Lighthouse audits to identify performance bottlenecks and opportunities for improvement
Utilize server-side monitoring tools like New Relic or Datadog to track server response times and database queries
Check if a given string is a palindrome
Iterate through the string from both ends and compare characters
Ignore spaces and punctuation while checking for palindrome
Convert the string to lowercase for case-insensitive comparison
Top trending discussions
posted on 22 Nov 2022
I appeared for an interview before Nov 2021.
To sell insurance, I would focus on understanding the customer's needs and providing personalized solutions.
Listen to the customer's concerns and ask questions to understand their specific needs
Explain the benefits of the insurance policy and how it can address their concerns
Provide personalized solutions that fit their budget and coverage needs
Offer additional services or discounts to sweeten the deal
Follow up with th...
I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.
I am a dedicated and experienced professional with a strong background in leadership and team management.
Over 5 years of experience in retail management
Proven track record of increasing sales and improving customer satisfaction
Skilled in team building and staff development
Strong communication and problem-solving skills
Passionate about delivering exceptional service and driving results
I applied via Campus Placement
PreOrder traversal without recursion is done using a stack to simulate the function call stack.
Create an empty stack and push the root node onto it.
While the stack is not empty, pop a node from the stack and process it.
Push the right child of the popped node onto the stack if it exists.
Push the left child of the popped node onto the stack if it exists.
Yes
Create an empty binary search tree (BST)
Loop over the unsorted array
For each element, insert it into the BST using the appropriate insertion logic
Repeat until all elements are inserted
The resulting BST will be built from the unsorted array
The question asks to find two elements in an array whose sum is equal to a given number.
Iterate through the array and for each element, check if the difference between the given number and the current element exists in the array.
Use a hash set to store the elements as you iterate through the array for efficient lookup.
Return the pair of elements if found, otherwise return a message indicating no such pair exists.
There are two types of triggers: DML triggers and DDL triggers.
DML triggers are fired in response to DML (Data Manipulation Language) statements like INSERT, UPDATE, DELETE.
DDL triggers are fired in response to DDL (Data Definition Language) statements like CREATE, ALTER, DROP.
Examples: A DML trigger can be used to log changes made to a table, while a DDL trigger can be used to enforce certain rules when a table is alt
Yes, triggers can be used with select statements in SQL.
Triggers are database objects that are automatically executed in response to certain events, such as insert, update, or delete operations.
While triggers are commonly used with insert, update, and delete statements, they can also be used with select statements.
Using triggers with select statements allows you to perform additional actions or validations before or af...
Indexing in MySQL improves query performance. There are several types of indexing in MySQL.
Indexes are used to quickly locate data without scanning the entire table.
Types of indexing in MySQL include B-tree, hash, full-text, and spatial indexes.
B-tree indexes are the most common and suitable for most use cases.
Hash indexes are used for exact match lookups.
Full-text indexes are used for searching text-based data efficie...
Engines in MySQL are the underlying software components that handle storage, indexing, and querying of data.
MySQL supports multiple storage engines, each with its own strengths and features.
Some commonly used engines in MySQL are InnoDB, MyISAM, and Memory.
InnoDB is the default engine in MySQL and provides support for transactions and foreign keys.
MyISAM is known for its simplicity and speed but lacks transaction suppo...
Yes, a constructor can be private.
A private constructor can only be accessed within the class itself.
It is often used in singleton design pattern to restrict object creation.
Private constructors are also useful for utility classes that only contain static methods.
based on 2 interviews
Interview experience
based on 47 reviews
Rating in categories
Store Manager
4
salaries
| ₹30 L/yr - ₹30 L/yr |
Sales Assistant
4
salaries
| ₹2.1 L/yr - ₹10 L/yr |
Cashier Executive
3
salaries
| ₹4 L/yr - ₹8.5 L/yr |
Udaan
BigBasket
Aditya Birla Fashion and Retail
American Express