Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mobiveil Technologies India Team. If you also belong to the team, you can get access from here

Mobiveil Technologies India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mobiveil Technologies India Interview Questions and Answers

Updated 17 Apr 2025
Popular Designations

11 Interview questions

An IOT Engineer was asked 11mo ago
Q. How does the I2C protocol work?
Ans. 

I2C is a serial communication protocol used to connect multiple devices in a master-slave configuration.

  • I2C uses two wires - SDA (data line) and SCL (clock line) for communication

  • Devices are connected in a bus topology with a master device controlling the communication

  • Each device on the bus has a unique address for identification

  • Communication is initiated by the master device which sends start and stop signals

  • Data...

View all IOT Engineer interview questions
An IOT Engineer was asked 11mo ago
Q. How do you mass provision devices using AWS IoT?
Ans. 

Mass provision devices using AWS IoT involves creating a fleet provisioning template and using AWS IoT Device Management service.

  • Create a fleet provisioning template in AWS IoT console

  • Use the template to provision multiple devices at once

  • Utilize AWS IoT Device Management service for managing and monitoring provisioned devices

View all IOT Engineer interview questions
An IOT Engineer was asked 11mo ago
Q. If two masters on I2C send data at once, which one will take preference?
Ans. 

The master with the lower address will take preference in sending data on I2C.

  • The master with the lower address on the I2C bus will take preference in sending data.

  • I2C arbitration is based on the address of the master, with lower addresses having higher priority.

  • If two masters attempt to send data simultaneously, the one with the lower address will win the arbitration and proceed to send its data.

View all IOT Engineer interview questions
An IOT Engineer was asked 11mo ago
Q. What protocols have you worked on in IoT?
Ans. 

I have worked on protocols such as MQTT, CoAP, HTTP, and LoRaWAN in IoT projects.

  • MQTT (Message Queuing Telemetry Transport)

  • CoAP (Constrained Application Protocol)

  • HTTP (Hypertext Transfer Protocol)

  • LoRaWAN (Long Range Wide Area Network)

View all IOT Engineer interview questions
An IOT Engineer was asked 11mo ago
Q. How do you provision devices using Azure IoT?
Ans. 

Azure IoT provides various methods for provisioning devices including manual, automatic, and zero-touch provisioning.

  • Use Azure IoT Hub Device Provisioning Service for automatic provisioning

  • Leverage Azure IoT Hub Device Twins for manual provisioning

  • Implement zero-touch provisioning using Azure IoT Edge

View all IOT Engineer interview questions
An Embedded Software Engineer was asked 12mo ago
Q. What is the difference between a structure and a union?
Ans. 

