Upload Button Icon Add office photos

Filter interviews by

Glide Technology Interview Questions and Answers

Updated 3 Nov 2024

Glide Technology Interview Experiences

Popular Designations

3 interviews found

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

Simple aptitude questions -easy equation and all

Round 2 - Technical 

(2 Questions)

  • Q1. About detailed explanation of project
  • Q2. Binary to decimal conversion code

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 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 

I was a medium to hard level round, Topics are related to H/W and S/W and General Aptitude question

Round 3 - Technical 

(1 Question)

  • Q1. Second Round Was Technical Interview related OOP ,C++, C(Pointer , Union, Easy Code) , DSA(Only definitions like Link-list, stack..etc) , Microcontroller and processors
Round 4 - HR 

(1 Question)

  • Q1. At Office HR round ask about my self and projects related question

Interview Preparation Tips

Topics to prepare for Glide Technology Embedded Software Engineer interview:
  • OOPS
  • c/c++
  • Digital Electronics

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 5 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 

Aptitude test contain logical maths questions .

Round 3 - One-on-one 

(3 Questions)

  • Q1. Basic to advance question of python, Javascript . 1-2 small piece of code .
  • Q2. Exception handling in python.
  • Ans. 

    Exception handling in Python involves using try, except, and finally blocks to handle errors and prevent program crashes.

    • Use try block to enclose the code that may raise an exception

    • Use except block to handle the specific exception that may occur

    • Use finally block to execute code regardless of whether an exception was raised or not

    • Example: try: do_something() except SomeException as e: print('An error occurre

  • Answered by AI
  • Q3. Oops. Method overloading vs Method overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Method overloading is resolved at compile time based on the method signature.

    • Method overriding is resolved at runtime based on the object type.

    • Method overloading is used to provide different impleme...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Strength and weakness. Hobby. Why glide technology?what you know about glide technology and our previous product.
Round 5 - Behavioral 

(1 Question)

  • Q1. The CEO go through your resume and ask appropriate question.

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Jobs at Glide Technology

View all

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. They asked about all protocols,vector tools,project and analysis and some of traceability tools

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s really very good in processing about structure which they follow in panel
And it’s really giving a good time to give an interview
Then totally depends on us about how confident we are giving a interview

I applied via Naukri.com and was interviewed in Dec 2019. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. I was selected for the Largest Aircraft manufacturing company in world, hence the interview process was harder then expected. My advice is to be very confident with what knowledge you have and represent yo...
  • Q2. Be very firm with C Programming, be 100% prepared with one of the language.
  • Q3. I2C and SPI are the key Communication protocols which you should look out for.
  • Q4. Interview without question on Hardware for Embedded Engineer is incomplete, give a matured answer (which comes by experience) which makes interviewer get more confident on you. Be prepared with minimum 3 m...
  • Q5. Go with good knowledge on Sensors, interfacing sensors, interrupts, polling and ADC

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1,. volatile keyword
  • Q2. 2. Difference between structure and union
  • Ans. 

    Structure is a collection of variables of different data types while union is a collection of variables of same data type.

    • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

    • Structure is used when we want to store different types of data while union is used when we want to store only one type of data at a time.

    • Structure is accessed using dot (.) operator while u...

  • Answered by AI
  • Q3. 3. How to enter if and else at the same time
  • Ans. 

    It is not possible to enter if and else at the same time in a programming language.

    • If and else are conditional statements that are mutually exclusive.

    • They are used to execute different blocks of code based on a condition.

    • To execute multiple blocks of code simultaneously, you can use nested if-else statements or logical operators.

  • Answered by AI
  • Q4. Program to find factorial of a number
  • Ans. 

    Program to find factorial of a number

    • Use a loop to multiply the number with all the numbers less than it

    • Handle the case when the number is 0 or 1 separately

    • Use recursion to find factorial of a number

  • Answered by AI
  • Q5. Explain recursion with an example
  • Ans. 

    Recursion is a process where a function calls itself until a base condition is met.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively

    • It requires a base case to stop the recursion and prevent infinite looping

    • Example: Factorial function - n! = n * (n-1)!, where the function calls itself with n-1 until n=1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the C programming basics.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Percentage, speed, series, logical abulity, differnces

Round 2 - Technical 

(3 Questions)

  • Q1. C programs, protocols, Embedded C, pointers
  • Q2. Strings swapping nibbles using c
  • Ans. 

    Swapping nibbles of strings in C

    • Use bitwise operations to swap the nibbles of each character in the string

    • Iterate through each character in the string and swap the nibbles

    • Ensure to handle edge cases like strings with odd length or non-hex characters

  • Answered by AI
  • Q3. I2c, can, spi, uart
Round 3 - HR 

(2 Questions)

  • Q1. Normal hr questions
  • Q2. Self, company details

Skills evaluated in this interview

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

(2 Questions)

  • Q1. C programming memory structure
  • Ans. 

    C programming memory structure involves stack, heap, data, and code segments.

    • Stack: Used for local variables and function call management.

    • Heap: Used for dynamic memory allocation.

    • Data: Contains global and static variables.

    • Code: Contains the program's executable code.

  • Answered by AI
  • Q2. Storage class in c
  • Ans. 

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

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in the stack and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be accessed in another file.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What are storage classes
  • Ans. 

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

    • Storage classes include auto, register, static, extern, and typedef.

    • Auto variables are local to the block they are declared in.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another file.

    • Typedef is used to create new dat

  • Answered by AI
  • Q2. What is use of device drivers
  • Ans. 

    Device drivers are software programs that allow the operating system to communicate with hardware devices.

    • Device drivers act as a translator between the hardware device and the operating system.

    • They provide a standardized interface for the operating system to interact with different types of hardware devices.

    • Device drivers help improve system stability and performance by enabling efficient communication between hardwar...

  • Answered by AI
  • Q3. How do you copy files from and device to other
  • Ans. 

    You can copy files from one device to another by using file transfer protocols like FTP, SCP, or by physically transferring the files via USB or external storage devices.

    • Use FTP (File Transfer Protocol) to transfer files over a network

    • Use SCP (Secure Copy Protocol) for secure file transfers

    • Physically transfer files by connecting devices via USB or using external storage devices like USB drives or SD cards

  • Answered by AI
  • Q4. Bit mask operation
  • Q5. Swapping without 3 rd variable
  • Ans. 

    Swapping two variables without using a third variable

    • Use XOR operation: a = a ^ b; b = a ^ b; a = a ^ b;

    • Use addition and subtraction: a = a + b; b = a - b; a = a - b;

    • Use multiplication and division: a = a * b; b = a / b; a = a / b;

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before 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 - Technical 

(2 Questions)

  • Q1. Basic c programming question
  • Q2. Logic question and bit manipulation

Glide Technology Interview FAQs

How many rounds are there in Glide Technology interview?
Glide Technology interview process usually has 3-4 rounds. The most common rounds in the Glide Technology interview process are Aptitude Test, Resume Shortlist and Technical.
How to prepare for Glide Technology 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 Glide Technology. The most common topics and skills that interviewers at Glide Technology expect are Debugging, RTOS, Embedded Linux, Embedded Software and Python.
What are the top questions asked in Glide Technology interview?

Some of the top questions asked at the Glide Technology interview -

  1. Oops. Method overloading vs Method overrid...read more
  2. Exception handling in pyth...read more
  3. Second Round Was Technical Interview related OOP ,C++, C(Pointer , Union, Eas...read more

Tell us how to improve this page.

Glide Technology Interview Process

based on 3 interviews

Interview experience

2.7
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Glide Technology Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

4.7

Skill development

5.0

Work-life balance

4.7

Salary

5.0

Job security

5.0

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 5 Reviews and Ratings
Business Development Executive

Ahmedabad

2-6 Yrs

Not Disclosed

Technical Manager - Embedded Hardware

Ahmedabad

12-20 Yrs

Not Disclosed

Technical Manager - Embedded Software

Ahmedabad

10-12 Yrs

Not Disclosed

Explore more jobs
Embedded Software Engineer
6 salaries
unlock blur

₹2.4 L/yr - ₹5.4 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹4 L/yr - ₹5.1 L/yr

Associate Engineer
4 salaries
unlock blur

₹4 L/yr - ₹5.6 L/yr

Embedded Hardware Engineer
4 salaries
unlock blur

₹6 L/yr - ₹6.8 L/yr

Team Lead
4 salaries
unlock blur

₹12.4 L/yr - ₹21 L/yr

Explore more salaries
Compare Glide Technology with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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