Upload Button Icon Add office photos

Filter interviews by

Onsurity Technologies Interview Questions, Process, and Tips

Updated 14 Oct 2024

Top Onsurity Technologies Interview Questions and Answers

Onsurity Technologies Interview Experiences

Popular Designations

11 interviews found

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

I applied via LinkedIn and was interviewed before Jun 2022. 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 

(4 Questions)

  • Q1. Tell me something about yourself
  • Q2. Tell me more about actuarial knowledge/ papers you have
  • Ans. 

    I have passed multiple actuarial exams including Exam P, Exam FM, and Exam IFM.

    • Passed Exam P (Probability)

    • Passed Exam FM (Financial Mathematics)

    • Passed Exam IFM (Investment and Financial Markets)

  • Answered by AI
  • Q3. Brain Teaser / Puzzle
  • Q4. Challenges in the past
Round 3 - One-on-one 

(5 Questions)

  • Q1. Why you want to work here
  • Q2. Will you able to extends after work
  • Q3. Tell me more about your background
  • Q4. What do you know about the company
  • Q5. Brain Teasers/ Puzzle

Actuarial Analyst Interview Questions asked at other Companies

Q1. What are the various types of life assurance policies?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Solve DSA question , Number of provinces
  • Q2. Tell me about your projects
  • Ans. 

    I have worked on various projects including a web application for tracking personal finances and a mobile app for managing grocery lists.

    • Developed a web application using React.js and Node.js for tracking personal finances

    • Created a mobile app using Flutter for managing grocery lists

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
  • Q3. Explain async await in javascript.
  • Ans. 

    Async await in JavaScript is a way to write asynchronous code that looks synchronous, making it easier to manage promises.

    • Async functions return a promise.

    • Await keyword is used inside async functions to wait for a promise to resolve.

    • Async await helps avoid callback hell and makes code more readable and maintainable.

  • Answered by AI
  • Q4. Explain me Sharding in DBMS
  • Ans. 

    Sharding is a technique used in DBMS to horizontally partition data across multiple databases to improve performance and scalability.

    • Sharding involves breaking up a large database into smaller, more manageable pieces called shards.

    • Each shard contains a subset of the data, allowing for parallel processing and improved performance.

    • Sharding helps distribute the workload across multiple servers, reducing the load on any si...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare standard DSA questions and have clear understanding of your projects.

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. DSA Based Questions
  • Q2. Full Stack Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. All about your previous company's KPI
Round 2 - One-on-one 

(1 Question)

  • Q1. Case based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Genral queations and expectations

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)

Onsurity Technologies interview questions for popular designations

 Key Account Manager

 (3)

 Software Developer Intern

 (2)

 Data Analyst

 (1)

 Web Developer

 (1)

 Actuarial Analyst

 (1)

 Senior Executive Operations

 (1)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Detailed Self Introduction With your roles and responsibilities at your previous organisations
  • Ans. 

    I have held key account management roles in my previous organizations, where I was responsible for managing and growing strategic accounts.

    • Managed a portfolio of key accounts, ensuring customer satisfaction and retention

    • Developed and implemented account plans to drive revenue growth and meet sales targets

    • Built strong relationships with key stakeholders and decision-makers within the accounts

    • Identified upselling and cro...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Self-introduction and how you going to showcase the Onsurity brand
  • Ans. 

    I am a highly motivated and experienced Key Account Manager with a passion for showcasing the Onsurity brand.

    • I will start by highlighting my experience in managing key accounts and building strong relationships with clients.

    • I will emphasize my knowledge of the healthcare industry and how Onsurity's offerings align with the needs of key accounts.

    • I will showcase my track record of successfully promoting and representing ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Onsurity Technologies Key Account Manager interview:
  • Self Introduction
  • Marketing Management
Interview preparation tips for other job seekers - Whatever the job role, the director will look at your cross-selling talks such as you need to do servicing and sell other onsurity products. My question is when you are not ready to give training on other products and there is a mismatch on JD and what questions you ask through an interview, how can one clear the rounds and you expect us to be an honest employee?

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed before Oct 2023.

