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

Updated 28 Mar 2021

Winman Software Software Developer Trainee Interview Experiences

1 interview found

I appeared for an interview before Mar 2020.

Interview Questionnaire 

1 Question

  • Q1. Given the distances between bus stops, and the charges, you need to find the ticket price as per the given condition.
  • Ans. 

    Calculate bus ticket prices based on distances and charges between stops.

    • Identify the distance between the starting and ending bus stops.

    • Determine the charge per unit distance (e.g., per kilometer).

    • Calculate the total ticket price by multiplying distance by charge.

    • Example: If distance is 10 km and charge is $2/km, total price = 10 * 2 = $20.

    • Consider any additional fees or discounts based on specific conditions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview consisted of three rounds.
First round was a written test, wherein 3 questions were asked based on quantitative aptitude and logical reasoning. Questions were not of multiple choice and you had to pen in your answers.
Second round was an HR round, which was more like a casual interaction with the HR. They then give you technical training where you got to develop some formulae to the given problem statement. You can make your decision, whether you would want to continue with the job or not at this stage, as the type of work you do during the technical training is similar to the one you do after getting in to the job.

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
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

Software Developer Trainee Interview Questions Asked at Other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. ... read more
Q2. 1.Do you use social media? What is the use of it? 2.Tell us about ... read more
Q3. What is a static keyword in java? Where are the static variables ... read more
Q4. Given a chessboard and the position of a queen, find the coordina ... read more
Q5. Given the distances between bus stops and the charges, how do you ... 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
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
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
  • 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
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

Winman Software HR Interview Questions

13 questions and answers

Q. Why do you want to join this company?
Q. Can you tell me about yourself?
Q. Tell me about your family background.
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
  • 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

Are these interview questions helpful?
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 2 interview rounds.

Round 1 - Aptitude Test 

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

Round 2 - 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..
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Longest consecutive sequence
  • Q2. Time Complexity of all sorting algorithms
  • Ans. 

    Sorting algorithms have different time complexities.

    • Time complexity refers to the amount of time it takes for an algorithm to run as the input size increases.

    • Some common sorting algorithms and their time complexities are: Bubble Sort (O(n^2)), Insertion Sort (O(n^2)), Selection Sort (O(n^2)), Merge Sort (O(n log n)), Quick Sort (O(n log n)), Heap Sort (O(n log n)).

    • The time complexity of an algorithm helps in understand...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Brane Enterprises Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Do standard questions from LC

Skills evaluated in this interview

Tell us how to improve this page.

Winman Software Software Developer Trainee Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

1.0

Salary

2.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
41 salaries
unlock blur

₹2 L/yr - ₹4.7 L/yr

Program Engineer
23 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Assistant Software Developer
20 salaries
unlock blur

₹2.5 L/yr - ₹3.2 L/yr

QA Executive
14 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Business Development Executive
11 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Explore more salaries
Compare Winman Software with

Brane Enterprises

1.9
Compare

Duck Creek Technologies

4.4
Compare

3Pillar Global

3.1
Compare

Acies

4.4
Compare
write
Share an Interview