AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.7

based on 212 Reviews

Play video Play video Video summary
  • About
  • Reviews
    212
  • Salaries
    1.8k
  • Interviews
    43
  • Jobs
    48
  • Benefits
    15
  • Photos
    -

Filter interviews by

Winjit Technologies Interview Questions and Answers

Updated 11 May 2025
Popular Designations

41 Interview questions

A Software Engineer was asked 3mo ago
Q. Explain the lifecycle of MVC and the deployment process.
Ans. 

MVC lifecycle involves Model, View, and Controller interactions, while deployment ensures the application is live and accessible.

  • 1. Model: Represents data and business logic. Example: A User model that interacts with a database.

  • 2. View: Displays data to the user. Example: HTML templates rendering user information.

  • 3. Controller: Handles user input and updates the model. Example: A login controller processing user c...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. What is Bundling and Minification?
Ans. 

Bundling and minification optimize web assets by reducing file size and number of requests, improving load times and performance.

  • Bundling combines multiple files (e.g., JavaScript, CSS) into a single file to reduce HTTP requests.

  • Minification removes unnecessary characters (like whitespace and comments) from code to decrease file size.

  • Example of bundling: Combining 'script1.js', 'script2.js', and 'script3.js' into ...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. What is an HTML helper?
Ans. 

HTML helpers are functions that simplify the generation of HTML markup in web applications, enhancing code readability and maintainability.

  • HTML helpers are often used in MVC frameworks to generate HTML elements easily.

  • Common HTML helpers include methods for creating forms, links, and other UI components.

  • Example: In ASP.NET MVC, Html.TextBoxFor() generates an input element for a model property.

  • HTML helpers promote ...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. What is CORS (Cross Origin Resource Sharing)?
Ans. 

CORS is a security feature that allows restricted resources on a web page to be requested from another domain outside the domain from which the resource originated.

  • CORS is implemented via HTTP headers that allow servers to specify who can access their resources.

  • For example, a web application on 'example.com' can request resources from 'api.example.com' if CORS is enabled.

  • The 'Access-Control-Allow-Origin' header is...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. What is a CTE and what is its syntax?
Ans. 

CTE stands for Common Table Expression, a temporary result set in SQL used for complex queries.

  • CTE is defined using the WITH clause.

  • It can be recursive or non-recursive.

  • Example syntax: WITH CTE_Name AS (SELECT column1 FROM table) SELECT * FROM CTE_Name;

  • CTEs improve readability and organization of SQL queries.

  • They can be referenced multiple times within a query.

View all Software Engineer interview questions
A Software Developer was asked 5mo ago
Q. What is the V-model?
Ans. 

V model is a software development model that emphasizes testing at each stage of development.

  • V model is also known as Verification and Validation model.

  • It is a sequential path of the waterfall model, where each phase must be completed before the next phase begins.

  • The left side of the V represents the development phases, while the right side represents the testing phases.

  • It helps in early detection and correction o...

View all Software Developer interview questions
A Software Engineer was asked 6mo ago
Q. What is the difference between Angular and React?
Ans. 

