Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Winman Software Team. If you also belong to the team, you can get access from here

Winman Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Winman Software Software Programmer Interview Questions and Answers

Updated 8 Jul 2024

Winman Software Software Programmer Interview Experiences

1 interview found

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

They had their own variety of aptitude on scenario based (3 question)

Round 2 - Coding Test 

Bit difficult kind of coding with easy ,medium and hard level. Question will be base don array list. learn the way to get the content from array list.

Round 3 - HR 

(2 Questions)

  • Q1. They will say a scenario, just say your approach how you will deal with it.
  • Q2. Tell me about yourself
  • Ans. 

    I am a software programmer with 5 years of experience in developing web applications using Java, JavaScript, and SQL.

    • 5 years of experience in software development

    • Proficient in Java, JavaScript, and SQL

    • Developed web applications for various clients

    • Strong problem-solving skills

    • Excellent team player

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a kind of difficult interview process, one can attend without much preparation.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell if a binary tree is BST or not
  • Ans. 

    Check if a binary tree is a Binary Search Tree (BST) or not

    • In a BST, the left subtree of a node contains only nodes with keys less than the node's key, and the right subtree contains only nodes with keys greater than the node's key

    • Perform an in-order traversal of the binary tree and check if the resulting array is sorted

    • Keep track of the minimum and maximum values allowed for each node while traversing the tree

  • Answered by AI
  • Q2. Three sum problem
Round 2 - Technical 

(2 Questions)

  • Q1. Concepts of OOPs. Gave a code to read and implement a function with a given input using OOPs concept.
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers

    • Use three pointers to keep track of current, previous, and next nodes

    • Update the head pointer to the last node as the new head

  • Answered by AI

Skills evaluated in this interview

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

Practice standard questions

Round 2 - Technical 

(2 Questions)

  • Q1. Search in rotated sorted array
  • Ans. 

    Search for a target element in a rotated sorted array.

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

    • Divide the array into two sorted subarrays based on the pivot point.

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

  • Answered by AI
  • Q2. Trim a bst in leet code
  • Ans. 

    Trim a binary search tree by removing nodes outside a given range.

    • Start by checking if the root node is within the given range.

    • If the root node is outside the range, trim it by recursively trimming its left or right subtree.

    • If the root node is within the range, recursively trim its left and right subtrees.

  • Answered by AI

Skills evaluated in this interview

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

1) Finding and removing loop in linked list. 2)find pair of given sum in binary tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. Print bottom view of binary tree
  • Ans. 

    Print the bottom view of a binary tree

    • Use a map to store the horizontal distance and node value at each level

    • Perform a level order traversal of the binary tree

    • Update the map with the node value at each horizontal distance

    • Print the node values in the map for the bottom view

  • Answered by AI
  • Q2. Oops related output based questions

Skills evaluated in this interview

Round 1 - Aptitude Test 

It was good and basic questions were asked.

Round 2 - Coding Test 

It was good and basic coding questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. Data structures, Java nd some codes were asked
Round 4 - Technical 

(1 Question)

  • Q1. Data structures, time complexities, os and cn were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data structures. Practice some coding questions, time complexities
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 DSA questions for coding round

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Discussion of projects
  • Q3. 2 DSA questions
Round 3 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Discussion of projects and company
  • Q3. 2 DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the difference client side routing server side routing
  • Ans. 

    Client side routing is handled by the browser, while server side routing is handled by the server.

    • Client side routing is faster as it does not require a server request for each page change.

    • Server side routing involves the server processing each request and returning the appropriate page.

    • Client side routing is commonly used in single page applications (SPAs) with frameworks like React or Angular.

    • Server side routing is u...

  • Answered by AI
  • Q2. Js questions (map,filter, reduce) polyfills recursion
Round 2 - HR 

(1 Question)

  • Q1. Why do you want the join org
  • Ans. 

    I am passionate about creating innovative software solutions and believe that org offers a great platform for growth and learning.

    • Passionate about creating innovative software solutions

    • Believe org offers a great platform for growth and learning

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Stacks based question
  • Q2. Binary search question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. React js and full stack
  • Q2. Java scirpt and golang
  • Q3. Mango db also microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - good company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

There was all aptitude topics covered almost , 2coding questions, english

Round 3 - Technical 

(2 Questions)

  • Q1. It was a technical interview, where i was asked about my introduction, oops concepts, sql, codes related to linked list
  • Q2. In the second technical interview it was oops again and also the coding questions related to linkedlist and trees which was asked more optimised for every solution i gave..

Winman Software Interview FAQs

How many rounds are there in Winman Software Software Programmer interview?
Winman Software interview process usually has 3 rounds. The most common rounds in the Winman Software interview process are Aptitude Test, Coding Test and HR.
How to prepare for Winman Software Software Programmer 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 Winman Software. The most common topics and skills that interviewers at Winman Software expect are .NET Framework, ASP.Net, VB.NET, Coding and PHP.

Tell us how to improve this page.

Winman Software Software Programmer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Brane Enterprises Interview Questions
2.0
 • 135 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
LogicMonitor Interview Questions
3.7
 • 14 Interviews
Ixia Solutions Interview Questions
2.6
 • 8 Interviews
SalesHandy Interview Questions
3.4
 • 6 Interviews
ETON SOLUTIONS Interview Questions
2.6
 • 5 Interviews
Brilworks Interview Questions
4.5
 • 5 Interviews
View all

Fast track your campus placements

View all
Winman Software Software Programmer Salary
based on 4 salaries
₹3.6 L/yr - ₹5 L/yr
30% less than the average Software Programmer Salary in India
View more details

Winman Software Software Programmer Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

2.0

Skill development

5.0

Work-life balance

3.2

Salary

3.5

Job security

2.0

Company culture

2.7

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
33 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Program Engineer
23 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

QA Executive
12 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Business Development Executive
11 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

System Administrator
8 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Explore more salaries
Compare Winman Software with

Brane Enterprises

2.0
Compare

Duck Creek Technologies

4.4
Compare

3Pillar Global

3.3
Compare

Ixia Solutions

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