Upload Button Icon Add office photos

Filter interviews by

Huf India Senior Software Engineer Interview Questions and Answers

Updated 28 Mar 2024

Huf India Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was almost 45- 50bmin technical discussion On requirement writing and processes
Round 2 - One-on-one 

(1 Question)

  • Q1. HR round had an generic question like Salary expectation, why leaving current organization, what are long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare answers for position you are trying for

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

On arrays and strings

Round 2 - Technical 

(5 Questions)

  • Q1. Core java, micro services
  • Q2. Core java, micro services, kafka
  • Q3. Java, micto services, kafka, spring boot
  • Q4. Multi threading, docker, kds
  • Q5. All above listed questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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. Tell me about yourself Basics of CAN More questions on UDS
  • Q2. Experience related to previous company Questions on Testing Concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given a sequence of n numbers, how can you identify the missing element? For example, in the sequence 1, 2, 4, 5, the missing element is 3.
  • Q2. Identify the next palindrome number Eg: 11 Ans :22
Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you choosing Advance Auto Parts
  • Q2. How do you handle stress
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Can and can fd difference
  • Ans. 

    Can and Can FD are two different communication protocols used in automotive industry for Controller Area Network (CAN) bus systems.

    • CAN (Controller Area Network) is a standard communication protocol used in automotive industry for high-speed communication between electronic control units (ECUs).

    • CAN FD (Flexible Data-rate) is an enhanced version of CAN protocol that allows for higher data rates and larger data payloads.

    • C...

  • Answered by AI
  • Q2. Set a bit with out using shift operations
  • Ans. 

    Use bitwise OR operation to set a bit without using shift operations.

    • Use bitwise OR operator (|) with a mask to set a specific bit.

    • For example, to set the 3rd bit of a number 'num', you can do: num = num | (1 << 2).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well which contains in resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at PES School of Engineering, Bangalore and was interviewed in Oct 2023. 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 

Questions on DBMS, CN and OS

Round 3 - Technical 

(3 Questions)

  • Q1. What's a view in SQL
  • Ans. 

    A view in SQL is a virtual table that is based on the result of a query. It can be used to simplify complex queries and provide a logical representation of data.

    • A view is created by using the CREATE VIEW statement in SQL.

    • It is defined by a query that retrieves data from one or more tables.

    • Views can be used to hide complexity and provide a simplified interface to the underlying data.

    • They can also be used to restrict acc...

  • Answered by AI
  • Q2. How a kernel works in OS
  • Ans. 

    The kernel is the core component of an operating system that manages system resources and provides a bridge between hardware and software.

    • The kernel is loaded into memory during the boot process.

    • It manages memory, processes, and device drivers.

    • It provides system calls for applications to interact with hardware.

    • Examples of kernels include Linux kernel, Windows NT kernel, and macOS kernel.

  • Answered by AI
  • Q3. What happens when you delete files in Linux
  • Ans. 

    When files are deleted in Linux, they are not immediately removed from the disk but rather marked as available for reuse.

    • Deleting a file in Linux removes its entry from the file system's directory structure.

    • The file's data blocks are not immediately erased but are marked as available for reuse.

    • The file's inode, which contains metadata about the file, is also marked as available for reuse.

    • Until the space occupied by the...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2022. There were 3 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 - HR 

(3 Questions)

  • Q1. Previous Experiences
  • Q2. Relevance to current Job Description
  • Ans. 

    My skills and experience align perfectly with the job description.

    • I have experience in all the required programming languages and tools.

    • I have worked on similar projects in the past.

    • I am familiar with the industry standards and best practices.

    • I am a quick learner and can adapt to new technologies easily.

  • Answered by AI
  • Q3. Joining Dates and Salary expectations
Round 3 - One-on-one 

(4 Questions)

  • Q1. Detailed explanation of responsibilities in previous jobs
  • Q2. Understanding of Technical skills with examples
  • Q3. Experiences with Agile processes
  • Ans. 

    I have extensive experience working with Agile methodologies.

    • I have worked in Scrum and Kanban teams, using JIRA and Trello for project management.

    • I have participated in daily stand-up meetings, sprint planning, and retrospectives.

    • I have experience with continuous integration and delivery, using tools such as Jenkins and GitLab.

    • I have worked in cross-functional teams, collaborating with product owners, designers, and Q...

  • Answered by AI
  • Q4. How would your previous manager / colleagues rate you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Read your CV and Job Profile TWICE.
Be honest even if you have not worked with what is needed for the job
Show willingness of learning
Research about Company culture
Keep questions ready to ask about role and others

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

On arrays and strings

Round 2 - Technical 

(5 Questions)

  • Q1. Core java, micro services
  • Q2. Core java, micro services, kafka
  • Q3. Java, micto services, kafka, spring boot
  • Q4. Multi threading, docker, kds
  • Q5. All above listed questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself Basics of CAN More questions on UDS
  • Q2. Experience related to previous company Questions on Testing Concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Oracle security
  • Q2. Oracle security architecture
Round 3 - Technical 

(1 Question)

  • Q1. Oracle security depth
Round 4 - HR 

(1 Question)

  • Q1. About myself and package

Huf India Interview FAQs

How many rounds are there in Huf India Senior Software Engineer interview?
Huf India interview process usually has 2 rounds. The most common rounds in the Huf India interview process are One-on-one Round and Technical.

Tell us how to improve this page.

Huf India Senior Software Engineer Salary
based on 5 salaries
₹18 L/yr - ₹27 L/yr
48% more than the average Senior Software Engineer Salary in India
View more details
Senior Engineer
32 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Assistant Manager
25 salaries
unlock blur

₹5.8 L/yr - ₹15 L/yr

Deputy Manager
19 salaries
unlock blur

₹9.5 L/yr - ₹18.6 L/yr

Engineer
19 salaries
unlock blur

₹3.1 L/yr - ₹5.9 L/yr

Quality Engineer
19 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Huf India with

Bosch

4.2
Compare

Siemens

4.1
Compare

TCS

3.7
Compare

Infosys

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