Filter interviews by
I was interviewed before Jul 2023.
The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.
Developed by Microsoft
Provides a large library of pre-coded solutions
Supports multiple programming languages like C#, VB.NET, F#
Used for building various types of applications including web, desktop, mobile, and cloud-based applications
SQL query to find the second maximum value in a table
Use the MAX function to find the maximum value in the table
Use the WHERE clause to exclude the maximum value
Use the MAX function again to find the second maximum value
Indexer in C# allows objects to be indexed like arrays, enabling them to be accessed using square brackets.
Indexer is a special type of property in C# that allows objects to be indexed like arrays.
It enables objects to be accessed using square brackets [] instead of traditional property syntax.
Indexers are defined using the 'this' keyword followed by square brackets and a parameter list.
Example: public string this[int ...
The main difference is that .NET Core is cross-platform and open-source, while .NET Framework is Windows-only and closed-source.
NET Core is cross-platform, while .NET Framework is Windows-only
.NET Core is open-source, while .NET Framework is closed-source
.NET Core is modular, allowing developers to include only the necessary libraries, while .NET Framework is monolithic
NET Core is optimized for cloud-based applications...
Create CRUD operations for name, email, and password input fields.
Create a form with input fields for name, email, and password.
Implement functions for Create, Read, Update, and Delete operations for each field.
Use a database to store and retrieve the data.
Example: Create operation - INSERT INTO users (name, email, password) VALUES ('John Doe', 'johndoe@example.com', 'password123');
Top trending discussions
I was interviewed in Mar 2024.
1)Spy number
2) Pattern
Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is redefining a method in a subclass with the same signature as in the superclass.
Method overloading allows a class to have multiple methods with the same name but different parameters.
Method overriding is when a subclass provides a specific implementation of a method that is already provided b...
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Easy round anyone with basic maths can clear the round.
The topic given to us is online education system,and the round was easy to clear.
Call by value passes a copy of the variable, while call by reference passes the actual variable.
Call by value: changes to the parameter inside the function do not affect the original variable.
Call by reference: changes to the parameter inside the function affect the original variable.
Example: Call by value - int x = 5; func(x); // x remains 5. Call by reference - int x = 5; func(&x); // x changes to the value set i
I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in May 2024. There were 5 interview rounds.
I am writing automation and clicking on aptitude test.
I am writing automation and clicking on assignment test.
This is an automation test. I got this task from my senior. I'm doing good.
This is an automation test. I got this task from my senior. I'm doing good.
It was gud & they asked simple interview questions
I am impressed by the company's innovative projects and collaborative work culture.
I am excited about the opportunity to work on cutting-edge technologies and contribute to impactful projects.
I value the company's focus on teamwork and collaboration, which aligns with my own work style.
I believe the company's reputation for fostering professional growth and development will help me advance in my career.
Java is a popular programming language known for its platform independence and robustness.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)
Java is object-oriented, allowing for modular and reusable code
Java has a large standard library, providing pre-built functionality for common tasks
Java is widely used in enterprise applications, web development, mobile apps, and more
Merge two arrays of strings and print the result
Create a new array and concatenate the elements of the two arrays
Use a loop to iterate through both arrays and add elements to the new array
Print the merged array
I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in Apr 2024. There were 5 interview rounds.
I am writing automation and clicking on aptitude test.
I am writing automation and clicking on assignment test.
This is an automation test. I got this task from my senior. I'm doing good.
This is an automation test. I got this task from my senior. I'm doing good.
posted on 23 Feb 2024
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
Basic codings like prime no or not
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve problems
Key concepts include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation involves bundling data and methods that operate on the data into a single unit
Inheritance allows one class to inherit proper...
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing direct access from outside the class.
Encapsulation also enables data to be accessed only through the methods defined in the class.
Example: In a class representing a car, th...
Data structures are ways to organize and store data in a computer so that it can be accessed and manipulated efficiently.
Data structures define how data is stored, accessed, and manipulated in a computer program.
Examples include arrays, linked lists, stacks, queues, trees, and graphs.
Choosing the right data structure is crucial for optimizing performance and efficiency in software development.
based on 1 interview
Interview experience
Front end Developer
6
salaries
| ₹1.9 L/yr - ₹3 L/yr |
PHP Developer
5
salaries
| ₹1 L/yr - ₹2.4 L/yr |
HR Executive
4
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Marketing Executive
4
salaries
| ₹2 L/yr - ₹3 L/yr |
Android Developer
4
salaries
| ₹1.8 L/yr - ₹4.2 L/yr |
Infosys
TCS
Wipro
HCLTech