Filter interviews by
I would listen to their concerns, apologize for the inconvenience, and offer a solution to resolve the issue.
Listen attentively to their complaints
Apologize for the inconvenience caused
Offer a solution to resolve the issue
Ensure customer satisfaction
Follow up with the customer to ensure the issue has been resolved
To convert a 'No' into a 'Yes', it is important to understand the reason behind the 'No' and address it accordingly.
Listen actively to the concerns of the person saying 'No'
Provide solutions to their concerns
Highlight the benefits of saying 'Yes'
Build a relationship of trust and understanding
Be persistent but respectful
Dr. Manmohan Singh was the PM of India before the current PM.
Dr. Manmohan Singh was the 13th Prime Minister of India.
He served as the PM from 2004 to 2014.
He was also the Finance Minister of India from 1991 to 1996.
He is known for his economic reforms and liberalization policies.
Possibly, but having a plan increases the chances of success.
Having a plan helps in setting goals and priorities.
A plan provides a roadmap for achieving those goals.
Without a plan, one may lack direction and waste time and resources.
However, a genius without a plan may still have a higher chance of success than an idiot with a flawed plan.
Ultimately, success depends on a combination of factors including intelligence, h
Yes, I can. A comb can be used for other purposes like cleaning and styling.
I understand that the person doesn't have hair, but a comb can still be useful for other purposes.
For example, a comb can be used to clean small spaces like keyboards or jewelry.
A comb can also be used for styling facial hair or even as a makeshift tool for arts and crafts.
By highlighting these alternative uses, I can still sell the comb to the
The covid-19 pandemic had a significant impact on the sales industry.
Sales were affected due to lockdowns and restrictions on movement.
Virtual sales became more prevalent as face-to-face interactions were limited.
Demand for certain products increased, such as personal protective equipment.
Supply chain disruptions caused delays and shortages in some industries.
Adaptability and flexibility were key in navigating the chal
There are several easy ways to transfer money, including online banking, mobile apps, and wire transfers.
Online banking is a convenient way to transfer money between accounts
Mobile apps like Venmo and PayPal allow for quick and easy transfers
Wire transfers can be done through banks or money transfer services
Some banks also offer person-to-person transfers through their mobile apps
Using a debit card to make purchases ca
Top trending discussions
I am a software engineer with experience in developing and maintaining software applications.
I have a strong background in programming languages such as Java, C++, and Python.
I have worked on various projects, including developing web applications and implementing software solutions.
I am skilled in problem-solving and debugging, ensuring efficient and effective software development.
I have experience in collaborating wi...
I learned valuable teamwork and problem-solving skills during my summer internship.
Developed strong collaboration skills by working with a team of software engineers to complete projects
Gained experience in troubleshooting and debugging software issues
Learned to effectively communicate and present technical concepts to both technical and non-technical stakeholders
Improved problem-solving abilities by identifying and re...
Find sum of all numbers formed from root to leaf path in a binary tree
Traverse the binary tree using DFS
At each leaf node, add the number formed from root to leaf path to a sum variable
Return the sum variable
Time complexity: O(n)
Example: For a binary tree with root value 1, left child 2 and right child 3, the sum would be 12 + 13 = 25
Given a string, print all possible strings that can be made by placing spaces (zero or one) in between them.
Use recursion to generate all possible combinations of spaces
For each recursive call, either add a space or don't add a space between the current character and the next character
Base case is when there are no more characters left to add spaces between
Time complexity is O(2^n) where n is the length of the string
Preorder traversal without recursion
Use a stack to keep track of nodes
Push right child first and then left child onto stack
Pop top of stack and print value
Repeat until stack is empty
Find longest continuous patch on a 12 km road with updates in patches
Maintain a variable to keep track of current patch length
Update the variable whenever a new patch is added
Maintain a variable to keep track of longest patch so far
Compare current patch length with longest patch length and update if necessary
Use a sorted data structure like a binary search tree to store the patches for efficient search
Time complexity: ...
Find median of an unsorted array.
Sort the array and find the middle element
Use quickselect algorithm to find the median in O(n) time
If the array is small, use brute force to find the median
Find 'k' elements closest to a given number from a stream of characters.
Use a priority queue to keep track of closest elements.
Update the queue as new characters come in.
Return the 'k' closest elements from the queue.
Design a data structure with O(1) insert, remove, find-max, and delete-max operations.
Use a doubly linked list to maintain the elements in sorted order.
Use a hash table to store the pointers to the nodes in the linked list.
Maintain a pointer to the maximum element in the hash table.
Update the pointers in the hash table when inserting or removing elements.
Update the maximum pointer when deleting or inserting the maximum
Check if a given linked list is a palindrome.
Traverse the linked list and store the values in an array.
Compare the first and last elements of the array, then move towards the center.
If all elements match, the linked list is a palindrome.
Alternatively, use two pointers to find the middle of the linked list and reverse the second half.
Compare the first half with the reversed second half to check for a palindrome.
TCS
Accenture
Wipro
Cognizant