Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Use GROUP BY clause to count sum of sales by customer in MySQL.
Use GROUP BY customer_id to group sales by customer
Use SUM(sales_amount) to calculate total sales for each customer
Use SQL query to count the maximum sales by customer.
Use GROUP BY clause to group the sales by customer.
Use MAX() function to find the maximum sales for each customer.
Use COUNT() function to count the maximum sales for each customer.
Tableau blend is combining data from different data sources, while join is combining data from the same data source.
Tableau blend is used to combine data from different data sources in a single view.
Join is used to combine data from the same data source based on a common key.
Blending is done at the visualization level, while joining is done at the data source level.
Blending allows for combining data that may not have a...
Filters in SQL are used to restrict the result set based on specified criteria.
Filters are used in the WHERE clause of a SQL query to specify conditions that must be met for a row to be included in the result set.
Filters can be used to restrict the result set based on one or more columns, using comparison operators such as =, <>, >, <, >=, <=, etc.
Filters can also be combined using logical operators such as AND, OR, an...
Top trending discussions
I applied via Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.
I appeared for an interview before Dec 2020.
Round duration - 90 Minutes
Round difficulty - Medium
2 coding questions and 20 mcq
You are given a grid containing oranges where each cell of the grid can contain one of the three integer values:
Find the minimum time required to rot all fresh oranges in a grid.
Use Breadth First Search (BFS) to simulate the rotting process.
Track the time taken to rot all oranges and return -1 if any fresh oranges remain.
Handle edge cases like no fresh oranges or all oranges already rotten.
Consider using a queue to efficiently process adjacent oranges.
Ensure to update the grid with the new state of oranges after each second.
Given a natural number N
, return the sum of all its proper divisors.
A proper divisor of Y
is defined as a number X
such that X < Y
and Y % X = 0
.
T...
Calculate the sum of proper divisors of a given natural number.
Iterate from 1 to sqrt(N) and check for divisors
If a divisor is found, add it to the sum and also add N/divisor if it is not the same as divisor
Return the sum as the result
Round duration - 45 Minutes
Round difficulty - Medium
Technical interview
Given an array ARR
consisting of non-negative integers, rearrange the numbers to form the largest possible number. The digits within each number cannot be changed.
Rearrange the array elements to form the largest possible number by concatenating them.
Sort the array elements in a custom comparator function to get the largest number.
Convert the sorted array elements to strings and concatenate them to form the final number.
Handle cases where the numbers have the same prefix by comparing the concatenated forms.
Tip 1 : Be clear about whatever you have mentioned in resume, don't mention buzz words, because interviewer can go in depth
Tip 2 : Along with DS and Algo, if you have 3-4 months experience or internship experience, then be ready to answer scenario based technical questions like scaling the application that you developed and design concepts that can be used for improving
Tip 3 : Last but most important tip is to be calm through out the whole process ,don't loose hope if any round didn't go well ,if you have explained your thought process there is still chance to procees to next round so keep preparating for next rounds.
Tip 1 : Keep it one page resume and mention keywords which align with your technical and personal competencies.
Tip 2 : Mention 3-4 projects in the order that , project which you can explain best should be at top,then the next, and so on.
I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.
Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.
Recursion can be used to solve problems that can be broken down into smaller sub-problems.
Inheritance allows for code reuse and helps in creating a hierarchy of classes.
Heap is used for dynamic memory allocation in la...
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.
I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.
based on 1 interview
Interview experience
Technical Recruiter
10
salaries
| ₹2.4 L/yr - ₹5 L/yr |
US IT Recruiter
5
salaries
| ₹2.5 L/yr - ₹5.6 L/yr |
Real Time Analyst
5
salaries
| ₹5 L/yr - ₹5.7 L/yr |
Executive Accountant
4
salaries
| ₹3.7 L/yr - ₹5 L/yr |
Power BI Developer
4
salaries
| ₹10 L/yr - ₹24 L/yr |
TCS
Accenture
Wipro
Cognizant