Upload Button Icon Add office photos

Filter interviews by

Global Edge Software Java Developer Interview Questions and Answers

Updated 7 Dec 2022

Global Edge Software Java Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Nov 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 - HR 

(2 Questions)

  • Q1. Introduction about your self
  • Q2. About your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Narmal communication skills
Basic about your knowledge

Interview questions from similar companies

I applied via Referral and was interviewed in Sep 2022. 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 - Aptitude Test 

Basics questions of logical reasoning , english , mathematics etc

Round 3 - Technical 

(3 Questions)

  • Q1. How to check current version of java coding question reverse a string project explaniation that you mention in your resume. interfaces?
  • Q2. Encapsulation vs abstraction
  • Ans. 

    Encapsulation is hiding implementation details while abstraction is hiding unnecessary details.

    • Encapsulation is achieved through access modifiers like private, protected, and public.

    • Abstraction is achieved through abstract classes and interfaces.

    • Encapsulation protects the data from external interference while abstraction focuses on the essential features.

    • Example of encapsulation: hiding the implementation details of a ...

  • Answered by AI
  • Q3. Jvm vs jre vs jdk
  • Ans. 

    JVM is a virtual machine that executes Java bytecode. JRE is a runtime environment that includes JVM and libraries. JDK is a development kit that includes JRE and tools for developing Java applications.

    • JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.

    • JRE stands for Java Runtime Environment and includes JVM and libraries required to run Java applications.

    • JDK stands for Java Development ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basics question from oops , java , data structure will be asked.

Skills evaluated in this interview

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

I applied via Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What you do? Description with analysis
  • Ans. 

    I am a Java Developer responsible for designing, developing, and maintaining Java applications.

    • Design and develop Java applications

    • Write clean, efficient, and maintainable code

    • Collaborate with team members to troubleshoot and solve technical issues

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java,sql,python
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your goal
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Roles and responsibilities
  • Q2. Problem based questions
  • Q3. Code test & discussions over best practices, best solutions, time and space complexities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was combination of mcqs and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

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

    • 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 det...

  • Answered by AI
  • Q2. Difference between java nd putjon
  • Ans. 

    Java is a programming language while Putjon is not a recognized term in software development.

    • Java is a widely used programming language for developing applications.

    • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

    • There is no direct comparison between Java and Putjon as they are not related.

  • Answered by AI
  • Q3. Tell about ur project
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What is ur greatest comeback

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy basic questions were there and we were asked to write two emails.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to projects
  • Q2. QBasic SQL questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal Basic Interview GK, Maths,Average.

Round 2 - Technical 

(2 Questions)

  • Q1. Prepare as per Domain Like Front learn Loop
  • Q2. Loop with Continue
  • Ans. 

    Using 'continue' in a loop to skip current iteration and move to the next one.

    • Continue statement is used to skip the current iteration of a loop and move to the next one.

    • Helps in avoiding unnecessary code execution within a loop.

    • Example: for(int i=0; i<5; i++) { if(i == 2) { continue; } System.out.println(i); }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just come with basic small project learn basic attitude to learn not to earn.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium~Hard Leetcode style Interview

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

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Implement readers-writer lock

Global Edge Software Interview FAQs

How many rounds are there in Global Edge Software Java Developer interview?
Global Edge Software interview process usually has 2 rounds. The most common rounds in the Global Edge Software interview process are Resume Shortlist and HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 Global Edge Software interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Global Edge Software Java Developer Salary
based on 4 salaries
₹4.5 L/yr - ₹9.6 L/yr
37% more than the average Java Developer Salary in India
View more details
Senior Software Engineer
511 salaries
unlock blur

₹3.6 L/yr - ₹13.3 L/yr

Software Engineer
290 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Module Lead
147 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Software Developer
43 salaries
unlock blur

₹2.5 L/yr - ₹10.3 L/yr

Associate Software Engineer
41 salaries
unlock blur

₹4 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Global Edge Software with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview