Upload Button Icon Add office photos

Filter interviews by

Naidu Hall Associate Software Engineer Interview Questions and Answers

Updated 10 Dec 2024

Naidu Hall Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. D/B primary and foreign key
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Topics to prepare for Naidu Hall Associate Software Engineer interview:
  • Worst

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions to be solved in 60 minutes. First question was based on arrays and second based on binary tree.

Round 2 - Technical 

(4 Questions)

  • Q1. The interviewer asked about the projects i mentioned in the resume. My first project was based on DBMS so he started by asking basic database questions like what key points to be considered while designing...
  • Q2. Next he asked me to write few SQL queries using joins and also asked what is a foreign key, types of joins.
  • Q3. According to my certifications mentioned in my resume, he started with DSA. He asked me to write code for inssertion and deletion of a node in a Linked list using class and functions. He asked abt JVM, JDK...
  • Q4. At last, he asked me an aptitude question to find the rate when amount, principal and time is given.
Round 3 - HR 

(4 Questions)

  • Q1. All behavioral questions were asked by HR. He first started with my internships and what tools i used for projects. Make sure you know every detail of every project done during internship.
  • Q2. He asked about what difficulties and challenges i faced during working on projects and how i overcame them. Also asked about team leading and its importance.
  • Q3. Finally, he asked why Lowe's and why do you think you fit for the role. Then he asked what do you know about the company and its values.
  • Q4. At last, he asked if i have any offer in hand and the salary offering.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume crisp to the point and be consistent with your preparation especially DSA.

Interview Questionnaire 

3 Questions

  • Q1. All standard HR questions will be asked
  • Q2. Write the code for printing a matrix in spiral order
  • Ans. 

    Code to print a matrix in spiral order

    • Create four variables to keep track of the boundaries of the matrix

    • Loop through the matrix in a spiral order and print each element

    • Adjust the boundaries of the matrix after each loop iteration

  • Answered by AI
  • Q3. Situation based questions

Interview Preparation Tips

Round: Test
Experience: The aptitude questions are very basic level and doesn't take more than 20 min. Coding question is also very easy if you get the basics of C language right.
Tips: Practice writing online coding tests as passing all the test cases is the main part where we'll have a problem. Although you get the code right, concentrate on the various test cases they may check and put your variables and output accordingly. For example, our test cases involved large values so I have to choose a double int data type instead to int. This came out of trail and error as we donot know the test case.
Duration: 75 minutes
Total Questions: 31

Round: HR Interview
Experience: Questions like Why into software from Mech? will be asked.
Tips: Be talkative!! Answer all the questions confidently. Slight preparation will help, but donot reproduce exactly what you have prepared.

Round: Technical Interview
Experience: The interviewer will help if you are stuck. I could solve it but didn't write the complete code. Also some simple puzzles are asked.
Tips: Get basics of C good, atleast upto pointers.

Round: Behavorial Interview
Experience: Questions like give me a situation where you did a job you didn't like. The interview went well. Interviewers were friendly.
Tips: Don't give premeditated answers. Talk fluently and confidently. Make it a conversation rather than a Q/A

General Tips: Confidence is the key for any interview.You may reduce your chances if your approach for a puzzle is wrong. So think before you start solving.
Skill Tips: ""
Skills: Aptitude, Coding (C language basics), Communication
College Name: IIT Madras
Motivation: Good pay, Good location, not much technical knowledge required

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Apr 2023.

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 

Trim bst, subtraction LL

Round 3 - Technical 

(4 Questions)

  • Q1. Combination sum
  • Q2. Target element index in Rotated sorted array
  • Ans. 

    Finding index of target element in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target element lies in.

    • Perform binary search on the appropriate half to find the target element index.

  • Answered by AI
  • Q3. Longest substring with no repeated characters
  • Ans. 

    Find the longest substring in a given string with no repeated characters.

    • Use a sliding window approach to keep track of the current substring.

    • Use a hash set to keep track of the characters in the current substring.

    • If a repeated character is found, move the start of the window to the next character after the first occurrence of the repeated character.

    • Update the maximum length of the substring as the window slides throug

  • Answered by AI
  • Q4. Reverse words in a string
  • Ans. 

    Reverse the order of words in a given string.

    • Split the string into an array of words using space as a delimiter.

    • Reverse the array of words.

    • Join the array of words back into a string using space as a separator.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Open for relocation
  • Ans. 

    Yes, I am open for relocation.

    • I am willing to relocate for the right opportunity

    • I am open to exploring new places and cultures

    • I understand that relocation may be necessary for career growth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dp, backtracking should be properly done

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Relatively easy for anyone with programming experience.

Round: Technical Interview
Experience: Easy again. Anyone who has background in programming should be able to clear it.

Round: Behavioural Interview
Experience: This is what the company is looking for the most. They want to select only candidates that match their company value.
Tips: Soft skills play an important role.

Skills: Programming, Soft skills
College Name: IIT BOMBAY
Motivation: The company gave a presentation about them and their work culture. Seemed very good.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

There were 2 coding questions and mcqs

Round 3 - Technical 

(2 Questions)

  • Q1. Data structures and algorithms
  • Q2. Questions about tools used in projects
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I

Interview Questionnaire 

