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 457 Reviews

Filter interviews by

Wissen Technology Senior Java Developer Interview Questions and Answers

Updated 15 Dec 2023

Wissen Technology Senior Java Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. What is oops and its feature
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Features of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation allows objects to hide their internal state and require all interaction to be performed through an object's methods.

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphis...

  • Answered by AI
  • Q2. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to fi...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Can one use an Employee class as a key in a HashMap? (This is a very important question. Please cover this in depth) You are using a class from a library (say Student). You have a list of Student objects. ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java for 1st round and spring boot and MICROSERVICES basic well

Senior Java Developer Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Delete Kth node From EndYou have been given a singly Linked List ... read more
asked in Amdocs
Q2. Intersection of Linked ListYou are given two Singly Linked List o ... read more
asked in Amdocs
Q3. Merge Two Sorted Linked ListsYou are given two sorted linked list ... read more
asked in Amdocs
Q4. LRU Cache ImplementationDesign and implement a data structure for ... read more
Q5. When to use abstract class and when should we use interfaces in J ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

It was medium level java coding questions along with springboot, mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. ArrayList vs LinkedList
  • Ans. 

    ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.

    • ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.

    • LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.

    • Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList...

  • Answered by AI
  • Q2. HashMap working
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It allows null keys and values.

    • HashMap does not maintain insertion order.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say this company is full of fraudster specially their HR ' Anurita Bisht' she is very unprofessional, non ethical, and stupid i would say. I had cleared all their rounds inspite of that didn't hear back for managerial round there was drive happend for that where 6-7 candidates got selected after that they didn't provide any further update on MR round and for HR discussion.
This was very unprofessional that you guys conduct drive and didn't provide any update even after the selection. Totally waste of time specially their HRs are worst no response on call or emails.

I think this company is full of jokers and they made joke with job seekers candidate they have speciality in wasting canddates valuable time. I think legal action should be taken against such type of worst organization and HRs like Anurita Bisht (if I would say any worst word exist then she deserve that).

Very terrible experience i had, if you guys want to save your time and carrier please don't ever attend their interviews or drives these jokers will feel you worst moments.

Skills evaluated in this interview

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

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

Round 1 - Assignment 

1 Assignment which you need to solve in front of the interviewer

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on Java Streams
  • Q2. Questions on springboot
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hierarchy of collection framework,
  • Ans. 

    Collection framework in Java provides a hierarchy of interfaces and classes to store and manipulate groups of objects.

    • Interfaces: Collection, List, Set, Queue, Map

    • Classes: ArrayList, LinkedList, HashSet, TreeSet, HashMap, TreeMap

    • Collections class provides utility methods for working with collections

  • Answered by AI
  • Q2. Questions on Spring boot, microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - very unprofessional Resourcing/ HR team. Even after clearing all the rounds of interview , they don't release the offer letter. False promises.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 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 

(4 Questions)

  • Q1. Java 8 features
  • Q2. JPA implementation
  • Ans. 

    JPA implementation is a Java specification for mapping Java objects to relational databases.

    • JPA stands for Java Persistence API.

    • It provides a set of annotations and APIs for managing relational data in Java applications.

    • JPA allows developers to write database-independent code.

    • It supports object-relational mapping (ORM) and provides features like entity mapping, query language, and transaction management.

    • Popular JPA imp...

  • Answered by AI
  • Q3. JDBC Connection steps
  • Ans. 

    JDBC Connection steps

    • Load the JDBC driver class

    • Establish a connection to the database using the DriverManager class

    • Create a statement object to execute SQL queries

    • Execute the SQL query and retrieve the results

    • Process the results

    • Close the statement and connection

  • Answered by AI
  • Q4. Lambda expression
Round 3 - Coding Test 

Coding questions and core java concepts needs to be brush up

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

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java 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 involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Spring bean lifecycle

Skills evaluated in this interview

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

(1 Question)

  • Q1. Junit vs Mockito Spring boot related questions AWS related questions Java Related Questions Coding on find the smallest second number
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Questions on Spring security Questions on Api desgin patterns
  • Q2. Questions on kafka interview streaming

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Un-professional interviewer.
2.Came late to the interview.
3.Started reading my cv in the interview session. And he was very rude.
4. That's when I realized this company is not for me.
5. I managed to answer most of questions.
6. He gave tricky program where the fail-fast scenario will occur.
I wrote a program and program was behaving correctly as per collection fail-fast. When I asked him you should be knowing the solution tell me the solution I want to learn then he was like you can try later.
7. Shame on you. Why the hell you send unprofessional to the interview.

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Explain Project and the architecture?
  • Ans. 

    The project is a Java-based web application with a microservices architecture.

    • The project is built using Java and follows a microservices architecture.

    • The application is designed to be scalable and modular.

    • Each microservice is responsible for a specific task or functionality.

    • The architecture allows for easy maintenance and updates.

    • Examples of microservices include user management, payment processing, and inventory mana

  • Answered by AI
  • Q2. Explain OOPs concept with your current Project?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects.

    • My current project is built using OOPs concepts.

    • I have used classes and objects to represent real-world entities.

    • Inheritance and polymorphism are used to achieve code reusability and flexibility.

    • Encapsulation is used to hide the implementation details of the classes.

    • Abstraction is used to provide a simplified view of the complex system.

    • For example, I have a...

  • Answered by AI
  • Q3. What is N tier and 2 tier architecture?
  • Ans. 

    N tier and 2 tier architecture are software architecture patterns used in designing applications.

    • 2 tier architecture involves a client and a server, where the client directly communicates with the server.

    • N tier architecture involves multiple layers of servers, where each layer communicates with the layer above and below it.

    • 2 tier architecture is simpler and faster, but less scalable and secure than N tier architecture.

    • ...

  • Answered by AI
  • Q4. Core Data Structure and Algorithm Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good at Core Java you can easily crack the Interview.

** Dont expect more than 30% hike on your current CTC. If you are expecting more than 30% percent dont go for the interview or else you can clearly told your salary expectation in PRE HR.
Your experience and skill set no worth at for the company

Skills evaluated in this interview

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology Senior Java Developer interview?
Wissen Technology interview process usually has 1-2 rounds. The most common rounds in the Wissen Technology interview process are Technical and Resume Shortlist.
How to prepare for Wissen Technology Senior Java Developer 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, Spring, Spring Boot, Design Patterns and Multithreading.
What are the top questions asked in Wissen Technology Senior Java Developer interview?

Some of the top questions asked at the Wissen Technology Senior Java Developer interview -

  1. What is oops and its feat...read more
  2. Internal working of hash...read more
  3. Can one use an Employee class as a key in a HashMap? (This is a very important ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Wissen Technology interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Wissen Technology Senior Java Developer Salary
based on 4 salaries
₹16 L/yr - ₹32.5 L/yr
56% more than the average Senior Java Developer Salary in India
View more details
Senior Software Engineer
521 salaries
unlock blur

₹9 L/yr - ₹36 L/yr

Software Engineer
519 salaries
unlock blur

₹5.5 L/yr - ₹23.5 L/yr

Principal Engineer
238 salaries
unlock blur

₹16 L/yr - ₹41 L/yr

Associate Software Engineer
147 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Senior Principal Engineer
122 salaries
unlock blur

₹22 L/yr - ₹48 L/yr

Explore more salaries
Compare Wissen Technology with

Wissen Infotech

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview