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

Updated 17 Mar 2025

Top Wissen Technology Interview Questions and Answers for Experienced

View all 52 questions

Wissen Technology Interview Experiences for Experienced

Popular Designations

49 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your overall experience in Recruitment
  • Ans. 

    I have over 8 years of experience in recruitment across various industries and roles.

    • Managed end-to-end recruitment process including sourcing, screening, interviewing, and onboarding.

    • Utilized various recruitment tools and platforms to attract top talent.

    • Developed and maintained strong relationships with hiring managers and candidates.

    • Implemented recruitment strategies to improve time-to-fill and quality of hires.

    • Condu...

  • Answered by AI
  • Q2. Highlight the job boards that you have used
  • Ans. 

    I have utilized job boards such as Indeed, LinkedIn, Glassdoor, and Monster.

    • Indeed

    • LinkedIn

    • Glassdoor

    • Monster

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Analytical question
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation and discussion
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

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 (223)
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

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 (223)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between collection and collections
  • Ans. 

    Collection is a single interface in Java while Collections is a utility class containing static methods for operating on collections.

    • Collection is an interface in Java that represents a group of objects known as elements. It is a single entity.

    • Collections is a utility class in Java that contains static methods for operating on collections like sorting, searching, etc.

    • Example: List is a Collection interface while Collec...

  • Answered by AI
  • Q2. Difference between microservies and api
  • Ans. 

    Microservices are a architectural style that structures an application as a collection of loosely coupled services, while APIs are interfaces that allow different software systems to communicate with each other.

    • Microservices are independent, self-contained services that can be developed, deployed, and scaled independently.

    • APIs are interfaces that define how different software components should interact with each other.

    • ...

  • Answered by AI
  • Q3. What is status code 302?
  • Ans. 

    Status code 302 is a temporary redirect response status code indicating that the requested resource has been temporarily moved to a different URL.

    • 302 Found is commonly used in response to a POST/PUT/DELETE request to indicate that the resource has been temporarily moved to a different URL.

    • It is often used during website maintenance or when a webpage has been moved to a new location temporarily.

    • The client should continu...

  • Answered by AI

Skills evaluated in this interview

Senior Software Quality Engineer Interview Questions asked at other Companies

Q1. What is STLC and how you work in different layers of it?
View answer (1)

Wissen Technology interview questions for popular designations

 Java Developer

 (23)

 Software Engineer

 (18)

 Senior Software Engineer

 (18)

 Software Developer

 (17)

 Associate Software Engineer

 (8)

 Data Engineer

 (5)

 Senior Software Developer

 (4)

 Trainee Analyst

 (2)

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

6 question , 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question ds min platforms
  • Q2. SQL question students table

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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Get interview-ready with Top Wissen Technology Interview Questions

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

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 (223)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Write a java program to count the number of vowels in a string
  • Ans. 

    Java program to count vowels in a string

    • Create a method that takes a string as input

    • Use a loop to iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u) and increment a counter

    • Return the counter as the result

  • Answered by AI
  • Q2. Write Xpath for Google search button
  • Ans. 

    Xpath for Google search button

    • Use the following Xpath: //input[@name='btnK']

    • The 'btnK' is the name attribute of the Google search button

    • Make sure to test the Xpath in a browser console to ensure accuracy

  • Answered by AI
  • Q3. Explain OOPS concept
  • Ans. 

    OOPS concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q4. Implicit and Explicit wait in Selenium
  • Ans. 

    Implicit and Explicit waits are used in Selenium to handle synchronization issues in web automation testing.

    • Implicit wait is used to tell the WebDriver to wait for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait is used to tell the WebDriver to wait for a certain condition to occur before proceeding further.

    • Implicit wait is set globally for the entire WebDriver instance, while explicit w...

  • Answered by AI
  • Q5. Difference between throw n throws
  • Ans. 

    In software testing, 'throw' is used to raise an exception, while 'throws' is used to declare exceptions that a method may throw.

    • throw is used to raise an exception in a program

    • throws is used in method signature to declare exceptions that the method may throw

    • throw is a keyword in Java, while throws is a keyword used in method declaration

  • Answered by AI
  • Q6. Solve a pseudo code
  • Ans. 

    Solving a pseudo code problem in an interview for Junior Engineer - Quality Assurance

    • Understand the logic of the pseudo code provided

    • Identify the variables and operations being performed

    • Write the code in a programming language of your choice to solve the problem

    • Test the code with different inputs to ensure it works correctly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS concept, Selenium, SQL