3 Questions

  • Q1. How will you resolve a conflict arises between the members of the project you are currently working on?
  • Ans. 

    I will listen to both parties, identify the root cause, and facilitate a discussion to find a mutually agreeable solution.

    • Listen to both parties and understand their perspectives

    • Identify the root cause of the conflict

    • Facilitate a discussion to find a mutually agreeable solution

    • Encourage compromise and collaboration

    • Document the resolution and follow up to ensure it is implemented

  • Answered by AI
  • Q2. Give us instances where you adapted to situations quickly?
  • Ans. 

    I adapted quickly in various situations.

    • During my internship, I was assigned to a project that required me to learn a new programming language. I quickly adapted and was able to complete the project on time.

    • In my previous job, I was asked to take on additional responsibilities due to a colleague's sudden absence. I adapted quickly and was able to manage both my own tasks and the additional workload.

    • While working on a t...

  • Answered by AI
  • Q3. How do you feel about corporate environment?
  • Ans. 

    I am comfortable in a corporate environment and appreciate the structure and opportunities for growth.

    • I appreciate the clear expectations and guidelines provided in a corporate environment.

    • I value the opportunities for professional development and advancement.

    • I understand the importance of teamwork and collaboration in achieving company goals.

    • I am comfortable with the hierarchical structure and reporting relationships

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Pattern: both MCQ’s and descriptive type. Cannot remember about the marking and cut-off’s as he had to write a lot of tests during that time. 18-19 students were shortlisted for interviews. MCQ questions were mostly the ones asked in CAT exam consisting of English and logical reasoning. Few of them were related to programming. Descriptive questions included writing a program in C language.
Duration: 60 minutes

Round: Technical Interview
Experience: There were 2 rounds of technical interview. 

In first round, technical questions were asked in BTP. The project was Power aware compilers. A few HR related questions were also asked.In second round, technical questions were asked on C programming. Questions were related to Basic Data Structuring. Asked to choose a favourite course and conceptual questions were asked from it. Choose a minor course as favourite one.

Round: HR Interview
Experience: Third round was HR round. All the students who reached to this round were selected.Overall 9 students were selected by the company.

General Tips: starting earlier would have definitely help.
Skill Tips: Performance in the previous rounds is the main criteria.
College Name: IIT MADRAS

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

Round 1 - Aptitude Test 

25 mcqs in. 25 mins to be solved on DSA oops logical reasoning

Round 2 - Coding Test 

2 coding ques were to be solved in 90mins

Round 3 - Technical 

(1 Question)

  • Q1. 20 mins interview with major discussion on projects
Round 4 - HR 

(2 Questions)

  • Q1. What u know about Lowe's India
  • Q2. What ur skills align with this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and keep smiling in all the interview

I applied via Referral and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1. 20 MCQ question based in java ,SQL , network ,os
2 DSA questions
1. Subtract two Linked list
2 . Trim Binary Tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1 If frequently insertion and deletion happen which data structure you choose and why?
  • Ans. 

    I would choose a linked list as it allows for efficient insertion and deletion operations.

    • Linked lists have constant time complexity for insertion and deletion operations

    • Arrays have a linear time complexity for these operations

    • Examples of linked list applications include implementing stacks and queues

    • Arrays are better suited for random access and searching

  • Answered by AI
  • Q2. 2. How you connect Kafka to spring boot project 3. How Microservices Communicate with eachother 4. How HashMap internally work and how you resolve the collision 5. Reverse a Stack 6. Best time to buy a sto...
  • Ans. 

    Technical interview questions on Kafka, Microservices, HashMap, Stack and Stock

    • To connect Kafka to Spring Boot project, add Kafka dependencies in pom.xml and configure Kafka properties in application.properties

    • Microservices communicate with each other through REST APIs or message brokers like Kafka or RabbitMQ

    • HashMap internally uses an array of buckets to store key-value pairs. Collision is resolved by chaining or open...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 1. Tell me about yourself 2. Why you want to switch 3. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare mediums level questions of leetcode
Knowledge of any language (java , javascript)

Skills evaluated in this interview

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

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 DSA questions and other mcqs

Round 2 - Technical 

(1 Question)

  • Q1. 1 coding questions and other discussions on resume, projects, skillsets

Naidu Hall Interview FAQs

How many rounds are there in Naidu Hall Associate Software Engineer interview?
Naidu Hall interview process usually has 2 rounds. The most common rounds in the Naidu Hall interview process are Technical and HR.
What are the top questions asked in Naidu Hall Associate Software Engineer interview?

Some of the top questions asked at the Naidu Hall Associate Software Engineer interview -

  1. Tell me about yours...read more
  2. D/B primary and foreign ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Naidu Hall interview
Referral
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

Landmark Group Interview Questions
4.0
 • 137 Interviews
Lowe's Interview Questions
4.2
 • 123 Interviews
Tesco Interview Questions
3.9
 • 120 Interviews
Target Interview Questions
4.2
 • 111 Interviews
Tanishq Interview Questions
4.4
 • 66 Interviews
V2 Retail Interview Questions
3.4
 • 53 Interviews
View all
Senior Marketing Executive
5 salaries
unlock blur

₹4.2 L/yr - ₹5.5 L/yr

Store Manager
5 salaries
unlock blur

₹3.6 L/yr - ₹4.5 L/yr

Accounts Associate
4 salaries
unlock blur

₹1.8 L/yr - ₹2.2 L/yr

Retail Store Manager
4 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Merchandiser
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Explore more salaries
Compare Naidu Hall with

Pothys

3.9
Compare

RmKV Silks

4.1
Compare

The Chennai Silks

3.5
Compare

Kalyan Jewellers

4.7
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