Upload Button Icon Add office photos

Filter interviews by

Osmosys Software Solutions Associate Software Engineer Interview Questions, Process, and Tips

Updated 6 Oct 2024

Top Osmosys Software Solutions Associate Software Engineer Interview Questions and Answers

Osmosys Software Solutions Associate Software Engineer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour online test with questions from c, c++ and English.

Round 2 - Technical 

(5 Questions)

  • Q1. Project-related questions (they asked web development related projects only)
  • Q2. Features of object-oriented programming with examples
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation de...

  • Answered by AI
  • Q3. One SQL database query
  • Q4. One coding question on pattern printing
  • Q5. Questions on java on inner class, need of packages

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good grasp of Object-oriented programming and SQL and DBMS concepts. One Should be well verse with their projects.

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based on verbal ability and c++ .

Round 2 - Technical 

(2 Questions)

  • Q1. Questions from data structures
  • Q2. Questions based on project
Round 3 - HR 

(1 Question)

  • Q1. Basic questions about yourself and family.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic verbal questions and c++ coding questions.
Well prepared about your project and resume.

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

10 mcq with different sections like english, reasoning, coding etc

Round 2 - Technical 

(3 Questions)

  • Q1. Write a program to find factorial
  • Ans. 

    Program to find factorial

    • Use a loop to iterate from 1 to the given number

    • Multiply each number with the previous result

    • Return the final result

  • Answered by AI
  • Q2. Explain about polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class 'Animal' can have multiple child classes like 'Dog', 'Cat', and 'Bird'. T...

  • Answered by AI
  • Q3. Provide the value of the variable in a given function
  • Ans. 

    The value of the variable in the given function

    • Check the function code to determine how the variable is assigned or manipulated

    • Consider any input parameters or external factors that may affect the variable's value

    • Trace the execution of the function to understand the flow of control and any conditional statements

    • Use debugging tools or print statements to observe the variable's value during runtime

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Explain project details

Interview Preparation Tips

Topics to prepare for Osmosys Software Solutions Associate Software Engineer interview:
  • Topics mentioned in CV
Interview preparation tips for other job seekers - Choose wisely, research about the company and then choose.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is api? Where we use
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs are used to enable interaction between different software systems or components.

    • They define the methods and data formats that applications can use to request and exchange information.

    • APIs are commonly used in web development to integrate third-party service...

  • Answered by AI
  • Q2. Some c programs like reverse a number

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn oops concepts , ds programs , javascript

Skills evaluated in this interview

Osmosys Software Solutions interview questions for designations

 Associate Software Developer

 (1)

 Software Engineer

 (1)

 Softwaretest Engineer

 (1)

 Graduate Engineer

 (1)

 Web Developer

 (1)

Interview questions from similar companies

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

There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.

Round 2 - One-on-one 

(1 Question)

  • Q1. TWO person was taking interview , one is HR AND TECHNICAL PERSON , THEY ASK ME TELL ME ABOUT YOUR SELF, WHAT ARE THE QUALITY OF TEAM LEADER, ARE YOU COMFORTABLE IF WE HIRE YOU AS A TESTER AND TECHNICAL ...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

First round :
1) front end
2) intermediate problem solving in java/c++..
3) intermediate sql

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

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/W Rest and GraphQL APIS?
  • Q2. REST uses fixes endpoint;..............etc.
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 were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Osmosys Software Solutions Interview FAQs

How many rounds are there in Osmosys Software Solutions Associate Software Engineer interview?
Osmosys Software Solutions interview process usually has 2-3 rounds. The most common rounds in the Osmosys Software Solutions interview process are Technical, Aptitude Test and HR.
How to prepare for Osmosys Software Solutions Associate 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 Osmosys Software Solutions. The most common topics and skills that interviewers at Osmosys Software Solutions expect are Algorithms, Data Structures, JQuery, C and C++.
What are the top questions asked in Osmosys Software Solutions Associate Software Engineer interview?

Some of the top questions asked at the Osmosys Software Solutions Associate Software Engineer interview -

  1. What is api? Where we ...read more
  2. Provide the value of the variable in a given funct...read more
  3. Features of object-oriented programming with examp...read more

Tell us how to improve this page.

Osmosys Software Solutions Associate Software Engineer Interview Process

based on 3 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more

Fast track your campus placements

View all
Osmosys Software Solutions Associate Software Engineer Salary
based on 66 salaries
₹3.6 L/yr - ₹8 L/yr
At par with the average Associate Software Engineer Salary in India
View more details

Osmosys Software Solutions Associate Software Engineer Reviews and Ratings

based on 7 reviews

2.4/5

Rating in categories

2.6

Skill development

2.5

Work-life balance

2.0

Salary

2.3

Job security

1.7

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 7 Reviews and Ratings
Associate Software Engineer
66 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Software Engineer
44 salaries
unlock blur

₹4 L/yr - ₹12.8 L/yr

Quality Analyst
9 salaries
unlock blur

₹4.7 L/yr - ₹6.2 L/yr

Associate Software Test Engineer
8 salaries
unlock blur

₹4.2 L/yr - ₹5.1 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹13.2 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Osmosys Software Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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