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 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

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
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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why you choose HCl
  • Ans. 

    I chose HCl for its versatility and effectiveness in various applications.

    • HCl is commonly used in industries such as pharmaceuticals, food processing, and chemical manufacturing.

    • It is a strong acid that can be used for pH control, cleaning, and as a catalyst in chemical reactions.

    • HCl is also used in the production of PVC, fertilizers, and dyes.

    • Its ability to dissolve metals makes it useful in metal cleaning and etching

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in your basics

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.4k 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
 • 505 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Freshworks Interview Questions
3.5
 • 157 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

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Hardware Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
3 salaries
unlock blur

₹0 L/yr - ₹0 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