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

Clear (1)

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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Some questions related to vb.net

Round 2 - Coding Test 

Design page of student and operate crud operations

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Implement tail -f command

Round 2 - Technical 

(2 Questions)

  • Q1. Kafka partitions
  • Q2. Elasticsearch queries
Round 3 - HR 

(2 Questions)

  • Q1. Why Browserstack?
  • Ans. 

    Browserstack is a popular cloud-based cross-browser testing tool used by developers worldwide.

    • Provides access to a wide range of browsers and devices for testing

    • Allows for parallel testing to save time and increase efficiency

    • Integrates with popular testing frameworks like Selenium and Appium

    • Offers features like screenshots, video recordings, and debugging tools

    • Used by companies like Microsoft, Twitter, and Airbnb for t

  • Answered by AI
  • Q2. Any challenge you faced at current company?
  • Ans. 

    Yes, I faced a challenge in integrating a new third-party API with our existing system.

    • Had to understand the documentation of the API thoroughly

    • Encountered compatibility issues with our system

    • Worked closely with the API provider to troubleshoot and resolve issues

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Online assessment 1 hour

Round 2 - Coding Test 

1 hr of DSA. 2 questions asked.
1 on linkedlist
1 on Zig zag tree traversal

Round 3 - Assignment 

Take home assignment and follow up questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for assignment round. Keep HLD diagram and LLD api document similar to real world scenario
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

4 coding question level- Easy to medium

Round 2 - Technical 

(2 Questions)

  • Q1. Integer to roman number
  • Ans. 

    Convert integer to Roman numeral

    • Create a mapping of integer values to Roman numeral symbols

    • Iterate through the mapping to find the largest Roman numeral that fits the integer

    • Subtract the value of the Roman numeral from the integer and repeat until the integer becomes 0

  • Answered by AI
  • Q2. Question related to oops, dsa , OS,DBMS

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jun 2023. 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 Resume tips
Round 2 - Aptitude Test 

Consist of 4 dsa problems of dynamic programming on grid , strings

Round 3 - Coding Test 

1. GIVEN 2 INTEGERS C AND S FIND MAXIMUM INTEGER i SUCH THAT C*log(i)*sqrt(i)*i<=S
2. Merge two sorted list

Interview Preparation Tips

Topics to prepare for Intuit Software Developer interview:
  • DSA
  • OS
  • System Design

Software Developer Interview Questions & Answers

Intuit user image 21Z233 - NAVANEETHA KRISHNAN K S

posted on 10 Sep 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Medium hard questions

Round 2 - Aptitude Test 

Easy question do basic math

Round 3 - Technical 

(1 Question)

  • Q1. What do you think abobut intuit "?
  • Ans. 

    Intuit is a financial software company known for products like QuickBooks and TurboTax.

    • Intuit is a leading provider of financial software solutions for individuals and businesses.

    • They are known for products like QuickBooks, TurboTax, and Mint.

    • Intuit's software helps users manage their finances, taxes, and accounting efficiently.

    • The company focuses on simplifying financial tasks for users through user-friendly interface...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be assertive in your life , be nice but don't be too nice, be assertive again

I was interviewed in Oct 2016.

Interview Questionnaire 

5 Questions

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes modularity.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the superclass.

    • Inhe...

  • Answered by AI
  • Q2. Regular expressions in PhP
  • Ans. 

    Regular expressions in PHP are powerful tools for pattern matching and manipulating strings.

    • Regular expressions are defined using the preg_match() function in PHP.

    • They are used to search, replace, and validate strings based on specific patterns.

    • Regex patterns consist of a combination of characters and special symbols.

    • Modifiers can be added to the pattern to control the matching behavior.

    • Common regex functions in PHP in...

  • Answered by AI
  • Q3. What is polymorphism? Explain using a real life example
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism allows a single interface to be used for different types of objects.

    • It enables code reusability and flexibility in object-oriented programming.

    • For example, a parent class 'Animal' can have multiple child classes like 'Dog', 'Cat', and 'Bird'. They can all be treated as 'Anim...

  • Answered by AI
  • Q4. Discussion about projects.
  • Q5. Aggregate functions in dbms? And query questions related to that.

Interview Preparation Tips

Round: Test
Experience: 10 questions of aptitude containing English paragraph solving , Maths aptitude and also logical reasoning. Other 3 questions were of programming in any language comfortable.Two of the questions were partially done.In one of them only the logic was to be coded and in the other the error was to be corrected to give the correct output.
Duration: 1 hour 20 minutes
Total Questions: 13

Round: Technical Interview
Experience: They test your basic knowledge of programming, databases and how well you have worked with your projects.
There are actually three more rounds. 2 technical and one HR. I was not selected for them. Out of 40 students only 5 were selected after the final round.

Skills: Basic C/C++, DBMS, Multiple And Multi-level Inheritance, Polymorphism, PHP, Regular Expressions
College Name: Thapar University, Patiala

Skills evaluated in this interview

I was interviewed in Dec 2016.

Interview Questionnaire 

8 Questions

  • Q1. Given a 10 digit number, sort the individual digits of the number.
  • Ans. 

    Sort the individual digits of a 10 digit number.

    • Convert the number to a string to access individual digits

    • Use a sorting algorithm to sort the digits

    • Convert the sorted digits back to a number

  • Answered by AI
  • Q2. Write code for LCA in Binary Search Tree.
  • Ans. 

    The code for finding the Lowest Common Ancestor (LCA) in a Binary Search Tree (BST).

    • Start from the root node and compare it with the given two nodes.

    • If both nodes are smaller than the current node, move to the left subtree.

    • If both nodes are greater than the current node, move to the right subtree.

    • If one node is smaller and the other is greater, then the current node is the LCA.

    • Continue this process until the LCA is fou

  • Answered by AI
  • Q3. Discuss a DBMS consisting of college faculty, professors, courses and students.
  • Ans. 

    A DBMS for managing college faculty, professors, courses, and students.

    • The DBMS should have tables for faculty, professors, courses, and students.

    • Each table should have appropriate attributes to store relevant information.

    • Relationships can be established between tables using foreign keys.

    • Queries can be used to retrieve information about faculty, professors, courses, and students.

    • The DBMS can be used to track enrollment

  • Answered by AI
  • Q4. What extra curricular activities did you do in college?
  • Ans. 

    I was actively involved in coding competitions, hackathons, and programming clubs during college.

    • Participated in coding competitions such as ACM ICPC and Codeforces

    • Attended hackathons to work on real-world projects and improve problem-solving skills

    • Joined programming clubs to collaborate with peers and learn new technologies

  • Answered by AI
  • Q5. Do you seek for help if stuck in a problem?
  • Ans. 

    Yes, I believe in seeking help when stuck in a problem as it leads to faster resolution and learning.

    • I believe in collaborating with team members to brainstorm solutions

    • I am not afraid to ask for help from more experienced developers

    • I utilize online resources like Stack Overflow or documentation when needed

  • Answered by AI
  • Q6. What do you understand by teamwork?
  • Ans. 

    Teamwork is collaborating with others towards a common goal, utilizing each member's strengths and skills.

    • Collaborating with others towards a common goal

    • Utilizing each member's strengths and skills

    • Communicating effectively and openly

    • Respecting and valuing diverse perspectives

    • Sharing responsibilities and supporting each other

    • Celebrating successes as a team

  • Answered by AI
  • Q7. How do you tackle something that you can't find a solution to?
  • Ans. 

    When faced with an unsolvable problem, I break it down, research, seek help, experiment, and iterate until a solution is found.

    • Break down the problem into smaller, manageable parts

    • Research and gather information related to the problem

    • Seek help from colleagues, online communities, or experts

    • Experiment with different approaches or solutions

    • Iterate and refine the solution based on feedback and results

  • Answered by AI
  • Q8. Where do you want to see yourself after 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team of developers on innovative projects.

    • Leading a team of developers on innovative projects

    • Senior software developer role

    • Continuing to learn and grow in the field

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test had a time limit. Every 10 minutes you had to do atleast 4 questions. It was quite fast paced. The questions were from basic coding, aptitude and debugging.
Tips: Learn to be fast at coding. Study from geeksforgeeks.com. Practice a lot of aptitude questions. Have a decent knowledge of basic coding.
Duration: 1 hour
Total Questions: 20

Round: Technical Interview
Experience: The interviewer started off by asking basic sorting questions. Followed by data structures and algorithms. And DBMS related questions in the end.
Tips: Have a good presence of mind. Understand the question asked properly. Be confident and keep discussing. Don't get nervous and solve the questions incorrectly. Have good grip over topics like sorting, DS, Algorithms and DBMS.

Round: Managerial Interview
Experience: There was a discussion upon the company's work in fields like Big Data, IoT. They asked me in detail about the projects mentioned in my CV. Other skills mentioned in CV were also discussed.
Tips: Have a good understanding of the projects you have mentioned in your CV. Be polite and confident while answering. Keep a general awareness of the current technical scenario.

Round: HR Interview
Experience: The round was based around my over all personality. They checked how would I be an asset to their company. They analysed my core values and capabilities of working in a team.
Tips: Show that you are willing to work in a team. Be confident and polite. Express your feelings and passion towards your job and the company. Explain your college extra curricular activities well.

College Name: IIT Varanasi

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

LIST OF COMPANIES

Government of India

Locations

INTERVIEWS

Government of India

No Interviews

INTERVIEWS

Government of India

No Interviews

INTERVIEWS

Government of India

No Interviews

INTERVIEWS

Government of India

No Interviews

INTERVIEWS

Government of India

20 top interview questions

SALARIES

Winman Software

SALARIES

Karur Vysya Bank

DESIGNATION

INTERVIEWS

Winman Software

No Interviews

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

Oracle Interview Questions
3.7
 • 849 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Brane Enterprises Interview Questions
2.0
 • 134 Interviews
Intuit Interview Questions
3.5
 • 77 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
Tally Solutions Interview Questions
4.2
 • 39 Interviews
3Pillar Global Interview Questions
3.4
 • 19 Interviews
MARG ERP Interview Questions
3.5
 • 18 Interviews
LogicMonitor Interview Questions
3.7
 • 14 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
29% 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
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Executive
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Winman Software with

Tally Solutions

4.2
Compare

MARG ERP

3.5
Compare

Busy Infotech

3.9
Compare

LOGIC ERP

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