Add office photos
Wissen Technology logo
Engaged Employer

Wissen Technology

Verified
3.8
based on 416 Reviews
Video summary
Filter interviews by
Fresher
Experienced
Skills
Clear (1)

Wissen Technology Interview Questions and Answers for Freshers

Updated 15 Oct 2024
Popular Designations

Q1. Write a javascript function which returns maximum and minimum occurrence of letter from string

Ans.

A javascript function to find the maximum and minimum occurrence of a letter in a string.

  • Create an object to store the count of each letter in the string

  • Loop through the string and update the count in the object

  • Find the maximum and minimum count in the object and return the corresponding letters

Add your answer
right arrow

Q2. 1. Anagrams in a given word

Ans.

Anagrams in a given word

  • Create a function to find all possible anagrams of a given word

  • Use a hash table to store the frequency of each character in the word

  • Generate all possible permutations of the characters and check if they exist in the hash table

Add your answer
right arrow

Q3. Prime number optimisation and why ?

Ans.

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 can further optimize prime number generation.

  • Optimizing prim...read more

Add your answer
right arrow

Q4. Find k largest element in an array

Ans.

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

Add your answer
right arrow
Discover Wissen Technology interview dos and don'ts from real experiences

Q5. Remove duplicates from array

Ans.

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

Add your answer
right arrow

Q6. Find the Next Palindrome

Ans.

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.

Add your answer
right arrow

Q7. Anagrams in a string

Ans.

The question is about finding anagrams in a given string.

  • An anagram is a word or phrase formed by rearranging the letters of another word or phrase.

  • To find anagrams in a string, we can use a hashmap to store the frequency of characters in each word.

  • We can iterate through the string and for each substring of length equal to the length of the target word, check if it is an anagram.

  • If the frequency of characters in the substring matches the frequency of characters in the target ...read more

Add your answer
right arrow

Q8. easy-medium level sliding window problem

Ans.

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.

Add your answer
right arrow

Q9. easy-medium level array problem

Ans.

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.

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Wissen Technology for Freshers

based on 11 interviews
Interview experience
4.0
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Microsoft Corporation Logo
4.0
 • 735 Interview Questions
Oracle Logo
3.7
 • 648 Interview Questions
Virtusa Consulting Services Logo
3.8
 • 351 Interview Questions
HSBC Group Logo
3.9
 • 245 Interview Questions
Indiamart Intermesh Logo
3.6
 • 184 Interview Questions
Zoho Logo
4.3
 • 135 Interview Questions
View all
Recently Viewed
SALARIES
Insolutions Global
REVIEWS
Broadridge Financial Solutions
No Reviews
REVIEWS
Broadridge Financial Solutions
No Reviews
REVIEWS
Broadridge Financial Solutions
No Reviews
SALARIES
Wipro
REVIEWS
Broadridge Financial Solutions
No Reviews
SALARIES
Microsoft Corporation
REVIEWS
Broadridge Financial Solutions
No Reviews
REVIEWS
Broadridge Financial Solutions
No Reviews
REVIEWS
Broadridge Financial Solutions
No Reviews
Top Wissen Technology Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter