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
3.9

based on 473 Reviews

Filter interviews by

Wissen Technology Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top Wissen Technology Interview Questions and Answers

View all 138 questions

Wissen Technology Interview Experiences

Popular Designations

147 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Implement a custom stack that allows fetching the minimum element in constant time, O(1).
  • Q2. How can one create an immutable class named Employee with fields for name and hobbies defined as List?
  • Q3. What changes are required in the Employee class to use it as a key for a HashMap?
  • Q4. What is the implementation of the singleton design pattern?
  • Q5. Different ways to create a thread
  • Q6. What are the SOLID principles in software design, and can you provide examples for each?
Round 2 - Technical 

(5 Questions)

  • Q1. What is the concept of Object-Oriented Programming (OOP) and can you provide an example?
  • Q2. How do threads communicate with each other in Java?
  • Q3. Write a program to reverse a linked list.
  • Q4. What is the difference between string literals and the string pool?
  • Q5. What is the program to print the 90-degree rotated view of a 2D array?

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on the fundamental aspects of Java and Spring Boot.

Top Wissen Technology Java Developer Interview Questions and Answers

Q1. Parent class has run() and walk() . Parent run() - calls walk() Child Class overrides Parent class Inside run() - calls super.run() Walk() - calls super.walk In main class Parent p = new child() p.run() What will be the order of execution?
View answer (5)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Java Developer Interview Questions & Answers

user image AKSHAY SANJAY ZOTING

posted on 17 Jan 2025

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

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The assessment consists of basic coding and SQL-related questions, including two challenge questions. The total test duration is 1 hour and 30 minutes, featuring a total of 7 questions, with a passing score of 50% out of 120 points.

Round 2 - Technical 

(4 Questions)

  • Q1. Can you provide an introduction about yourself, including your current place of residence?
  • Q2. What is a HashMap in Java, and how does it function internally?
  • Q3. I was asked to solve a question related to a 2D array that involved iterating through the array and storing the elements in a new array.
  • Q4. Find second highest salary from employee table?

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding questions and interview questions from Ambition before attending your technical interview.

Top Wissen Technology Java Developer Interview Questions and Answers

Q1. Parent class has run() and walk() . Parent run() - calls walk() Child Class overrides Parent class Inside run() - calls super.run() Walk() - calls super.walk In main class Parent p = new child() p.run() What will be the order of execution?
View answer (5)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts, SOLID principles, design patterns Thread vs Task
  • Q2. C# coding questions and SQL questions
Round 2 - Technical 

(2 Questions)

  • Q1. Second round was technical + managerial round
  • Q2. Asked some scenario based questions in sql and .NET

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)

Java Developer Interview Questions & Answers

user image Bharat Burle

posted on 27 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There were 3 to 4 questions related to the camera that needed to be solved within the given time.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Postmortem of Hashmap
  • Ans. 

    Hashmap postmortem involves analyzing performance, memory usage, collisions, and resizing.

    • Analyze performance: Check for time complexity of operations like get, put, and remove.

    • Memory usage: Evaluate memory footprint and potential memory leaks.

    • Collisions: Investigate collision resolution strategies like separate chaining or open addressing.

    • Resizing: Examine load factor and rehashing process for efficient resizing.

    • Examp...

  • Answered by AI
  • Q2. Locking mechanism in multithreading
  • Ans. 

    Locking mechanism in multithreading is used to control access to shared resources by multiple threads.

    • Locks are used to prevent multiple threads from accessing shared resources simultaneously

    • Types of locks include synchronized blocks, ReentrantLock, and ReadWriteLock

    • Locks help prevent race conditions and ensure data consistency in multithreaded applications

  • Answered by AI
  • Q3. Find highest salaried emp from each dept
  • Ans. 

    Use SQL query to group by department and find employee with highest salary in each department

    • Write a SQL query to group by department and select max salary for each department

    • Join the result with employee table to get employee details

    • Example: SELECT dept, emp_name, MAX(salary) FROM employees GROUP BY dept

  • Answered by AI
  • Q4. Sorting algorithms

Interview Preparation Tips

Topics to prepare for Wissen Technology Java Developer interview:
  • Java fundamentals
  • DS
  • Multithreading
  • SQL

Top Wissen Technology Java Developer Interview Questions and Answers

Q1. Parent class has run() and walk() . Parent run() - calls walk() Child Class overrides Parent class Inside run() - calls super.run() Walk() - calls super.walk In main class Parent p = new child() p.run() What will be the order of execution?
View answer (5)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Wissen Technology interview questions for popular designations

 Java Developer

 (22)

 Software Engineer

 (18)

 Senior Software Engineer

 (17)

 Software Developer

 (17)

 Associate Software Engineer

 (7)

 Data Engineer

 (5)

 Senior Software Developer

 (4)

 Angular Developer

 (2)

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Design classes, and interfaces for Card(taash ke patte) games. Numbers from A, 2, 3, ..., symbol of 10,11... was given.
  • Q2. Streams - flat map

