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 Software Developer Interview Questions and Answers for Experienced

Updated 3 Nov 2024

Wissen Technology Software Developer Interview Experiences for Experienced

4 interviews found

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

Software Developer Interview Questions Asked at Other Companies for Experienced

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Chess Tournament Problem Statement In Ninjaland, a chess tourname ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I have provided a question with time limitation. The question was a medium level and it was based on my previous experience and current role.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Create a React application based on the given requirements
  • Ans. 

    Create a React application based on given requirements

    • Start by setting up a new React project using create-react-app

    • Identify the components needed based on the requirements

    • Implement state management using React hooks or Redux

    • Fetch data from an API if required and display it in the application

    • Ensure responsive design and user-friendly interface

  • Answered by AI
  • Q2. Question was related to asynchronous javascript

Skills evaluated in this interview

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. You should have strong understanding of hashmap. Questions will be asked on hashcode and equals scenarios.
Round 3 - Technical 

(1 Question)

  • Q1. PuZzle type of questions, practical implementation of data structures into real problems.
Round 4 - HR 

(3 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
  • Q3. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good understanding of data structures and internal workings of them.

Wissen Technology interview questions for designations

 Senior Software Developer

 (4)

 Software Developer Intern

 (2)

 Java Software Developer

 (2)

 Python Software Developer

 (1)

 Software Engineer

 (18)

 Software Tester

 (1)

 Java Developer

 (23)

 Angular Developer

 (2)

Interview questions from similar companies

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to react js amd js

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview. There will he two rounds technical. One will be telephonic and second will be skyp video.

Interview Questionnaire 

1 Question

  • Q1. Exam was conducted on programmes. 10 questions were asked

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Simple technical interview
  • Q2. Difference between html and html5, flexbox,
  • Ans. 

    HTML is the standard markup language for creating web pages, while HTML5 is the latest version with new features. Flexbox is a layout model for designing responsive websites.

    • HTML is the standard markup language used to create web pages.

    • HTML5 is the latest version of HTML with new features like <video>, <audio>, and <canvas> elements.

    • Flexbox is a layout model in CSS that allows for easier alignment and...

  • Answered by AI
  • Q3. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • Dependency injection helps to decouple components and make them more modular and testable.

    • It allows for easier maintenance and scalability of code.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of creating a database c...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is bootstrap,
  • Ans. 

    Bootstrap is a popular front-end framework for building responsive websites and web applications.

    • Bootstrap provides pre-designed HTML, CSS, and JavaScript components that can be easily customized and integrated into a project.

    • It includes a responsive grid system for creating layouts that adapt to different screen sizes.

    • Bootstrap also offers built-in support for popular web development tools like Sass and jQuery.

    • Example...

  • Answered by AI
  • Q2. Service,dependency injection, flexbod, box model,component

Interview Preparation Tips

Interview preparation tips for other job seekers - All basics they ask

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is closure
  • Ans. 

    Closure is a function that has access to its own scope, as well as the scope in which it was defined.

    • Closure allows a function to access variables from its outer scope even after the outer function has finished executing.

    • It helps in maintaining state in functional programming.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI
  • Q2. What are life cycle hooks in angular
  • Ans. 

    Life cycle hooks in Angular are functions that allow you to tap into the lifecycle of a component or directive.

    • Life cycle hooks are methods that are called at specific points in the life cycle of a component or directive.

    • They allow you to perform actions at key points, such as when the component is created, rendered, or destroyed.

    • Examples of life cycle hooks include ngOnInit, ngOnChanges, ngOnDestroy, etc.

  • 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 LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Promise and async await difference
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation, while async/await is a syntactic sugar for working with promises.

    • Promises are used for handling asynchronous operations and provide a way to chain multiple asynchronous operations together.

    • Async/await is a newer syntax that makes working with promises easier by allowing you to write asynchronous code that looks synchronou...

  • Answered by AI
  • Q2. Array questions
Round 2 - Coding Test 

String manipulation question asked

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic question on node js and nestjs with experience

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology Software Developer 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 Coding Test, Technical and One-on-one Round.
How to prepare for Wissen Technology Software Developer 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 Design Patterns, Java, Linux, RDBMS and Unix.
What are the top questions asked in Wissen Technology Software Developer interview for experienced candidates?

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

  1. design a deck of card and tell who is the higher bid...read more
  2. Create a React application based on the given requireme...read more
  3. I cleared coding round got a interview call for technical round 1 where they st...read more
How long is the Wissen Technology Software Developer interview process?

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

Tell us how to improve this page.

Wissen Technology Software Developer Interview Process for Experienced

based on 3 interviews

1 Interview rounds

  • Coding Test Round
View more
Wissen Technology Software Developer Salary
based on 94 salaries
₹7.3 L/yr - ₹23 L/yr
56% more than the average Software Developer Salary in India
View more details

Wissen Technology Software Developer Reviews and Ratings

based on 25 reviews

4.1/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.7

Salary

4.2

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 25 Reviews and Ratings
Software Engineer
621 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
564 salaries
unlock blur

₹12.4 L/yr - ₹36 L/yr

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