Upload Button Icon Add office photos

Global Edge Software

Compare button icon Compare button icon Compare

Filter interviews by

Global Edge Software Interview Questions, Process, and Tips

Updated 18 Sep 2024

Top Global Edge Software Interview Questions and Answers

View all 13 questions

Global Edge Software Interview Experiences

Popular Designations

23 interviews 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 Resume 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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Round 1 - Technical 

(3 Questions)

  • Q1. How to delete any Element in an Linked list
  • Ans. 

    To delete an element in a linked list, we need to find the node before the node to be deleted and update its next pointer.

    • Find the node before the node to be deleted

    • Update the next pointer of the previous node to point to the node after the node to be deleted

    • Free the memory occupied by the node to be deleted

  • Answered by AI
  • Q2. Write a Program to find all the first letters in an Sentence
  • Ans. 

    Program to find first letters in a sentence

    • Split the sentence into words

    • Get the first letter of each word

    • Store the first letters in an array

  • Answered by AI
  • Q3. Write a Program to find whether it is a palindrome or not
  • Ans. 

    Program to check if a given string is a palindrome or not

    • Convert the string to lowercase to ignore case sensitivity

    • Use two pointers, one at the start and one at the end of the string

    • Compare the characters at both pointers and move them towards each other

    • If all characters match, it is a palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Data structures and C Basics. You can Easily go through the Interview

Skills evaluated in this interview

Software Developer fresher Interview Questions asked at other Companies

Q1. Can we implement multiple interfaces in a single Java class?
View answer (1)
Global Edge Software Interview Questions and Answers for Freshers
illustration image

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a time?4) What is ISR how it works?
  • Ans. 

    Answers to questions related to software engineering concepts.

    • Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.

    • Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.

    • Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.

    • ISR stands for Interrupt Service Routi...

  • Answered by AI
  • Q2. What is pointer? Explain dangling pointer, null pointer, void pointer.
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.

    • Dangling pointer: a pointer that points to a memory location that has been deallocated or freed

    • Null pointer: a pointer that does not point to any memory location

    • Void pointer: a pointer that has no specific data type and can point to any data type

  • Answered by AI
  • Q3. Storage classes explain all the storage classes in c.
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to access global variables across multiple files

  • Answered by AI
  • Q4. Compilation stages.
  • Q5. Projects done at previous company with clear explanation.
  • Q6. CAN, SPI, I2C, UART differences.
  • Q7. Explain CAN data frame.
  • Ans. 

    CAN data frame is a message format used in Controller Area Network (CAN) protocol.

    • CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).

    • The Arbitration ID field is used to identify the message priority and the source of the message.

    • The Data Field can contain up to 8 bytes of data.

    • The CRC field is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through whatever things you have kept on your resume. Go through the project. Practice C as much as possible most of the questions will be asked on C programming.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical discussion was per resume.
Round 2 - HR 

(1 Question)

  • Q1. General questions on past experiences and future aspirations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview, technical discussion as per resume. Managerial discussion is also similar. HR discussion is typical

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Global Edge Software interview questions for popular designations

 Software Engineer

 (3)

 Senior Software Engineer

 (3)

 Analyst

 (1)

 Lead Engineer

 (1)

 Test Engineer

 (1)

 Associate Engineer

 (1)

 Associate Consultant

 (1)

 Java Developer

 (1)

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Had discussion about C, DS in depth
Round 4 - Technical 

(1 Question)

  • Q1. Questions about C and DS and basics of OS.
Round 5 - HR 

(1 Question)

  • Q1. What are the strengths and weaknesses of yours.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through C, DS, Linux and C++.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions on C, UDS and CAN Protocal
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic decesion about myself and package

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Nvl and nvl2 difference Some practical queries on SQL Performance tunning Trigger
  • Q2. Abstract class vs interface Internal working of hashmap Java 8 fearures
  • Ans. 

    Questions on abstract class vs interface, internal working of hashmap, and Java 8 features.

    • Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods.

    • Interface is a collection of abstract methods and constants that can be implemented by a class.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values.

    • Java 8 introduced features like lambda...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics of java and SQL
Smile in the entire interview

Skills evaluated in this interview

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2023

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

I applied via Naukri.com and was interviewed before Jun 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction about candidate
  • Q2. Testing concepts

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related to project worked on wlan testing and networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good.
They gave taken 3 technical and 1hr round

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Global Edge Software Interview FAQs

How many rounds are there in Global Edge Software interview?
Global Edge Software interview process usually has 2-3 rounds. The most common rounds in the Global Edge Software interview process are HR, One-on-one Round and Technical.
How to prepare for Global Edge Software 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 Global Edge Software. The most common topics and skills that interviewers at Global Edge Software expect are C, Python, C++, LTE and Linux.
What are the top questions asked in Global Edge Software interview?

Some of the top questions asked at the Global Edge Software interview -

  1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a...read more
  2. What is pointer? Explain dangling pointer, null pointer, void pointe...read more
  3. Storage classes explain all the storage classes in ...read more
How long is the Global Edge Software interview process?

The duration of Global Edge Software interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

American Express

No Jobs

SALARIES

Manhattan Associates

INTERVIEWS

Daimler Truck

No Interviews

SALARIES

Brillio

SALARIES

Manhattan Associates

JOBS

Tech Mahindra

No Jobs

INTERVIEWS

Trawex Technologies

No Interviews

SALARIES

Manhattan Associates

INTERVIEWS

Think Gas Ludhiana

No Interviews

INTERVIEWS

Think Gas Ludhiana

No Interviews

Tell us how to improve this page.

Global Edge Software Interview Process

based on 14 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

Global Edge Software Reviews and Ratings

based on 233 reviews

3.5/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

2.8

Salary

3.7

Job security

3.2

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 233 Reviews and Ratings
Senior Software Engineer
537 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
276 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
147 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Global Edge Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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