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 Junior Software Developer Interview Questions and Answers

Updated 8 Jul 2024

Winman Software Junior Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Three long paragraph questions related to logical thinking take around 20-25 min to solve.

Round 2 - Coding Test 

Three coding questions on array, square matrix and monster game.

Round 3 - HR 

(2 Questions)

  • Q1. Asks to introduce yourself
  • Q2. Regarding your interests in IT field and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Winman Software?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 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 - One-on-one 

(3 Questions)

  • Q1. Question on quick sort
  • Q2. Golang internals
  • Q3. Question on docker and kubernetes
Round 3 - One-on-one 

(1 Question)

  • Q1. Question on design pattern

Junior Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given n coins for two players playing a game. Each player picks c ... read more
Q2. Which of the following is not a storage class in C? a) auto b) ex ... read more
asked in Pisolv Tech
Q3. Did You Know what is golang and where did You uses that? Why You ... read more
Q4. What does 'int x:4;' mean? a) x is a four-digit number. b) x is a ... read more
Q5. What is a lint? a) Analyzing tool. b) Compiler. c) Debugger. d) I ... read more
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Math, logical and verbal question's

Round 2 - Coding Test 

Simple question on recursion, array, Graph, Dynamic programming, linkedlist and 2 pointer

Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience project on resume previous internships / intrest

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask very though question. but the CTC dont match the difficult of question asked.
They want most skilled engineer at price of peeny every only 5 student from IIT Gandhinagar qualified the interview and everyone rejected the offer.
Just check companies reviews before joining.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

(4 Questions)

  • Q1. They asked me javascript application based questions like 1.) true + true will be what? 2.) what if I write prmopt instead of console.log() 3.) error find out questions
  • Ans. 1.) answer will be 2 2.) prompt is for displaying dialog box alert is for giving output
  • Answered Anonymously
  • Q2. They were me js appliaction based question like error finding and all
  • Ans. 

    Identifying and fixing errors in a JavaScript application requires debugging skills and understanding of common pitfalls.

    • Check for syntax errors: e.g., missing semicolons or brackets can cause issues.

    • Use console.log() to trace variable values and flow of execution.

    • Understand asynchronous behavior: e.g., callbacks and promises can lead to unexpected results.

    • Utilize browser developer tools for debugging: inspect elements...

  • Answered by AI
  • Q3. What will be the output of this code
  • Ans. 

    The output of the code will be 'Hello World'

    • The code likely contains a simple print statement that outputs 'Hello World'

    • There are no variables or conditions that would change the output

  • Answered by AI
  • Q4. Then tell me the correct answer

Interview Preparation Tips

Interview preparation tips for other job seekers - they were asking application based question so prepare accordingly

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What made you choose computer science as a career option?
  • Ans. 

    I chose computer science for its blend of creativity, problem-solving, and the potential to impact the world through technology.

    • Passion for technology: I was fascinated by computers from a young age, often taking them apart to understand how they worked.

    • Problem-solving skills: I enjoy tackling complex problems, and computer science provides endless challenges to solve.

    • Creative outlet: Programming allows me to create ap...

  • Answered by AI
  • Q2. What are you looking at from Acies to further your career goals?
  • Ans. 

    I seek growth opportunities, mentorship, and innovative projects at Acies to enhance my skills and advance my career.

    • Opportunities for professional development through workshops and training programs.

    • Mentorship from experienced developers to guide my career path.

    • Engagement in innovative projects that challenge my skills and creativity, such as AI or cloud computing initiatives.

    • A collaborative work environment that fost...

  • Answered by AI
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
  • Q2. Oops related output based questions

Skills evaluated in this interview

Are these interview questions helpful?
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
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 Junior Software Developer 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.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Brane Enterprises Interview Questions
2.0
 • 138 Interviews
Acies Interview Questions
4.4
 • 39 Interviews
3Pillar Global Interview Questions
3.2
 • 20 Interviews
LogicMonitor Interview Questions
3.6
 • 14 Interviews
Ixia Solutions Interview Questions
2.8
 • 8 Interviews
SalesHandy Interview Questions
3.2
 • 6 Interviews
ETON SOLUTIONS Interview Questions
2.5
 • 6 Interviews
View all
Software Developer
40 salaries
unlock blur

₹2 L/yr - ₹4.7 L/yr

Program Engineer
23 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

QA Executive
14 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Business Development Executive
11 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Executive Accountant
8 salaries
unlock blur

₹1.6 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.2
Compare

Acies

4.4
Compare
write
Share an Interview