Wheelseye Technology interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Wheelseye Technology
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DSA, CN, DBMS, OS, Design Patterns, Basic core fundamentals of Computer science
Tip
Tip

Tip 1 : prepare DSA properly
Tip 2 : Basics of java spring boot

Application process
Where: Linkedin
Eligibility: Bachelors degree
Resume Tip
Resume tip

Tip 1 : Mention coding platform questions solved
Tip 2 : Link to coding platform and project

Interview rounds

01
Round
Medium
Face to Face
Duration45 Minutes
Interview date10 Jun 2021
Coding problem2

Was already told that rounds will be DSA based
Interviewer was friendly

1. Check If Linked List Is Palindrome

Easy
15m average time
85% success
0/40
Asked in companies
AmazonThought WorksQuikr

You are given a Singly Linked List of integers. You have to return true if the linked list is palindrome, else return false.


A Linked List is a palindrome if it reads the same from left to right and from right to left.


Example:
The lists (1 -> 2 -> 1), (3 -> 4 -> 4-> 3), and (1) are palindromes, while the lists (1 -> 2 -> 3) and (3 -> 4) are not.
Problem approach

First I thought of traversing the whole list and give the solution by storing list elements in string.
I was told not to use any extra space
Now it clicked me to reverse the linked list from middle. Doing this, I can traverse from half to opp. directions and tell is it palindrom or not

Try solving now

2. Remove Vowels

Easy
10m average time
90% success
0/40
Asked in companies
OptumPractoCGI

You are given a string STR of length N. Your task is to remove all the vowels present in that string and print the modified string.

English alphabets ‘a’, ‘e’, ‘i’, ‘o’, ‘u’ are termed as vowels. All other alphabets are called consonants.

Note: You have to only remove vowels from the string. There will be no change in the relative position of all other alphabets.

For example:
(i)  If the input string is 'CodeGeek', the output should be CdGk after removing ‘o’ and ‘e’.

(ii) If the input string is 'Odinson', the output should be 'dnsn' after removing ‘o’ and ‘i’. 
Try solving now
02
Round
Easy
HR Round
Duration20 Minutes
Interview date14 Jun 2022
Coding problem1

This was not only HR discussion but also contained some questions from Core computer subjects

1. Operating System Based Question

Scheduling Algo of OS

Problem approach

Tip 1 : Be prepared with core CS subjects
 

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
SDE - 1
2 rounds | 3 problems
Interviewed by Wheelseye Technology
0 views
0 comments
0 upvotes
SDE - 1
2 rounds | 3 problems
Interviewed by Wheelseye Technology
0 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114578 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57824 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34960 views
7 comments
0 upvotes