Premium Employer

Bankai Infotech

3.5
based on 105 Reviews
Filter interviews by

MoonPay Interview Questions and Answers

Updated 25 Oct 2024

Q1. Right positive or negative coupon code based on minimum amount and maximum amount

Ans.

Generate a coupon code based on minimum and maximum amount

  • Determine the range of amounts for the coupon code

  • Generate a random code within that range

  • Assign positive or negative based on the criteria

Add your answer

Q2. SQL query for order all the employees in ascending order

Ans.

Use SQL query with ORDER BY clause to order employees in ascending order.

  • Use SELECT statement to retrieve employee data

  • Add ORDER BY clause with the column you want to order by

  • Specify ASC keyword for ascending order

  • Example: SELECT * FROM employees ORDER BY employee_id ASC;

Add your answer

Q3. Write the xpath for MakeMyTrip datepicker

Ans.

The xpath for MakeMyTrip datepicker can be written using unique attributes of the datepicker element.

  • Use unique attributes like class, id, or data-testid to locate the datepicker element

  • Consider the structure of the datepicker and its parent elements when writing the xpath

  • Use indexes or sibling relationships if necessary to pinpoint the datepicker element

Add your answer

Q4. Difference between smoke and sanity testing

Ans.

Smoke testing is a subset of regression testing, focusing on basic functionality, while sanity testing is a subset of acceptance testing, focusing on specific areas.

  • Smoke testing is performed to check if the critical functionalities of the application are working fine after changes.

  • Sanity testing is performed to check if the specific areas of the application are working fine after changes.

  • Smoke testing is a shallow and wide approach, while sanity testing is a deep and narrow ...read more

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

Q5. Reverse string in java

Ans.

Reverse a string in Java using StringBuilder or iterative approach.

  • Use StringBuilder to reverse the string: StringBuilder sb = new StringBuilder(str); sb.reverse().toString();

  • Iterative approach: Convert the string to char array, swap characters from start and end indexes until middle is reached.

Add your answer

Q6. Post and Get Method difference

Ans.

Post method is used to send data to a server while Get method is used to retrieve data from a server.

  • Post method is used to submit data to a server for processing.

  • Get method is used to retrieve data from a server.

  • Post method is more secure than Get method as it does not expose data in the URL.

  • Get method has a limit on the amount of data that can be sent while Post method does not have any such limit.

  • Examples of Post method include submitting a form, uploading a file, etc.

  • Exam...read more

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

Interview Process at MoonPay

based on 4 interviews in the last 1 year
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.1
 • 2.2k Interview Questions
4.0
 • 536 Interview Questions
3.9
 • 253 Interview Questions
3.9
 • 180 Interview Questions
3.6
 • 172 Interview Questions
3.6
 • 139 Interview Questions
View all
Top Bankai Infotech Interview Questions And Answers
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