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
3.6

based on 48 Reviews

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

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. OOPS concept and All Major pillars with Scanrio-based questions asked on Abstract class and Interface
  • Q2. .Net MVC and .Net Core based on program.cs file and Dependency Injection and Middleware in deep
  • Q3. Pattern question and check string Palindrome
  • Q4. SQL Queries around 4th highest salary of Employee
  • Q5. All basic programming concept checking like having prefix and postfix expression problem solving on paper
Round 2 - Technical 

(4 Questions)

  • Q1. TechnoManagerial Round Collection question to find about number of character present in the word Mirafra with live coding F2F
  • Q2. API testing ang REST API Concept
  • Q3. Professional Journey
  • Q4. Project Details
Round 3 - Technical 

(2 Questions)

  • Q1. It was a director round but say you need to give again technical round ,they wasted my time and money.
  • Q2. SQL Queries on pen and paper

Interview Preparation Tips

Interview preparation tips for other job seekers - HR said you haven't the skill to represent on client. Never believe on HR what they said.Final round was my Director's round but she wasted my time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Ofdm, Fixed point, sampling theorem, digital filters,
  • Q2. Previous work clarity
  • Ans. 

    Previous work clarity is essential for successful collaboration and understanding of project requirements.

    • Clearly explain the projects you have worked on in the past, including your role and responsibilities

    • Provide examples of how you communicated with team members to ensure clarity in project goals

    • Discuss any challenges you faced in previous projects and how you overcame them

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Fft, ofdm, CP, sampling theorem, previous experience,
  • Q2. C basics, memory layout, function pointer, big small endian, bit manipulation, zero padding in structures
Round 3 - Coding Test 

Bit manipulation, memory layout, interrupts, semaphore mutex, implement memcpy, sorting, algo to share resource equally

Round 4 - One-on-one 

(1 Question)

  • Q1. Previous work experience, general attitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for coding, strong on basics
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k

Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1

Note : consider array index starts with 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the problem statement clearly, prepare well for problem solving & DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to wireless communication concepts
  • Q2. C and c++ coding concepts
Round 2 - HR 

(2 Questions)

  • Q1. Why are you looking for change
  • Q2. Are you ready to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on fundamentals and have good knowledge about the projects mentioned in resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium xpath and dynamic loading of elements
  • Ans. 

    Selenium xpath is used to locate elements on a web page, especially useful for dynamic loading scenarios.

    • Use xpath to locate elements based on their attributes or position on the page

    • For dynamic loading, use explicit waits to ensure elements are present before interacting with them

    • Consider using relative xpath expressions to make your tests more robust and maintainable

  • Answered by AI
  • Q2. Java programs on strings
  • Q3. Test Ng architecture explain
  • Ans. 

    TestNG is a testing framework inspired by JUnit and NUnit, with more advanced features for test automation.

    • TestNG uses annotations to define test methods and test configurations.

    • It supports parameterized tests, test dependencies, and test groups.

    • TestNG allows parallel execution of tests, making it faster than other testing frameworks.

    • It provides detailed test reports and supports data-driven testing.

    • TestNG can be integ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and go for interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is to attend.major physics

Round 2 - Coding Test 

Easy coding.simple problems in c

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. 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 - Technical 

(1 Question)

  • Q1. UVM Basics, UVM components connections
Round 3 - Technical 

(1 Question)

  • Q1. UVM components and objects

I was interviewed in Aug 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Python basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basic skills and make sure you answer in confident level
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly c question
  • Q2. Structure padding
Round 2 - Technical 

(1 Question)

  • Q1. Ipc, mutex and semaphore
Round 3 - HR 

(1 Question)

  • Q1. Normal discussion

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.

People are getting interviews through

based on 1 Mobiveil Technologies India interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Tata Elxsi Interview Questions
3.9
 • 291 Interviews
KPIT Technologies Interview Questions
3.5
 • 285 Interviews
Cyient Interview Questions
3.7
 • 279 Interviews
Sasken Interview Questions
3.9
 • 77 Interviews
Einfochips Interview Questions
3.3
 • 68 Interviews
View all
Software Engineer
45 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Project Lead
29 salaries
unlock blur

₹9.5 L/yr - ₹33 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹8 L/yr - ₹18.5 L/yr

Verification Engineer
24 salaries
unlock blur

₹3 L/yr - ₹10.2 L/yr

Senior Engineer
19 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Explore more salaries
Compare Mobiveil Technologies India with

Einfochips

3.3
Compare

Mistral Solutions

3.9
Compare

Sasken

3.9
Compare

KPIT Technologies

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview