Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Inceptive Technologies Team. If you also belong to the team, you can get access from here

Inceptive Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Inceptive Technologies Interview Questions and Answers

Updated 27 Jun 2024

Inceptive Technologies Interview Experiences

1 interview found

DOT NET Developer Interview Questions & Answers

user image Nisha Jamkar

posted on 27 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude Test was on Time, Speed, Maths, analysis, Work etc.

Round 2 - Technical 

(10 Questions)

  • Q1. Tell me about urself
  • Ans. 

    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

  • Answered by AI
  • Q2. Code to find string reversal..
  • Ans. 

    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

  • Answered by AI
  • Q3. How to give null value to int variable
  • Ans. 

    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;

  • Answered by AI
  • Q4. What is difference between DDL and DML
  • Ans. 

    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...

  • Answered by AI
  • Q5. Query to find second highest salary from employee table
  • Ans. 

    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

  • Answered by AI
  • Q6. What is delegate in C#
  • Ans. 

    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.

  • Answered by AI
  • Q7. What is work process
  • Ans. 

    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

  • Answered by AI
  • Q8. Joins like what is join and what are their types
  • Ans. 

    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 ...

  • Answered by AI
  • Q9. Exception handling
  • Q10. How you can handle runtime exception?
  • Ans. 

    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.

  • Answered by AI

Skills evaluated in this interview

Top Inceptive Technologies DOT NET Developer Interview Questions and Answers

Q1. Joins like what is join and what are their types
View answer (1)

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Normal introduction was asked
  • Q2. Description of the previous role
  • Q3. Roles and responsibilities
Round 3 - Aptitude Test 

Not applicable , this was final round

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard on your attitude, skills can be taught! Focus on your goal.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It consists of basic aptitude questions and some coding output questions followed by basic SQL questions. Overall the difficulty level was medium.

Round 2 - Technical 

(1 Question)

  • Q1. They asked me to write code for 4 problems. All questions consists array medium level and then there are difficult SQL questions to solve. Unfortunately I couldn't passed this round. But it was a great lea...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mathematical and logical questions including distance -time, work -time, reasoning, blood relation etc

Round 2 - Technical 

(1 Question)

  • Q1. Database queries including joins.
Round 3 - Coding Test 

DSA moderate question like string reverse, string rotation, frequency of letter in a string.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It has general aptitude questions with moderate difficulty

Round 2 - Coding Test 

It was mixed coding plus SQL question after the exam I had explain my solution.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple questions of quant and coding output

Round 2 - Coding Test 

3 coding question and one pattern question

Round 3 - Technical 

(2 Questions)

  • Q1. Discussions on questions of prev round
  • Q2. One SQL query need to implement

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to good on SQL for passing there interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

I applied via LinkedIn and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1). Tell me about work life balance in my previous organization? 2). How do you handle your team members and can you able to describe more about my technical strengths involved in it? 3). What do you wan...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your project, questions will ask about your project work done by yourself?

I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about my project work done by yourself?
Round 2 - Technical 

(1 Question)

  • Q1. Brief about my ongoing project?
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and prepare more about your’s resume?

I applied via LinkedIn and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What’s your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your written resume?

Inceptive Technologies Interview FAQs

How many rounds are there in Inceptive Technologies interview?
Inceptive Technologies interview process usually has 2 rounds. The most common rounds in the Inceptive Technologies interview process are Aptitude Test and Technical.
What are the top questions asked in Inceptive Technologies interview?

Some of the top questions asked at the Inceptive Technologies interview -

  1. Joins like what is join and what are their ty...read more
  2. Query to find second highest salary from employee ta...read more
  3. How you can handle runtime excepti...read more

Tell us how to improve this page.

Inceptive Technologies Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

Inceptive Technologies Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.2

Salary

3.8

Job security

4.2

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
9 salaries
unlock blur

₹1.9 L/yr - ₹10.6 L/yr

Software Developer
6 salaries
unlock blur

₹2 L/yr - ₹5.9 L/yr

PHP Developer
6 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Business Development Executive
4 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

IOS Developer
4 salaries
unlock blur

₹1.7 L/yr - ₹9 L/yr

Explore more salaries
Compare Inceptive Technologies with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview