i
Chetu
Filter interviews by
I applied via Approached by Company and was interviewed before Mar 2022. There were 3 interview rounds.
Round 1 is Optional test. Which we have to pass atleast 30 marks out of 50
Answers to common technical questions asked in a .NET Software Developer interview.
OOPs stands for Object-Oriented Programming, a programming paradigm that uses objects to represent real-world entities.
.NET Core is a cross-platform, open-source framework for building modern applications.
MS SQL is a relational database management system used to store and retrieve data.
Joins are used to combine data from two or more tabl...
Top trending discussions
posted on 29 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
SQL query to retrieve student department id.
Use SELECT statement to retrieve data
Specify the columns to be selected, including the department id column
Specify the table where the student data is stored
Use WHERE clause to filter the results based on student information
Code to find index of sub string in main string and duplicate the sub string
Use a loop to iterate through the main string and check for the sub string
If sub string is found, duplicate it and store the index
Return the index of the duplicated sub string
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank
Again same but dsa question and oops concept in deep level
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jun 2024. There were 4 interview rounds.
Hacker rank mcq medium to hard level 1 hr duration
Singleton ensures a class has only one instance, while Abstract Factory provides an interface for creating families of related objects.
Singleton pattern restricts the instantiation of a class to one object, ensuring there is only one instance of the class.
Abstract Factory pattern provides an interface to create families of related or dependent objects without specifying their concrete classes.
Singleton pattern can be i...
Implement linked list and generate all combination strings in Python.
Create a Node class to represent each element in the linked list.
Implement methods to add nodes, delete nodes, and generate all combinations of strings.
Use recursion to generate all combinations of strings.
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.
Overloading allows a class to have multiple methods with the same name but different parameters.
Overriding is when a subclass provides a specific implementation of a method that is already defined in its parent class.
Example o...
Server side session management involves storing user data on the server to maintain state. Types include in-process, out-of-process, and database.
In-process session state: Data stored in memory on the same server as the application.
Out-of-process session state: Data stored in a separate server or service, such as a state server or Redis cache.
Database session state: Data stored in a database, such as SQL Server or MySQ...
Debugging stored procedures involves using tools like SQL Server Management Studio, setting breakpoints, and analyzing query execution.
Use SQL Server Management Studio to debug stored procedures
Set breakpoints in the stored procedure code to pause execution at specific points
Analyze query execution using tools like SQL Profiler to identify issues
Use PRINT or SELECT statements to output intermediate results for debuggin...
Compile time binding occurs during compilation while runtime binding occurs during execution.
Compile time binding is also known as early binding, where the method to be called is determined at compile time based on the type of the object.
Runtime binding is also known as late binding, where the method to be called is determined at runtime based on the actual type of the object.
Compile time binding is faster as it is don...
General Topic And controversial topic
Number series in python involves generating a sequence of numbers based on a specific pattern or rule.
Use loops or list comprehensions to generate number series.
Identify the pattern or rule to determine the next number in the series.
Examples: Fibonacci series, prime numbers series, arithmetic progression.
Based on core Java, DS and spring
posted on 7 Aug 2024
Graphql implementation
System design questions : HLD and LLD
Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.
Hash Map typically has a load factor threshold to determine whe...
posted on 10 Jun 2024
diff var let const
var is function-scoped, let and const are block-scoped
var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared
const must be initialized during declaration, let and var can be declared without initialization
based on 5 reviews
Rating in categories
Software Engineer
1.2k
salaries
| ₹2.5 L/yr - ₹10 L/yr |
Software Developer
1k
salaries
| ₹2.4 L/yr - ₹9.7 L/yr |
Senior Software Engineer
636
salaries
| ₹4.4 L/yr - ₹10.5 L/yr |
Team Lead
285
salaries
| ₹5 L/yr - ₹13.2 L/yr |
Senior Software Developer
221
salaries
| ₹4.2 L/yr - ₹11 L/yr |
TCS
Infosys
Wipro
HCLTech