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 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 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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

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 

Including reasoning and relationship

Round 3 - Group Discussion 

Virtual round with a specific topic

Round 4 - Coding Test 

Basic level of coding

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 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 - One-on-one 

(2 Questions)

  • Q1. Mainly focused on basics of c language Stack program
  • Q2. Compilation stages , function

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic c fundamentals well and do practice with program like palindrome etc

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

I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Describe your project
  • Q2. Code snippets of c programming
  • Ans. 

    Code snippets of c programming

    • Use #include to include header files

    • Use int main() to start the program

    • Use printf() to print output

    • Use scanf() to take input

    • Use if-else statements for conditional execution

    • Use loops like for, while, do-while for repetitive tasks

    • Use arrays to store multiple values of same data type

    • Use pointers to manipulate memory addresses

    • Use structures to group related data

    • Use functions to modularize code

  • Answered by AI
  • Q3. What is isr routine in c programming
  • Ans. 

    ISR routine is a function that is executed in response to an interrupt signal.

    • ISR stands for Interrupt Service Routine

    • It is used to handle hardware interrupts

    • ISR routines are written in C language

    • They are executed when an interrupt signal is received

    • ISR routines should be short and efficient

    • They should not block other interrupts

    • Examples of ISR routines include handling keyboard input or timer interrupts

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to work for Wipro

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay on basics and your last work details

Skills evaluated in this interview

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 RTOS, Debugging, 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.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
Zoho Interview Questions
4.3
 • 509 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Freshworks Interview Questions
3.5
 • 159 Interviews
InMobi Interview Questions
3.5
 • 35 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

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

InMobi

3.5
Compare

Mu Sigma

2.6
Compare

Freshworks

3.5
Compare

Zoho

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