Upload Button Icon Add office photos

Global Edge Software

Compare button icon Compare button icon Compare

Filter interviews by

Global Edge Software Interview Questions and Answers

Updated 18 Sep 2024
Popular Designations

12 Interview questions

An Associate Software Engineer was asked 9mo ago
Q. Write some basic code examples for array manipulation.
Ans. 

Basic codes for array manipulation including sorting, searching, and filtering.

  • Use built-in functions like sort() for sorting arrays.

  • Implement algorithms like binary search for searching in arrays.

  • Utilize filter() method for filtering arrays based on specific criteria.

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked 9mo ago
Q. Write a function in C to determine if a number is prime.
Ans. 

A function in C to check if a number is prime or not

  • Create a function that takes an integer as input

  • Check if the input number is divisible by any number from 2 to its square root

  • If it is not divisible by any number, return true (prime), else return false (not prime)

View all Associate Software Engineer interview questions
A Softwaretest Engineer was asked 9mo ago
Q. Tell me about yourself and describe a technical problem you have solved.
Ans. 

I am a Software Test Engineer with a passion for quality assurance and problem-solving in software development.

  • Experience in automated testing using tools like Selenium and JUnit.

  • Proficient in writing test cases and executing them to ensure software quality.

  • Worked on performance testing using JMeter to identify bottlenecks.

  • Collaborated with developers to troubleshoot and resolve issues in the software lifecycle.

  • Im...

View all Softwaretest Engineer interview questions
A Software Developer fresher was asked
Q. Write a program to determine if a given input is a palindrome.
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

View all Software Developer fresher interview questions
A Software Developer fresher was asked
Q. Write a program to find all the first letters in a 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

View all Software Developer fresher interview questions
A Software Developer fresher was asked
Q. How do you delete an element in a 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

View all Software Developer fresher interview questions
A Senior Software Engineer was asked
Q. Explain the 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 fie...

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. 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

View all Senior Software Engineer interview questions
An Associate Analyst was asked
Q. What does the Associate Analyst role entail?
Ans. 

An Associate Analyst supports data analysis, research, and reporting to drive informed decision-making in various sectors.

  • Conducts data collection and analysis to identify trends and insights.

  • Prepares reports and presentations to communicate findings to stakeholders.

  • Collaborates with senior analysts to develop strategies based on data.

  • Utilizes tools like Excel, SQL, or Python for data manipulation.

  • Example: Analyzi...

View all Associate Analyst interview questions
An Associate Consultant was asked
Q. 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 l...

View all Associate Consultant interview questions

Global Edge Software Interview Experiences

23 interviews found

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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a detail-oriented data analyst with a strong background in statistics and programming.

    • Graduated with a degree in Statistics

    • Proficient in programming languages such as Python and R

    • Experience in analyzing and interpreting data sets

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. Why we should hire you
  • Ans. 

    I have a strong analytical background, excellent problem-solving skills, and a passion for data-driven decision making.

    • I have a degree in Statistics and experience with data analysis tools such as Python and SQL.

    • I have successfully completed projects where I identified trends and patterns in data to drive business decisions.

    • I am a quick learner and have a strong attention to detail, ensuring accuracy in my analysis.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is number game try to have more numbers
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About ur self some technical problem
  • Ans. 

    I am a Software Test Engineer with a passion for quality assurance and problem-solving in software development.

    • Experience in automated testing using tools like Selenium and JUnit.

    • Proficient in writing test cases and executing them to ensure software quality.

    • Worked on performance testing using JMeter to identify bottlenecks.

    • Collaborated with developers to troubleshoot and resolve issues in the software lifecycle.

    • Impleme...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 May 2024

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

Focuis on math and on science language

Round 2 - Coding Test 

Focus on mathematics

Interview Questions & Answers

user image pavan krishna K

posted on 31 Jan 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Python technical questions
Round 2 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. 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 - Aptitude Test 

Basic questions which check you're vocabulary and mathematics skills

Round 3 - Coding Test 

Basic skills of coding whichever programming language you prefer.

Round 4 - HR 

(2 Questions)

  • Q1. Just a small talk about you.
  • Q2. Do you want to join the company ?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Prime number function using C
  • Ans. 

    A function in C to check if a number is prime or not

    • Create a function that takes an integer as input

    • Check if the input number is divisible by any number from 2 to its square root

    • If it is not divisible by any number, return true (prime), else return false (not prime)

  • Answered by AI
  • Q2. Write some basic codes for Manipulation in array
  • Ans. 

    Basic codes for array manipulation including sorting, searching, and filtering.

    • Use built-in functions like sort() for sorting arrays.

    • Implement algorithms like binary search for searching in arrays.

    • Utilize filter() method for filtering arrays based on specific criteria.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Keep calm and make sure you mentally prepared.

Skills evaluated in this interview

Team Developer Interview Questions & Answers

user image Shashikumar Talapa

posted on 10 Mar 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in 5 years
  • Ans. 

    In five years, I envision myself as a lead developer, driving innovative projects and mentoring junior team members in a dynamic environment.

    • Leadership Role: I aim to take on a leadership position, guiding a team of developers to deliver high-quality software solutions.

    • Mentorship: I plan to mentor junior developers, sharing knowledge and best practices to foster their growth and enhance team performance.

    • Continuous Lear...

  • Answered by AI
  • Q2. What makes you inspire
  • Ans. 

    I find inspiration in creativity, collaboration, and the impact of technology on people's lives, driving me to innovate and improve.

    • Creativity: I am inspired by the endless possibilities of creative problem-solving, like designing a user-friendly interface that enhances user experience.

    • Collaboration: Working with diverse teams motivates me, as seen in projects where brainstorming sessions led to innovative solutions.

    • Im...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great to work in this company. I will definitely suggest

Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2023

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

I appeared for an interview before Jun 2022.

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 

(3 Questions)

  • Q1. Reverse a string
  • Q2. Remove duplicates from string
  • Q3. Remove a loop from linked list
Round 3 - One-on-one 

(2 Questions)

  • Q1. Problem on hashmap
  • Q2. Indepth discussion on interrupts
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Topics to prepare for Global Edge Software interview:
  • C Programming
  • Linux
  • Data Structures
  • Operating Systems

Skills evaluated in this interview

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 

English, Numerical, Logical reasoning

Round 3 - One-on-one 

(2 Questions)

  • Q1. About yourself in simple
  • Q2. Technical skills about coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude was easy and I gave the the interview but got no response from company

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Global Edge Software?
Ask anonymously on communities.

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 Resume Shortlist.
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.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 14 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 83%
2-4 weeks 17%
View more

Interview Questions from Similar Companies

RGBSI Interview Questions
3.3
 • 27 Interviews
Bottomline Interview Questions
3.4
 • 20 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
Upland Software Interview Questions
4.6
 • 15 Interviews
CyberArk Interview Questions
3.5
 • 15 Interviews
QAD Interview Questions
3.9
 • 14 Interviews
TEOCO Software Interview Questions
3.8
 • 14 Interviews
Veeva Systems Interview Questions
3.0
 • 14 Interviews
View all

Global Edge Software Reviews and Ratings

based on 244 reviews

3.5/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

2.8

Salary

3.7

Job security

3.2

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 244 Reviews and Ratings
Senior Software Engineer
500 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Software Engineer
257 salaries
unlock blur

₹2.2 L/yr - ₹9.7 L/yr

Module Lead
132 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Software Developer
40 salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Associate Software Engineer
40 salaries
unlock blur

₹3.1 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Global Edge Software with

Prime Focus Technologies

3.3
Compare

Yodlee

3.8
Compare

Bravura Solutions

3.9
Compare

RGBSI

3.3
Compare
write
Share an Interview