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 for Experienced

Updated 2 Apr 2025

Top Winjit Technologies Interview Questions and Answers for Experienced

View all 11 questions

Winjit Technologies Interview Experiences for Experienced

Popular Designations

13 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 (225)

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.

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)

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
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Hr question general
Round 2 - Case Study 

Business intelligence case studies for problem-solving.

Round 3 - HR 

(1 Question)

  • Q1. What is the explanation of a case study?

Manager - Business Intelligence Interview Questions asked at other Companies

Q1. How to make pivot table range auto and how to adjust pivot to not show nil value.
View answer (1)

Winjit Technologies interview questions for popular designations

 Software Engineer

 (13)

 Software Developer

 (8)

 Senior Software Engineer

 (3)

 Social Media Executive

 (2)

 SDE

 (2)

 Management Trainee

 (1)

 Business Analyst

 (1)

 Consultant

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are Promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

    • Example: Fetching data from an API returns a Promise that resolves with the data or rejects with an erro

  • Answered by AI
  • Q2. Is Node.js Single Threaded or Multiple Threaded
  • Ans. 

    Node.js is single threaded, but uses multiple threads for I/O operations.

    • Node.js uses a single thread to handle all JavaScript code execution.

    • It uses multiple threads from a thread pool to handle I/O operations asynchronously.

    • This allows Node.js to handle high concurrency without blocking the main thread.

    • Example: When reading a file, Node.js will use a separate thread from the pool to perform the I/O operation.

  • Answered by AI
Round 2 - Coding Test 

Reverse the Array of Strings

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Place to work

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Automation Test Engineer Interview Questions & Answers

user image prashant adalinge

posted on 3 Feb 2024

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts ,programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer told candidate selected but Hr sends mail that best luck for next time.

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Jobs at Winjit Technologies

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

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

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

  • Answered by AI
  • Q2. Whats is 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 TypeS...

  • 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 (225)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Pagination based react question
  • Q2. JavaScript core concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that’s enough

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
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. 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 creden...

  • Answered by AI
  • Q2. What is CTE and syntax of same ?
  • 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.

  • Answered by AI
  • Q3. 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 cruc...

  • Answered by AI
  • Q4. 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 'bund...

  • Answered by AI
  • Q5. What is 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 DRY (...

  • 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 (225)

Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. MVC related question
  • Q2. SQL related question

Winjit Technologies Interview FAQs

How many rounds are there in Winjit Technologies interview for experienced candidates?
Winjit Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Winjit Technologies interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Winjit Technologies interview for experienced candidates?
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, SQL Server and Java.
What are the top questions asked in Winjit Technologies interview for experienced candidates?

Some of the top questions asked at the Winjit Technologies interview for experienced candidates -

  1. What is CORS (Cross Origin Resource Sharing...read more
  2. Documentation you know like srs ...read more
  3. Detail qbout angular and node...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 for Experienced

based on 9 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 341 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all

Winjit Technologies Reviews and Ratings

based on 194 reviews

3.6/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.3

Salary

3.7

Job security

3.5

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 194 Reviews and Ratings
Sr. software Engineer

Nashik

4-8 Yrs

Not Disclosed

Software Engineer

Nashik,

Pune

2-5 Yrs

₹ 3.6-17.13596 LPA

Java Lead

Mumbai,

Thane

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
325 salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Software Developer
214 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Software Engineer
161 salaries
unlock blur

₹4.6 L/yr - ₹17.6 L/yr

Project Engineer
33 salaries
unlock blur

₹7.6 L/yr - ₹19 L/yr

Senior Software Developer
33 salaries
unlock blur

₹5.5 L/yr - ₹18.4 L/yr

Explore more salaries
Compare Winjit Technologies with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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