Upload Button Icon Add office photos

Filter interviews by

Walker Digital Table Systems Software Developer Interview Questions and Answers

Updated 10 May 2024

Walker Digital Table Systems Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image arvind yadav

posted on 10 May 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to java

Interview questions from similar companies

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 mintues, relationship topics

Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And Be Strongand good communication

I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS and Algo questions based on DP and backtracking
  • Q2. Clone linked list with random pointers.
  • Ans. 

    Clone a linked list with random pointers.

    • Create a new node for each node in the original list.

    • Store the mapping between the original and cloned nodes in a hash table.

    • Traverse the original list again and set the random pointers in the cloned list using the hash table.

    • Return the head of the cloned list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly DS and Algo rounds followed by design rounds. Sometimes there can be language specific questions.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions was based on SQL
  • Q2. SQL queries and joins and

Interview Preparation Tips

Interview preparation tips for other job seekers - was good and easy process, HR was supportive but i did not get selected

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Nov 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Strong appitude knowledge is required.

Round 3 - Technical 

(1 Question)

  • Q1. String , arrays, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic concepts.

I applied via Company Website and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. What are your salary expectations?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and Be strong and good Communications

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered

Walker Digital Table Systems Interview FAQs

How many rounds are there in Walker Digital Table Systems Software Developer interview?
Walker Digital Table Systems interview process usually has 1 rounds. The most common rounds in the Walker Digital Table Systems interview process are Technical.

Tell us how to improve this page.

Walker Digital Table Systems Software Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Software Engineer
18 salaries
unlock blur

₹6.8 L/yr - ₹17 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Associate Software Engineer
9 salaries
unlock blur

₹4.5 L/yr - ₹10.5 L/yr

Software Analyst
5 salaries
unlock blur

₹28.8 L/yr - ₹38 L/yr

Product Manager
4 salaries
unlock blur

₹40 L/yr - ₹50.9 L/yr

Explore more salaries
Compare Walker Digital Table Systems with

Zomato

3.7
Compare

Swiggy

3.8
Compare

DineOut

4.0
Compare

EazyDiner

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview