Upload Button Icon Add office photos

Wissen

Compare button icon Compare button icon Compare

Filter interviews by

Wissen Interview Questions and Answers

Updated 4 Apr 2025
Popular Designations

6 Interview questions

A Software Development Engineer II was asked 2mo ago
Q. What is the implementation of a hashmap?
Ans. 

A hashmap is a data structure that stores key-value pairs for efficient data retrieval using a hash function.

  • Uses an array to store data, where each index corresponds to a hash value.

  • A hash function converts keys into array indices, e.g., hash('key') % array_size.

  • Handles collisions using methods like chaining (linked lists) or open addressing.

  • Example: Inserting ('apple', 1) and ('banana', 2) into a hashmap.

  • Average...

View all Software Development Engineer II interview questions
A Java Developer was asked 3mo ago
Q. Given two sorted arrays, merge them into a single sorted array.
Ans. 

Merging two sorted arrays involves combining them into a single sorted array while maintaining order.

  • Two-Pointer Technique: Use two pointers to traverse both arrays, comparing elements and adding the smaller one to the result array.

  • Example: For arrays [1, 3, 5] and [2, 4, 6], start with pointers at 1 and 2, add 1 to result, move pointer of first array.

  • Handle Remaining Elements: After one array is fully traversed, ...

View all Java Developer interview questions
A Technology Intern was asked 9mo ago
Q. What are the four pillars of OOP?
Ans. 

The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction, forming the foundation of object-oriented programming.

  • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: A class 'Car' with attributes like 'color' and methods like 'drive()'.

  • Inheritance: Mechanism where a new class inherits properties and behavior from an existing class. Exa...

View all Technology Intern interview questions
A Technology Intern was asked 9mo ago
Q. Describe how you would design a flight reservation system.
Ans. 

A flight reservation system allows users to search, book, and manage flight tickets efficiently.

  • User Registration: Users can create accounts to manage bookings.

  • Flight Search: Users can search flights by destination, date, and number of passengers.

  • Booking Process: Users can select flights, enter passenger details, and make payments.

  • Cancellation and Refund: Users can cancel bookings and request refunds as per polici...

View all Technology Intern interview questions
A Java Developer was asked
Q. How can you add a customized object to a HashMap?
Ans. 

To add a customized object in HashMap, create an instance of the object and use put() method of HashMap.

  • Create an instance of the customized object

  • Use put() method of HashMap to add the object with a key

  • Retrieve the object using get() method by passing the key

View all Java Developer interview questions
A Senior Software Engineer was asked
Q. Hashmap and its functioning
Ans. 

Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

  • Hashmap uses a hash function to map keys to their corresponding values in an array.

  • Collisions can occur when two keys map to the same index, which can be resolved using techniques like chaining or open addressing.

  • Java's HashMap class is an implementation of the hashmap data structure...

View all Senior Software Engineer interview questions

Wissen Interview Experiences

9 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Hacker rank and programming and oops mcq and sql

Round 3 - Technical 

(2 Questions)

  • Q1. Hashmap and its functioning
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

    • Hashmap uses a hash function to map keys to their corresponding values in an array.

    • Collisions can occur when two keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Java's HashMap class is an implementation of the hashmap data structure.

    • Exam...

  • Answered by AI
  • Q2. Object and Class level synchronization

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops basics and practice easy to medium level das questions

Skills evaluated in this interview

Technology Intern Interview Questions & Answers

user image Rakshit Chauhan

posted on 29 Aug 2024

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

(2 Questions)

  • Q1. Four pillars of oops
  • Ans. 

    The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction, forming the foundation of object-oriented programming.

    • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: A class 'Car' with attributes like 'color' and methods like 'drive()'.

    • Inheritance: Mechanism where a new class inherits properties and behavior from an existing class. Example:...

  • Answered by AI
  • Q2. Design a flight reservation system
  • Ans. 

    A flight reservation system allows users to search, book, and manage flight tickets efficiently.

    • User Registration: Users can create accounts to manage bookings.

    • Flight Search: Users can search flights by destination, date, and number of passengers.

    • Booking Process: Users can select flights, enter passenger details, and make payments.

    • Cancellation and Refund: Users can cancel bookings and request refunds as per policies.

    • Ad...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare medium to hard level leetcode question on trees and linked list, also prepare low level design
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. Flatten a nested object array
  • Q2. Merge two sorted array

SDE Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Algorithms basic question of array manipulations and strings basics, like find longest substring with even length.

Round 2 - Case Study 

Dsa, java oops was the main focus of the round , and core java knowledge

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Coding Test 

Average coding question to convert a number series into camel string

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

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Stacks, Trees, Arrays

Round 2 - Technical 

(2 Questions)

  • Q1. Circular Linked List
  • Q2. Valid Parenthesis
Round 3 - One-on-one 

(2 Questions)

  • Q1. SQL Join Query related question
  • Q2. Graph related (Breadth First Search)

Java Developer Interview Questions & Answers

user image Junaid Ahmed

posted on 12 Mar 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
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 

(2 Questions)

  • Q1. 1.Explain abt HashMap?
  • Q2. 2.How to add customized object in HashMap?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Collections well and Basics of Java , Exceptional handling

Skills evaluated in this interview

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is the hashmap implementation?
  • Ans. 

    A hashmap is a data structure that stores key-value pairs for efficient data retrieval using a hash function.

    • Uses an array to store data, where each index corresponds to a hash value.

    • A hash function converts keys into array indices, e.g., hash('key') % array_size.

    • Handles collisions using methods like chaining (linked lists) or open addressing.

    • Example: Inserting ('apple', 1) and ('banana', 2) into a hashmap.

    • Average time...

  • Answered by AI
  • Q2. About spring boot annotations

I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Selenium , java , API , Linux
  • Q2. Selenium framework questions , testng

Interview Preparation Tips

Interview preparation tips for other job seekers - Tough interview , first technical round was easy second round was tough as they asked deep questions from java , like collections , exception object classes , jvm architecture etc.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Wissen?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2020. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What java
  • Q2. Why java

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

Wissen Interview FAQs

How many rounds are there in Wissen interview?
Wissen interview process usually has 2 rounds. The most common rounds in the Wissen interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Wissen 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. The most common topics and skills that interviewers at Wissen expect are Application Development, Linux, Agile, Business Intelligence and Telecom.
What are the top questions asked in Wissen interview?

Some of the top questions asked at the Wissen interview -

  1. 2.How to add customized object in HashM...read more
  2. What is the hashmap implementati...read more
  3. 1.Explain abt HashM...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 9 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
View all

Wissen Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.5

Skill development

4.0

Work-life balance

3.9

Salary

3.5

Job security

4.5

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
11 salaries
unlock blur

₹5.6 L/yr - ₹20 L/yr

SDE
10 salaries
unlock blur

₹12.9 L/yr - ₹22 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹15 L/yr - ₹39.8 L/yr

Data Engineer
4 salaries
unlock blur

₹14 L/yr - ₹20 L/yr

Software Developer
3 salaries
unlock blur

₹13 L/yr - ₹18 L/yr

Explore more salaries
Compare Wissen with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview