wissen technology logo

Wissen Technology Interviews

2 experiences42 reads24 questions0% success rate
Wissen Technology | Frontend Developer | August 2025 | 3.5 YOE
wissen technology logo
Wissen Technology
Frontend Developer3.5 yearsOngoing
September 2, 202536 reads

Summary

I successfully cleared the first round interview for a Frontend Developer role at Wissen Technology, which focused heavily on React concepts and JavaScript fundamentals.

Full Experience

I recently interviewed with Wissen Technology for a Frontend Developer role, and this post details my experience and the questions asked in the 1st Round of Interview. The interview covered a wide range of topics, from fundamental JavaScript concepts to advanced React features, state management, and performance optimization. I found the questions to be comprehensive, testing both my theoretical knowledge and practical coding skills. I am happy to report that I cleared this round.

Interview Questions (22)

Q1
Difference between Functional and Class Components
Other

Explain the key differences between functional components and class components in React.

Q2
Importance of Class Components
Other

Discuss why developers should still learn about class components despite the widespread adoption of functional components with hooks.

Q3
Flatten Nested Array
Data Structures & AlgorithmsMedium

Write a JavaScript function to flatten a nested array (e.g., [1, [2, [3, 4]], 5] becomes [1, 2, 3, 4, 5]).

Q4
camelCase to Capital_Snake_Case Conversion
Data Structures & AlgorithmsMedium

Write a function that converts a camelCase string into Capital_Snake_Case. If the input is not a string, it should return an empty string. For example, thisIsATest should become This_Is_A_Test.

Q5
State Manipulation with Alert
OtherMedium

Describe or implement a mechanism where a state variable, initialized to 10, decreases to 0. Upon reaching 0, an alert displaying 'Test' should be shown, and then the state should start increasing back to 10.

Q6
JavaScript IIFE Output Question
OtherEasy

Determine the output of the following JavaScript Immediately Invoked Function Expression (IIFE) code snippet:

(function immediateA(a) {
return (function immediateB(b) {
console.log(a);
})(1);
})(0);

Q7
Experience with State Management Libraries
Other

List and discuss state management libraries you have experience working with in frontend development.

Q8
Need for State Management Libraries
Other

Explain the fundamental reasons why state management libraries are necessary in complex frontend applications.

Q9
Props Drilling and React Context
Other

Define 'props drilling' in React and explain how the React Context API helps to mitigate or solve this problem.

Q10
Disadvantages of React Context
Other

Discuss the potential disadvantages or drawbacks of using React Context.

Q11
Setting up Redux Toolkit
Other

Describe the steps and considerations for setting up Redux Toolkit in a React application.

Q12
Experience with React Hooks
Other

List and briefly explain the React hooks you have experience working with.

Q13
Difference between useMemo and useCallback
Other

Explain the difference between useMemo and useCallback hooks in React, providing examples for their use cases.

Q14
React Application Performance Optimization
Other

Discuss various strategies and techniques to improve the performance of a React application.

Q15
What is React Virtual DOM?
Other

Explain what the Virtual DOM is in the context of React and its purpose.

Q16
React Virtual DOM Comparison
Other

Describe the process React uses internally to compare two Virtual DOMs when state or props change.

Q17
React Reconciliation Algorithm
Other

Identify the name of the algorithm and the process React uses for comparing Virtual DOMs and updating the real DOM.

Q18
Experience with Server-Side Rendering (SSR)
Other

Discuss your experience with Server-Side Rendering (SSR) in web development, particularly with React.

Q19
Default React Rendering Model
Other

Identify the default rendering model utilized by React applications.

Q20
SSR vs. CSR Comparison
Other

Explain the key differences between Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in web development.

Q21
What is React Hydration?
Other

Define 'hydration' in the context of React and server-side rendering.

Q22
React Suspense and its Utility
Other

Explain what React Suspense is and describe its utility and benefits in a React application.

Wissen Technology | SDE2 | Face-to-Face Interview Experience
wissen technology logo
Wissen Technology
SDE II
July 14, 20256 reads

Summary

I had a face-to-face interview drive with Wissen Technology for an SDE2 role, which included an Online Assessment (OA) and a Data Structures & Algorithms (DSA) round, but I was ultimately rejected.

Full Experience

It was a Face-to-Face drive I got a call from Wissen asking with all the details on currect CTC, expected CTC etc.

Then I got an invitation from recruiter to come Face-to-Face for the interview.

1st Round - OA

They had some laptops where candidates can give OA test. The questions were easy. Few were MCQ based questions on Java, there were 3 coding questions
2 on DSA
1st question was finding the pivot index.
2nd question I don't remember but it was also easy.
1 on SQL it was finding employee with second highest salary

2nd Round - DSA Round
I was asked one DSA problem it was easy question to be solved strictly in Java.
1 question was to detect what is wrong in the code.
1 question was fixing the code and writing it.
1 question was on SQL which I was not able to solve as I'm out of practice in SQL.

Verdict - Rejected

Interview Questions (2)

Q1
Find Pivot Index
Data Structures & AlgorithmsEasy

The first DSA coding question in the OA round was finding the pivot index.

Q2
Find Employee with Second Highest Salary
OtherEasy

An SQL question in the OA round was finding the employee with the second highest salary.

Have a Wissen Technology Interview Experience to Share?

Help other candidates by sharing your interview experience. Your insights could make the difference for someone preparing for their dream job at Wissen Technology.