Upload Button Icon Add office photos
Engaged Employer

i

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

Sensiple Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sensiple DOT NET Developer Interview Questions and Answers

Updated 9 Feb 2025

Sensiple DOT NET Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. What is extension in c#, Tell me about how to initialise session in MVC, What is middleware in API
  • Ans. 

    Extensions in C# allow adding new methods to existing types without modifying the original source code. Sessions in MVC can be initialized using Session_Start method in Global.asax file. Middleware in API is software that acts as a bridge between an operating system or database and applications, managing communication and data processing.

    • Extensions in C# allow adding new methods to existing types without modifying the ...

  • Answered by AI
  • Q2. What are design patterns in Dot net, How to handle multiple request at same time?
  • Ans. 

    Design patterns in Dot net are reusable solutions to common problems in software design. To handle multiple requests at the same time, we can use asynchronous programming and multithreading.

    • Design patterns in Dot net include Singleton, Factory, Observer, and more.

    • To handle multiple requests at the same time, we can use asynchronous programming with async/await keywords.

    • Another approach is to use multithreading to proce...

  • Answered by AI
  • Q3. What are filters , Routing and caching in MVC? , How to achieve Authorization in API?
  • Ans. 

    Filters, routing, and caching are important concepts in MVC. Authorization in API can be achieved using authentication mechanisms.

    • Filters in MVC are used to perform logic before or after an action method is executed.

    • Routing in MVC is used to map URLs to controller actions.

    • Caching in MVC is used to store data temporarily to improve performance.

    • Authorization in API can be achieved using authentication mechanisms like JWT...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about frame works and architectural of dot net they have expected more knowledge about the frameworks.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I surprised with one question that is are u ready to do job in anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi guys I just suggest you that you have to focus on your resume and don't use the words which you don't know if you release a word which you don't know then hr will take that word so prepare well for TR and HR I hope my suggestion will helpful

I applied via tcs and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java based

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Mostly Technical related to Python, OOPS, Multithreading, Django architecture etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answers should be to the point. Use a pen and paper in case interviewer is not getting your point.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was around 10am
It was quite a normal online examination kind of environment 
People from the company were there to invigilate 
All were quite nice and helpful in case the exam got stuck

  • Q1. 

    Ninja and Alien Language Order Problem

    An alien dropped its dictionary while visiting Earth. The Ninja wants to determine the order of characters used in the alien language, based on the given list of wor...

  • Ans. 

    Determine the order of characters in an alien language based on a list of words.

    • Create a graph data structure to represent the relationships between characters in the words.

    • Perform a topological sort on the graph to find the order of characters.

    • Return the smallest lexicographical order of characters as the result.

  • Answered by AI
  • Q2. 

    Check Duplicate Within K Distance

    Given an array of integers arr of size N and an integer K, determine if there are any duplicate elements within a distance of K from each other in the array. Return "true...

  • Ans. 

    Check if there are any duplicate elements within a distance of K from each other in the array.

    • Iterate through the array and keep track of the indices of elements using a hashmap.

    • For each element, check if it already exists in the hashmap within distance K.

    • Return true if a duplicate is found within distance K, otherwise return false.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Timing was 2pm when it started
Interviewer was polite

  • Q1. 

    Kth Largest Element Problem Statement

    Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers.

    Input:

    The first line contains an integer 'T...
  • Ans. 

    The task is to find the Kth largest element in a given list of numbers for each test case.

    • Read the number of test cases 'T'

    • For each test case, read the number of elements 'N' and the Kth largest number to find 'K'

    • Sort the array in descending order and output the Kth element

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Timing was 9 am onwards 
Interviewer was good enough

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in DelhiEligibility criteriaAbove 7 CGPA with no pending backlogsWipro Limited interview preparation:Topics to prepare for the interview - Java, C++, DBMS, Data Structures, Dot net, HTML, CSS, JSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on specialization of any one skill and keep a basic knowledge of all the skills you mention in your resume
Tip 2 : Gain confidence in presenting yourself by practicing well before
Tip 3 : Gain a basic knowledge of the company you go for selection

Application resume tips for other job seekers

Tip 1 : Resume should be simple and precise but pretty smart to cover your skills 
Tip 2 : Mention what you really know,no false things

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic question tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask the basic question related to stream

I applied via Campus Placement and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java and spring based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java questions, spring and Data structure.

Sensiple Interview FAQs

How many rounds are there in Sensiple DOT NET Developer interview?
Sensiple interview process usually has 1 rounds. The most common rounds in the Sensiple interview process are Technical.
How to prepare for Sensiple DOT NET Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Sensiple. The most common topics and skills that interviewers at Sensiple expect are C#, Web Api, .Net, ASP.Net and .Net Core.
What are the top questions asked in Sensiple DOT NET Developer interview?

Some of the top questions asked at the Sensiple DOT NET Developer interview -

  1. What are design patterns in Dot net, How to handle multiple request at same tim...read more
  2. What are filters , Routing and caching in MVC? , How to achieve Authorization i...read more
  3. What is extension in c#, Tell me about how to initialise session in MVC, What i...read more

Tell us how to improve this page.

Sensiple DOT NET Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
System Analyst
139 salaries
unlock blur

₹2 L/yr - ₹9.3 L/yr

Test Engineer
61 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Junior Developer
47 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Senior System Analyst
38 salaries
unlock blur

₹5 L/yr - ₹16.2 L/yr

Senior Systems Engineer
35 salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Explore more salaries
Compare Sensiple with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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