Upload Button Icon Add office photos

Filter interviews by

Onsurity Technologies Software Developer Intern Interview Questions and Answers for Freshers

Updated 14 Oct 2024

Onsurity Technologies Software Developer Intern Interview Experiences for Freshers

2 interviews found

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

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 for undefined

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

Interview questions from similar companies

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

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Valid Parentheses
  • Ans. 

    Find the length of the longest valid parentheses substring in a given string.

    • Use a stack to keep track of the indices of opening parentheses.

    • Iterate through the string and update the maximum length of valid parentheses.

    • Handle cases where closing parentheses are encountered without a matching opening parentheses.

  • Answered by AI
  • Q2. Find the maximum number in the subarrays of length k.
  • Ans. 

    Find the maximum number in the subarrays of length k.

    • Iterate through the array and keep track of the maximum number in each subarray of length k.

    • Use a sliding window approach to efficiently find the maximum number in each subarray.

    • Time complexity can be optimized to O(n) using a deque data structure.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Spiral Matrix Question

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

There were 2 Question in Online Assessment. The level of the DSA Question was medium to hard

Interview Preparation Tips

Interview preparation tips for other job seekers - For DSA, Leetcode Medium Question and Some Popular Interview Question are enough
Focus on CS fundamental topics like Computer Network, OOPS, OS,DBMS, SQL Query (Most Imp)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Zeta interview at codeblock. 3 dsa questions The level of difficulty was medium

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

I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic apti test including topics from dbms cn oop os and 2 coding q

Round 2 - Coding Test 

Leetcode hard hashmap problem was given in this round

Round 3 - Group Discussion 

1 on 1 with director with discussions on dbms etc

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

There were DSA questions and time limit was 1 hr

Round 2 - Technical 

(2 Questions)

  • Q1. Calculate factorial using tabulation
  • Ans. 

    Factorial calculation using tabulation in dynamic programming

    • Create an array to store factorial values up to n

    • Initialize the array with base cases (0! = 1, 1! = 1)

    • Iterate from 2 to n and calculate factorial using previous values in the array

    • Return the factorial value at index n

  • Answered by AI
  • Q2. Wildcard matching question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. There were basic DSA questions
  • Q2. Few questions based on Resume and Projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Easy-Medium level DSA Questions on linked list
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Nodejs, API Design and Databases
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Technical question regarding js

Onsurity Technologies Interview FAQs

How many rounds are there in Onsurity Technologies Software Developer Intern interview for freshers?
Onsurity Technologies interview process for freshers usually has 1 rounds. The most common rounds in the Onsurity Technologies interview process for freshers are Technical.
What are the top questions asked in Onsurity Technologies Software Developer Intern interview for freshers?

Some of the top questions asked at the Onsurity Technologies Software Developer Intern interview for freshers -

  1. explain async await in javascri...read more
  2. explain me Sharding in D...read more
  3. implement custom class in ...read more

Tell us how to improve this page.

Onsurity Technologies Software Developer Intern Interview Process for Freshers

based on 2 interviews

Interview experience

4
  
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
 • 17 Interviews
Niyo Solutions Interview Questions
2.9
 • 10 Interviews
Zluri Interview Questions
3.7
 • 8 Interviews
Kalkitech Interview Questions
4.5
 • 8 Interviews
Fampay Interview Questions
3.7
 • 5 Interviews
View all
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