Skills evaluated in this interview

Top Wissen Technology Junior Engineer - Quality Assurance Interview Questions and Answers

Q1. Write a java program to count the number of vowels in a string
View answer (2)

Junior Engineer - Quality Assurance Interview Questions asked at other Companies

Q1. What are the differences between White box testing and Black box testing?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is the contract between hashCode and equals method?
  • Ans. 

    The contract between hashCode and equals method is that if two objects are equal according to the equals method, then their hash codes must also be equal.

    • hashCode and equals method must be consistent - if two objects are equal according to equals method, their hash codes must be equal

    • If two objects have the same hash code, they may or may not be equal according to equals method

    • Overriding equals method in a class requir...

  • Answered by AI
  • Q2. Features introduced in Java 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods in interfaces.

    • Lambda expressions allow you to pass functions as arguments.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to work with sequences of elements.

    • Default methods allow interfaces to have method implementations.

  • Answered by AI
  • Q3. What are the ways to start a thread
  • Ans. 

    Ways to start a thread in Java

    • Extending the Thread class and overriding the run() method

    • Implementing the Runnable interface and passing it to a Thread object

    • Using a thread pool from the Executors class

  • Answered by AI
  • Q4. What will happen if you start a thread which is already running
  • Ans. 

    The thread will continue running as it is already active

    • The thread will not be started again if it is already running

    • Attempting to start a thread that is already running will not have any effect

    • The thread will continue its execution without any interruption

  • Answered by AI
  • Q5. Explain about the join and sleep method
  • Ans. 

    Join method is used to wait for a thread to finish its execution, while sleep method is used to pause the execution of a thread for a specified amount of time.

    • Join method is used to wait for a thread to finish its execution before moving on to the next task.

    • Sleep method is used to pause the execution of a thread for a specified amount of time, allowing other threads to run.

    • Example: thread1.join() will wait for thread1 ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just listen to a lot of mock interview or original interview videos to get a hang of how an interview will be and even to check your knowledge and recall the things which you have learned.

Skills evaluated in this 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 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is lifecycle hook of Angular
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.

    • Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • ngOnInit is used to initialize data in a component after Angular has initialized the component.

    • ngOnChanges is called when the input properties of a component change.

    • ngDoCheck is used for detecting and acting on changes that Angular doesn't...

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 dsa questions and 1 sql question in hackerearth.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked to check pallindrome or noit
  • Q2. Design a deck of card and tell who is the higher bidder
  • Ans. 

    Design a deck of cards and determine the higher bidder

    • Design a deck of 52 cards with 4 suits (hearts, diamonds, clubs, spades) and 13 ranks (2-10, J, Q, K, A)

    • Assign a value to each rank (e.g. 2 = 2, 3 = 3, ..., J = 11, Q = 12, K = 13, A = 14)

    • Determine the higher bidder based on the rules of the game being played (e.g. highest card wins, poker hand rankings, etc.)

  • Answered by AI

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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology 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, Coding Test and One-on-one Round.
How to prepare for Wissen Technology 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 Java, Telecom, Consulting, SQL and Business Intelligence.
What are the top questions asked in Wissen Technology interview for experienced candidates?

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

  1. How to create Thread in Java and What are the wa...read more
  2. Write a Java program using multithreading to print below output: n=10 Thread-1 ...read more
  3. SQL query to find the highest salary from a specific departm...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 for Experienced

based on 38 interviews

Interview experience

3.7
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Wissen Technology

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 339 Interviews
CitiusTech Interview Questions
3.3
 • 276 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
CMS IT Services Interview Questions
3.1
 • 135 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Evalueserve Interview Questions
3.2
 • 115 Interviews
Clover Infotech Interview Questions
3.5
 • 109 Interviews
View all

Wissen Technology Reviews and Ratings

based on 424 reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.6

Salary

3.7

Job security

3.6

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 424 Reviews and Ratings
Software Engineer
618 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
562 salaries
unlock blur

₹12.2 L/yr - ₹36 L/yr

Principal Engineer
282 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