i
Paltech
Filter interviews by
I was interviewed in Nov 2024.
I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.
Top trending discussions
I was interviewed in Jan 2025.
posted on 9 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Function Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.
In Function Overriding, a subclass can provide a specific implementation of a method that is already defined in its parent class.
The method in the subclass must have the same name, return type, and parameters as the method in the parent class to ove...
Using LINQ query to order data in C#
Use the OrderBy method to sort data in ascending order
Use the OrderByDescending method to sort data in descending order
You can also use ThenBy and ThenByDescending for secondary sorting
Out parameter is used to pass data out of a method or function.
Out parameters are used when a method needs to return multiple values.
They are declared using the 'out' keyword in C#.
Example: void CalculateArea(int length, int width, out int area) { area = length * width; }
Reflection in C# allows for inspecting and manipulating metadata of types at runtime.
Reflection is used to dynamically create instances of types, access properties, and invoke methods.
Examples include using reflection to load assemblies at runtime, inspect attributes of types, and generate code dynamically.
Reflection can be slow and should be used judiciously due to performance overhead.
posted on 17 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Interfaces in real world help in achieving abstraction and decoupling, allowing for flexibility and scalability in software development.
Interfaces allow for multiple implementations of a common set of methods, promoting code reusability.
Interfaces help in achieving loose coupling between different components of a system, making it easier to maintain and extend.
Interfaces enable polymorphism, where objects can be treate...
My expected CTC is based on my experience, skills, and the market rate for Dot Net Fullstack Developers.
Consider my years of experience in Dot Net development
Factor in my expertise in fullstack development technologies like Angular and React
Research the current market rate for Dot Net Fullstack Developers in the location of the job
Provide a range rather than a specific number to allow for negotiation
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstrac...
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOP focuses on creating objects that interact with each other to solve a problem.
Key principles of OOP include encapsulation, inheritance, and polymorphism.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
...
posted on 10 Jul 2024
Print 'hello world!!' in three separate lines.
Use a programming language's print function to output 'hello' on the first line, 'world' on the second line, and '!!' on the third line.
In JavaScript, you can achieve this using console.log() function with line breaks like console.log('hello\nworld\n!!');
Dependency Injection, Palindrome, No of letters in a string, Deployment, SQL joins
based on 2 interviews
Interview experience
Software Engineer
37
salaries
| ₹5 L/yr - ₹15 L/yr |
Associate Software Engineer
13
salaries
| ₹5 L/yr - ₹8 L/yr |
Senior Software Engineer
12
salaries
| ₹14 L/yr - ₹23.5 L/yr |
Data Engineer
12
salaries
| ₹9 L/yr - ₹16.5 L/yr |
Software Developer
5
salaries
| ₹5 L/yr - ₹11 L/yr |
Infosys
TCS
Wipro
HCLTech