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, Process, and Tips for Experienced

Updated 7 Jan 2025

Top Wissen Technology Software Engineer Interview Questions and Answers for Experienced

View all 7 questions

Wissen Technology Software Engineer Interview Experiences for Experienced

8 interviews found

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
  • Q2. Merge given sorted arrays into single sorted array
  • Ans. 

    Merge sorted arrays into single sorted array

    • Use a merge sort algorithm to combine the arrays

    • Iterate through both arrays and compare elements to merge them

    • Time complexity can be O(n log n) if using merge sort

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

Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q3. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in HCLTech
Q4. Reverse Array Elements Given an array containing 'N' elements, th ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more
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 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
  • Ans. 

    Develop a chat app for real-time communication

    • Use WebSocket for real-time communication

    • Implement user authentication and authorization

    • Design a user-friendly interface with features like emojis and file sharing

  • Answered by AI

Skills evaluated in this interview

Wissen Technology interview questions for designations

 Senior Software Engineer

 (18)

 Associate Software Engineer

 (8)

 Software Engineer II

 (1)

 Lead Software Engineer

 (1)

 Senior Software Quality Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Developer

 (17)

 Software Tester

 (1)

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

    Component lifecycle in React refers to the series of methods that are invoked at different stages of a component's existence.

    • Mounting phase: constructor, render, componentDidMount

    • Updating phase: render, componentDidUpdate

    • Unmounting phase: componentWillUnmount

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

Get interview-ready with Top Wissen Technology Interview Questions

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

(1 Question)

  • Q1. What is method overloading?
  • Ans. 

    Method overloading is when multiple methods in a class have the same name but different parameters.

    • Allows multiple methods with the same name but different parameters to be defined in a class

    • Parameters can differ in number, type, or order

    • Example: void print(int num) and void print(String text) are overloaded methods

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What is thread?
  • Ans. 

    A thread is a lightweight process that can run concurrently with other threads within the same process.

    • Threads allow for parallel execution of tasks within a single process

    • Threads share the same memory space and resources within a process

    • Examples include a web server handling multiple client requests concurrently

  • Answered by AI

Skills evaluated in this interview

Software Engineer Jobs at Wissen Technology

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2023. 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 - Technical 

(1 Question)

  • Q1. Asked 2 coding questions and I did that completely.
Round 3 - HR 

(1 Question)

  • Q1. 2nd round was an HR round where they asked all the questions related to HR and did salary discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a client round where it was taken by Goldman Sachs. They again asked 2 coding questions. Leetcode type.

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 3 interviews and after that, and I cleared each round, I was ghosted by the HR after that. After multiple follow up HR said that we hire someone else for less salary. This is complete waste of time. If you don't have the budget then please don't waste time by taking multiple interviews.

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Will not mention any specific questions as I am an interviewer myself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared in Collections (Especially Hashmaps) and multithreading. Superficial knowledge of topics will not be enough as they dig deep. So have a good understanding of all topics.
Other topics include SQL, immutability, Spring, design pattern.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.

I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mid level of SQL nd plsql questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare lots of scenario to do it.

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology Software Engineer interview for experienced candidates?
Wissen Technology interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Wissen Technology interview process for experienced candidates are Technical, One-on-one Round and Coding Test.
How to prepare for Wissen Technology 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 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 for experienced candidates?

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

  1. given 3 threads print a number from 1 to 10 in seque...read more
  2. Merge given sorted arrays into single sorted ar...read more
  3. Write a component to display a ta...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.

Wissen Technology Software Engineer Interview Process for Experienced

based on 7 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Wissen Technology Software Engineer Salary
based on 621 salaries
₹7 L/yr - ₹25 L/yr
69% more than the average Software Engineer Salary in India
View more details

Wissen Technology Software Engineer Reviews and Ratings

based on 92 reviews

3.9/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.7

Salary

3.8

Job security

3.7

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 92 Reviews and Ratings
Back-End Software Engineer

Bangalore / Bengaluru

4-5 Yrs

₹ 11.5-20 LPA

Explore more jobs
Software Engineer
621 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
564 salaries
unlock blur

₹12.4 L/yr - ₹36 L/yr

Principal Engineer
286 salaries
unlock blur

₹15.5 L/yr - ₹42 L/yr

Associate Software Engineer
155 salaries
unlock blur

₹6 L/yr - ₹17.9 L/yr

Senior Principal Engineer
141 salaries
unlock blur

₹22 L/yr - ₹48 L/yr

Explore more salaries
Compare Wissen Technology with

Wissen Infotech

3.7
Compare

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

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