Upload Button Icon Add office photos

Osource Global

Compare button icon Compare button icon Compare

Filter interviews by

Osource Global Software Developer Interview Questions and Answers

Updated 22 Nov 2024

Osource Global Software Developer Interview Experiences

3 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops question , SQL query,

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont join if you are experienced, as a fresher you can

I applied via Walk-in and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts maybe clear
  • Ans. 

    OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, forming the foundation of object-oriented programming.

    • Encapsulation: Bundling data and methods in a class. Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.

    • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car', adding features like 'batteryCapacity'.

    • Polymorphism: ...

  • Answered by AI
  • Q2. SQL should be strong

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers. You have to work independently

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 4 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 

(1 Question)

  • Q1. Detail Introduction about you
Round 3 - One-on-one 

(1 Question)

  • Q1. All Technical question related asp.net mvc sql
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion , it is basically have documentation

Top trending discussions

View All
Interview Tips & Stories
1w (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 Osource Global?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. About your self
  • Q2. Explain well about my self
  • Ans. 

    I'm a passionate software developer with a strong background in full-stack development and a love for solving complex problems.

    • Over 5 years of experience in software development, specializing in JavaScript and Python.

    • Developed a web application that improved user engagement by 30% through enhanced UI/UX design.

    • Collaborated with cross-functional teams to deliver projects on time and within budget.

    • Strong understanding of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident on your self and speak out with energy
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy and u can do it very easily

Round 2 - Coding Test 

Basically question were asked from tree, bst, greedy

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep patient and do grinding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. The candidate should possess a strong knowledge of programming skills.
  • Q2. Sting manpulation
  • Q3. Object oriented programming
  • Q4. Exception handling
  • Q5. Looping statement
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Union and union all difference
  • Ans. 

    UNION combines the results of two or more SELECT statements, while UNION ALL includes duplicates.

    • UNION removes duplicate rows, while UNION ALL retains all rows including duplicates

    • UNION is slower than UNION ALL as it performs a distinct operation

    • UNION requires the same number of columns in the SELECT statements, while UNION ALL does not have this restriction

  • Answered by AI
  • Q2. What is generic and non-generic collections
  • Ans. 

    Generic collections allow storing any type of data, while non-generic collections are type-specific.

    • Generic collections can store any type of data, such as List or Dictionary.

    • Non-generic collections are type-specific, like ArrayList or HashTable.

    • Generic collections provide type safety and better performance compared to non-generic collections.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good experience give an interview

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS & CORE JAVA CONCEPTS
  • Q2. Concepts such as Polymorphism and inheritance

Interview Preparation Tips

Topics to prepare for Quess Software Developer interview:
  • Core Java
  • OOPS
Interview preparation tips for other job seekers - For freshers it is easy if you have good core java command and decent programming skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 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 - One-on-one 

(2 Questions)

  • Q1. Normally not that though, smooth process
  • Q2. Tell me about job responsibilities
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the Middleware
  • Ans. 

    Middleware is software that connects different applications or services, enabling them to communicate and manage data exchange.

    • Acts as a bridge between different software applications.

    • Facilitates communication and data management in distributed systems.

    • Examples include message brokers like RabbitMQ and API gateways.

    • Can provide services like authentication, logging, and transaction management.

    • Used in microservices archi...

  • Answered by AI
  • Q2. What is dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join here please otherwise you will regret for whole life

Osource Global Interview FAQs

How many rounds are there in Osource Global Software Developer interview?
Osource Global interview process usually has 2 rounds. The most common rounds in the Osource Global interview process are HR, Technical and Resume Shortlist.
How to prepare for Osource Global Software Developer 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 Osource Global. The most common topics and skills that interviewers at Osource Global expect are MVC, Javascript, C#, SQL Server and ASP.Net.
What are the top questions asked in Osource Global Software Developer interview?

Some of the top questions asked at the Osource Global Software Developer interview -

  1. Oops concepts maybe cl...read more
  2. All Technical question related asp.net mvc ...read more
  3. Oops question , SQL que...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

More than 8 weeks 100%
View more
Osource Global Software Developer Salary
based on 170 salaries
₹2.7 L/yr - ₹7 L/yr
54% less than the average Software Developer Salary in India
View more details

Osource Global Software Developer Reviews and Ratings

based on 42 reviews

2.4/5

Rating in categories

2.5

Skill development

2.1

Work-life balance

2.1

Salary

2.9

Job security

2.4

Company culture

2.0

Promotions

2.1

Work satisfaction

Explore 42 Reviews and Ratings
Software Developer-Dot net

Mumbai,

Navi Mumbai

3-4 Yrs

₹ 3-8.2 LPA

Software Developer Dot Net MVC

Mumbai,

Navi Mumbai

2-3 Yrs

₹ 2.1-6.5 LPA

Explore more jobs
Executive Accountant
515 salaries
unlock blur

₹1.4 L/yr - ₹3.6 L/yr

Senior Accounts Executive
186 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Software Developer
173 salaries
unlock blur

₹2.7 L/yr - ₹7 L/yr

Payroll Executive
100 salaries
unlock blur

₹1.6 L/yr - ₹3.9 L/yr

Team Lead
88 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Explore more salaries
Compare Osource Global with

Quess

3.8
Compare

Statestreet HCL Services

3.4
Compare

Alldigi Tech

4.0
Compare

IntouchCX

2.8
Compare
write
Share an Interview