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 IOT Engineer Interview Questions, Process, and Tips

Updated 25 Jul 2024

Mobiveil Technologies India IOT Engineer Interview Experiences

1 interview 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 questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 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 - Coding Test 

C programs and linked list related programs. In c mainly focus on strings and arrays

Round 3 - One-on-one 

(2 Questions)

  • Q1. C concepts like storage classes, pointers and protocols like spi, i2c
  • Q2. Explain about Extern What's the difference between static and extern
  • Ans. 

    Extern and static are storage classes in C programming language.

    • Extern is used to declare a variable or function that is defined in another file.

    • Static is used to declare a variable or function that is only accessible within the same file.

    • Extern variables have global scope while static variables have local scope.

    • Extern functions can be used in other files while static functions cannot be used outside the file they are

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well mainy focus on coding in c string, Pointers, Structures and linked list.

Skills evaluated in this interview

Interview Questionnaire 

12 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using languages such as Java, Python, and JavaScript

    • Proficient in using frameworks such as Spring, Django, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Passionate about learning new technologies and keeping up with industry trends

  • Answered by AI
  • Q2. Did you get placed anywhere?
  • Ans. 

    Yes, I got placed at XYZ company.

    • I received an offer from XYZ company and accepted it.

    • I will be starting my new job at XYZ company next month.

    • I am excited to join the team at XYZ company and contribute to their software development projects.

  • Answered by AI
  • Q3. If yes then why are you leaving that company??
  • Ans. 

    Looking for better growth opportunities and challenges.

    • Limited scope for learning and development

    • No clear career progression path

    • Lack of challenging projects

    • Unsatisfactory work-life balance

    • Better compensation and benefits offered by new company

  • Answered by AI
  • Q4. What do you know about our company?
  • Ans. 

    Unknown

    • I apologize, but I do not have any information about your company at this time.

  • Answered by AI
  • Q5. Some question's explaination from 1st round (Segmentation fault)
  • Q6. Remove duplicates from a string
  • Ans. 

    Remove duplicates from a string

    • Convert string to char array

    • Create a HashSet to store unique characters

    • Iterate through char array and add to HashSet

    • Convert HashSet back to string

  • Answered by AI
  • Q7. Linking
  • Q8. Compilation process
  • Q9. 32 bit/64 bit processor ??
  • Q10. InterProcess communication
  • Q11. Socket Programming
  • Q12. Projects

Interview Preparation Tips

Round: Test
Experience: 1. C pointer



2. Storage classes related questions



3. functions



4. OS(fragmentation external/internal)

Round: Test
Experience: 1. We have to add nodes in a linked list in sorted manner



2. Derive ur own malloc function

College Name: NA

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: online test using cocubes
mcq mostly containing c/c++ ques insert string in a linkedlist in sorted order .

Round: Technical Interview
Experience: c/c++ ques , basic concepts , ques on pointers like dangling pointer , memory leak , OS prob on semaphore , priority inversion , etc .

Round: HR Interview
Experience: simple ques

College Name: NA

Software Engineer Interview Questions & Answers

MaxLinear user image Gayathri S ee15m052

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed before Dec 2015. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Duration: 1 hour

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Tips: Learn about pointers and using function pointers

Round: Technical Interview
Experience: First, I was asked to brief about the projects I have done so far. Then there were some questions about C programming like pointers, const pointers, storage classes, volatile keyword etc. It was followed by some basic questions about computer architecture, microcontroller, FPGA, RTOS

Round: Technical Interview
Experience: In this round I was asked to write algorithm for some simple problems like checking if a given integer (not string) is palindrome or not, checking if a number is a multiple of 3 (using bitwise operations) etc

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Communication Concepts
  • Q2. Embedded Concepts

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted based on CGPA and Profile
Tips: CGPA above 7.5 and Communication/CS based coursework/ability

Round: Test
Experience: C Coding Questions which checked basic knowledge of C
Tips: Brush up your C skills. Questions are easy but may require knowledge of stuff like what is big endian and little endian etc.
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical Interview
Experience: My Communication relation concepts were tested. My Major Project was asked in detail.
Tips: If Comm background, prepare ITC, MultiCarrier/Wireless at a good level. If not they will ask C.

Round: Technical Interview
Experience: I was asked basic level embedded concepts.
Tips: Prepare on the following and similar stuff : How to implement a pseudo dynamic memory allocation using flash memory- which data structure to use. How does Inter Process Communication work. How does a multicore processor synchronizes its cores. If Comm background, give the TX and RX chain design (Wireless System Design)

Skills: Communication Systems, Embedded Systems, C Programming
College Name: IIT Madras

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Semiconductor physics Basic concepts and previous work profile experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume according to job profile and answer all basic questions related semiconductor device physics and digital design

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 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 - Aptitude Test 

OS Networks C Programming Aptitude Mcqs

Round 3 - Coding Test 

Two Coding questions and were of medium to hard level.

Interview Preparation Tips

Interview preparation tips for other job seekers - be Cool and Calm and answer as required. Dont Panic.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Aug 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude questions like 1.relational questions 2.table ques 3.age ratio

Round 3 - Coding Test 

2 codes are there 1 is easy 2nd medium level and in other section mcq quetions on technologies like java,js

Round 4 - Technical 

(1 Question)

  • Q1. Asked basic quesions on java and ask to explain coding question of coding round
Round 5 - Technical 

(1 Question)

  • Q1. Questions on array and string
Round 6 - HR 

(1 Question)

  • Q1. Basic question like introduction and and communication only

Interview Preparation Tips

Interview preparation tips for other job seekers - do perfect your resume and coding round question

Mobiveil Technologies India Interview FAQs

How many rounds are there in Mobiveil Technologies India IOT Engineer interview?
Mobiveil Technologies India interview process usually has 1 rounds. The most common rounds in the Mobiveil Technologies India interview process are Technical.
What are the top questions asked in Mobiveil Technologies India IOT Engineer interview?

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

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

Tell us how to improve this page.

Mobiveil Technologies India IOT Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

GLOBALFOUNDRIES Interview Questions
3.6
 • 18 Interviews
Element14 Interview Questions
4.0
 • 16 Interviews
Carrier Midea Interview Questions
3.8
 • 15 Interviews
HEG Interview Questions
3.8
 • 14 Interviews
MaxLinear Interview Questions
3.1
 • 12 Interviews
View all
Software Engineer
47 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Project Lead
29 salaries
unlock blur

₹9.5 L/yr - ₹30 L/yr

Verification Engineer
25 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹8 L/yr - ₹18.5 L/yr

Senior Engineer
19 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Explore more salaries
Compare Mobiveil Technologies India with

Mirafra Technologies

4.0
Compare

Carrier Midea

3.8
Compare

Mouser Electronics

3.7
Compare

MediaTek India Technology

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