Upload Button Icon Add office photos

Filter interviews by

WAFU Technologies Software Engineer Interview Questions and Answers

Updated 12 May 2022

WAFU Technologies Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Dileep Nagendra

posted on 12 May 2022

I applied via Walk-in and was interviewed before May 2021. 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 - Talk about carrer and aspiration 

(2 Questions)

  • Q1. Simple talk about career and future aspirations and goals
  • Q2. Simply answered given a brief about me.

Interview Preparation Tips

Topics to prepare for WAFU Technologies Software Engineer interview:
  • basic programmin
  • self introduction
Interview preparation tips for other job seekers - Basic interview with some simple programming concepts.
- You just need enthusiasm to learn new technologies.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was medium. It consisted of basic pattern questions

Round 2 - Aptitude Test 

Medium level questions were asked

Round 3 - Coding Test 

I can say u have to prepare well if u want to clear the coding test

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • 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 like HTML, CSS, JavaScript, and React

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

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

    • Familiar with Agile development methodologies

  • Answered by AI
  • Q2. Strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test very easy

Round 2 - Group Discussion 

Topic was pros and cons of social media
total time was 10, 2 minutes for each candidate.

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

Give the string and array related questions

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Can you describe a challenging problem you've faced during a project and how you solved it?
  • Q2. Tell me about your projects mentioned in the resume.
  • Q3. Tell me about yourself
  • Q4. Why are you interested in this -- position?
  • Q5. What do you know about our company?
Round 2 - Assignment 

Online Assessment - 1 Hrs

Interview Preparation Tips

Topics to prepare for Bluestock ™ Software Engineer interview:
  • English
  • Web Development
Interview preparation tips for other job seekers - Research about Bluestock Fintech Company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal

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 

First round was based on logical questions and was taken on hacker earth

Round 3 - Technical 

(1 Question)

  • Q1. First question was based on rotating a matrix by 90 degrees
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions were given

Round 2 - Coding Test 

Moderate level coding questions from aaray,stack and linked lists

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts , java basic questions, projects
  • Q2. Write a code for removing duplicate elements
  • Ans. 

    Code to remove duplicate elements from an array of strings

    • Create a set to store unique elements

    • Iterate through the array and add elements to the set

    • Convert the set back to an array to get unique elements

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why mindtree? And how would you contribute to the company
  • Ans. 

    I chose Mindtree because of its reputation for innovation and commitment to employee growth. I believe my strong technical skills and collaborative mindset would contribute to the company's success.

    • I am impressed by Mindtree's track record of delivering cutting-edge solutions to clients.

    • I value the company's focus on continuous learning and development for its employees.

    • My experience in software development and problem...

  • Answered by AI
  • Q2. Final year project, who motivates you
  • Ans. 

    My final year project was motivated by my passion for solving real-world problems and making a positive impact.

    • Passion for solving real-world problems

    • Desire to make a positive impact

    • Inspiration from mentors or industry professionals

    • Personal drive to excel and innovate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and focus on aptitude and dsa
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me somenthi g about
  • Ans. 

    I believe there might be a typo in the question. Could you please clarify?

    • Ask for clarification on the specific topic or information the interviewer is looking for.

    • Offer to provide more details or examples once the question is clarified.

  • Answered by AI
  • Q2. What is your name
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Q2. What is your address
Round 3 - HR 

(2 Questions)

  • Q1. What is salary expect
  • Q2. What is job expect
Interview experience
4
Good
Difficulty level
Easy
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 - Aptitude Test 

The aptitude test was quite easy. You will easily solve the questions in one go

Round 2 - Group Discussion 

The group discussion around was moderate like the people were divided into different groups one group was of 10 people and you need to speak very well on the given topic as compared to the other guys and your through the round

Round 3 - Technical 

(1 Question)

  • Q1. Ask about the oops concepts and some programming related questions and after that finally discuss about the projects which I did in the college

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview experience was easy you will be easily able to crack if you are decent knowledge as well

Interview Questionnaire 

2 Questions

  • Q1. Core Java(Collection,multithreading), Spring boot, Struts, coding question
  • Q2. How to count numbers for words in string using hash Map
  • Ans. 

    Count numbers for words in a string using hash map.

    • Create a hash map to store the count of each word.

    • Split the string into an array of words.

    • Loop through the array and check if each word is a number.

    • If it is a number, increment the count in the hash map.

    • Return the hash map with the count of each number word.

  • Answered by AI

Skills evaluated in this interview

WAFU Technologies Interview FAQs

How many rounds are there in WAFU Technologies Software Engineer interview?
WAFU Technologies interview process usually has 2 rounds. The most common rounds in the WAFU Technologies interview process are Resume Shortlist.

Tell us how to improve this page.

WAFU Technologies Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
UI/UX Designer
3 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Managing Director & CEO
3 salaries
unlock blur

₹22 L/yr - ₹30 L/yr

UI Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹2.4 L/yr

Explore more salaries
Compare WAFU Technologies with

ACTE

4.7
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.1
Compare

Ricoh

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