i
Inceptive Technologies
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Aptitude Test was on Time, Speed, Maths, analysis, Work etc.
I am a passionate .Net Developer with 5 years of experience in developing web applications using C# and ASP.NET MVC.
5 years of experience in .Net development
Proficient in C# and ASP.NET MVC
Strong problem-solving skills
Experience with SQL Server database
Familiar with Agile development methodologies
Code to reverse a string in an array of strings.
Iterate through each string in the array
Use a StringBuilder to reverse each string
Store the reversed strings back in the array
You can give a null value to an int variable by using nullable types in C#.
Use nullable types like int? to declare an int variable that can hold null values.
Initialize the int variable with null by assigning 'null' to it.
Example: int? nullableInt = null;
DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.
DDL is used to create, modify, and delete database objects such as tables, indexes, and views.
DML is used to insert, update, delete, and retrieve data from database tables.
Examples of DDL statements include CREATE TABLE, ALTER TABLE...
Use SQL query with ORDER BY and LIMIT to find second highest salary from employee table.
Use ORDER BY clause to sort salaries in descending order
Use LIMIT 1,1 to get the second highest salary
Example: SELECT salary FROM employee ORDER BY salary DESC LIMIT 1,1
Delegate in C# is a type that represents references to methods with a specific parameter list and return type.
Delegates allow methods to be passed as parameters.
Delegates can be used to define callback methods.
Delegates can be used to implement events and event handling in C#.
Delegates are type-safe function pointers.
Work process refers to the series of steps or tasks that need to be completed in order to achieve a specific goal or outcome.
Work process involves defining the objectives and goals of a project
Breaking down the tasks into smaller, manageable steps
Assigning responsibilities to team members
Monitoring progress and making adjustments as needed
Evaluating the results and outcomes of the work process
Joins are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left table.
FULL ...
Handle runtime exceptions by using try-catch blocks and logging the exception details.
Use try-catch blocks to catch exceptions at runtime.
Handle specific exceptions separately for better error handling.
Log the exception details for debugging purposes.
Use finally block to clean up resources after exception handling.
Top trending discussions
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.
C++ is an extension of C with object-oriented programming features.
C++ supports object-oriented programming while C does not.
C++ has classes and templates while C does not.
C++ has better support for function overloading and default arguments.
C++ has a standard library that includes many useful functions.
C++ allows for both procedural and object-oriented programming.
C++ is generally considered to be a more complex langu
I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.
based on 1 interview
Interview experience
Software Engineer
9
salaries
| ₹1.9 L/yr - ₹10.6 L/yr |
Software Developer
6
salaries
| ₹2 L/yr - ₹5.9 L/yr |
PHP Developer
6
salaries
| ₹1.5 L/yr - ₹4.5 L/yr |
Business Development Executive
4
salaries
| ₹2.4 L/yr - ₹6 L/yr |
IOS Developer
4
salaries
| ₹1.7 L/yr - ₹9 L/yr |
TCS
Infosys
Wipro
HCLTech