Upload Button Icon Add office photos

Filter interviews by

Sensight Technologies Software Engineer Interview Questions and Answers

Updated 25 Dec 2019

9 Interview questions

A Software Engineer was asked
Q. What is the application lifecycle?
Ans. 

Application life cycle includes planning, development, testing, deployment, and maintenance.

  • Planning phase involves gathering requirements and creating a project plan.

  • Development phase involves coding and building the application.

  • Testing phase involves identifying and fixing bugs.

  • Deployment phase involves releasing the application to users.

  • Maintenance phase involves updating and maintaining the application.

  • Iterati...

A Software Engineer was asked
Q. What is Firebase and how do you integrate it with a mobile application?
Ans. 

Firebase is a mobile and web application development platform that provides real-time database, authentication, and hosting services.

  • Firebase provides a real-time database to store and sync data between clients

  • Firebase Authentication allows users to sign in to your app using different authentication methods

  • Firebase Cloud Messaging enables sending push notifications to users

  • Firebase Hosting provides a fast and secu...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked
Q. Tell me something about Shared Preferences in Android.
Ans. 

SharedPreference is a key-value pair storage mechanism in Android.

  • Used to store small amounts of data

  • Data is stored in XML format

  • Can be accessed from any activity or fragment within the app

  • Can be used to store user preferences, login credentials, etc.

A Software Engineer was asked
Q. How do you integrate Bluetooth Low Energy with Android and iOS applications?
Ans. 

Bluetooth Low Energy can be integrated with Android and iOS apps using Bluetooth APIs and libraries.

  • Use BluetoothGatt API for Android and CoreBluetooth framework for iOS

  • Implement BluetoothGattCallback for Android and CBCentralManagerDelegate for iOS

  • Use UUIDs to identify services and characteristics

  • Handle Bluetooth permissions and enable Bluetooth on devices

  • Test the integration with Bluetooth Low Energy devices

A Software Engineer was asked
Q. Tell me about Push Notifications and why we use them.
Ans. 

Push Notification is a message that pops up on a mobile device. It is used to notify users about new content or events.

  • Push notifications are used to keep users engaged with an app.

  • They can be used to inform users about new content, updates, or events.

  • Push notifications can be personalized based on user preferences.

  • They can be sent even when the app is not open.

  • Examples include news alerts, social media notificati...

A Software Engineer was asked
Q. How do you use UserDefaults in an iOS application?
Ans. 

UserDefault is used to store small amounts of data in key-value pairs in iOS applications.

  • Import UserDefault in your class

  • Set a value for a key using set(_:forKey:)

  • Retrieve a value for a key using object(forKey:)

  • Remove a value for a key using removeObject(forKey:)

A Software Engineer was asked
Q. Memory Management in ios application for eg. ARC
Ans. 

ARC is an automatic memory management system used in iOS applications.

  • ARC stands for Automatic Reference Counting.

  • It automatically manages the memory of objects in an iOS application.

  • It keeps track of the number of references to an object and deallocates it when there are no more references.

  • ARC is the default memory management system in iOS applications since iOS 5.

  • ARC reduces the risk of memory leaks and crashes ...

Are these interview questions helpful?
A Software Engineer was asked
Q. Architecture of android and ios application
Ans. 

Android and iOS applications have different architectures.

  • Android follows a layered architecture with four main components: activities, services, broadcast receivers, and content providers.

  • iOS follows a Model-View-Controller (MVC) architecture with three main components: models, views, and controllers.

  • Both architectures have their own unique features and advantages.

  • Android's architecture allows for more flexibilit...

A Software Engineer was asked
Q. Design patterns in android and ios application development ?
Ans. 

Design patterns are important in Android and iOS app development for efficient and scalable code.

  • MVC (Model-View-Controller) pattern is commonly used in both Android and iOS development.

  • Android also uses MVP (Model-View-Presenter) and MVVM (Model-View-ViewModel) patterns.

  • iOS uses the Delegate pattern for communication between objects and the Singleton pattern for creating a single instance of an object.

  • Other patte...

Sensight Technologies Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jun 2019. There was 1 interview round.

Interview Questionnaire 

10 Questions

  • Q1. Tell me about Push Notification and why we use it?
  • Ans. 

    Push Notification is a message that pops up on a mobile device. It is used to notify users about new content or events.

    • Push notifications are used to keep users engaged with an app.

    • They can be used to inform users about new content, updates, or events.

    • Push notifications can be personalized based on user preferences.

    • They can be sent even when the app is not open.

    • Examples include news alerts, social media notifications, ...

  • Answered by AI
  • Q2. What is Firebase and how to integrate with mobile application?
  • Ans. 

    Firebase is a mobile and web application development platform that provides real-time database, authentication, and hosting services.

    • Firebase provides a real-time database to store and sync data between clients

    • Firebase Authentication allows users to sign in to your app using different authentication methods

    • Firebase Cloud Messaging enables sending push notifications to users

    • Firebase Hosting provides a fast and secure wa...

  • Answered by AI
  • Q3. Memory Management in ios application for eg. ARC
  • Ans. 

    ARC is an automatic memory management system used in iOS applications.

    • ARC stands for Automatic Reference Counting.

    • It automatically manages the memory of objects in an iOS application.

    • It keeps track of the number of references to an object and deallocates it when there are no more references.

    • ARC is the default memory management system in iOS applications since iOS 5.

    • ARC reduces the risk of memory leaks and crashes cause...

  • Answered by AI
  • Q4. Life cycle of application ?
  • Ans. 

    Application life cycle includes planning, development, testing, deployment, and maintenance.

    • Planning phase involves gathering requirements and creating a project plan.

    • Development phase involves coding and building the application.

    • Testing phase involves identifying and fixing bugs.

    • Deployment phase involves releasing the application to users.

    • Maintenance phase involves updating and maintaining the application.

    • Iterative pr...

  • Answered by AI
  • Q5. Design patterns in android and ios application development ?
  • Ans. 

    Design patterns are important in Android and iOS app development for efficient and scalable code.

    • MVC (Model-View-Controller) pattern is commonly used in both Android and iOS development.

    • Android also uses MVP (Model-View-Presenter) and MVVM (Model-View-ViewModel) patterns.

    • iOS uses the Delegate pattern for communication between objects and the Singleton pattern for creating a single instance of an object.

    • Other patterns u...

  • Answered by AI
  • Q6. Architecture of android and ios application
  • Ans. 

    Android and iOS applications have different architectures.

    • Android follows a layered architecture with four main components: activities, services, broadcast receivers, and content providers.

    • iOS follows a Model-View-Controller (MVC) architecture with three main components: models, views, and controllers.

    • Both architectures have their own unique features and advantages.

    • Android's architecture allows for more flexibility and...

  • Answered by AI
  • Q7. Tell me something about Shared Preference in Android
  • Ans. 

    SharedPreference is a key-value pair storage mechanism in Android.

    • Used to store small amounts of data

    • Data is stored in XML format

    • Can be accessed from any activity or fragment within the app

    • Can be used to store user preferences, login credentials, etc.

  • Answered by AI
  • Q8. How to use UserDefault in ios application
  • Ans. 

    UserDefault is used to store small amounts of data in key-value pairs in iOS applications.

    • Import UserDefault in your class

    • Set a value for a key using set(_:forKey:)

    • Retrieve a value for a key using object(forKey:)

    • Remove a value for a key using removeObject(forKey:)

  • Answered by AI
  • Q9. What is Beacon?
  • Q10. How to integrate Bluetooth Low Energy with android and ios application?
  • Ans. 

    Bluetooth Low Energy can be integrated with Android and iOS apps using Bluetooth APIs and libraries.

    • Use BluetoothGatt API for Android and CoreBluetooth framework for iOS

    • Implement BluetoothGattCallback for Android and CBCentralManagerDelegate for iOS

    • Use UUIDs to identify services and characteristics

    • Handle Bluetooth permissions and enable Bluetooth on devices

    • Test the integration with Bluetooth Low Energy devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and try to get the depth knowledge of any topic.

Skills evaluated in this interview

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Sensight Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Reverse a given Linked List. Both O(1) and O(N) space complexity. Where N is the size of Linked List.
  • Ans. 

    Reverse a given Linked List with O(1) and O(N) space complexity.

    • For O(1) space complexity, use three pointers to reverse the links in place.

    • For O(N) space complexity, use a stack to store the nodes and then pop them to create the reversed list.

    • Be careful with edge cases such as empty list or list with only one node.

  • Answered by AI
  • Q2. Explain your project. and give a brief overview for the technologies involved in the process of making the project. (Expect some cross-questioning for the technologies you are going to mention).
  • Q3. In a party of N people, only one person is known to everyone. Such a person may be present in the party, if yes, (s)he doesn't know anyone in the party. Find this celebrity (is present).
  • Ans. 

    THis is an answer,jdkiukj froin feiudjcbiufjewbd

  • Answered by Aamir Iqbal
  • Q4. Explain in detail the working behind the algorithms of Merge Sort and Quick Sort.
  • Ans. 

    Merge Sort and Quick Sort are sorting algorithms that use divide and conquer approach.

    • Merge Sort divides the array into two halves, sorts them recursively, and then merges them.

    • Quick Sort selects a pivot element, partitions the array around the pivot, and recursively sorts the sub-arrays.

    • Merge Sort has a worst-case time complexity of O(nlogn), while Quick Sort has an average case time complexity of O(nlogn).

    • Merge Sort ...

  • Answered by AI
  • Q5. Trapping Rain-Water problem: Given N non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
  • Ans. 

    Compute amount of water trapped in an elevation map after raining

    • Iterate through the array and find the maximum height on the left and right of each bar

    • Calculate the amount of water that can be trapped on each bar using the difference between the minimum of the two maximum heights and the height of the bar

    • Add up the amount of water trapped on each bar to get the total amount of water trapped

  • Answered by AI
  • Q6. Zigzag traversal of a given binary tree.
  • Ans. 

    Zigzag traversal of a binary tree is a way of traversing the tree in a zigzag pattern.

    • Use a stack to keep track of nodes to be visited.

    • For each level, alternate between adding nodes to the stack from left to right and right to left.

    • Pop nodes from the stack and add their children to the stack in the appropriate order.

    • Repeat until all nodes have been visited.

  • Answered by AI
  • Q7. Given a dictionary with {Key, Value} as {String, Integer}. Sort the given dictionary in ascending/descending order according to: 1) Key. 2) Value.
  • Ans. 

    Sort a dictionary by key or value in ascending/descending order.

    • Use sorted() function with lambda function to sort by key or value.

    • For ascending order, use reverse=False and for descending order, use reverse=True.

    • Example: sorted_dict = sorted(dictionary.items(), key=lambda x: x[0], reverse=True)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Have a good understanding of Data Structures and Algorithm.
- Whatever your project may be, you should know aspect of it and expect some cross-questions as well.
- Be confident with what solution you are coming up, and try to make it efficient if asked.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

First round was coding test in online mode which was quite easy.

Round 2 - Technical 

(1 Question)

  • Q1. In the 2nd round they asked the technical questions from SQL , simple coding questions.

Interview Questionnaire 

3 Questions

  • Q1. Why should we hire you?
  • Q2. What are your weaknesses?
  • Q3. What are your goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Make list of questions that you would like to ask during the interview
Be prepared
Display confidence during interview

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Explain the difference b/w quick sort and merge sort ?
  • Ans. 

    Quick sort is a divide and conquer algorithm that sorts the array by selecting a pivot element and partitioning the other elements around it. Merge sort is also a divide and conquer algorithm that divides the array into two halves, sorts them separately and then merges them.

    • Quick sort has an average time complexity of O(n log n) while merge sort has a time complexity of O(n log n) in all cases.

    • Quick sort is an in-place...

  • Answered by AI
  • Q2. System Design for Naukri.com platform
  • Ans. 

    System design for Naukri.com platform

    • Identify user requirements and design the system architecture accordingly

    • Use scalable and reliable technologies for high traffic handling

    • Implement features like job search, job posting, resume upload, etc.

    • Ensure data security and privacy of users

    • Integrate with third-party services like payment gateways, social media platforms, etc.

  • Answered by AI
  • Q3. ADD two numbers (Linked List ) / leetcode question
  • Q4. Highest subset sum subarray ?
  • Ans. 

    Highest sum of contiguous subarray in an array

    • Use Kadane's algorithm to find the maximum sum subarray

    • Initialize max_so_far and max_ending_here to 0

    • Loop through the array and update max_ending_here and max_so_far

    • Return max_so_far as the highest subset sum subarray

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 technical rounds . If you have clear concepts of Ds & Algo , it will do .Questions were mainly asked from DP, arrays and strings .Other than that some system design problems were also asked which includes the Design of Naukri.com.

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. ADD two linkedlist (Leetcode Question)
  • Ans. 

    Add two linked lists and return the sum as a linked list.

    • Traverse both linked lists and add the corresponding nodes.

    • Handle carry over while adding nodes.

    • Create a new linked list to store the sum and return it.

  • Answered by AI
  • Q2. Knowledge about different tech stacks
  • Q3. Diff b/w quick sort and merge sort
  • Ans. 

    Quick sort is faster but unstable, while merge sort is slower but stable.

    • Quick sort uses a pivot element to divide the array into two parts and recursively sorts them.

    • Merge sort divides the array into two halves, sorts them separately, and then merges them.

    • Quick sort has an average time complexity of O(n log n), while merge sort has a time complexity of O(n log n) in all cases.

    • Quick sort is not stable, meaning that the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good . All of the interviewers were friendly .It was a nice discussion.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Say thanks
Are these interview questions helpful?
Round 1 - Aptitude Test 

Logical questions and reasoning questions and direction questions

Round 2 - Coding Test 

3 coding questions upto 3 u write 2 codeing questions and pass all test cases

Round 3 - HR 

(2 Questions)

  • Q1. Business discussion and about ur self and about ur family
  • Q2. What u salary package and show u government proof

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java important topics for encapsulation and Abstraction interheritence and polymorphism and sql what is join and ddl statement

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ questions,coding, languages

Round 2 - Coding Test 

All programming questions

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Java, python
Interview preparation tips for other job seekers - Job searching,use information about interviews and networks

I applied via Naukri.com and was interviewed in Mar 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 - HR 

(3 Questions)

  • Q1. Resume and study details
  • Ans. Iam fresher and good communication skills
  • Answered Anonymously
  • Q2. Aptitude questions and coding
  • Q3. Communication skills

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Resume
  • Company Profiling
  • Cloud Computing
  • Maintenance
  • Management
Interview preparation tips for other job seekers - I have a good communication skills and and achive their my good position

Sensight Technologies Interview FAQs

What are the top questions asked in Sensight Technologies Software Engineer interview?

Some of the top questions asked at the Sensight Technologies Software Engineer interview -

  1. How to integrate Bluetooth Low Energy with android and ios applicati...read more
  2. What is Firebase and how to integrate with mobile applicati...read more
  3. Tell me something about Shared Preference in Andro...read more

Tell us how to improve this page.

write
Share an Interview