i
Wissen Technology
Filter interviews by
2 coding questions and some MCQs on Java and SQL.
To use a custom object as a key in HashMap, override hashCode() and equals() methods in the custom object class.
Override hashCode() method to generate a unique hash code for the custom object.
Override equals() method to compare two custom objects for equality.
Ensure immutability of the custom object to prevent unexpected behavior.
Query to retrieve all employees with a salary greater than $50,000
Use SELECT statement to retrieve data
Use WHERE clause to filter employees with salary greater than $50,000
The code is given to you and you have to solve it
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
6 question , 2 coding questions
I was interviewed in Dec 2024.
oob (out-of-bag) is a validation method used in random forest where each decision tree is trained using a subset of data and tested on the remaining data.
oob error is calculated by averaging the error for each observation that is not used in training the decision tree.
oob error provides an unbiased estimate of the model's performance without the need for a separate validation set.
oob error can be used to tune hyperpara...
Wissen Technology interview questions for popular designations
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Get interview-ready with Top Wissen Technology Interview Questions
Prepare online aptitude tests
Yes, I am willing to relocate for the right opportunity.
I am open to relocating for a promising career opportunity.
I have relocated in the past for job opportunities and am comfortable with the process.
I understand the importance of being flexible and adaptable in the tech industry.
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
Had multiple choice question on java, code snippet, two coding question (easy), one sql query
Use SQL query to find highest salary from each department in Employee database.
Use GROUP BY clause to group results by department.
Use MAX() function to find highest salary in each group.
Join Employee table with Department table to get department information.
Merge two sorted arrays into a single sorted array.
Create a new array with the combined length of the two input arrays
Use two pointers to iterate through the two input arrays and compare elements
Add the smaller element to the new array and move the pointer for that array forward
Repeat until all elements from both arrays are added to the new array
Flatten an array of strings
Use a recursive function to iterate through the array and flatten it
Check if each element is an array, if so, recursively call the function
Concatenate the elements into a single array
Use synchronized blocks or locks to ensure threads print numbers in sequence.
Use synchronized blocks or locks to ensure only one thread can access the shared resource (number to be printed) at a time.
Use a shared variable to keep track of the current number to be printed and update it after each thread prints its number.
Use a loop to iterate from 1 to 10 and have each thread check if it is its turn to print the number.
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 LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Java program to count vowels in a string
Create a method that takes a string as input
Use a loop to iterate through each character in the string
Check if the character is a vowel (a, e, i, o, u) and increment a counter
Return the counter as the result
Xpath for Google search button
Use the following Xpath: //input[@name='btnK']
The 'btnK' is the name attribute of the Google search button
Make sure to test the Xpath in a browser console to ensure accuracy
OOPS concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detail
Implicit and Explicit waits are used in Selenium to handle synchronization issues in web automation testing.
Implicit wait is used to tell the WebDriver to wait for a certain amount of time before throwing a NoSuchElementException.
Explicit wait is used to tell the WebDriver to wait for a certain condition to occur before proceeding further.
Implicit wait is set globally for the entire WebDriver instance, while explicit w...
In software testing, 'throw' is used to raise an exception, while 'throws' is used to declare exceptions that a method may throw.
throw is used to raise an exception in a program
throws is used in method signature to declare exceptions that the method may throw
throw is a keyword in Java, while throws is a keyword used in method declaration
Solving a pseudo code problem in an interview for Junior Engineer - Quality Assurance
Understand the logic of the pseudo code provided
Identify the variables and operations being performed
Write the code in a programming language of your choice to solve the problem
Test the code with different inputs to ensure it works correctly
Top trending discussions
Some of the top questions asked at the Wissen Technology interview -
The duration of Wissen Technology interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 148 interviews
Interview experience
based on 414 reviews
Rating in categories
8-14 Yrs
Not Disclosed
Software Engineer
537
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
516
salaries
| ₹0 L/yr - ₹0 L/yr |
Principal Engineer
256
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
155
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Principal Engineer
131
salaries
| ₹0 L/yr - ₹0 L/yr |
Wissen Infotech
TCS
Infosys
Wipro