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 13 Feb 2025

Top Winjit Technologies Interview Questions and Answers for Experienced

View all 6 questions

Winjit Technologies Interview Experiences for Experienced

Popular Designations

11 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 (197)

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)

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

 (12)

 Software Developer

 (7)

 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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

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)
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 (197)

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
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 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
Round 3 - Technical 

(1 Question)

  • Q1. Advance technical questions
Round 4 - Technical 

(1 Question)

  • Q1. Normal oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Base has to be concrete . And confidence has to be there

Senior Technology Lead Interview Questions asked at other Companies

Q1. what are all the steps do you follow to prevent from PRD INC
View answer (1)

I applied via LinkedIn and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduction about yourself
  • Ans. 

    I am a highly skilled and experienced Business Analyst with a strong background in data analysis and problem-solving.

    • Over 5 years of experience as a Business Analyst in various industries

    • Proficient in gathering and analyzing business requirements

    • Expertise in data modeling and visualization tools such as Tableau and Power BI

    • Strong communication and presentation skills

    • Proven track record of successfully implementing proc...

  • Answered by AI
  • Q2. About projects
  • Q3. Documentation you know like srs frs
  • Ans. 

    SRS and FRS are types of documentation used in software development.

    • SRS stands for Software Requirements Specification and outlines the functional and non-functional requirements of a software system.

    • FRS stands for Functional Requirements Specification and details the specific features and functionalities of a software system.

    • Other types of documentation include user manuals, technical specifications, and design docume...

  • Answered by AI
  • Q4. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through your resume

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

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-3 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, .Net and .Net Core.
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. Documentation you know like srs ...read more
  2. Detail qbout angular and node...read more
  3. Whats is difference between angular and re...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 7 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Winjit Technologies Reviews and Ratings

based on 182 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 182 Reviews and Ratings
Software Engineer
311 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
218 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30 salaries
unlock blur

₹0 L/yr - ₹0 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