Filter interviews by
Numerical reasoning ,verbal ability, logical ability.
I applied via Walk-in and was interviewed before Feb 2022. There were 5 interview rounds.
OOPS concepts in C# asp.net include encapsulation, inheritance, and polymorphism.
Encapsulation: hiding implementation details and exposing only necessary information
Inheritance: creating new classes from existing ones to reuse code and add new functionality
Polymorphism: using objects of different classes interchangeably
Example: creating a class hierarchy for different types of vehicles
Example: using interfaces to imple...
General discussion about the concept in dot net framework
Top trending discussions
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
SQL- 1 departments with no users
2 dept_id and their respective no. of users
DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists
Basic aptitude test, 2 coding questions based on arrays. One was easy other was hard
Arrays are a data structure that stores a collection of elements of the same data type in contiguous memory locations.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Arrays can store primitive data types or objects.
Example: String[] names = {"Alice", "Bob", "Charlie"};
A linked list is a data structure where each element points to the next element in the sequence.
Each element in a linked list, called a node, contains data and a reference to the next node in the sequence.
Linked lists can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes).
To traverse a linked list, you start at the head node and follow the refere...
posted on 29 Oct 2023
I applied via Naukri.com and was interviewed in Sep 2023. There were 5 interview rounds.
Aptitude test is an exam assume that individuals have inherent strengths and weakness and have a natural inclination towards success or failure in specific areas based on their innate characteristics
I am proficient in 5 programming languages, have used 8 development tools, and hold 2 technical certifications.
Proficient in Java, Python, C++, JavaScript, and SQL
Used development tools like Git, Jenkins, Docker, Visual Studio Code, etc.
Hold certifications in AWS Solutions Architect and Microsoft Certified Azure Developer
I am comfortable working with Windows, Linux, and macOS operating systems.
Windows
Linux
macOS
Data structures , what is an array,what is linked list,etc
Basic Aptitude test
Coding Round is little tough.
posted on 16 Sep 2021
I was interviewed in Feb 2021.
Round duration - 70 Minutes
Round difficulty - Medium
Timing was 9:15AM. Platform was not very good. Questions were not well explained.
Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.
Algorithm is as follows:
Given a string STR
consisting of lowercase English letters, your task is to return all permutations of the given string in lexicographically increasing order.
The idea is to fix a character at a position and then find the permutations for rest of the characters.
Make a list ‘ans’ which will contain the permutations of the given string.
Let’s define a function generatePermutaionsHelper(Str, l, r). This function generates the permutations of the substring which starts from index ‘l’ and ends at index ‘r’.
Tip 1 : Prepare maximum algorithms.
Tip 2 : Deep knowledge of data structure.
Tip 3 : OOPS is must.
Tip 1 : Keep it short.
Tip 2 : Mention only your own projects.
posted on 19 Oct 2017
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
Use a hash set to find duplicates in an array of strings.
Create a hash set to store unique elements.
Iterate through the array and check if the element is already in the hash set.
If it is, then it is a duplicate. If not, add it to the hash set.
Find the single duplicate element in an array of strings with length n-1.
Iterate through the array and use a HashSet to keep track of elements seen so far.
If an element is already in the HashSet, that is the duplicate element.
Return the duplicate element once found.
Create a student support system
Design an order and payments system for an EdTech company
Allow users to browse and select courses
Implement a shopping cart for users to add courses
Integrate payment gateways for secure transactions
Provide order confirmation and receipt to users
Allow users to track their order status
I applied via Company Website and was interviewed before Nov 2022. There were 4 interview rounds.
3 questions in 3 hr, topics were Dp, Strings, Tree
1hr durations 40 questions, main topics were patterns, profit loss, work man , etc.
based on 2 interviews
Interview experience
based on 47 reviews
Rating in categories
full stack .net developer
20
salaries
| ₹1 L/yr - ₹2.4 L/yr |
DOT NET Developer
18
salaries
| ₹0.9 L/yr - ₹3 L/yr |
Software Trainee
18
salaries
| ₹1 L/yr - ₹2 L/yr |
Dot Net Fullstack Developer
6
salaries
| ₹1 L/yr - ₹2.4 L/yr |
Dot Net Developer Trainee
6
salaries
| ₹1.2 L/yr - ₹2 L/yr |
TCS
Infosys
Wipro
HCLTech