Upload Button Icon Add office photos
Engaged Employer

i

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

Indrones Solutions Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 8 Reviews

Filter interviews by

Indrones Solutions IOT Engineer Interview Questions and Answers

Updated 30 Jan 2024

Indrones Solutions IOT Engineer Interview Experiences

1 interview found

IOT Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quants , apti, logical

Round 2 - Technical 

(3 Questions)

  • Q1. Project related and domain related questions
  • Q2. Controllers used for the project
  • Ans. 

    The controllers used for the project are Arduino Uno and Raspberry Pi.

    • Arduino Uno is a microcontroller board based on the ATmega328P.

    • Raspberry Pi is a single-board computer that runs on Linux and is capable of handling complex tasks.

    • Both controllers are commonly used in IoT projects for their versatility and ease of use.

  • Answered by AI
  • Q3. Future scope of the project.
Round 3 - HR 

(1 Question)

  • Q1. Normal situation question. To judge your attitude and vision

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared . Have all the basic knowledge about your domain. Have a positive attitude

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find a number in array which is greater than left and right element
  • Ans. 

    Iterate through array and check if element is greater than its adjacent elements

    • Iterate through array and check if current element is greater than element at index-1 and index+1

    • Return the first element found that satisfies the condition

    • Handle edge cases where element is at the beginning or end of array

  • Answered by AI
  • Q2. Find the number in the string and return the sum of numbers
  • Ans. 

    Find and sum numbers in a string

    • Iterate through each character in the string

    • Check if the character is a digit

    • If digit, convert to integer and add to sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I solved all the DSA question with more optimised way , but interviewer was so immature to understand he joined two month back and only 2 yoe , he was not so skill full , I am pass out from tier-1 colg of India . Such a bad experiance . I was so confident that They are not going to hire me because my current CTC was too high , still they scheduled my interview. They pay very less , and I checked everyone going through interview process facing same what I faced . I will advice not go through the interview process . I have funny story , recruiter called me after seeing my resume , and he thought my name is BITS pilani . Which is my colg.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Mintu Babu lives in a smaller house than her brother and in a larger house than her parents. Her children reside with her, and she has no other relatives. If Mintu Babu's relative U lives in a larger house than her relative S, then all the following may be true except: \n\n1) S is U's father \n\n2) S is U's mother \n\n3) U is younger than S \n\n4) S is younger than U

Round 2 - Technical 

(2 Questions)

  • Q1. 1. merge two linked list
  • Ans. 

    Merge two sorted linked lists without creating new nodes by rearranging existing nodes.

    • Traverse both linked lists simultaneously

    • Compare the values of nodes and rearrange pointers accordingly

    • Continue until one of the lists is fully traversed

  • Answered by AI
  • Q2. 2. reverse a linked list.
  • Ans. 

    Reverse a linked list by changing the direction of pointers.

    • Start with three pointers: current, previous, and next.

    • Iterate through the linked list, updating pointers to reverse the direction.

    • Update the head of the linked list to be the previous node once iteration is complete.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basics of Data structures, C++
  • Q2. How do you reverse an array
  • Ans. 

    To reverse an array of strings, iterate through half of the array and swap elements from start and end.

    • Iterate through half of the array

    • Swap elements from start and end of the array

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

1) Query for the second highest salary. 2) Determine the frequency of characters in a string and remove those that do not repeat. 3) For a string, convert characters with an odd number of occurrences to lowercase, and replace those with an even number of occurrences with the preceding character.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please review sorting, strings, and SQL queries.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Some sql queries and theoritical questions about sql.
  • Q2. Everything in your resume will be asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very well what you write in your resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. DSA Structures and Tests
  • Ans. 

    Understanding of data structures and algorithms is crucial for software engineering roles.

    • Knowledge of common data structures like arrays, linked lists, trees, graphs, etc.

    • Understanding of algorithms like sorting, searching, dynamic programming, etc.

    • Ability to analyze time and space complexity of algorithms.

    • Experience in writing efficient code using data structures and algorithms.

    • Familiarity with common data structure ...

  • Answered by AI
  • Q2. Question on vertx
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Need to find output of given code
  • Q2. Solve some puzzles
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 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 - One-on-one 

(1 Question)

  • Q1. Problem Statement on Javascript Debugging, Core CSS, React Implementation questions
Round 3 - Technical 

(1 Question)

  • Q1. Details asked regarding past projects, past experience in detail and in-depth technical questions based on past projects

Interview Preparation Tips

Topics to prepare for Codemonk Senior Software Engineer interview:
  • Javascript
  • React.Js
  • CSS
  • Tailwind
  • Typescript
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good questions were asked they will check aptitude knowledge

Round 2 - Coding Test 

Three questions were there one easy 2 medium

Round 3 - HR 

(2 Questions)

  • Q1. What's your weaknesses
  • Q2. Whats your family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident

Indrones Solutions Interview FAQs

How many rounds are there in Indrones Solutions IOT Engineer interview?
Indrones Solutions interview process usually has 3 rounds. The most common rounds in the Indrones Solutions interview process are HR, Aptitude Test and Technical.
What are the top questions asked in Indrones Solutions IOT Engineer interview?

Some of the top questions asked at the Indrones Solutions IOT Engineer interview -

  1. controllers used for the proj...read more
  2. project related and domain related questi...read more

Tell us how to improve this page.

Indrones Solutions IOT Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

XenonStack Interview Questions
3.3
 • 25 Interviews
Miko Interview Questions
3.1
 • 10 Interviews
Habilelabs Interview Questions
4.1
 • 8 Interviews
Netomi Interview Questions
4.4
 • 8 Interviews
Feuji Interview Questions
2.6
 • 8 Interviews
Codemonk Interview Questions
4.1
 • 8 Interviews
OnlineSales.ai Interview Questions
2.8
 • 6 Interviews
Talentpace Interview Questions
3.8
 • 6 Interviews
View all
R&D Engineer
12 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

GIS Executive
4 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Front end Developer
4 salaries
unlock blur

₹4.4 L/yr - ₹7 L/yr

GIS Engineer
3 salaries
unlock blur

₹2.8 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Indrones Solutions with

Drona Aviation

2.9
Compare

Aarav Unmanned Systems

3.8
Compare

Ideaforge Technology

3.8
Compare

Quidich Innovation Labs

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