Filter interviews by
I applied via Approached by Company and was interviewed in Dec 2023. There were 2 interview rounds.
The new keyword is used in C# to create an instance of a class or structure.
Used to instantiate objects in C#
Can be used with constructors to initialize object properties
Helps in creating instances of classes or structures
Interface defines only method signatures while abstract class can have method implementations.
Interface cannot have method implementations, only method signatures.
Abstract class can have method implementations and variables.
A class can implement multiple interfaces but can inherit only one abstract class.
Interfaces are used for defining contracts while abstract classes are used for code reusability.
The 'using' keyword is used in C# to ensure that an object is disposed of properly after use.
Automatically disposes of resources when they are no longer needed
Simplifies code by handling cleanup tasks
Example: using (var file = new FileStream("example.txt", FileMode.Open)) { // code here }
Pipes in Angular are used for transforming data in templates.
Pipes are used to format data before displaying it in the view
They can be used for currency, date, uppercase/lowercase transformations, etc.
Example: {{ birthday | date:'MM/dd/yyyy' }}
Dependency injection in Angular is a design pattern where components are given their dependencies rather than creating them.
Allows for easier testing and maintenance of code
Promotes reusability and modularity
Reduces tight coupling between components
Example: Injecting a service into a component constructor
Seeking new challenges and growth opportunities
Desire for career advancement
Looking for new challenges and learning opportunities
Seeking a more collaborative work environment
Company restructuring or changes in management
I have a strong background in full stack development with expertise in .NET technologies.
Extensive experience in developing web applications using .NET framework
Proficient in front-end technologies like HTML, CSS, and JavaScript
Skilled in back-end development with C# and SQL Server
Proven track record of delivering high-quality projects on time
Top trending discussions
posted on 7 Jul 2017
posted on 19 Feb 2021
I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.
posted on 23 Nov 2021
I am in my late twenties, which gives me a blend of youthful energy and professional experience in software development.
Age can influence perspective; for example, younger developers may be more familiar with recent technologies.
Experience matters; I've worked on projects that span several years, enhancing my skills.
Being in my twenties allows me to adapt quickly to new trends in the tech industry.
posted on 28 Dec 2021
I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Dec 2023. There were 2 interview rounds.
Asked basic questions
Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.
Relocation can provide exposure to new technologies and methodologies.
It allows for networking with professionals in different regions.
I am adaptable and enjoy experiencing new cultures and environments.
For example, moving to a tech hub like San Francisco could enhance my career prospects.
A thread is a lightweight process within a process, sharing memory and resources, while a process is a standalone program with its own memory space.
Threads share memory and resources within a process
Processes are standalone programs with their own memory space
Threads are faster to create and terminate than processes
Processes have higher overhead due to separate memory space
Threads are used for multitasking within a pro...
posted on 3 Aug 2024
Object-Oriented Programming (OOP) principles are essential for software development, enhancing code reusability and maintainability.
Encapsulation: Bundling data and methods that operate on the data within one unit, e.g., a class in Java.
Inheritance: Creating new classes based on existing ones, e.g., a 'Dog' class inheriting from an 'Animal' class.
Polymorphism: Allowing methods to do different things based on the object...
posted on 2 Oct 2024
Easy to medium prepare concepts like time-based concepts
posted on 17 Oct 2024
I appeared for an interview before Oct 2023.
Machine test was given for 30mins
Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for events and executing associated callbacks.
Event loop is commonly used in JavaScript to handle asynchronous operations.
It continuously checks the call stack for any pending tasks and executes them in a non-blocking manner.
Event loop allows for efficient handling of I/O operations without blocking the main...
Use GROUP BY clause in MSSQL to group data based on a specific column.
Use GROUP BY followed by the column you want to group by
Can be used with aggregate functions like COUNT, SUM, AVG, etc.
Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name
based on 1 interview experience
Difficulty level
Duration
Software Engineer
742
salaries
| ₹5.1 L/yr - ₹12 L/yr |
Senior Software Engineer
449
salaries
| ₹14.7 L/yr - ₹26 L/yr |
Technical Lead
252
salaries
| ₹20.5 L/yr - ₹36.2 L/yr |
Senior Consultant
106
salaries
| ₹13.5 L/yr - ₹22 L/yr |
Technical Analyst
101
salaries
| ₹5 L/yr - ₹10.2 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Microland