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 Senior Software Engineer Interview Questions and Answers for Experienced

Updated 24 Jul 2024

Winjit Technologies Senior Software Engineer Interview Experiences for Experienced

2 interviews found

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

I applied via Referral and was interviewed before Sep 2021. There were 5 interview rounds.

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

(1 Question)

  • Q1. All about angular basic and deep questioning
Round 3 - Technical 

(1 Question)

  • Q1. Basic routing and SPA
Round 4 - Behavioral 

(1 Question)

  • Q1. Detail qbout angular and node js
  • Ans. 

    Angular is a front-end framework while Node.js is a back-end runtime environment.

    • Angular is used for building dynamic web applications with a focus on the client-side.

    • Node.js is used for building server-side applications with JavaScript.

    • Angular uses TypeScript for building applications while Node.js uses JavaScript.

    • Angular has a large community and a lot of pre-built components while Node.js has a vast library of modul...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion as per interview

Interview Preparation Tips

Topics to prepare for Winjit Technologies Senior Software Engineer interview:
  • OOPS
  • Angular
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - Be calmly to take the interview. Preapare at least basic things to attend the interview.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic oops concept. Code : linked list, deleting middle element in array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask questions about the project you are supposed to work on. Reality can be totally different from what you are expecting. In my case I was hired for Development team. But I got support with no coding at all.

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They specifically didn’t asked any questions by looking at my strong resume but just asked me if to come Hyderabad for training of a month

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good in technical knowledge then it would be easy for you to get opportunity here at client site you will learn a lot as mostly you will be at your own, companies technical support is not very good so mostly you are on your own
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Java related questions core java

Interview Questionnaire 

2 Questions

  • Q1. How many columns can be created in table?
  • Ans. 

    The number of columns that can be created in a table depends on the database management system being used.

    • The limit varies depending on the DBMS

    • For MySQL, the limit is 4096 columns per table

    • For Oracle, the limit is 1000 columns per table

    • The number of columns can also be limited by the available memory and disk space

  • Answered by AI
  • Q2. Which is master database
  • Ans. 

    Master database is the primary database that stores all the important data of an organization.

    • Master database is the central repository of all the important data of an organization

    • It is used to store and manage critical data such as customer information, financial data, and employee records

    • It is usually the most secure and highly available database in an organization

    • Examples of master databases include Oracle, SQL Serv

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Some basic questions were asked

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain promise in js
  • Ans. 

    Promises in JavaScript are objects that represent the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations such as fetching data from an API or reading a file.

    • They provide a cleaner and more readable way to write asynchronous code compared to using callbacks.

    • Promises have three states: pending, fulfilled, or rejected.

    • They can be chained together using methods l...

  • Answered by AI
  • Q2. Explain setTimeout()
  • Ans. 

    setTimeout() is a function in JavaScript that allows you to delay the execution of a function for a specified amount of time.

    • setTimeout() takes two parameters: a function to be executed and a delay time in milliseconds

    • The function passed to setTimeout() is executed once after the specified delay

    • setTimeout() returns a unique identifier (timeout ID) that can be used to cancel the execution of the function using clearTime...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before Nov 2021. There were 4 interview rounds.

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 - Aptitude Test 

Reasoning Aptitude Test and some logical questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java Questions of java 8, Collection, SpringBoot annotations, hibernate and jpa annotations,
Round 4 - Technical 

(1 Question)

  • Q1. Java 8, Logical question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well in java 8 spring boot annotations, questions of collection

I appeared for an interview in Nov 2022.

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

(2 Questions)

  • Q1. Client interview about previous projects
  • Q2. Scenario based solution design explanation
  • Ans. 

    Scenario-based solution design involves identifying and addressing potential issues in a given situation.

    • Identify the problem or challenge presented in the scenario

    • Consider possible solutions and their potential outcomes

    • Evaluate the feasibility and effectiveness of each solution

    • Select the best solution and develop a plan for implementation

    • Continuously monitor and adjust the solution as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is for Appian Developer role. Interview is good. Prepare for the scenario based questions and solution design.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

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

(1 Question)

  • Q1. Basic Questions about .net core and angular Q.1. Basic concept of Oop Q.2. Dotnet core(Middle ware Q.3. Angular 2+

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise your basics or learn again from a good source

Winjit Technologies Interview FAQs

How many rounds are there in Winjit Technologies Senior Software Engineer interview for experienced candidates?
Winjit Technologies interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the Winjit Technologies interview process for experienced candidates are Technical, Resume Shortlist and Behavioral.
How to prepare for Winjit Technologies Senior Software Engineer 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 .Net Core, Android, Angular, Database Design and JQuery.
What are the top questions asked in Winjit Technologies Senior Software Engineer interview for experienced candidates?

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

  1. Detail qbout angular and node...read more
  2. Is Node.js Single Threaded or Multiple Threa...read more
  3. What are Promi...read more

Tell us how to improve this page.

Winjit Technologies Senior Software Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more
Winjit Technologies Senior Software Engineer Salary
based on 161 salaries
₹4.6 L/yr - ₹17.6 L/yr
28% less than the average Senior Software Engineer Salary in India
View more details

Winjit Technologies Senior Software Engineer Reviews and Ratings

based on 17 reviews

4.3/5

Rating in categories

4.3

Skill development

3.8

Work-life balance

3.5

Salary

4.3

Job security

4.3

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
325 salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Software Developer
215 salaries
unlock blur

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