Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.
Sql concepts and sql Queries
WHERE is used to filter rows before grouping, HAVING is used to filter groups after grouping.
WHERE is used with SELECT statement to filter rows based on a condition
HAVING is used with GROUP BY statement to filter groups based on a condition
WHERE is applied before grouping, HAVING is applied after grouping
Example: SELECT * FROM table_name WHERE column_name = 'value'
Example: SELECT column_name, COUNT(*) FROM table_name G
Delete removes rows one by one, while truncate removes all rows at once.
Delete is a DML command, while truncate is a DDL command
Delete can be rolled back, while truncate cannot be rolled back
Delete triggers delete triggers, while truncate does not trigger any triggers
Delete is slower than truncate for large tables
Example: DELETE FROM table_name WHERE condition;
Example: TRUNCATE TABLE table_name;
Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.
Primary key ensures each record is unique
Foreign key establishes a relationship between tables
Primary key can be a single column or a combination of columns
Foreign key references the primary key of another table
When creating a table, factors to consider include data types, column names, primary keys, relationships, and constraints.
Consider the data types for each column (e.g. integer, text, date)
Choose appropriate column names that are descriptive and easy to understand
Define primary keys to uniquely identify each row
Establish relationships between tables using foreign keys
Set constraints to enforce data integrity (e.g. uniqu
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
DataBeat interview questions for popular designations
Joins are used in databases to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables in a single query.
Common types of joins include inner join, left join, right join, and full outer join.
Inner join returns only the matching rows between the tables.
Left join returns all rows from the left table and the matching rows from the right table.
Right jo...
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Okay it will have some basic concepts in English and reasoning
They will give conduct a debate on random topic by dividing two groups
I applied via LinkedIn and was interviewed in May 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Apr 2022. There were 2 interview rounds.
50% increase in female population contributed more to the overall population increase in the village.
Calculate the actual increase in male and female population separately.
Compare the percentage increase in male and female population.
The group with the higher percentage increase contributed more to the overall population increase.
I applied via Campus Placement and was interviewed in Dec 2021. There were 2 interview rounds.
Good and relevant and people who interviewed were asking logical questions
Not very easy but relevant questionable
Top trending discussions
I appeared for an interview before Dec 2020.
Round duration - 120 Minutes
Round difficulty - Medium
Ninja, a new member of the FBI, has acquired some 'SECRET_INFORMATION' that he needs to share with his team. To ensure security against hackers, Ninja dec...
The task is to encode and decode 'SECRET_INFORMATION' for security purposes and determine if the transmission was successful.
Read the number of test cases 'T'
For each test case, encode the 'SECRET_INFORMATION' and then decode it
Compare the decoded string with the original 'SECRET_INFORMATION'
Print 'Transmission successful' if they match, else print 'Transmission failed'
Round duration - 60 Minutes
Round difficulty - Medium
Given an array Arr
consisting of N integers, your task is to find the equilibrium index of the array.
An index is considered as an equilibrium index if the sum of elem...
Find the equilibrium index of an array where sum of elements on left equals sum on right.
Iterate through the array and calculate prefix sum and suffix sum at each index.
Compare prefix sum and suffix sum to find equilibrium index.
Return the left-most equilibrium index or -1 if none found.
Round duration - 50 Minutes
Round difficulty - Easy
Tip 1 : Focus more on SQL
Tip 2 : Keep up with ongoing projects in the company
Tip 1 : Be honest about what you add.
Tip 2 : Don't forget to mention extra curriculars.
based on 9 interviews
Interview experience
based on 18 reviews
Rating in categories
Data Analyst
38
salaries
| ₹3.6 L/yr - ₹8.5 L/yr |
Analyst
15
salaries
| ₹4 L/yr - ₹10 L/yr |
Analytics Consultant
9
salaries
| ₹5 L/yr - ₹9.1 L/yr |
Digital Media Analyst
6
salaries
| ₹4 L/yr - ₹5 L/yr |
Consultant
6
salaries
| ₹8 L/yr - ₹13 L/yr |
TCS
Accenture
Wipro
Cognizant