Add office photos
Employer?
Claim Account for FREE

Automatic Data Processing (ADP)

4.0
based on 3.1k Reviews
Video summary
Filter interviews by

Manhattan home Design Interview Questions and Answers

Updated 11 Jan 2025
Popular Designations

Q1. Printing reverse of string without using inbuilt function and start printing from last index

Ans.

Printing reverse of string without inbuilt function and start printing from last index.

  • Iterate through the string from last index to first index and append each character to a new string.

  • Use a loop to iterate through the string and concatenate each character to the new string.

  • Print the new string in reverse order.

Add your answer

Q2. Printing reversed words in a string without using inbuilt functions

Ans.

Printing reversed words in a string without using inbuilt functions

  • Split the string into words using space as delimiter

  • Iterate through each word and reverse it

  • Print the reversed words in the original order

Add your answer

Q3. How can you write a query to retrieve details from two tables and present them in a single table format?

Ans.

Use SQL JOIN to combine data from two tables into a single table format.

  • Use the JOIN keyword in SQL to combine data from two tables based on a related column.

  • Specify the columns you want to retrieve from each table in the SELECT statement.

  • Use the ON keyword to specify the column from each table that should be used for the join condition.

  • You can use different types of joins such as INNER JOIN, LEFT JOIN, RIGHT JOIN, or FULL JOIN based on your requirements.

Add your answer

Q4. What is the SQL query to retrieve the number of students grouped by their respective streams?

Ans.

SQL query to retrieve number of students grouped by streams

  • Use the GROUP BY clause to group students by their streams

  • Use the COUNT function to retrieve the number of students in each group

  • Example: SELECT stream, COUNT(student_id) FROM students_table GROUP BY stream

Add your answer
Discover Manhattan home Design interview dos and don'ts from real experiences

Q5. What is the code to print a right-angled triangle of numbers based on a given input number?

Ans.

Use nested loops to print a right-angled triangle of numbers based on input.

  • Use two nested loops to control the rows and columns of the triangle.

  • Increment the number to be printed in each row.

  • Example: If input is 5, the output would be: 1, 12, 123, 1234, 12345

Add your answer

Q6. How can a Spring Boot project be created to develop an API that returns specified data?

Ans.

A Spring Boot project can be created to develop an API by setting up a new Spring Boot project, defining API endpoints, and implementing the necessary logic.

  • Create a new Spring Boot project using Spring Initializr

  • Define API endpoints using @RestController annotation

  • Implement the logic to return specified data in the API endpoints

  • Use @GetMapping, @PostMapping, @PutMapping, @DeleteMapping annotations to map HTTP methods to controller methods

Add your answer

Q7. What do you know about SQL?

Ans.

SQL is a programming language used for managing and manipulating relational databases.

  • SQL stands for Structured Query Language

  • It is used to communicate with databases to perform tasks such as querying data, updating data, and creating tables

  • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

  • SQL is used in various database management systems such as MySQL, PostgreSQL, Oracle

  • Knowledge of SQL is essential for data analysis and data manipulation tasks

Add your answer

Q8. multitasking vs multiprocessing

Ans.

Multitasking involves performing multiple tasks simultaneously, while multiprocessing involves executing multiple processes on multiple CPUs.

  • Multitasking is commonly seen in operating systems where multiple applications run concurrently on a single CPU.

  • Multiprocessing is utilized in systems with multiple CPUs to execute multiple processes simultaneously.

  • Multitasking can lead to context switching overhead, while multiprocessing can improve overall system performance.

  • Examples o...read more

Add your answer

Q9. What does an api mean?

Ans.

An API, or Application Programming Interface, is a set of rules and protocols that allows different software applications to communicate with each other.

  • APIs define the methods and data formats that applications can use to request and exchange information.

  • They allow developers to access the functionality of a software application or service without needing to understand its internal workings.

  • Examples of APIs include the Google Maps API, which allows developers to integrate ma...read more

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

Interview Process at Manhattan home Design

based on 16 interviews
Interview experience
4.1
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 1.5k Interview Questions
4.0
 • 642 Interview Questions
4.0
 • 471 Interview Questions
3.9
 • 246 Interview Questions
4.0
 • 139 Interview Questions
View all
Top Automatic Data Processing (ADP) 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
75 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