Filter interviews by
An index is a data structure that improves the speed of data retrieval operations in a database.
Types of indexes include clustered index, non-clustered index, unique index, and composite index.
Indexes can be created on one or multiple columns in a table.
Indexes help in quickly locating data without having to scan the entire table.
Examples of indexes are primary key indexes, foreign key indexes, and secondary indexes.
SCD stands for Slowly Changing Dimension, which is a concept used in data warehousing to track changes in data over time.
SCD Type 1: Overwrites old data with new data, losing historical information.
SCD Type 2: Keeps multiple versions of the same record, each with a different timestamp.
SCD Type 3: Maintains separate columns for current and previous values, limiting historical data tracking.
SCD Type 4: Uses separate hist...
Data pipeline is a series of processes that collect, transform, and load data from various sources to a destination for analysis.
Data ingestion: Collecting data from various sources like databases, APIs, logs, etc.
Data processing: Cleaning, transforming, and enriching the data to make it usable for analysis.
Data storage: Storing the processed data in a data warehouse, data lake, or other storage solutions.
Data analysis...
Top trending discussions
posted on 15 Jul 2024
posted on 15 Feb 2024
Knowing about you, basic introduction
Asking you about the DSA questions
posted on 19 Oct 2021
I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.
posted on 12 Dec 2024
I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.
I have worked on a variety of technologies including Java, Python, SQL, and AWS.
Java
Python
SQL
AWS
SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable...
posted on 22 Nov 2024
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
It includes - 2 coding questions + MCQ
posted on 12 Mar 2023
I applied via Campus Placement and was interviewed in Feb 2023. There were 5 interview rounds.
Online aptitude test 1.30 hr....................
1 HR CODING test both aptitude coding combines 2.30 hours
posted on 19 Mar 2024
I appeared for an interview before Mar 2023.
It was a very easy aptitude test
It is a very easy coding test
posted on 2 Apr 2025
I appeared for an interview in Mar 2025, where I was asked the following questions.
An abstract class is a blueprint for other classes, allowing for shared methods and properties while preventing instantiation.
An abstract class cannot be instantiated directly.
It can contain abstract methods (without implementation) that must be implemented by derived classes.
It can also have concrete methods (with implementation) that can be used by derived classes.
Example: In a shape hierarchy, 'Shape' can be an abst...
Static methods belong to the class, while class methods can modify class state and take the class as the first argument.
Static methods are defined using the 'static' keyword and do not take 'self' or 'cls' as the first parameter.
Class methods are defined using the '@classmethod' decorator and take 'cls' as the first parameter, allowing access to class variables.
Static methods cannot modify class state or instance state...
MRO (Method Resolution Order) in Python determines the order in which base classes are searched when executing a method.
MRO is crucial in multiple inheritance scenarios to avoid ambiguity.
Python uses the C3 linearization algorithm to compute MRO.
You can view the MRO of a class using the __mro__ attribute or the mro() method.
Example: For class D inheriting from B and C, and both B and C inheriting from A, MRO is D ->...
The merge function in pandas combines DataFrames based on common columns or indices.
Used to combine two DataFrames based on a key column.
Example: pd.merge(df1, df2, on='key') merges df1 and df2 on the 'key' column.
Supports different types of joins: inner, outer, left, right.
Example: pd.merge(df1, df2, how='outer') performs an outer join.
Can merge on multiple columns using a list: pd.merge(df1, df2, on=['key1', 'key2'])
posted on 11 Mar 2024
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
based on 1 interview
Interview experience
Senior Software Engineer
186
salaries
| ₹6 L/yr - ₹22.9 L/yr |
Software Engineer
94
salaries
| ₹3.6 L/yr - ₹12 L/yr |
Tax Analyst
63
salaries
| ₹3.5 L/yr - ₹11.5 L/yr |
Technical Lead
54
salaries
| ₹11.1 L/yr - ₹24.7 L/yr |
Senior Infrastructure Engineer
41
salaries
| ₹5.6 L/yr - ₹14.5 L/yr |
EY Global Delivery Services ( EY GDS)
BDO India LLP
RSM India
Grant Thornton Bharat