Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
2 coding questions were given with 40 min time limit
ref and out are both used for passing arguments by reference in C#, but out parameters are not required to be initialized before being passed.
ref parameters must be initialized before being passed to a method, while out parameters do not need to be initialized
out parameters are typically used for returning multiple values from a method
ref parameters can be used for both input and output, while out parameters are typica...
A static class is a class that cannot be instantiated and is used to group related methods and properties.
Static classes are commonly used for utility classes that contain helper methods.
They are also used for defining extension methods.
Example: Math class in C# contains static methods like Math.Max() and Math.Min().
First returns the first element of a sequence, while Single returns the only element of a sequence or throws an exception if there is not exactly one element.
First is used to retrieve the first element of a sequence, while Single is used to retrieve the only element of a sequence.
First does not throw an exception if there are no elements in the sequence, while Single throws an exception in this case.
Example: var number...
An interface in .NET is a reference type that defines a contract for classes to implement certain methods and properties.
Interfaces contain method signatures but no implementation.
Classes can implement multiple interfaces.
Interfaces are used for achieving abstraction and multiple inheritance in .NET.
Example: 'IComparable' interface in C# is used for comparing objects.
Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.
Authentication confirms the user's identity through credentials like username and password.
Authorization controls the access rights of authenticated users to specific resources or actions.
Example: Logging into a website with a username and password is authentication. Accessing certain pages or featur...
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before Jan 2021. There were 2 interview rounds.
Python coding test
I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.
Synchronous means happening at the same time, while asynchronous means not happening at the same time.
Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.
Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.
Examples of synchronous operations include function calls and loops, while examples of ...
CTE and temp table usage in SQL
Use CTE for recursive queries and complex subqueries
Use temp tables for large data sets and complex queries
CTE is more efficient for small data sets
Temp tables can be indexed for faster performance
Consider the scope and lifespan of the data when choosing between CTE and temp table
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
This test consists of two coding questions and some MCQ regarding computer fundamentals.
Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...
Find total distinct card types and common card types between two packs of cards.
Create a set to store distinct card types when combining both packs.
Iterate through each pack and add card types to the set.
Find the intersection of card types between the two packs to get common card types.
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through all possible allocations of books to students.
Calculate the maximum number of pages assigned to a student for each allocation.
Return the minimum of these maximums as the result.
Round duration - 40 minutes
Round difficulty - Easy
It was a technical round that is based on DSA and computer fundamentals.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.
Update the head of the reversed linked list as the last node encountered during the reversal process.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.
Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.
I applied via Naukri.com and was interviewed in Nov 2021. There were 2 interview rounds.
It was moderate one
Hard one
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
Program to calculate factorial
Use a loop to multiply the numbers from 1 to n
Handle edge cases like 0 and negative numbers
Use recursion for a more elegant solution
posted on 9 Nov 2024
I applied via Approached by Company and was interviewed before Mar 2022. There were 3 interview rounds.
It depends on the region, for me they conducted tool test in the 1st round.
based on 1 interview experience
Difficulty level
Duration
Supervisor
1k
salaries
| ₹11.7 L/yr - ₹20 L/yr |
Senior Fund Accountant
890
salaries
| ₹7.6 L/yr - ₹13.5 L/yr |
Fund Accountant
614
salaries
| ₹5 L/yr - ₹10 L/yr |
Assistant Vice President
465
salaries
| ₹17.1 L/yr - ₹31.5 L/yr |
Operations Analyst
454
salaries
| ₹4 L/yr - ₹8.4 L/yr |
Deloitte
Ernst & Young
PwC
KPMG India