Upload Button Icon Add office photos

Huawei Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Huawei Technologies Developer Interview Questions and Answers

Updated 23 Feb 2023

Huawei Technologies Developer Interview Experiences

2 interviews found

Developer Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2023

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

I applied via Referral and was interviewed before Feb 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 - Group Discussion 

Online interview, One chine people will take interview they will tell you explain your project, how much time taken , and challenges within 3 min.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Online interview where one senior team member will take our coding interview basically they will check only logic and your basic coding.
  • Q2. 1-Your project 2- basic coding syntax and logic

Interview Preparation Tips

Interview preparation tips for other job seekers - Works load is high for every department. But you can learn lot of things

Developer Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2015

Interview Preparation Tips

Round: Technical Interview
Experience: Q. To find a non-duplicate number in an array of unknown size with each number having its duplicate except one.
S. XOR all numbers, in the end we are left with the non-duplicate
Q. find the middle element of the linked list of unknown size.
S. Take two pointers. one traverses one step at a time and second traversing 2 steps at a tym.

Round: HR Interview
Experience: All about my future goals and my projects.

College Name: IIT PATNA

Developer Interview Questions Asked at Other Companies

asked in HARMAN
Q1. Which programming language do you regularly use at work?
Q2. Given a 2D array, find an element which is the maximum in its col ... read more
asked in HARMAN
Q3. What steps do you take to ensure accurate project estimates?
Q4. Write a formula to display A if A is present, display B if B is p ... read more
Q5. Can you describe method overloading versus method overriding? Doe ... read more

Top trending discussions

View All
Interview Hub
4d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Huawei Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

7 Questions

  • Q1. Array sorting – Bubble sort and its complexity?
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble sort has a worst-case and average complexity of O(n^2), where n is the number of items being sorted.

    • It is not efficient for large lists and is generally used for educational purposes.

    • Example: Sorting an array of strings in alphabetical order using bubble sort.

  • Answered by AI
  • Q2. Various storage classes in C? Difference between auto, static?
  • Ans. 

    Auto and static are two storage classes in C. Auto variables are local to a function while static variables retain their value between function calls.

    • Auto variables are created when a function is called and destroyed when the function ends

    • Static variables are initialized only once and retain their value between function calls

    • Auto variables have garbage value if not initialized while static variables are initialized to ...

  • Answered by AI
  • Q3. Questions on Pointers, memory management, scope of variables, etc were asked
  • Q4. What are your strengths and weaknesses?
  • Q5. Where do you see yourself 5 years from now?
  • Q6. What are your interests?
  • Q7. Are you ready to relocate?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I am open to exploring new cities and cultures

    • I am willing to consider relocation assistance

    • I am excited about the prospect of working in a new environment

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The written test had 75 questions and we were allotted 80 minutes for the same.There were four sections: Verbal, Analytical, Attention to Detail and Technical (C and Data Structures).First, there was the verbal section. Basically, questions on articles, synonyms and antonyms were asked. Two passages were also given and related questions were asked. The analytical section included questions from quant (set theory, data sufficiency, cubes,etc.) and Logical Reasoning.
The third section was the easiest and did not require any special preparation. From a group of patterns, we had to determine if they were alike or different.
The fourth was the technical section and had 5 questions each from C and DS. This was the toughest section.Time management is absolutely important. There were sectional cutoffs and so we had to clear each section.

Round: Technical Interview
Experience: It was the PI round. First, we had the technical interview. Various questions on C and Data Structures were asked.Next, we had the HR interview. Here, the usual questions were asked. Some of them were:

Round: HR Interview
Experience: Also, questions from what I had written in my CV were asked.On the whole, the interview went quite well. And finally, I was selected.

Skills: Algorithm, C, C++
College Name: NIT PATNA

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. Basic coding question from C, Data Structures and DBMS
  • Q2. Questions from java and C++ (as it was mentioned in the resume)
  • Q3. The main point of concentration was projects and training
  • Q4. Some people were also asked questions related to data communication and basic electronics
  • Q5. Questions like ‘Tell me about yourself’. (Try to create a good impression)
  • Q6. Questions on your personality. Show confidence while answering. The HR might try to oppose what you say and see how you react
  • Q7. Standard puzzles?
  • Q8. Questions like, ‘Why do you want to join Verizon?’, ‘Why should we hire you?’

Interview Preparation Tips

Round: Test
Experience: Consisted of Quantitative aptitude, Logical reasoning, Data Interpretation and English.(Time management is important)

Skills: C, C++, Data structure, Algorithm
College Name: na

Interview Questionnaire 

10 Questions

  • Q1. All project related questions .(He found some fault and asked to remove it)?
  • Q2. Why do we need garbage collection and how it is done in JAVA ?
  • Q3. Difference between TCP and UDP ?
  • Q4. In which scenario do we need UDP ?
  • Ans. 

    UDP is used in scenarios where speed is more important than reliability, such as online gaming and video streaming.

    • UDP is a connectionless protocol that does not guarantee delivery of packets

    • It is faster than TCP because it does not have to establish a connection before sending data

    • UDP is commonly used in online gaming, video streaming, and VoIP applications

    • It is also used for broadcasting and multicasting data to mult...

  • Answered by AI
  • Q5. Discussion on Hashmap , Collision function , heap data structure
  • Q6. Two puzzles a. Given a bar , cut it twice and pay for 7 days?
  • Q7. B. three ants are running on edges of a equilateral triangle with same speed. What is prob that dey will never meet?
  • Q8. Tell me about yourself ?
  • Q9. Where do you see yourself in 5 yrs ?
  • Q10. Your strengths and asked to justify it (Jitni bakar kr skte ho kr do ) ?

