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 Interview Questions, Process, and Tips

Updated 9 Feb 2025

Top Sensiple Interview Questions and Answers

View all 9 questions

Sensiple Interview Experiences

Popular Designations

8 interviews found

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

I was interviewed 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.

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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions regarding Testing and projects

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

AWS Cloud Engineer Interview Questions & Answers

user image Austin Sebastian

posted on 8 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Main use case of geo location
  • Ans. 

    Geo location is used to determine the physical location of a device or user based on their IP address or GPS coordinates.

    • Used for targeted advertising and marketing based on user's location

    • Helps in providing location-based services like weather updates, local news, and nearby restaurant recommendations

    • Enhances security by verifying user's location for access control

    • Assists in asset tracking and fleet management for bus

  • Answered by AI

AWS Cloud Engineer Interview Questions asked at other Companies

Q1. What is DDOS Attack and what you will use to prevent it.
View answer (1)

Manager Interview Questions & Answers

user image satheesh

posted on 6 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Your old working history
  • Ans. 

    I have a diverse working history with experience in various industries.

    • Worked in retail for 2 years, gaining customer service skills

    • Transitioned to marketing, where I managed social media accounts and created campaigns

    • Spent time in the hospitality industry, learning about event planning and management

  • Answered by AI

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

Sensiple interview questions for popular designations

 Technical Support Engineer

 (1)

 Project Management Officer

 (1)

 Manager

 (1)

 DOT NET Developer

 (1)

 Java Developer

 (1)

 AWS Cloud Engineer

 (1)

 Desktop Support Engineer

 (1)

 Senior Test Engineer

 (1)

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

I applied via Referral and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell about urself and basic knowledge of PMO
Round 3 - HR 

(1 Question)

  • Q1. Hr discussion about the role and responsibilities

Project Management Officer Interview Questions asked at other Companies

Q1. What score would you give yourself for different software in the scale of 1 to 10? This may varry from person to person. Then there may be some questions regarding that.
View answer (1)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Wasting time please don't join
  • Q2. Question are not even related to your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't fall prey for the package . Work security is zero here they hire on day one and terminate you on day 2

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Java Developer Interview Questions & Answers

user image Vishnukumar Veekay

posted on 20 May 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of java. Tell me about yourself. Example program.
Round 2 - One-on-one 

(1 Question)

  • Q1. Collections, arrays. One example program.
  • Ans. 

    Program to sort an array of strings using Collections

    • Create an array of strings

    • Use Arrays.asList() to convert array to List

    • Use Collections.sort() to sort the list

    • Convert the sorted list back to array using toArray()

    • Print the sorted array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus all basics in java. Improve your programming knowledge to crack the interview.

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Interview Questionnaire 

4 Questions

  • Q1. What is post?
  • Ans. 

    Post is a term used in computing to refer to a message or piece of information that is published online.

    • A post can refer to a social media update, blog article, or forum message.

    • Posts can be text-based, image-based, or video-based.

    • Posts can be public or private, depending on the platform and user settings.

  • Answered by AI
  • Q2. What is the difference between incremental and decremental backup?
  • Ans. 

    Incremental backup only backs up changes made since the last backup, while decremental backup backs up all changes made since the last full backup.

    • Incremental backup only backs up changes made since the last backup

    • Decremental backup backs up all changes made since the last full backup

    • Incremental backup is faster and requires less storage space

    • Decremental backup is slower and requires more storage space

    • Incremental backu...

  • Answered by AI
  • Q3. What is active directory?
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • It stores information about network resources such as computers, users, and groups.

    • It provides authentication and authorization for network resources.

    • It allows administrators to manage network resources from a central location.

    • It uses a hierarchical structure of domains, trees, and forests to organize network resources.

    • It support...

  • Answered by AI
  • Q4. SLA durations?
  • Ans. 

    SLA durations refer to the time frame within which a service provider guarantees to resolve an issue or fulfill a request.

    • SLA durations are typically agreed upon between the service provider and the customer.

    • They can vary depending on the severity of the issue or request.

    • For example, a critical issue may have a shorter SLA duration than a minor request.

    • SLA durations may also differ based on the type of service being pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went well. Questions were fully related to Realtime scenario.

Skills evaluated in this interview

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

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

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

Sensiple Interview FAQs

How many rounds are there in Sensiple interview?
Sensiple interview process usually has 1-2 rounds. The most common rounds in the Sensiple interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Sensiple 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 SQL, PDF, .Net, Javascript and C#.
What are the top questions asked in Sensiple interview?

Some of the top questions asked at the Sensiple 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 Interview Process

based on 13 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 791 Interviews
View all

Sensiple Reviews and Ratings

based on 119 reviews

3.2/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

2.9

Salary

2.8

Job security

2.9

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 119 Reviews and Ratings
System Analyst
139 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Developer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior System Analyst
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
35 salaries
unlock blur

₹0 L/yr - ₹0 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