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 Engineer Interview Questions and Answers

Updated 8 Jan 2025

Wissen Technology Senior Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

(1 Question)

  • Q1. About javascript
Round 2 - Technical 

(1 Question)

  • Q1. About project , roles and responsibilities
Round 3 - HR 

(1 Question)

  • Q1. Salary and working things
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to automate credits of vm regularly updated with help of script?
  • Ans. 

    Automate credits of regularly updated VM using scripts

    • Create a script to automatically update the VM on a regular schedule

    • Utilize tools like Ansible or Puppet for automation

    • Set up a cron job to run the script at specified intervals

    • Ensure proper testing and monitoring of the automation process

  • Answered by AI
  • Q2. Create a docker file to make mongodb available for developers
  • Ans. 

    Create a docker file to make mongodb available for developers

    • Use the official MongoDB Docker image as the base image

    • Expose the default MongoDB port (27017)

    • Set up any necessary environment variables or configurations

    • Build the Docker image using the Dockerfile

    • Run the Docker container with the MongoDB image

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about intro at first Then asked about recent data engineering project Then dsa leetcode medium questions on arrays and list Aksed about spark
  • Q2. Spark basics Arrays basic Linked list reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for dsa basic and system round basic
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions from past projects
  • Q2. Questions from Process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

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

    • HashMap uses the hashCode() method of ke...

  • Answered by AI
  • Q2. What are the feature of jdk 8
  • Ans. 

    JDK 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces enable the use of lambda expressions.

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

    • Default methods allow interfaces to have concrete methods.

    • Date and Time API improvements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on new feature of java

Skills evaluated in this interview

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

It was medium level question

Round 2 - Technical 

(1 Question)

  • Q1. It was regarding react-native
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java hash map and how it works
  • Ans. 

    Java hash map is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap in Java implements the Map interface and allows null keys and values.

    • It uses hashing to store and retrieve key-value pairs, providing O(1) time complexity for get() and put() operations.

    • Example: HashMap map = new HashMap<>(); map.put("key", 1); int value = map.get("key");

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Transaction in Java
  • Ans. 

    A transaction in Java is a unit of work that is performed as a single, indivisible operation.

    • Transactions ensure data integrity by either committing all changes or rolling them back if an error occurs.

    • Transactions are typically used in database operations to ensure consistency.

    • In Java, transactions are commonly implemented using frameworks like Spring's @Transactional annotation.

  • Answered by AI
  • Q2. GitHub code push

Skills evaluated in this interview

Interview experience
3
Average
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 

(1 Question)

  • Q1. 1.SOLID Principles: Define in detail the solid principles, interviewer will be more focused on the practical examples of the principles.
  • Ans. S stands for single responsibility, O stands for Open for extension and closed for modification, L stands for Liskov Substitution principle, I stands for Inversion of control and D stands for Dependency inversion
  • Answered by Sweta Lavania
Round 3 - One-on-one 

(3 Questions)

  • Q1. Coding questions like implement linked list
  • Q2. Find the second largest element from the array.
  • Ans. 

    Find the second largest element from the array.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the two largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI
  • Q3. Sort the array and return second last element
  • Ans. 

    Sort array and return second last element

    • Use built-in sort function

    • Access second last element using array index -2

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , focus on algorithms,
First understand the question and then start writing the code.

Skills evaluated in this interview

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology Senior Engineer interview?
Wissen Technology interview process usually has 1 rounds. The most common rounds in the Wissen Technology interview process are Technical.
What are the top questions asked in Wissen Technology Senior Engineer interview?

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

  1. Design classes, and interfaces for Card(taash ke patte) games. Numbers from A, ...read more
  2. Streams - flat ...read more

Tell us how to improve this page.

Wissen Technology Senior Engineer Salary
based on 4 salaries
₹5.5 L/yr - ₹20 L/yr
29% more than the average Senior Engineer Salary in India
View more details
Senior Software Engineer
521 salaries
unlock blur

₹9 L/yr - ₹36 L/yr

Software Engineer
517 salaries
unlock blur

₹7 L/yr - ₹23.5 L/yr

Principal Engineer
244 salaries
unlock blur

₹16 L/yr - ₹41 L/yr

Associate Software Engineer
151 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Senior Principal Engineer
123 salaries
unlock blur

₹20 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