Round 1 - Technical 

(4 Questions)

  • Q1. Solve the DSA question no of provinces
  • Q2. Explain async await in javascript
  • Ans. 

    Async await in JavaScript is a way to write asynchronous code that looks synchronous, making it easier to read and maintain.

    • Async functions return a Promise.

    • Await keyword is used to pause the execution of async functions until a Promise is settled.

    • Async await simplifies error handling in asynchronous code.

  • Answered by AI
  • Q3. Tell more about your projects
  • Ans. 

    I have worked on various projects including a web application for tracking personal finances and a mobile app for managing grocery lists.

    • Developed a web application using React and Node.js to track personal finances

    • Created a mobile app using Flutter to manage grocery lists

    • Collaborated with a team to implement features and fix bugs

    • Utilized version control systems like Git for project management

  • Answered by AI
  • Q4. Implement custom class in C++
  • Ans. 

    Implementing a custom class in C++

    • Define the class using the 'class' keyword

    • Add member variables and member functions

    • Implement constructors and destructors

    • Overload operators for custom functionality

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do standard DSA questions , have clear understanding of your projects.

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Jobs at Onsurity Technologies

View all

Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2024

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

I was interviewed in Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. You need to know all basics on your technology like Git, linux, Cloud, AWS, Docker, Scripting language. Some previous projects you have done, be prepared with that.
Round 2 - Technical 

(1 Question)

  • Q1. Monitoring tools like grafana, Prometheus, kibana , EKS like these tools.
Round 3 - HR 

(1 Question)

  • Q1. All the basic questions that is asked, where are you from, where have you worked before, what is your salary expectation and all these basic questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on all basics as this is a devops engineer - 1, roles.

Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2022

I applied via LinkedIn

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 

(2 Questions)

  • Q1. Personal & professional details What is your challenges.
  • Q2. How last job work and function. Sales & Human psychology question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open & relax, understand the sales methodology.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Knowledge about tools, SQL, Python
Round 2 - HR 

(1 Question)

  • Q1. Culture Fit, okay with WFO, leadership skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Vice President of Tech

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Introduce your self?
  • Q2. Salary or the previous organisation?
  • Q3. Communication skills?

Senior Executive Operations Interview Questions asked at other Companies

Q1. In 1 day how many veh can be loaded and unloaded with dock man power count of 14.
View answer (7)

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions Mostly on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Genreic and fitment questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure what you write on your resume and should be able to explain in detail about your previous roles.

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)

Onsurity Technologies Interview FAQs

How many rounds are there in Onsurity Technologies interview?
Onsurity Technologies interview process usually has 2-3 rounds. The most common rounds in the Onsurity Technologies interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Onsurity Technologies 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 Onsurity Technologies. The most common topics and skills that interviewers at Onsurity Technologies expect are Python, MongoDB, Node.Js, AWS and B2B Sales.
What are the top questions asked in Onsurity Technologies interview?

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

  1. Tell me more about actuarial knowledge/ papers you h...read more
  2. explain async await in javascri...read more
  3. explain me Sharding in D...read more
How long is the Onsurity Technologies interview process?

The duration of Onsurity Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Onsurity Technologies Interview Process

based on 10 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Razorpay Interview Questions
3.6
 • 148 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
KhataBook Interview Questions
3.4
 • 18 Interviews
Niyo Solutions Interview Questions
2.9
 • 10 Interviews
Zluri Interview Questions
3.7
 • 8 Interviews
Fampay Interview Questions
3.7
 • 5 Interviews
Happay Interview Questions
3.5
 • 4 Interviews
View all

Onsurity Technologies Reviews and Ratings

based on 71 reviews

3.3/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.3

Salary

3.1

Job security

3.3

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 71 Reviews and Ratings
WordPress Developer

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Explore more jobs
Key Account Manager
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Case Manager
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Inside Sales Executive
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Designer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Onsurity Technologies with

Zluri

3.7
Compare

Happay

3.5
Compare

Zeta

3.3
Compare

Razorpay

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