i
Wissen Technology
Filter interviews by
I was interviewed in Dec 2024.
I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.
The assessment consists of basic coding and SQL-related questions, including two challenge questions. The total test duration is 1 hour and 30 minutes, featuring a total of 7 questions, with a passing score of 50% out of 120 points.
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
There were 3 to 4 questions related to the camera that needed to be solved within the given time.
Hashmap postmortem involves analyzing performance, memory usage, collisions, and resizing.
Analyze performance: Check for time complexity of operations like get, put, and remove.
Memory usage: Evaluate memory footprint and potential memory leaks.
Collisions: Investigate collision resolution strategies like separate chaining or open addressing.
Resizing: Examine load factor and rehashing process for efficient resizing.
Examp...
Locking mechanism in multithreading is used to control access to shared resources by multiple threads.
Locks are used to prevent multiple threads from accessing shared resources simultaneously
Types of locks include synchronized blocks, ReentrantLock, and ReadWriteLock
Locks help prevent race conditions and ensure data consistency in multithreaded applications
Use SQL query to group by department and find employee with highest salary in each department
Write a SQL query to group by department and select max salary for each department
Join the result with employee table to get employee details
Example: SELECT dept, emp_name, MAX(salary) FROM employees GROUP BY dept
Wissen Technology interview questions for popular designations
I applied via Approached by Company
Get interview-ready with Top Wissen Technology Interview Questions
I was interviewed in Nov 2024.
Coding test was easy. They asked LC easy anyone with fair understanding of programming can easily solve it.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Hackearth online coding test for 1 hour
Use sorting or heap data structure to find k largest elements in an array of strings.
Sort the array in descending order and return the first k elements.
Use a max heap data structure to efficiently find the k largest elements.
Examples: ['apple', 'banana', 'orange', 'kiwi'], k=2 -> ['orange', 'kiwi']
Remove duplicates from array of strings
Create a Set to store unique strings
Iterate through the array and add each string to the Set
Convert the Set back to an array to get the unique strings
I applied via Campus Placement
Test Duration : 90 mins
Platform : Hackerearth
Number of Questions : 10 ( 5 MCQs + 3 Coding questions + 2 SQL Questions)
Questions were of Easy to Medium Level
Developed a web application for project management using React, Node.js, and MongoDB.
Created a user-friendly interface for project tracking and collaboration
Implemented authentication and authorization features for secure access
Utilized React for front-end development, Node.js for back-end, and MongoDB for database management
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Paper pen coding test
Find the maximum sum of a subarray of size k in an array of integers.
Use a sliding window approach to keep track of the sum of the current subarray.
Slide the window by adding the next element and subtracting the previous element.
Keep track of the maximum sum encountered so far.
Return the maximum sum found.
Find the longest common prefix among an array of strings.
Iterate through the characters of the first string and compare with other strings.
Stop when a character doesn't match or reach the end of any string.
Return the prefix found so far.
Top trending discussions
Interview experience
based on 473 reviews
Rating in categories
Senior Software Engineer
526
salaries
| ₹9 L/yr - ₹35 L/yr |
Software Engineer
518
salaries
| ₹5.5 L/yr - ₹23.5 L/yr |
Principal Engineer
244
salaries
| ₹16 L/yr - ₹41 L/yr |
Associate Software Engineer
153
salaries
| ₹5.5 L/yr - ₹16 L/yr |
Senior Principal Engineer
124
salaries
| ₹22 L/yr - ₹48 L/yr |
Wissen Infotech
TCS
Infosys
Wipro