Filter interviews by
I applied via Referral and was interviewed in Nov 2022. There were 2 interview rounds.
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
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
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
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
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...
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
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
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...
Global Edge Software interview questions for popular designations
I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.
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...
I applied via Other and was interviewed in Oct 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Jun 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
Top trending discussions
Some of the top questions asked at the Global Edge Software interview -
The duration of Global Edge Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 14 interviews
Interview experience
based on 233 reviews
Rating in categories
Senior Software Engineer
537
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
276
salaries
| ₹0 L/yr - ₹0 L/yr |
Module Lead
147
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
42
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
40
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech