Filter interviews by
In 5 years, I see myself as a seasoned data analyst leading a team of analysts, utilizing advanced analytics to drive business decisions.
Leading a team of data analysts
Utilizing advanced analytics tools and techniques
Driving business decisions through data-driven insights
I can add value to business by analyzing data to identify trends, make informed decisions, and optimize processes.
Utilizing data analytics tools to identify trends and patterns
Providing insights for informed decision-making
Optimizing processes for efficiency and cost savings
Developing predictive models for forecasting
Improving data quality and accuracy
I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.
I applied via Referral and was interviewed in Sep 2022. There were 3 interview rounds.
I thrive under pressure and use it as a motivator to perform better.
I prioritize tasks and create a plan to manage my workload effectively
I maintain a positive attitude and focus on finding solutions rather than dwelling on problems
I take breaks and practice stress-relieving techniques such as deep breathing and meditation
In my previous role, I successfully managed a high-pressure project with a tight deadline and deli
Top trending discussions
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There were 4 interview rounds.
There are several tools available for content authoring, depending on the type of content and the level of expertise.
For beginners, tools like Grammarly and Hemingway can help with grammar and readability.
For more advanced users, Adobe Creative Suite and Microsoft Office are popular options.
Content management systems like WordPress and Drupal are also useful for creating and managing content.
Collaboration tools like Go...
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Attended the codevita competition in final year of college.
I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.
I applied via Company Website and was interviewed in May 2021. There was 1 interview round.
I was interviewed in Dec 2020.
Round duration - 25 Minutes
Round difficulty - Medium
Very friendly interviewer. Although waiting time was very high
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
Find pairs of elements in an array that sum up to a given value, sorted in a specific order.
Iterate through the array and for each element, check if the complement (S - current element) exists in a hash set.
If the complement exists, add the pair to the result list.
Sort the result list based on the criteria mentioned in the question.
Return the sorted list of pairs.
Tip 1 : be confident about your CV points
Tip 2 : practice consulting cases and how to answer situational questions
Tip 1 : be crisp about achievement
Tip 2 : add data points to support your achievements
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Easy
This is a written round on paper for everyone. Three coding questions were given. Two out of three must be correct covering every single edge case to qualify for the next round. Only the most optimal solution was to be considered.
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Find the sum of the subarray with the maximum sum among all subarrays in an array of integers.
Iterate through the array and keep track of the maximum sum subarray encountered so far.
Use Kadane's algorithm to efficiently find the maximum subarray sum.
Consider the sum of an empty subarray as 0.
Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.
You are given 'N' ropes, each of varying lengths. The task is to connect all ropes into one single rope. The cost of connecting two ropes is the sum of their lengths. Yo...
Connect ropes with minimum cost by merging two smallest ropes at a time.
Sort the array of rope lengths in ascending order.
Merge the two smallest ropes at a time and update the cost.
Repeat the process until all ropes are merged.
Return the total cost as the minimum cost to connect all ropes.
Given a binary tree, your task is to print the left view of the tree.
The input will be in level order form, with node values separated by a...
Print the left view of a binary tree given in level order form.
Traverse the tree level by level and print the first node encountered at each level
Use a queue to perform level order traversal
Keep track of the level while traversing the tree
Round duration - 50 minutes
Round difficulty - Easy
This was face to face interview round.
You are given a Binary Tree of integers and an integer 'X'. Your task is to find all the triplets in the tree whose sum is strictly greater than 'X'. Th...
Find all triplets in a binary tree whose sum is greater than a given integer X, with a grandparent-parent-child relationship.
Traverse the binary tree to find all possible triplets with the required relationship.
Keep track of the sum of each triplet and compare it with the given integer X.
Return the triplets that satisfy the condition in any order.
Ensure each triplet follows the format (grand-parent, parent, child).
A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determi...
Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.
Use dynamic programming to keep track of the maximum amount of money that can be stolen up to each house.
At each house, the thief can either choose to steal from the current house or skip it and steal from the previous house.
The maximum amount of money that can be stolen at the current house is the maximum of the ...
Round duration - 60 minutes
Round difficulty - Easy
This was face to face interview round.
Tip 1 : Participate in live contests on websites like Codechef, Codeforces, etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.
Only write those things in the resume which you are confident of and keep practicing.
Final outcome of the interviewRejectedbased on 4 interviews
Interview experience
based on 17 reviews
Rating in categories
Area Sales Manager
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Relationship Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Operations Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Cluster Head
4
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
HDFC Bank
ICICI Bank
Genpact