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 20 Feb 2021
I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.
posted on 15 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 45 minutes
Round difficulty - Medium
I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Find the sum of the subarray with the maximum sum among all subarrays in a given array.
Iterate through the array and keep track of the current sum and maximum sum seen so far.
If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.
Return the maximum sum as the result.
Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.
You are given two singly linked lists, where each list represents a positive number without any leading zeros.
Your task is to add these two numbers and return the sum as ...
Add two numbers represented as linked lists and return the sum as a linked list.
Traverse both linked lists simultaneously while keeping track of carry
Create a new linked list to store the sum
Handle cases where one list is longer than the other
Consider edge cases like carry at the end of addition
Round duration - 15 minutes
Round difficulty - Easy
It was a normal discussion about the role, the job expectations and about the company culture.
Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.
Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.
posted on 18 May 2021
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 26 Nov 2020
I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.
I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.
I applied via Campus Placement
Online one and half hours
I applied via Naukri.com and was interviewed before May 2023. There were 4 interview rounds.
It was a screening round where questions where from java springboot and micro services
Java 8 introduced several new features including lambda expressions, streams, functional interfaces, and more.
Lambda expressions allow you to write code in a more concise and readable way.
Streams provide a new way to work with collections in a functional style.
Functional interfaces enable the use of lambda expressions.
Default methods allow interfaces to have method implementations.
Method references provide a way to ref...
To ensure correct behavior when using objects in collections like HashMap or HashSet.
Ensures that two objects that are equal have the same hash code.
Prevents duplicate objects in collections like HashSet.
Allows for correct retrieval of objects from collections like HashMap.
posted on 19 Feb 2021
I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.
based on 1 interview
Interview experience
Software Engineer
703
salaries
| ₹5.6 L/yr - ₹14.7 L/yr |
Senior Software Engineer
429
salaries
| ₹8 L/yr - ₹26 L/yr |
Technical Lead
237
salaries
| ₹13.4 L/yr - ₹36.5 L/yr |
Technical Analyst
102
salaries
| ₹5 L/yr - ₹10 L/yr |
Senior Consultant
87
salaries
| ₹10.6 L/yr - ₹22 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Microland