i
Filter interviews by
I appeared for an interview in Mar 2025, where I was asked the following questions.
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'])
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
What people are saying about EY Global Delivery Services ( EY GDS)
Guidewire is a software company that provides core system software for property and casualty insurers.
Guidewire offers software solutions for policy administration, claims management, and billing.
Their software helps insurance companies streamline their operations and improve customer service.
Examples of Guidewire products include PolicyCenter, ClaimCenter, and BillingCenter.
EY Global Delivery Services ( EY GDS) interview questions for designations
posted on 15 Jul 2024
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
posted on 14 Apr 2023
I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.
Had group discussion with 3 people for 1 hour
Had group discussion with 3 people for 1 hour
Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )
I applied via Fast career and was interviewed before Apr 2021. There was 1 interview round.
based on 4 interviews
Interview experience
based on 22 reviews
Rating in categories
Senior Consultant
3.2k
salaries
| ₹8.3 L/yr - ₹32 L/yr |
Assistant Manager
2.3k
salaries
| ₹9.4 L/yr - ₹32 L/yr |
Manager
1.8k
salaries
| ₹14.4 L/yr - ₹52.7 L/yr |
Consultant
1.5k
salaries
| ₹5 L/yr - ₹19.6 L/yr |
Senior Associate
1.5k
salaries
| ₹5 L/yr - ₹20 L/yr |
Ernst & Young
TCS
Accenture
BDO India LLP