Upload Button Icon Add office photos
Engaged Employer

i

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

Winjit Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Winjit Technologies Interview Questions, Process, and Tips

Updated 13 Feb 2025

Top Winjit Technologies Interview Questions and Answers

View all 23 questions

Winjit Technologies Interview Experiences

Popular Designations

40 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Angular A to Z Hooks,Services,Api Integration,component communication
  • Q2. Html ,CSS basic
Round 2 - Behavioral 

(1 Question)

  • Q1. Server and web api related questions
Round 3 - HR 

(2 Questions)

  • Q1. Can you provide details about yourself and your educational background?
  • Ans. 

    I am a software engineer with a Bachelor's degree in Computer Science and experience in developing web applications.

    • Bachelor's degree in Computer Science

    • Experience in developing web applications

  • Answered by AI
  • Q2. About Winjit technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Trust the process; ensure a clear understanding of the basics and the logic of object-oriented programming concepts. Wishing you all the best.

Top Winjit Technologies Software Engineer Interview Questions and Answers

Q1. Which protocols are used in IoT?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Consultant Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Irrelevant and needless discussion with no real relevance to the role.
  • Q2. Pretty much onesided

Interview Preparation Tips

Interview preparation tips for other job seekers - Conduct a comprehensive analysis and research regarding the role and department where you will be employed to prevent any harm or uncertainty in your future. If you find yourself in the wrong situation, it could have serious consequences.

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions ... tell me about yourself? projects? some quizes, some coding snippets
Round 2 - Technical 

(4 Questions)

  • Q1. Print all str in arrays
  • Ans. 

    Print all strings in an array

    • Use a loop to iterate through the array

    • Print each string in the array

  • Answered by AI
  • Q2. Print the missing number from the range 1 to 100;
  • Ans. 

    Use the formula for sum of natural numbers to find the missing number.

    • Calculate the sum of numbers from 1 to 100 using the formula n*(n+1)/2

    • Find the actual sum of numbers from 1 to 100

    • Subtract the actual sum from the calculated sum to find the missing number

  • Answered by AI
  • Q3. How to converts stack to heap
  • Ans. 

    To convert a stack to a heap, you can use a sorting algorithm like heapify.

    • Use a sorting algorithm like heapify to rearrange the elements in the stack into a heap structure.

    • Heapify the stack by starting from the last non-leaf node and moving up the tree.

    • After heapifying the stack, the elements will be in a heap structure with the root node containing the maximum value.

  • Answered by AI
  • Q4. Project and dbms question
Round 3 - Technical 

(1 Question)

  • Q1. Array was given apply permutation combination and give biggest number

Skills evaluated in this interview

Software Web Developer Interview Questions asked at other Companies

Q1. Where and how we can withdraw our money receive payment
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Group Discussion 

Group discussion was the first round on avg there were 15 people in a group discussion at last everyone was given a minute to speak

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. Where do you see yourself in five years?
  • Q3. Tell me about your family?
  • Q4. Do you plan on Higher education?
Round 3 - Technical 

(6 Questions)

  • Q1. Questions on OOPs concept
  • Q2. Sort the array by parity
  • Q3. Write SQL queries
  • Q4. Who wrote the book discovery of the nation
  • Q5. What is the official language of kashmir
  • Q6. Which city is called city of lakes
Round 4 - Technical 

(6 Questions)

  • Q1. Find the length of the longest word in the length
  • Q2. Push the zeroes in the arrays to the end
  • Q3. When was python launched
  • Q4. What is name of ai from meta/google/amazon
  • Q5. What do you do in your free time
  • Q6. Tell me your pros and cons

Interview Preparation Tips

Topics to prepare for Winjit Technologies Software Developer interview:
  • OOPS
  • C++
  • SQL
Interview preparation tips for other job seekers - The Recruitment process is extremely slow and even weird like asking non-technical questions in technical rounds. The interviews were often rescheduled and mismanaged. The last round was in their office we reached before time and they had no clue that they had an interview scheduled. It began after two hours. Lastly they picked those candidates who had 0 technical knowledge in fact most of them had pretty bad interview experience since then could not answer any technical questions yet they were selected on the other hand those who could answer technical questions and had good interview experience were left out also the results came after a month leading me to believe there was something fishy

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (38)

Winjit Technologies interview questions for popular designations

 Software Engineer

 (12)

 Software Developer

 (7)

 Senior Software Engineer

 (3)

 SDE

 (2)

 Social Media Executive

 (2)

 Automation Test Engineer

 (1)

 Business Analyst

 (1)

 Consultant

 (1)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. There were multiple questions on azure cloud and projects i worked on
  • Q2. Sql queries and scenario based azure questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Get interview-ready with Top Winjit Technologies Interview Questions

QA Engineer Interview Questions & Answers

user image Ashwini Dixit

posted on 26 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Smoke testing asked
  • Q2. Very basic not formatted
Round 2 - One-on-one 

(1 Question)

  • Q1. Not any special question

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Jobs at Winjit Technologies

View all

Senior QA Lead Interview Questions & Answers

user image Ashwini Dixit

posted on 26 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Smoke testing question for second round, pathetic

Senior QA Lead Interview Questions asked at other Companies

Q1. Scenario: Suppose a build is supposed to go live in 2 hrs but you just found a bug while monkey testing. What would you do now?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology, (NIT), Sikkim and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Behavioral 

(1 Question)

  • Q1. General aptitude question
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Questions and some coding questions

Top Winjit Technologies Software Engineer Interview Questions and Answers

Q1. Which protocols are used in IoT?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
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 was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me 3 frontend and 3 backend technologies.
  • Ans. 

    Frontend technologies include HTML, CSS, and JavaScript. Backend technologies include Node.js, Python, and Java.

    • Frontend technologies: HTML, CSS, JavaScript

    • Backend technologies: Node.js, Python, Java

  • Answered by AI

Top Winjit Technologies Software Engineer Interview Questions and Answers

Q1. Which protocols are used in IoT?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour aptitude round consist of math, verbal and general aptitiude

Round 2 - Coding Test 

It consissted of coding question in which two dsa wuestion were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Winjit Technologies Interview FAQs

How many rounds are there in Winjit Technologies interview?
Winjit Technologies interview process usually has 2-3 rounds. The most common rounds in the Winjit Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Winjit Technologies 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 Winjit Technologies. The most common topics and skills that interviewers at Winjit Technologies expect are Javascript, SQL, MVC, .Net and .Net Core.
What are the top questions asked in Winjit Technologies interview?

Some of the top questions asked at the Winjit Technologies interview -

  1. How will you figure if there is any way Wjnjit can help a company ( The problem...read more
  2. What can you sell of Winjit in any company of your cho...read more
  3. Which protocols are used in I...read more
How long is the Winjit Technologies interview process?

The duration of Winjit Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Winjit Technologies Interview Process

based on 35 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
NeoSOFT Interview Questions
4.0
 • 261 Interviews
View all

Winjit Technologies Reviews and Ratings

based on 181 reviews

3.7/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.3

Salary

3.7

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 181 Reviews and Ratings
Software Engineer
307 salaries
unlock blur

₹3 L/yr - ₹13.9 L/yr

Software Developer
213 salaries
unlock blur

₹2.8 L/yr - ₹9.1 L/yr

Senior Software Engineer
151 salaries
unlock blur

₹4.4 L/yr - ₹16.4 L/yr

Project Engineer
39 salaries
unlock blur

₹7.6 L/yr - ₹19 L/yr

Technical Lead
30 salaries
unlock blur

₹10.4 L/yr - ₹21 L/yr

Explore more salaries
Compare Winjit Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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