i
Filter interviews by
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
To return multiple data with different data types from a function in .c#, use Tuple or create a custom class with properties for each data type.
Use Tuple to return multiple data with different data types. For example: Tuple
Create a custom class with properties for each data type and return an instance of that class. For example: public class CustomData { public int Number { get; set; } public string
Optimizing stored procedures involves reducing execution time and resource usage.
Use proper indexing on tables involved in the stored procedure
Avoid using SELECT * and only fetch necessary columns
Minimize the use of temporary tables and cursors
Avoid using scalar functions in WHERE clauses
Consider using table-valued functions instead of scalar functions
Azure Functions can be run locally using Azure Functions Core Tools
Install Azure Functions Core Tools using npm
Create a new Azure Functions project using func init command
Run the Azure Functions project locally using func start command
Partial class is a class that allows splitting the definition of a class into multiple files.
Partial classes are used to divide a large class into smaller, more manageable parts.
Each part of a partial class must use the 'partial' keyword.
All parts of a partial class must be in the same namespace and assembly.
Partial classes are commonly used in code generation scenarios.
Example: public partial class MyClass { }
Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )
Interview experience
Senior Consultant
2.9k
salaries
| ₹8 L/yr - ₹31 L/yr |
Assistant Manager
2.1k
salaries
| ₹9.7 L/yr - ₹31.6 L/yr |
Manager
1.7k
salaries
| ₹18 L/yr - ₹52.7 L/yr |
Consultant
1.4k
salaries
| ₹4.5 L/yr - ₹20 L/yr |
Senior Associate
1.3k
salaries
| ₹5 L/yr - ₹20 L/yr |
Ernst & Young
TCS
Accenture
Deloitte