Filter interviews by
I applied via Walk-in and was interviewed in Sep 2023. There were 3 interview rounds.
The .NET framework is a software development platform developed by Microsoft for building and running applications on Windows.
Developed by Microsoft
Used for building and running applications on Windows
Supports multiple programming languages like C#, VB.NET, F#
Consists of a large class library known as Framework Class Library (FCL)
Includes Common Language Runtime (CLR) for managing code execution
Drop is used to remove a table from a database, while delete is used to remove rows from a table.
DROP is a DDL (Data Definition Language) command, while DELETE is a DML (Data Manipulation Language) command.
DROP command removes the table structure and its data, while DELETE command removes specific rows from a table.
DROP command cannot be rolled back, while DELETE command can be rolled back if used within a transaction.
...
Mvc crud operation perform
CQRS (Command Query Responsibility Segregation) is a design pattern that separates read and write operations in an application.
CQRS separates the responsibility of handling commands (write operations) from queries (read operations).
It helps in achieving better scalability, performance, and maintainability by allowing different models for reading and writing data.
Example: Using separate models for reading and writing da...
posted on 30 Oct 2023
I applied via Job Portal and was interviewed in Sep 2023. There were 2 interview rounds.
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
Use streams to find prime numbers in an array
Use Java streams to filter out non-prime numbers from the array
Check if a number is prime by dividing it by all numbers less than its square root
Create a method to check if a number is prime
posted on 1 Oct 2024
I applied via Campus Placement
DP graphs strings it was good
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, previous, and next
Iterate through the list, updating pointers to reverse the direction
Return the new head of the reversed list
The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with two variables initialized to 0 and 1
Loop through desired number of iterations, adding the previous two numbers to get the next number
Print or store each number in the series
posted on 8 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: bundling data and methods that operate on the data into a single unit (class)
Inheritance: ability of a class to inherit properties and behavior from another class
Polymorphism: ability to present the same interface for different data types
Abstraction: hiding the complex implementation details
I want to switch to explore new technologies and challenges in a different industry.
Interested in learning new skills and technologies
Seeking new challenges and opportunities for growth
Want to explore different industry perspectives
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Calaender based questions
I applied via campus placement at SRM university (SRMU) and was interviewed in Jul 2023. There were 5 interview rounds.
Hackerank (2-Easy,1-Medium,1-Hard) 90 mins
A palindrome of a string is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Check if the string is equal to its reverse to determine if it is a palindrome.
Ignore spaces and punctuation when checking for palindromes.
Examples: 'racecar', 'madam', 'A man, a plan, a canal, Panama!'
based on 1 review
Rating in categories
Software Developer
6
salaries
| ₹3.3 L/yr - ₹7.2 L/yr |
Software Engineer
5
salaries
| ₹2 L/yr - ₹6 L/yr |
Senior Software Developer
4
salaries
| ₹4.2 L/yr - ₹9 L/yr |
Junior Software Developer
3
salaries
| ₹2.4 L/yr - ₹6 L/yr |
DOT NET Developer
3
salaries
| ₹2 L/yr - ₹2.6 L/yr |
TCS
Infosys
Wipro
HCLTech