Interview Preparation Tips

Round: Group Discussion
Experience: Relevance of technology

Round: Technical Interview
Experience: 1. All project related questions .(He found some fault and asked to remove it)?
2. Why do we need garbage collection and how it is done in JAVA ?
3. Difference between TCP and UDP ?
4. In which scenario do we need UDP ?
5. Discussion on Hashmap , Collision function , heap data structure
6. Two puzzles
a. Given a bar , cut it twice and pay for 7 days?
b. three ants are running on edges of a equilateral triangle with same speed. What is prob that dey will never meet?

Round: HR Interview
Experience: 1. Tell me about yourself ?
2. Where do you see yourself in 5 yrs ?
3. Your strengths and asked to justify it (Jitni bakar kr skte ho kr do ) ?

College Name: NA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL based basic questions
Round 2 - HR 

(1 Question)

  • Q1. General questions and previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Huawei Technologies HR Interview Questions

29 questions and answers

Q. Describe your current day-to-day work.
Q. Explain your internship experience.
Q. What was your last CTC?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Company give the question paper with 10 questions answer the question it was like basic coding and general knowledge

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is split and where we used?
  • Ans. 

    Split is a method used to divide a string into an array of substrings based on a specified delimiter.

    • Split is commonly used in programming languages like Java, Python, and JavaScript.

    • It is used to separate a string into multiple parts based on a specific character or sequence of characters.

    • For example, in Java, you can use the split() method to split a sentence into words based on spaces.

  • Answered by AI
  • Q2. Cookies timeout?
  • Ans. 

    Cookies timeout refers to the duration a cookie remains valid before it expires and is deleted by the browser.

    • Cookies have an expiration date set by the 'Expires' or 'Max-Age' attribute.

    • If no expiration is set, cookies are considered session cookies and expire when the browser is closed.

    • Example: A cookie with 'Max-Age=3600' will expire in one hour.

    • Cookies can be used for session management, user preferences, and tracki...

  • Answered by AI
  • Q3. Application and session statement difference?
  • Ans. 

    Application and session statements are used in programming to manage user data and interactions, but have different scopes and lifetimes.

    • Application statements are used to store data that is shared across all users and sessions.

    • Session statements are used to store data that is specific to a particular user's session.

    • Application statements are typically stored in a database or global variables, while session statements ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please explain your answer bold don't panic

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 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 - Coding Test 

Kadane's Algorithm
Reverse of a Linked List

Round 3 - HR 

(5 Questions)

  • Q1. Questions about the Projects
  • Q2. Questions about Previous Experience
  • Q3. Strength and Weakness
  • Q4. Where i showed my leadership
  • Q5. Why do you want this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA and Network concept. Don't worry interviewer will help and Gives a hint.
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 Apr 2023. There were 5 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 - Aptitude Test 

Number manipulation-based games. Basic aptitude questions (Number System). Verbal (spell-check, Vocabulary, Sentence re-ordering, Word filling)

Round 3 - Coding Test 

One easy and one intermediate (based on a 2-pointer approach).

Round 4 - Technical 

(1 Question)

  • Q1. Questions were asked based on the projects mentioned in my resume .What is the purpose of my projects and who are the end users? Explain certain sorting algorithms (Quick sort, Merge sort, Bubble sort). Ex...
Round 5 - HR 

(1 Question)

  • Q1. Why Verizon? What is the one thing that attracted you during the pre-placement talk? What are your strengths? What is the one thing that you’ve done during these 4 years of college that you are proud of? A...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java Questions

Huawei Technologies Interview FAQs

How many rounds are there in Huawei Technologies Developer interview?
Huawei Technologies interview process usually has 3 rounds. The most common rounds in the Huawei Technologies interview process are Resume Shortlist, Group Discussion and One-on-one Round.
How to prepare for Huawei Technologies Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Huawei Technologies. The most common topics and skills that interviewers at Huawei Technologies expect are Algorithms, Angular, Go, Java and Javascript.
What are the top questions asked in Huawei Technologies Developer interview?

Some of the top questions asked at the Huawei Technologies Developer interview -

  1. Online interview where one senior team member will take our coding interview ba...read more
  2. 1-Your project 2- basic coding syntax and lo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

BT Group Developer Interview Questions
3.9
 • 208 Interviews
Verizon Developer Interview Questions
4.0
 • 119 Interviews
AT&T Developer Interview Questions
4.0
 • 60 Interviews
Mitel Developer Interview Questions
3.7
 • 17 Interviews
View all
Huawei Technologies Developer Salary
based on 5 salaries
₹3.3 L/yr - ₹7.5 L/yr
30% less than the average Developer Salary in India
View more details
Senior Engineer
372 salaries
unlock blur

₹5.7 L/yr - ₹12 L/yr

Software Engineer
330 salaries
unlock blur

₹4 L/yr - ₹8.4 L/yr

Assistant Manager
287 salaries
unlock blur

₹7.9 L/yr - ₹14 L/yr

Engineer
221 salaries
unlock blur

₹3.2 L/yr - ₹7.6 L/yr

Deputy Manager
182 salaries
unlock blur

₹11 L/yr - ₹18.9 L/yr

Explore more salaries
Compare Huawei Technologies with

BT Group

3.9
Compare

Verizon

4.0
Compare

Telenor

4.1
Compare

AT&T

4.0
Compare
write
Share an Interview