Upload Button Icon Add office photos

Filter interviews by

Resideo Intern Interview Questions and Answers for Freshers

Updated 24 Sep 2021

Resideo Intern Interview Experiences for Freshers

1 interview found

Intern Interview Questions & Answers

user image Dhumsapuram Saikrishna Reddy

posted on 24 Sep 2021

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1st round was an Online test that had 3 multiple choice questions based on Data Structures and there were 4 coding questions which were Binary Reversal, SWAPII, Changing Sequence, and ThirdGreatest.
  • Q2. In 2nd round it was a Technical interview, so they asked to swap two numbers without using the temp variable, how to set a bit using bitwise operators. what are the constructor and basic class definitions?...
  • Q3. 3rd round was HR and it was a casual discussion about the company, my interest filed in Technical and careerwise. It was a good Interaction session.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and tell answers accordingly whatever we know. The interviewers are friendly and we need to be confident and Honestly talk with them. They just check whether we have worked on their relevant and we have a good foundation. And finally, whether we are eager to learn new things and explore.

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell us about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodolog

  • Answered by AI
  • Q2. Why Flipkart
  • Ans. 

    Flipkart is a leading e-commerce platform in India with a strong focus on technology and innovation.

    • Flipkart offers a challenging and dynamic work environment for software engineers.

    • The company has a strong reputation for investing in technology and innovation.

    • Flipkart has a large user base and offers opportunities to work on a variety of projects.

    • The company has a strong focus on customer satisfaction and user experie...

  • Answered by AI
  • Q3. Are you comfortable to reallocate
  • Ans. 

    Yes, I am comfortable with reallocating as needed.

    • I am flexible and adaptable to changing circumstances.

    • I have experience working in dynamic environments where priorities can shift.

    • I am willing to take on new challenges and responsibilities as required.

  • Answered by AI
  • Q4. Why should we hire you
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a proven track record of delivering high-quality software.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills demonstrated through successful completion of complex projects

    • Proven track record of delivering high-quality software on time a...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 2 problem statements to be coded using any language
Tips: Focussed on string manipulations and enormous data size handling
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: C/C++
College Name: Guru Premsukh Memorial College of Engineering

I applied via Job Portal and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sort an array
  • Ans. 

    Sorts an array of strings in ascending order.

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort.

    • Compare adjacent elements and swap them if they are in the wrong order.

    • Repeat the process until the array is sorted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience overall.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Question about my experience
Round 2 - Coding Test 

Medium and hard leetcode problem

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

Nice interview experience with easy questions

Round 2 - HR 

(2 Questions)

  • Q1. What are your projects
  • Q2. What is the experience in tech
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Nothing challenging- Coffee Machine Vending System

Round 2 - Coding Test 

Nothing Challenging - Coffee machine vending system

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on JavaScript, Mysql
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on MySQL database

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of javascript (nodejs backend) and have good knowledge in MySQL database such as storage engines, stored procedure, in built functions etc ...
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. 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 

(2 Questions)

  • Q1. Find the index of greatest number from the array?
  • Ans. 

    To find the index of the greatest number in an array.

    • Loop through the array and compare each element with the current greatest number. If the current element is greater, update the greatest number and its index.

    • Use built-in functions like Math.max() and indexOf() to simplify the code.

  • Answered by AI
  • Q2. Sql question find the top 3 employess who have max salary ?
Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about yorself?
  • Q2. Why you want to join justdial?

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 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 - Coding Test 

I'm knowlege of c language

Round 3 - One-on-one 

(2 Questions)

  • Q1. Aney question of c language
  • Q2. And data base and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm knowlege of knowledge management and computer networks
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a MySQL stored procedure
  • Ans. 

    A MySQL stored procedure example

    • Use CREATE PROCEDURE statement to define a new stored procedure

    • Use BEGIN and END to enclose the procedure's code

    • Use parameters to pass values into the procedure

    • Use SELECT, INSERT, UPDATE, DELETE statements within the procedure

  • Answered by AI
  • Q2. How can indexing in MySQL
  • Ans. 

    Indexing in MySQL improves query performance by creating efficient data structures.

    • Indexes are created on columns in a table to speed up SELECT queries.

    • Primary key columns are automatically indexed in MySQL.

    • Indexes can be created using CREATE INDEX statement or by adding INDEX keyword in CREATE TABLE statement.

    • Indexes can be unique or non-unique.

    • Examples: CREATE INDEX idx_name ON table_name(column_name);

    • Examples: CREAT...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a code to to find out data and duplicate count from a array
  • Ans. 

    Code to find data and duplicate count from an array of strings

    • Iterate through the array and use a HashMap to store each element and its count

    • Increment the count if the element is already present in the HashMap

    • Finally, iterate through the HashMap to print out the elements and their counts

  • Answered by AI

Interview Preparation Tips

Topics to prepare for JustDial Software Engineer interview:
  • Coding
  • Database

Skills evaluated in this interview

Tell us how to improve this page.

Technical Lead
70 salaries
unlock blur

₹15 L/yr - ₹35 L/yr

Senior Engineer
31 salaries
unlock blur

₹9.6 L/yr - ₹18 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹12 L/yr - ₹18.9 L/yr

Sales Manager
14 salaries
unlock blur

₹8.5 L/yr - ₹13.5 L/yr

Assistant Sales Manager
13 salaries
unlock blur

₹6.5 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Resideo with

Flipkart

3.9
Compare

Amazon Development Centre India

4.0
Compare

Udaan

3.9
Compare

Indiamart Intermesh

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