Angular is a full-fledged framework with batteries included, while React is a library focused on UI components.

  • Angular is a full-fledged framework with built-in features like routing, forms, and HTTP client.

  • React is a library focused on building UI components and managing state.

  • Angular uses two-way data binding, while React uses one-way data flow.

  • Angular uses TypeScript by default, while React uses JavaScript (or ...

View all Software Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked 6mo ago
Q. What is ReactJS?
Ans. 

ReactJS is a JavaScript library for building user interfaces.

  • ReactJS is developed and maintained by Facebook.

  • It allows developers to create reusable UI components.

  • ReactJS uses a virtual DOM for better performance.

  • It follows a component-based architecture.

  • ReactJS can be used for building single-page applications.

View all Software Engineer interview questions
A Software Developer was asked 7mo ago
Q. What are your pros and cons?
Ans. 

I possess strong problem-solving skills and a collaborative spirit, but I can be overly detail-oriented at times.

  • Pro: Strong problem-solving skills - I enjoy tackling complex coding challenges, like optimizing algorithms for better performance.

  • Pro: Collaborative team player - I thrive in team environments, contributing to projects and sharing knowledge with colleagues.

  • Con: Overly detail-oriented - I sometimes spen...

View all Software Developer interview questions
A Software Developer was asked 7mo ago
Q. What do you do in your free time?
Ans. 

In my free time, I enjoy coding personal projects, reading tech blogs, and exploring the outdoors through hiking and photography.

  • I work on personal coding projects, like building a weather app using React.

  • I read tech blogs and articles to stay updated on industry trends.

  • I enjoy hiking on weekends, capturing nature through photography.

  • I participate in online coding challenges to sharpen my skills.

View all Software Developer interview questions
1 2 3 4 5

Winjit Technologies Interview Experiences

43 interviews found

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Jan 2025

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
  • Add your answer
  • Q2. Html ,CSS basic
  • Add your answer
Round 2 - Behavioral 

(1 Question)

  • Q1. Server and web api related questions
  • Add your answer
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
    Add your answer
  • Q2. About Winjit technologies
  • Add your answer

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.
Anonymous

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 appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

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

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.
Anonymous

Software Web Developer Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

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 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
  • Add your answer
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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • Q4. Project and dbms question
  • Add your answer
Round 3 - Technical 

(1 Question)

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

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

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?
  • Add your answer
  • Q2. Where do you see yourself in five years?
  • Ans. 

    In five years, I envision myself as a lead developer, driving innovative projects and mentoring junior developers in a collaborative environment.

    • I aim to lead a team on impactful projects, like developing a scalable application that enhances user experience.

    • I plan to deepen my expertise in emerging technologies, such as AI and machine learning, to contribute to cutting-edge solutions.

    • I aspire to mentor junior developer...

  • Answered by AI
    Add your answer
  • Q3. Tell me about your family?
  • Add your answer
  • Q4. Do you plan on Higher education?
  • Ans. 

    I am considering higher education to deepen my knowledge and enhance my skills in software development.

    • Pursuing a Master's degree in Computer Science to specialize in AI and machine learning.

    • Attending workshops and bootcamps to stay updated with the latest technologies.

    • Exploring online courses for specific programming languages or frameworks, like React or Python.

    • Networking with professionals in the field to gain insig...

  • Answered by AI
    Add your answer
Round 3 - Technical 

(6 Questions)

  • Q1. Questions on OOPs concept
  • Add your answer
  • Q2. Sort the array by parity
  • Ans. 

    Sort an array by parity, placing even numbers before odd numbers while maintaining their relative order.

    • Use a stable sorting algorithm to maintain the order of elements.

    • Example: Input: [3, 1, 2, 4] → Output: [2, 4, 3, 1]

    • Iterate through the array and separate even and odd numbers.

    • Combine the even and odd arrays to get the final sorted array.

  • Answered by AI
    Add your answer
  • Q3. Write SQL queries
  • Ans. 

    SQL queries are used to interact with databases, allowing for data retrieval, manipulation, and management.

    • SELECT statement: Used to retrieve data from a database. Example: SELECT * FROM users;

    • WHERE clause: Filters records based on specified conditions. Example: SELECT * FROM users WHERE age > 30;

    • JOIN operations: Combines rows from two or more tables based on a related column. Example: SELECT orders.id, users.name F...

  • Answered by AI
    Add your answer
  • Q4. Who wrote the book discovery of the nation
  • Add your answer
  • Q5. What is the official language of kashmir
  • Add your answer
  • Q6. Which city is called city of lakes
  • Add your answer
Round 4 - Technical 

(6 Questions)

  • Q1. Find the length of the longest word in the length
  • Ans. 

    To find the longest word in a sentence, split the sentence into words and determine the maximum length among them.

    • Split the sentence into words using space as a delimiter.

    • Iterate through the array of words and track the length of each word.

    • Keep a variable to store the maximum length found.

    • Example: In 'The quick brown fox', the longest word is 'quick' with length 5.

  • Answered by AI
    Add your answer
  • Q2. Push the zeroes in the arrays to the end
  • Add your answer
  • Q3. When was python launched
  • Ans. 

    Python was launched in February 1991 by Guido van Rossum as a high-level programming language emphasizing code readability.

    • Created by Guido van Rossum, Python's first version (0.9.0) was released in February 1991.

    • Python 1.0 was released in January 1994, introducing features like functions and exception handling.

    • Python 2.0 was launched in October 2000, adding list comprehensions and garbage collection.

    • Python 3.0, a majo...

  • Answered by AI
    Add your answer
  • Q4. What is name of ai from meta/google/amazon
  • Ans. 

    Meta, Google, and Amazon have developed various AI systems, including ChatGPT, Bard, and Alexa, each serving unique purposes.

    • Meta's AI: Focuses on social media and content moderation, enhancing user experience.

    • Google's Bard: A conversational AI designed to assist with information retrieval and natural language processing.

    • Amazon's Alexa: A voice-activated assistant that controls smart home devices and provides informati...

  • Answered by AI
    Add your answer
  • Q5. What do you do in your free time
  • Ans. 

    In my free time, I enjoy coding personal projects, reading tech blogs, and exploring the outdoors through hiking and photography.

    • I work on personal coding projects, like building a weather app using React.

    • I read tech blogs and articles to stay updated on industry trends.

    • I enjoy hiking on weekends, capturing nature through photography.

    • I participate in online coding challenges to sharpen my skills.

  • Answered by AI
    Add your answer
  • Q6. Tell me your pros and cons
  • Add your answer

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

Skills evaluated in this interview

Anonymous

Software Engineer - Android Interview Questions & Answers

user image Anonymous

posted on 11 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Thread process life cycle
  • Add your answer
  • Q2. Fin technology used in banking domain
  • Ans. 

    Fintech in banking enhances services through technology, improving efficiency, accessibility, and customer experience.

    • Mobile Banking: Apps like Chime and Revolut allow users to manage accounts on-the-go.

    • Blockchain: Used for secure transactions and smart contracts, as seen in Ripple.

    • Robo-Advisors: Platforms like Betterment provide automated investment advice.

    • Peer-to-Peer Lending: Services like LendingClub connect borrow...

  • Answered by AI
    Add your answer
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2024

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
  • Add your answer
  • Q2. Sql queries and scenario based azure questions
  • Add your answer
Anonymous

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
  • Ans. 

    Smoke testing is a preliminary test to check the basic functionality of an application before further testing.

    • Smoke testing is often referred to as 'build verification testing'.

    • It checks critical functionalities like login, data entry, and basic navigation.

    • Example: After a new build, testers verify if the application launches and the main features work.

    • It helps identify major issues early, saving time and resources in ...

  • Answered by AI
    Add your answer
  • Q2. Very basic not formatted
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Not any special question
  • Add your answer
Anonymous

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
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Aravind

posted on 27 Aug 2024

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Behavioral 

(1 Question)

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

(1 Question)

  • Q1. Technical Questions and some coding questions
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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
    Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Winjit Technologies?
Ask anonymously on communities.
More about working at Winjit Technologies
  • HQ - Nashik,Maharashtra, India
  • IT Services & Consulting
  • 501-1k Employees (India)
  • Internet
  • Hardware & Networking
  • Software Product

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, Angular, Java and MVC.
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. what is name of ai from meta/google/ama...read more
What are the most common questions asked in Winjit Technologies HR round?

The most common HR questions asked in Winjit Technologies interview are -

  1. Why are you looking for a chan...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your strengths and weakness...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 Interviews By Designations

  • Winjit Technologies Software Engineer Interview Questions
  • Winjit Technologies Software Developer Interview Questions
  • Winjit Technologies Senior Software Engineer Interview Questions
  • Winjit Technologies Social Media Executive Interview Questions
  • Winjit Technologies SDE Interview Questions
  • Winjit Technologies Management Trainee Interview Questions
  • Winjit Technologies Business Analyst Interview Questions
  • Winjit Technologies Consultant Interview Questions
  • Show more
  • Winjit Technologies Intern Interview Questions
  • Winjit Technologies Junior Software Developer Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Executive Interview Questions
  • Analyst Interview Questions
  • Business Analyst Interview Questions
  • Senior Associate Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Accountant Interview Questions
  • Show more
  • Data Analyst Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

3.6/5

based on 38 interview experiences

Difficulty level

Easy 19%
Moderate 71%
Hard 10%

Duration

Less than 2 weeks 65%
2-4 weeks 25%
4-6 weeks 5%
More than 8 weeks 5%
View more

Interview Questions from Similar Companies

ITC Infotech
ITC Infotech Interview Questions
3.7
 • 377 Interviews
Newgen Software Technologies
Newgen Software Technologies Interview Questions
3.8
 • 194 Interviews
3i Infotech
3i Infotech Interview Questions
3.4
 • 150 Interviews
Happiest Minds Technologies
Happiest Minds Technologies Interview Questions
3.6
 • 140 Interviews
Microland
Microland Interview Questions
3.5
 • 138 Interviews
Sify Technologies
Sify Technologies Interview Questions
3.8
 • 132 Interviews
Test Yantra Software Solutions
Test Yantra Software Solutions Interview Questions
3.0
 • 131 Interviews
Mastek
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems
Maveric Systems Interview Questions
3.5
 • 125 Interviews
Sonata Software
Sonata Software Interview Questions
3.4
 • 124 Interviews
View all

Winjit Technologies Reviews and Ratings

based on 212 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 212 Reviews and Ratings
Jobs at Winjit Technologies
Winjit Technologies
Artificial Intelligence Expert

Nashik,

Pune

+1

5-10 Yrs

Not Disclosed

Winjit Technologies
Senior Full Stack Developer

Nashik,

Pune

7-12 Yrs

Not Disclosed

Winjit Technologies
SDET - QA Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Winjit Technologies Salaries in India
Software Engineer
346 salaries
unlock blur

₹5.1 L/yr - ₹12 L/yr

Software Developer
243 salaries
unlock blur

₹2.8 L/yr - ₹7.9 L/yr

Senior Software Engineer
186 salaries
unlock blur

₹8.9 L/yr - ₹16.2 L/yr

Project Engineer
42 salaries
unlock blur

₹10 L/yr - ₹17.5 L/yr

Business Analyst
37 salaries
unlock blur

₹4.2 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Winjit Technologies with
ITC Infotech

ITC Infotech

3.7
Compare
3i Infotech

3i Infotech

3.4
Compare
Sify Technologies

Sify Technologies

3.8
Compare
Microland

Microland

3.5
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Winjit Technologies Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter