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 and Answers

Updated 17 Jul 2025
Popular Designations

43 Interview questions

A Software Engineer was asked 4mo 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 Engineer was asked 4mo 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 4mo 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 4mo 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 4mo 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 Developer was asked 7mo 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

Winjit Technologies HR Interview Questions

11 questions and answers

Q. Introduce yourself.
Q. Can you provide details about yourself and your educational background?
Q. Tell me about your family
A Software Engineer was asked 7mo 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 7mo 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 8mo ago
Q. 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...

View all Software Developer interview questions
A Software Developer was asked 8mo ago
Q. Given an array of integers, sort the array so that all even numbers appear before all odd numbers.
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.

View all Software Developer interview questions

Winjit Technologies Interview Experiences

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

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

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?
  • 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
  • Q3. Tell me about your family?
  • Ans. 

    I come from a close-knit family that values education, creativity, and support for one another in all our endeavors.

    • My parents are both educators, which instilled a love for learning in me from a young age.

    • I have one younger sister who is passionate about art and often inspires me with her creativity.

    • Family gatherings are a big deal for us; we celebrate birthdays and holidays with lots of food and laughter.

    • We enjoy out...

  • Answered by AI
  • 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
Round 3 - Technical 

(6 Questions)

  • Q1. Questions on OOPs concept
  • 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
  • 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
  • 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
  • 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
  • Q2. Push the zeroes in the arrays to the end
  • Ans. 

    Shift all zeroes in an array to the end while maintaining the order of non-zero elements.

    • Iterate through the array and count non-zero elements.

    • Use a second pointer to place non-zero elements in their new positions.

    • Fill the remaining positions in the array with zeroes.

    • Example: For [0, 1, 0, 3, 12], the result should be [1, 3, 12, 0, 0].

  • Answered by AI
  • 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
  • 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
  • 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
  • Q6. Tell me 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 spend too...

  • Answered by AI

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

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

    Discussed Azure cloud projects, focusing on architecture, services used, and deployment strategies.

    • Utilized Azure Functions for serverless computing, reducing costs and improving scalability.

    • Implemented Azure DevOps for CI/CD pipelines, automating deployment processes.

    • Leveraged Azure SQL Database for data storage, ensuring high availability and security.

    • Used Azure Kubernetes Service (AKS) for container orchestration, e...

  • Answered by AI
  • Q2. Sql queries and scenario based azure 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
  • 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
  • Q2. Very basic not formatted
  • Ans. 

    QA Engineers ensure software quality through testing, identifying bugs, and improving processes.

    • Understand requirements: Analyze specifications to create effective test cases.

    • Test case design: Develop detailed test cases for functional and non-functional testing.

    • Automation: Use tools like Selenium or JUnit to automate repetitive tests.

    • Bug tracking: Document and track defects using tools like JIRA or Bugzilla.

    • Collaborat...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Not any special question

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
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
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Questions and some coding questions
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 trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Winjit Technologies?
Ask anonymously on communities.

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

Overall Interview Experience Rating

3.6/5

based on 39 interview experiences

Difficulty level

Easy 18%
Moderate 73%
Hard 9%

Duration

Less than 2 weeks 67%
2-4 weeks 24%
4-6 weeks 5%
More than 8 weeks 5%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 385 Interviews
3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 140 Interviews
Sify Technologies Interview Questions
3.8
 • 135 Interviews
Mastek Interview Questions
3.5
 • 128 Interviews
Maveric Systems Interview Questions
3.4
 • 126 Interviews
Sonata Software Interview Questions
3.4
 • 125 Interviews
View all

Winjit Technologies Reviews and Ratings

based on 221 reviews

3.6/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.3

Salary

3.6

Job security

3.5

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 221 Reviews and Ratings
SQL expert

Hyderabad / Secunderabad

5-10 Yrs

₹ 10-18 LPA

Qa Consultant

Mumbai

1-3 Yrs

₹ 3-6 LPA

Wso2 Developer

Chennai

5-8 Yrs

₹ 8-18 LPA

Explore more jobs
Software Engineer
343 salaries
unlock blur

₹5 L/yr - ₹11.3 L/yr

Software Developer
248 salaries
unlock blur

₹2.8 L/yr - ₹7.8 L/yr

Senior Software Engineer
200 salaries
unlock blur

₹9.8 L/yr - ₹18 L/yr

Project Engineer
43 salaries
unlock blur

₹10.2 L/yr - ₹17 L/yr

Business Analyst
39 salaries
unlock blur

₹3.8 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Winjit Technologies with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.4
Compare
write
Share an Interview