Structure is a data type that allows storing different data types in a single variable, while union is a data type that allows storing only one value at a time.

  • Structure allows storing multiple data types in a single variable, while union allows storing only one value at a time

  • In structure, each member has its own memory location, while in union all members share the same memory location

  • Example: struct Person { ch...

View all Embedded Software Engineer interview questions
An Embedded Software Engineer was asked 12mo ago
Q. What is the volatile keyword and its purpose?
Ans. 

The volatile keyword is used in C/C++ to indicate that a variable may be changed unexpectedly by external factors.

  • Used to prevent compiler optimizations that assume the variable's value will not change.

  • Commonly used for variables shared between threads or accessed by interrupt service routines.

  • Example: volatile int sensorValue; // variable updated by hardware interrupts

View all Embedded Software Engineer interview questions
Are these interview questions helpful?
A Senior Validation Engineer was asked
Q. What are the basic steps for debugging?
Ans. 

Debugging involves identifying and resolving issues in software or hardware systems.

  • Identify the problem by reproducing the issue

  • Isolate the cause by narrowing down the possible sources

  • Gather relevant data and analyze it

  • Develop and execute a plan to fix the issue

  • Verify the fix by testing and retesting

  • Document the debugging process and the solution

View all Senior Validation Engineer interview questions
A Senior Software Engineer was asked
Q. Explain a few terms related to LTE.
Ans. 

LTE stands for Long-Term Evolution, a standard for wireless communication in mobile networks.

  • LTE is a 4G wireless communication technology

  • It provides high-speed data transmission and low latency

  • LTE uses OFDMA for downlink and SC-FDMA for uplink

  • LTE supports multiple antennas for improved signal quality (MIMO)

  • LTE Advanced (LTE-A) is an enhanced version with higher data rates and capacity

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. In MIMO, if one path fails, does the SNR and data both degrade, or just one?
Ans. 

In MIMO systems, a failure in one path can affect both SNR and data transmission quality.

  • MIMO (Multiple Input Multiple Output) uses multiple antennas to improve communication.

  • If one path fails, the overall SNR can decrease, leading to poorer signal quality.

  • Data integrity may also be compromised if the remaining paths cannot handle the load.

  • For example, in a 4x4 MIMO system, losing one path may reduce capacity and ...

View all Senior Software Engineer interview questions

Mobiveil Technologies India Interview Experiences

12 interviews found

IOT Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. How to mass provision devices using AWS IoT
  • Ans. 

    Mass provision devices using AWS IoT involves creating a fleet provisioning template and using AWS IoT Device Management service.

    • Create a fleet provisioning template in AWS IoT console

    • Use the template to provision multiple devices at once

    • Utilize AWS IoT Device Management service for managing and monitoring provisioned devices

  • Answered by AI
  • Q2. How to provision devices using Azure IoT
  • Ans. 

    Azure IoT provides various methods for provisioning devices including manual, automatic, and zero-touch provisioning.

    • Use Azure IoT Hub Device Provisioning Service for automatic provisioning

    • Leverage Azure IoT Hub Device Twins for manual provisioning

    • Implement zero-touch provisioning using Azure IoT Edge

  • Answered by AI
  • Q3. What all protocols have you worked on in IoT
  • Ans. 

    I have worked on protocols such as MQTT, CoAP, HTTP, and LoRaWAN in IoT projects.

    • MQTT (Message Queuing Telemetry Transport)

    • CoAP (Constrained Application Protocol)

    • HTTP (Hypertext Transfer Protocol)

    • LoRaWAN (Long Range Wide Area Network)

  • Answered by AI
  • Q4. How I2C protocol works
  • Ans. 

    I2C is a serial communication protocol used to connect multiple devices in a master-slave configuration.

    • I2C uses two wires - SDA (data line) and SCL (clock line) for communication

    • Devices are connected in a bus topology with a master device controlling the communication

    • Each device on the bus has a unique address for identification

    • Communication is initiated by the master device which sends start and stop signals

    • Data is t...

  • Answered by AI
  • Q5. If 2 masters on I2C send data at once which one will take preference ?
  • Ans. 

    The master with the lower address will take preference in sending data on I2C.

    • The master with the lower address on the I2C bus will take preference in sending data.

    • I2C arbitration is based on the address of the master, with lower addresses having higher priority.

    • If two masters attempt to send data simultaneously, the one with the lower address will win the arbitration and proceed to send its data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do you basics really well about IoT protocols and IoT platforms

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the difference between structure and union
  • Ans. 

    Structure is a data type that allows storing different data types in a single variable, while union is a data type that allows storing only one value at a time.

    • Structure allows storing multiple data types in a single variable, while union allows storing only one value at a time

    • In structure, each member has its own memory location, while in union all members share the same memory location

    • Example: struct Person { char na...

  • Answered by AI
  • Q2. What is the volatile keyword and it's purpose
  • Ans. 

    The volatile keyword is used in C/C++ to indicate that a variable may be changed unexpectedly by external factors.

    • Used to prevent compiler optimizations that assume the variable's value will not change.

    • Commonly used for variables shared between threads or accessed by interrupt service routines.

    • Example: volatile int sensorValue; // variable updated by hardware interrupts

  • Answered by AI
Round 2 - Coding Test 

Linked list , data structures

Round 3 - HR 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Asked past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep to update yourself

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Bitwise operation and memory layout in c
  • Ans. 

    Bitwise operations are used to manipulate individual bits in memory. Memory layout in C refers to how data is stored in memory.

    • Bitwise operations include AND, OR, XOR, and NOT.

    • They are often used for tasks like setting or clearing specific bits, checking if a bit is set, or toggling bits.

    • Memory layout in C determines how variables are stored in memory, including their size, alignment, and order.

    • It is important to under...

  • Answered by AI
  • Q2. Explain few terms in LTE
  • Ans. 

    LTE stands for Long-Term Evolution, a standard for wireless communication in mobile networks.

    • LTE is a 4G wireless communication technology

    • It provides high-speed data transmission and low latency

    • LTE uses OFDMA for downlink and SC-FDMA for uplink

    • LTE supports multiple antennas for improved signal quality (MIMO)

    • LTE Advanced (LTE-A) is an enhanced version with higher data rates and capacity

  • Answered by AI
  • Q3. In one path goes wrong in mimo does snr and data both or any one goes bad
  • Ans. 

    In MIMO systems, a failure in one path can affect both SNR and data transmission quality.

    • MIMO (Multiple Input Multiple Output) uses multiple antennas to improve communication.

    • If one path fails, the overall SNR can decrease, leading to poorer signal quality.

    • Data integrity may also be compromised if the remaining paths cannot handle the load.

    • For example, in a 4x4 MIMO system, losing one path may reduce capacity and incre...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic steps for debugging
  • Ans. 

    Debugging involves identifying and resolving issues in software or hardware systems.

    • Identify the problem by reproducing the issue

    • Isolate the cause by narrowing down the possible sources

    • Gather relevant data and analyze it

    • Develop and execute a plan to fix the issue

    • Verify the fix by testing and retesting

    • Document the debugging process and the solution

  • Answered by AI
  • Q2. What is difference between calloc and melloc
  • Ans. 

    calloc and malloc are memory allocation functions in C. calloc initializes the allocated memory to zero, while malloc does not.

    • calloc is used to allocate and initialize memory for an array of elements, while malloc is used to allocate memory for a single element.

    • calloc takes two arguments - the number of elements and the size of each element, while malloc takes only the size of the element.

    • calloc returns a pointer to t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. C programming questions
  • Q2. Microcontroller architecture?
  • Q3. Spi i2c usrt drivers
  • Q4. Btech electronics questions

I applied via Naukri.com and was interviewed in Feb 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 

(1 Question)

  • Q1. Blocking non blocking, counter, asynchronous and synchronous reset, oops concepts, function and task

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying beleive me it will surely happen.

Project Lead Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2021

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

Interview Questionnaire 

1 Question

  • Q1. Basics of LTE/5G Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basics and be confident

Interview Questionnaire 

1 Question

  • Q1. What is the reason for changing the job

Interview Preparation Tips

Interview preparation tips for other job seekers - Because of Personal issues I need to change my job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Storage classes
  • Q2. Coding ques on c
  • Q3. Single linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - will crack easily

Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2022

Interview Questionnaire 

2 Questions

  • Q1. LTE basics, oran functionality
  • Q2. 5g call flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, learn basics

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Mobiveil Technologies India?
Ask anonymously on communities.

Mobiveil Technologies India Interview FAQs

How many rounds are there in Mobiveil Technologies India interview?
Mobiveil Technologies India interview process usually has 1-2 rounds. The most common rounds in the Mobiveil Technologies India interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Mobiveil Technologies India 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 Mobiveil Technologies India. The most common topics and skills that interviewers at Mobiveil Technologies India expect are Python, Debugging, Linux, C++ and Perl.
What are the top questions asked in Mobiveil Technologies India interview?

Some of the top questions asked at the Mobiveil Technologies India interview -

  1. If 2 masters on I2C send data at once which one will take preferenc...read more
  2. What all protocols have you worked on in ...read more
  3. How to mass provision devices using AWS ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 6 interview experiences

Difficulty level

Moderate 80%
Hard 20%

Duration

Less than 2 weeks 80%
More than 8 weeks 20%
View more

Interview Questions from Similar Companies

GLOBALFOUNDRIES Interview Questions
3.4
 • 18 Interviews
HEG Interview Questions
3.8
 • 17 Interviews
Element14 Interview Questions
3.8
 • 16 Interviews
Carrier Midea Interview Questions
3.7
 • 15 Interviews
View all

Mobiveil Technologies India Reviews and Ratings

based on 57 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

3.7

Job security

3.6

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 57 Reviews and Ratings
Software Engineer
49 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Project Lead
30 salaries
unlock blur

₹21 L/yr - ₹33 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹8.8 L/yr - ₹14.8 L/yr

Verification Engineer
23 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Senior Engineer
23 salaries
unlock blur

₹10.6 L/yr - ₹18.3 L/yr

Explore more salaries
Compare Mobiveil Technologies India with

Carrier Midea

3.7
Compare

Mirafra Technologies

4.1
Compare

Mouser Electronics

3.8
Compare

HEG

3.8
Compare
write
Share an Interview