Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wissen Technology Team. If you also belong to the team, you can get access from here

Wissen Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wissen Technology Software Engineer Interview Questions and Answers

Updated 18 Jun 2025

Wissen Technology Software Engineer Interview Experiences

21 interviews found

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

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

Coding test was easy. They asked LC easy anyone with fair understanding of programming can easily solve it.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked a question from Blind 75 that i dont remember as of now. I kind of stumbled here yet gave a code for original question
  • Q2. Asked LC hard question. Interviewer was very rude and did not give a shit about my approach when I tried to explain it to him/her. He said just run code against test cases provided. I received rejection ...

Interview Preparation Tips

Interview preparation tips for other job seekers - HRs were very professional and polite but not the interviewer.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Convert given Object array into integer list provided object array may contain array of objects
  • Ans. 

    Convert an object array to an integer list, handling nested arrays of objects.

    • Use recursion to handle nested arrays. Example: [1, '2', [3, '4']] becomes [1, 2, 3, 4].

    • Check each element's type; convert strings to integers. Example: '5' -> 5.

    • Filter out non-integer convertible values. Example: ['a', 1] results in [1].

    • Utilize Java Streams for a concise solution if using Java.

  • Answered by AI
  • Q2. Merge given sorted arrays into single sorted array

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

HackerRank assessment

Round 2 - Technical 

(2 Questions)

  • Q1. Java Streams related questions
  • Q2. EASY TO Medium Level of DSA questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Puzzles , java and Spring boot question
  • Q2. Collection related question, internal workings, multithreading etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - try to avoid, highly manipulative hr
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

2 coding questions and some MCQs on Java and SQL.

Round 2 - Technical 

(2 Questions)

  • Q1. How to use custom object as a key in HashMap?
  • Ans. 

    To use a custom object as a key in HashMap, override hashCode() and equals() methods in the custom object class.

    • Override hashCode() method to generate a unique hash code for the custom object.

    • Override equals() method to compare two custom objects for equality.

    • Ensure immutability of the custom object to prevent unexpected behavior.

  • Answered by AI
  • Q2. Questions on Multithreading
Round 3 - Technical 

(3 Questions)

  • Q1. Core Java Questions
  • Q2. Multithreading related problem
  • Q3. Write a DB query for some scenario

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given 3 threads print a number from 1 to 10 in sequence
  • Ans. 

    Use synchronized blocks or locks to ensure threads print numbers in sequence.

    • Use synchronized blocks or locks to ensure only one thread can access the shared resource (number to be printed) at a time.

    • Use a shared variable to keep track of the current number to be printed and update it after each thread prints its number.

    • Use a loop to iterate from 1 to 10 and have each thread check if it is its turn to print the number.

  • Answered by AI
  • Q2. Core Java related questions

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Rishabh Singh

posted on 23 Dec 2024

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

Coding test with 2 questions

Round 2 - Technical 

(1 Question)

  • Q1. Best time buy and sell stocks
  • Ans. 

    Find the best time to buy and sell stocks to maximize profit with a single transaction.

    • Identify the lowest price before a peak. For example, buy at $100 and sell at $150.

    • Use a loop to track minimum price and maximum profit. If price < min_price, update min_price.

    • Calculate profit as current price - min_price. Update max_profit if profit > max_profit.

    • Consider edge cases: if prices are always decreasing, return 0 pr...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It had MCQ based Technical question

Round 2 - Technical 

(3 Questions)

  • Q1. Version of React Js
  • Ans. 

    React JS is a JavaScript library for building user interfaces.

    • React JS is maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React JS uses a virtual DOM for better performance.

    • Current stable version is 17.0.2 (as of September 2021).

  • Answered by AI
  • Q2. Advantages of React Js
  • Ans. 

    React Js offers fast rendering, reusable components, virtual DOM, and easy integration with other libraries.

    • Fast rendering due to virtual DOM

    • Reusable components for efficient development

    • Easy integration with other libraries like Redux

    • Support for server-side rendering for improved SEO

    • One-way data binding for predictable data flow

  • Answered by AI
  • Q3. Hoisting, Closuers, IIF, coding questions, React Js Platform question
Round 3 - Technical 

(2 Questions)

  • Q1. What is Closures
  • Q2. React Technical Round, Debouce, Bubbling, Delegation, Promises, etc
Round 4 - Technical 

(2 Questions)

  • Q1. React Technical Machine Code
  • Q2. Map Filter Reduce Question, Custom Hook, Etc

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Krishna kanta Kandar

posted on 7 Jun 2024

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

Basic java oops and coding question

Round 2 - Technical 

(1 Question)

  • Q1. DSA and java basics
Round 3 - Technical 

(1 Question)

  • Q1. Again DSA and java advanced
Round 4 - Coding Test 

(1 Question)

  • Q1. Develop chat app

Skills evaluated in this interview

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

Duration was for an hour, included basic front end questions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain component lifecycle in React
  • Q2. Write a component to display a table
  • Ans. 

    A component to display a table in a software application

    • Use HTML and CSS to create the structure and styling of the table

    • Use JavaScript to populate the table with data dynamically

    • Consider adding features like sorting, filtering, and pagination for better user experience

  • Answered by AI

Skills evaluated in this interview

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 Wissen Technology?
Ask anonymously on communities.

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology Software Engineer interview?
Wissen Technology interview process usually has 2-3 rounds. The most common rounds in the Wissen Technology interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Wissen Technology Software Engineer 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 Wissen Technology. The most common topics and skills that interviewers at Wissen Technology expect are Algorithms, Angularjs, Cloud, Data Structures and Java.
What are the top questions asked in Wissen Technology Software Engineer interview?

Some of the top questions asked at the Wissen Technology Software Engineer interview -

  1. How to use custom object as a key in HashM...read more
  2. given 3 threads print a number from 1 to 10 in seque...read more
  3. Convert given Object array into integer list provided object array may contain ...read more
How long is the Wissen Technology Software Engineer interview process?

The duration of Wissen Technology Software Engineer 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.8/5

based on 22 interview experiences

Difficulty level

Easy 17%
Moderate 67%
Hard 17%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more
Wissen Technology Software Engineer Salary
based on 848 salaries
₹11.6 L/yr - ₹20 L/yr
71% more than the average Software Engineer Salary in India
View more details

Wissen Technology Software Engineer Reviews and Ratings

based on 98 reviews

3.7/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.5

Salary

3.7

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 98 Reviews and Ratings
Level 2 Software Engineer

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
848 salaries
unlock blur

₹11.6 L/yr - ₹20 L/yr

Senior Software Engineer
751 salaries
unlock blur

₹16.2 L/yr - ₹31.8 L/yr

Principal Engineer
359 salaries
unlock blur

₹25 L/yr - ₹42 L/yr

Software Developer
173 salaries
unlock blur

₹11.3 L/yr - ₹22 L/yr

Associate Software Engineer
155 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Explore more salaries
Compare Wissen Technology with

Wissen Infotech

3.6
Compare

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare
write
Share an Interview