Add office photos
Employer?
Claim Account for FREE

Walmart Labs

3.8
based on 97 Reviews
Filter interviews by

Savex Technologies Interview Questions and Answers

Updated 17 Dec 2024
Popular Designations

Q1. What are the key components of frontend system design?

Ans.

Key components of frontend system design include user interface, data management, state management, and performance optimization.

  • User Interface: Designing the layout, navigation, and visual elements of the frontend.

  • Data Management: Handling data fetching, storage, and manipulation within the frontend.

  • State Management: Managing the state of the application to ensure data consistency and reactivity.

  • Performance Optimization: Optimizing the frontend code and assets for faster loa...read more

Add your answer

Q2. Use two thread two print From 1 to 10 where Thread A will be for odd and Thread B will be for even.

Ans.

Use two threads to print numbers 1 to 10, with Thread A printing odd numbers and Thread B printing even numbers.

  • Create two threads, one for odd numbers and one for even numbers

  • Use a shared variable to keep track of the current number being printed

  • Use synchronization mechanisms like mutex or semaphore to ensure proper sequencing of numbers

Add your answer

Q3. What are the basics of JavaScript and ES6 modules?

Ans.

JavaScript is a popular programming language used for web development. ES6 modules are a way to organize and reuse code in JavaScript.

  • JavaScript is a high-level, interpreted programming language commonly used for client-side web development.

  • ES6 modules allow developers to split their code into separate files and import/export functions, variables, and classes between them.

  • ES6 introduced 'import' and 'export' keywords for module management.

  • Example: 'export function myFunction(...read more

Add your answer

Q4. design for a date picker in javascript

Ans.

A date picker in JavaScript allows users to select a date from a calendar interface.

  • Use HTML input element with type 'date' for modern browsers

  • For older browsers, use a JavaScript library like jQuery UI Datepicker

  • Implement validation to ensure selected date is within acceptable range

Add your answer
Discover Savex Technologies interview dos and don'ts from real experiences

Q5. sort 0 1 2 array binary tree left view

Ans.

Sort an array of 0s, 1s, and 2s and find the left view of a binary tree.

  • To sort the array of 0s, 1s, and 2s, you can use the Dutch National Flag algorithm which sorts the array in a single pass.

  • To find the left view of a binary tree, perform a level order traversal and keep track of the first node at each level.

Add your answer

Q6. Internal implementation of HashMap

Ans.

HashMap is implemented using an array of linked lists to store key-value pairs.

  • HashMap consists of an array of buckets, each containing a linked list of key-value pairs.

  • Hashing function is used to determine the index of the bucket where a key-value pair will be stored.

  • Collision resolution techniques like chaining or open addressing are used to handle collisions.

  • HashMap allows null keys and values, but only one null key.

  • Example: HashMap map = new HashMap<>();

Add your answer

Q7. Implement Stack using Queue.

Ans.

Implement a stack using a queue data structure.

  • Use two queues to simulate a stack.

  • Push operation: Enqueue the element to queue 1.

  • Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 2.

  • Top operation: Return the front element of queue 1.

  • Empty operation: Check if both queues are empty.

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

Interview Process at Savex Technologies

based on 5 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer III Interview Questions from Similar Companies

3.8
 • 31 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 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