i
Wissen Technology
Filter interviews by
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 Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
6 question , 2 coding questions
1st Round was Written Coding test Q> Next Palindrome, Q> ATM machine design Q> SQl query Q> Elephant and banana Prime number Story base question
A program to find the next palindrome number after a given number.
Convert the given number to a string to easily manipulate individual digits.
Increment the number by 1 and check if it is a palindrome.
If not a palindrome, repeat the process until a palindrome is found.
Optimizing prime number algorithms is crucial for efficient computation in software development.
Optimizing prime number algorithms can improve the performance of applications that rely on prime numbers, such as cryptography or number theory.
Efficient algorithms like the Sieve of Eratosthenes can significantly reduce the time complexity of finding prime numbers.
Using techniques like memoization or dynamic programming ca...
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
2 dsa questions and 1 sql question in hackerearth.
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.)
Wissen Technology interview questions for designations
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.
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
Get interview-ready with Top Wissen Technology Interview Questions
5 questions which includes programming and sql questions.
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.
To retrieve a value, the key is hashed a...
Constructors are used to initialize objects, while overriding functions in HashMap allows custom behavior for key-value pairs.
Constructors in HashMap are used to initialize the HashMap object with a specified initial capacity and load factor.
Overriding functions in HashMap allows custom behavior for methods like put(), get(), and remove().
Example: Overriding the put() method in a custom HashMap implementation to perfor...
Had given 2 java question which one is medium and other one was easy.
I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2023. There was 1 interview round.
Abstraction is the concept of hiding complex implementation details and showing only the necessary information. Encapsulation is bundling data and methods that operate on the data into a single unit.
Abstraction focuses on what an object does rather than how it does it
Encapsulation restricts access to some of an object's components, protecting the object's integrity
Abstraction allows for easier maintenance and modificat...
Primary key uniquely identifies a record in a table, while super key is a set of attributes that can uniquely identify a record.
Primary key is a subset of super key
Primary key cannot have NULL values, while super key can
Example: In a table 'Employee', 'EmployeeID' can be a primary key as it uniquely identifies each employee record, while 'EmployeeID, DepartmentID' can be a super key
Top trending discussions
3 Interview rounds
based on 25 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
122
salaries
| ₹22.5 L/yr - ₹48 L/yr |
Wissen Infotech
TCS
Infosys
Wipro