Upload Button Icon Add office photos

Filter interviews by

GlobusSoft Software Developer Interview Questions and Answers

Updated 3 May 2024

GlobusSoft Software Developer Interview Experiences

4 interviews found

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

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions it take more than 45 min in 45 questions

Round 2 - Group Discussion 

General topics about AI and ML

Round 3 - HR 

(4 Questions)

  • Q1. They ask some of the qusestions about my cv
  • Q2. Where are you from
  • Q3. Explain about the project
  • Q4. What is ur weekness
  • Ans. 

    My weakness is that I tend to get too focused on details, which can sometimes slow down my progress.

    • I tend to spend too much time perfecting small details

    • I sometimes struggle with prioritizing tasks because I want everything to be perfect

    • I am working on improving my time management skills to balance detail-oriented work with efficiency

  • Answered by AI

Software Developer Interview Questions & Answers

user image Ajay Kumar Raj

posted on 5 Mar 2024

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

They asked hackers rank questions in first round

Round 2 - Technical 

(1 Question)

  • Q1. Explain oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing 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 detail...

  • Answered by AI

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 Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Round 1 - Coding Test 

You must have good understanding with basic programming skill

Round 2 - Technical 

(1 Question)

  • Q1. In Technical,You must be good with All OOPS concept with core java
Round 3 - HR 

(1 Question)

  • Q1. Where you will be getting offer letter

Interview Preparation Tips

Interview preparation tips for other job seekers - Great companies, but you must have zeal to learn and cope up with environment

I applied via Referral and was interviewed before Jan 2021. 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. Tell me your self what is your qualifications
  • Ans. My name is mohd Aamir I live in Ashok vihar loni, ghaziabad and my qualifications is software development I am freshers no work experience but I am ready for successful developer
  • Answered Anonymously
Round 3 - 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

Interview Preparation Tips

Topics to prepare for GlobusSoft Software Developer interview:
  • Graphic Designing
  • Software
Interview preparation tips for other job seekers - you give me a chance i will improve your work by working in your company

GlobusSoft interview questions for designations

 Software Engineer

 (1)

 Software Tester

 (1)

 Wordpress Developer

 (2)

 Junior Web Developer

 (1)

 UI UX Developer

 (1)

 QA Tester

 (1)

Interview questions from similar companies

Software Developer Interview Questions & Answers

Snovasys user image 218A1A05A9 GOGATI GOVARDHAN

posted on 1 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Number series in aptitude
  • Ans. 

    Number series in aptitude involves identifying the pattern in a sequence of numbers and predicting the next number.

    • Look for patterns such as arithmetic progression, geometric progression, or a combination of both.

    • Check for alternate numbers, differences between consecutive numbers, or multiplication factors.

    • Consider prime numbers, squares, cubes, or other mathematical operations applied to the series.

    • Example: 2, 4, 6, ...

  • Answered by AI
  • Q2. Relation ships in berbal
  • Ans. 

    Relationships in verbal communication are crucial for effective collaboration and understanding.

    • Verbal communication involves both verbal and non-verbal cues

    • Active listening is key to building strong relationships in verbal communication

    • Clarity and conciseness in speech can enhance relationships

    • Empathy and understanding of others' perspectives are important in verbal relationships

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the four branches of oops
  • Ans. 

    The four branches of OOP are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects of different classes to respond to the same method call.

    • Abstraction: Hiding the complex implementation details and showing only

  • Answered by AI
  • Q2. Explain about the structures in c
  • Ans. 

    Structures in C are user-defined data types that allow grouping of variables of different data types under a single name.

    • Structures are used to represent a record which consists of different data types.

    • They are defined using the 'struct' keyword.

    • Each variable in a structure is called a member.

    • Structures can be nested within other structures.

    • Example: struct employee { int emp_id; char emp_name[50]; float emp_salary; };

    • E

  • Answered by AI

Skills evaluated in this interview

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

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

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.
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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql

GlobusSoft Interview FAQs

How many rounds are there in GlobusSoft Software Developer interview?
GlobusSoft interview process usually has 2-3 rounds. The most common rounds in the GlobusSoft interview process are Technical, HR and Resume Shortlist.
How to prepare for GlobusSoft 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 GlobusSoft. The most common topics and skills that interviewers at GlobusSoft expect are C++, QT, Remote Desktop, GUI and IP.
What are the top questions asked in GlobusSoft Software Developer interview?

Some of the top questions asked at the GlobusSoft Software Developer interview -

  1. what is ur weekn...read more
  2. Explain oops conce...read more
  3. In Technical,You must be good with All OOPS concept with core j...read more

Tell us how to improve this page.

GlobusSoft Software Developer Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
View more
GlobusSoft Software Developer Salary
based on 74 salaries
₹1.8 L/yr - ₹7.5 L/yr
50% less than the average Software Developer Salary in India
View more details

GlobusSoft Software Developer Reviews and Ratings

based on 17 reviews

4.3/5

Rating in categories

4.6

Skill development

4.4

Work-life balance

3.9

Salary

4.1

Job security

4.1

Company culture

3.9

Promotions

4.5

Work satisfaction

Explore 17 Reviews and Ratings
Software Developer
74 salaries
unlock blur

₹1.8 L/yr - ₹7.6 L/yr

Software Tester
42 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Softwaretest Engineer
40 salaries
unlock blur

₹1 L/yr - ₹4.1 L/yr

Digital Marketing Associate
39 salaries
unlock blur

₹1.1 L/yr - ₹3.4 L/yr

Data Scientist
23 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Explore more salaries
Compare GlobusSoft with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

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