Add office photos
Engaged Employer

Amadeus

4.0
based on 557 Reviews
Filter interviews by

Interview Questions and Answers

Updated 20 Jun 2024
Popular Designations

Q1. Frequency of digits in an array and store elements in new array in a sorted order such a way that more frequent one comes first and least frequent one at the end.

Ans.

Sort array of strings based on frequency of digits in each element.

  • Create a dictionary to store frequency of digits in each element.

  • Sort the array based on the frequency of digits using the dictionary.

  • Handle ties by sorting based on the original order of elements.

View 1 answer

Q2. What are distributed systems? How does the security can be maintained?

Ans.

Distributed systems are a network of independent computers that work together to achieve a common goal. Security can be maintained through encryption, authentication, access control, and monitoring.

  • Distributed systems consist of multiple computers that communicate and coordinate actions to achieve a common goal.

  • Security in distributed systems can be maintained through encryption of data in transit and at rest.

  • Authentication mechanisms such as passwords, tokens, or biometrics ...read more

Add your answer

Q3. Importance of container orchestration tools in large complex systems?

Ans.

Container orchestration tools are crucial for managing the deployment, scaling, and monitoring of large complex systems.

  • Container orchestration tools help automate the deployment and scaling of containerized applications, making it easier to manage large complex systems.

  • They provide features like service discovery, load balancing, health checks, and auto-scaling, which are essential for ensuring high availability and performance.

  • Popular container orchestration tools include K...read more

Add your answer

Q4. Backend architecture design for online ecom platform

Ans.

Backend architecture design for an online e-commerce platform involves designing a scalable, secure, and reliable system.

  • Choose a suitable database management system (DBMS) based on the requirements

  • Use a microservices architecture to break down the system into smaller, independent services

  • Implement caching mechanisms to improve performance

  • Ensure data security by implementing encryption, access control, and regular backups

  • Use load balancing and auto-scaling to handle traffic s...read more

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

Q5. 1. Internal Implementation of HashMap 2.Pusblisher and Suscriber concept Most of them were from core java concepts like polymorphism and abstraction

Ans.

Internal implementation of HashMap and Publisher-Subscriber concept in core Java.

  • HashMap in Java is implemented using an array of linked lists and hash codes to store key-value pairs.

  • Publisher-Subscriber pattern in Java involves one object (the publisher) sending updates to multiple other objects (subscribers).

  • Polymorphism in Java allows objects of different classes to be treated as objects of a common superclass.

  • Abstraction in Java involves hiding the implementation details ...read more

Add your answer

Q6. How map and un_ordered map works?

Ans.

Map and unordered_map are associative containers that store elements in key-value pairs.

  • Map is implemented as a balanced binary tree while unordered_map is implemented as a hash table.

  • Map stores elements in sorted order based on the key while unordered_map does not guarantee any specific order.

  • Map has a slower insertion and deletion time complexity than unordered_map.

  • Map is useful when we need to maintain elements in a sorted order while unordered_map is useful when we need f...read more

Add your answer

Q7. Different types of automation frameworks used

Ans.

Various automation frameworks like keyword-driven, data-driven, hybrid, and behavior-driven are commonly used in software testing.

  • Keyword-driven framework: Tests are written using keywords and actions.

  • Data-driven framework: Tests are driven by data sets.

  • Hybrid framework: Combination of multiple frameworks.

  • Behavior-driven framework: Focuses on behavior of the system.

  • Page Object Model (POM): Organizes code by separating web pages and their elements.

Add your answer

Q8. Palindrome check for strings

Ans.

Check if a string is a palindrome

  • Iterate through each string in the array

  • For each string, compare characters from start and end to check if it's a palindrome

  • Return true if all strings are palindromes, false otherwise

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

Interview Process at null

based on 3 interviews in the last 1 year
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Software Engineer Interview Questions from Similar Companies

3.6
 • 94 Interview Questions
3.9
 • 33 Interview Questions
3.4
 • 21 Interview Questions
4.6
 • 14 Interview Questions
3.4
 • 10 Interview Questions
4.0
 • 10 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
Get AmbitionBox app

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