Upload Button Icon Add office photos

Filter interviews by

Observe.AI Senior Software Engineer Interview Questions and Answers

Updated 3 Jul 2024

Observe.AI Senior Software Engineer Interview Experiences

1 interview found

Senior Software Engineer Interview Questions & Answers

user image Mani Bhushan Kumar

posted on 3 Jul 2024

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design Splitwise
  • Ans. 

    Splitwise is a platform for managing shared expenses among friends or roommates.

    • Users can create groups and add expenses to be split among group members.

    • The app calculates each user's share of the expense based on predefined rules.

    • Users can settle debts with each other through various payment methods.

    • Notifications can be sent to remind users of pending payments.

    • Users can view a summary of their balances with each group...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Observe.AI?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DS Algo type questions, string manipulation etc was asked and explored with more detailed questions
Round 2 - One-on-one 

(1 Question)

  • Q1. In depth android, kotlin discussions and high level mapping questions
Round 3 - HR 

(1 Question)

  • Q1. General managerial questions and working agreements type discussion

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. 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 - Coding Test 

Leetcode medium to hard problems, with unit tests around the implementation.

Round 3 - HR 

(2 Questions)

  • Q1. Basic HR questions - like past experiences, getting to know candidate, how frequently you switch etc
  • Q2. Salary expectations, check on last salary drawn etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind leetcode, mostly medium and hard problems
System design with focus on lld
Prep DB basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. 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 - One-on-one 

(1 Question)

  • Q1. Basic question on c++: 1. How is c++ polymorphism internally implemented? 2. How to use c library in c++ code ? 3. How is overloading implemented ? 4. What are thread safe and re-entrant function ?
Round 3 - One-on-one 

(1 Question)

  • Q1. Question on data structure ? What are different IPC mechanism ? How is local user or domain user validated by OS in Linux ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

BST patterns, stack and queue questions such as finding out loop, intersection of linked lists, etc

Round 2 - Technical 

(1 Question)

  • Q1. Questions past work experience, basic networking questions such as OSI model, ip, mac concepts, OS internals, Processes, semaphore, mutexes etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. C++ multiple features questions
  • Q2. Asked data structures questions in 2 technical
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. C# basic questions and some of from design patterns
Round 2 - One-on-one 

(1 Question)

  • Q1. Sql questions based on joins

Interview Preparation Tips

Interview preparation tips for other job seekers - Hire and fire policy
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. DSA coding leer code
  • Q2. Dependency injection

I appeared for an interview in Dec 2016.

Interview Questionnaire 

7 Questions

  • Q1. Questions on linked list
  • Q2. Implement LRU
  • Ans. 

    LRU (Least Recently Used) is a caching algorithm that removes the least recently used item when the cache is full.

    • LRU uses a combination of a doubly linked list and a hash map.

    • The doubly linked list keeps track of the order of recently used items.

    • The hash map allows for efficient lookup of items in the cache.

    • When a new item is accessed, it is moved to the front of the list.

    • If the cache is full, the item at the end of t...

  • Answered by AI
  • Q3. Questions on C, c++
  • Q4. Questions on DBMS
  • Q5. Questions on Operating Systems
  • Q6. Tell all things that happen inside a system when we press 'k' on the notepad.
  • Ans. 

    Pressing 'k' on Notepad triggers a series of events including key press event, character insertion, and potential text manipulation.

    • When 'k' is pressed, a key press event is triggered

    • The key press event is captured by the Notepad application

    • The character 'k' is inserted at the current cursor position

    • If any text is selected, it may be replaced by the character 'k'

    • The cursor position is updated to the next position

    • If aut...

  • Answered by AI
  • Q7. Basic HR questions

Interview Preparation Tips

Round: Technical Interview
Tips: Prepare Data Structure and Algorithms well

Round: Technical Interview
Tips: Have decent knowledge of technical subjects.

Skills: Programming, Data Structures, Algorithm, Operating System Basics, Knowledge About Database Managements Systems
College Name: IIT Roorkee

Skills evaluated in this interview

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Test was conducted in the evening time .It was an online test with remote-proctoring consisted of 2 coding questions and 20 MCQS .The environment was quite good on the day of the test.

  • Q1. 

    Balanced Sequence After Replacement

    Given a string of length 'N' containing only the characters: '[', '{', '(', ')', '}', ']'. At certain places, the character 'X' appears in place of any bracket. Your go...

Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was technical+hr round
The interviewer was very friendly. He helped me in all questions.

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAbove 6 CGPAVeritas Technologies LLC interview preparation:Topics to prepare for the interview - Data Structures, Object Oriented programming concepts , Algorithms , Web development , Android developmentTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Communication is very important in interviews. So, Take mock interviews on DSA to understand your communication skills and improve your communication
Tip 2 : In the preparation phase, Try to cover as many standard problems as possible in each and every DSA topic.
Tip 3 : Prepare 2-3 good innovative projects so that there will be an opportunity to express our learning ability in various domains along with DSA and coding skills

Application resume tips for other job seekers

Tip 1 : Add at least 2 good projects with all the details mentioned such as the technologies used and sole purpose of the project
Tip 2 : Make sure to include your previous company projects (can be internship project as well) and the achievements made through those projects.
Tip 3 : Add your genuine achievements that are related to coding competitions and can be related to project domains
such as google summer of code.

Final outcome of the interviewSelected

Skills evaluated in this interview

Observe.AI Interview FAQs

How many rounds are there in Observe.AI Senior Software Engineer interview?
Observe.AI interview process usually has 1 rounds. The most common rounds in the Observe.AI interview process are Technical.
How to prepare for Observe.AI Senior Software Engineer 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 Observe.AI. The most common topics and skills that interviewers at Observe.AI expect are Agile, Automation, Automotive, Coding and HTML.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more
Observe.AI Senior Software Engineer Salary
based on 4 salaries
₹40 L/yr - ₹51 L/yr
179% more than the average Senior Software Engineer Salary in India
View more details
Senior Integration Engineer
6 salaries
unlock blur

₹29.8 L/yr - ₹40 L/yr

Senior Product Manager
5 salaries
unlock blur

₹36.7 L/yr - ₹66 L/yr

Devops Engineer
5 salaries
unlock blur

₹42 L/yr - ₹54 L/yr

Software Development Engineer
5 salaries
unlock blur

₹28.6 L/yr - ₹40 L/yr

Software Engineer
5 salaries
unlock blur

₹30.2 L/yr - ₹53.9 L/yr

Explore more salaries
Compare Observe.AI with

Cohesity

3.9
Compare

Celebal Technologies

3.1
Compare

NoBrokerHood

2.9
Compare

Innovaccer

3.5
Compare
write
Share an Interview