Interview Preparation Tips

Topics to prepare for Wissen Technology Senior Engineer interview:
  • Streams
  • Low level design
  • Array problems

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

Get interview-ready with Top Wissen Technology Interview Questions

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

I was interviewed 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.

Top Wissen Technology Software Engineer Interview Questions and Answers

Q1. How to use custom object as a key in HashMap?
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 (169)

Jobs at Wissen Technology

View all
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

Top Wissen Technology Software Engineer Interview Questions and Answers

Q1. How to use custom object as a key in HashMap?
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 (170)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackearth online coding test for 1 hour

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question and output questions
  • Q2. Find k largest element in an array
  • Ans. 

    Use sorting or heap data structure to find k largest elements in an array of strings.

    • Sort the array in descending order and return the first k elements.

    • Use a max heap data structure to efficiently find the k largest elements.

    • Examples: ['apple', 'banana', 'orange', 'kiwi'], k=2 -> ['orange', 'kiwi']

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Remove duplicates from array
  • Ans. 

    Remove duplicates from array of strings

    • Create a Set to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the unique strings

  • Answered by AI
  • Q2. Output related questions on student class object

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa well

Skills evaluated in this interview

Top Wissen Technology Software Developer Interview Questions and Answers

Q1. design a deck of card and tell who is the higher bidder
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Test Duration : 90 mins
Platform : Hackerearth
Number of Questions : 10 ( 5 MCQs + 3 Coding questions + 2 SQL Questions)
Questions were of Easy to Medium Level

Round 2 - Technical 

(4 Questions)

  • Q1. Explain your Projects in brief with their functionality and Technology Stack ?
  • Ans. 

    Developed a web application for project management using React, Node.js, and MongoDB.

    • Created a user-friendly interface for project tracking and collaboration

    • Implemented authentication and authorization features for secure access

    • Utilized React for front-end development, Node.js for back-end, and MongoDB for database management

  • Answered by AI
  • Q2. Cycle Detection in Linked List and another question on one of its variation.
  • Q3. Few Questions on Joins, Normalization and SQL were asked.
  • Q4. Few Questions on Java, Object Oriented Programming and 3-4 Output based questions were also asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core Computer Science Subjects like DBMS, OOPS and OS well. Apart from that be ready for questions to be asked from your projects.

Trainee Analyst Interview Questions asked at other Companies

Q1. Ninja And StopsNinja wants to travel from his house to a given destination, which is ‘X’ miles from his house. Along the way, he needs to fill gas in his vehicle. He knows there are ‘Y’ stations in his way. He also knows the distance betwee... read more
View answer (3)

Intern Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Paper pen coding test

Round 2 - Technical 

(4 Questions)

  • Q1. Easy-medium level sliding window problem
  • Ans. 

    Find the maximum sum of a subarray of size k in an array of integers.

    • Use a sliding window approach to keep track of the sum of the current subarray.

    • Slide the window by adding the next element and subtracting the previous element.

    • Keep track of the maximum sum encountered so far.

    • Return the maximum sum found.

  • Answered by AI
  • Q2. Easy-medium level array problem
  • Ans. 

    Find the longest common prefix among an array of strings.

    • Iterate through the characters of the first string and compare with other strings.

    • Stop when a character doesn't match or reach the end of any string.

    • Return the prefix found so far.

  • Answered by AI
  • Q3. Gave me a condition and asked what data structure i would use. Problem was related to data retrieval so we would use hashmaps.
  • Q4. They also asked sql queires and dbms related concepts (ACID, etc)

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology 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 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 Java, Telecom, Consulting, Business Intelligence and SQL.
What are the top questions asked in Wissen Technology interview?

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

  1. Parent class has run() and walk() . Parent run() - calls walk() Child Class ov...read more
  2. 2. What will happen if hashcode only returns a constant? How will it affect the...read more
  3. How to sort a list of students on the basis of their First na...read more
How long is the Wissen Technology interview process?

The duration of Wissen Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Wissen Technology Interview Process

based on 143 interviews

Interview experience

3.7
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Wissen Technology

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
View all

Wissen Technology Reviews and Ratings

based on 473 reviews

3.9/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.8

Salary

3.9

Job security

3.7

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 473 Reviews and Ratings
Data & Analytics Group (DAG)

Mumbai

4-7 Yrs

Not Disclosed

SRE Big Data DBA Ops

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Product Control Professionals

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
526 salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Software Engineer
518 salaries
unlock blur

₹5.5 L/yr - ₹23.5 L/yr

Principal Engineer
244 salaries
unlock blur

₹16 L/yr - ₹41 L/yr

Associate Software Engineer
153 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Senior Principal Engineer
124 salaries
unlock blur

₹22 L/yr - ₹48 L/yr

Explore more salaries
Compare Wissen Technology with

Wissen Infotech

3.7
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