Add office photos
Employer?
Claim Account for FREE

Deutsche Bank

3.9
based on 3.6k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

World Class Services Interview Questions and Answers

Updated 28 Sep 2024
Popular Designations

Q1. Avoiding Traps Problem Statement

Given an array of obstacles' coordinates, determine the minimal jump length to reach beyond all obstacles starting from coordinate 0 while avoiding landing on any obstacle.

Inpu...read more

Ans.

Find the minimal jump length to bypass all obstacles while avoiding landing on any obstacle.

  • Iterate through the obstacle coordinates to find the maximum coordinate.

  • Calculate the minimum jump length needed to bypass all obstacles.

  • Ensure the jump length consistently avoids all obstacle points.

  • The final jump can overshoot the line's end point.

Add your answer

Q2. Minimum Number of Operations Problem Statement

Given an array 'ARR' consisting of 'N' positive integers, determine the minimum number of operations needed to make all elements of the array equal. You may use ad...read more

Ans.

Determine minimum operations to make all array elements equal using addition, subtraction, multiplication, or division.

  • Iterate through array to find the minimum and maximum values

  • Calculate the difference between the maximum and minimum values

  • Return the difference as the minimum number of operations needed

Add your answer

Q3. Longest Consecutive Sequence Problem Statement

You are given an unsorted array/list ‘ARR’ of ‘N’ integers. Your task is to return the length of the longest consecutive sequence.

The consecutive sequence is of t...read more

Ans.

Find the length of the longest consecutive sequence in an unsorted array of integers.

  • Sort the array to make it easier to identify consecutive sequences.

  • Use a set to store unique elements and check for consecutive numbers.

  • Track the length of consecutive sequences and update the maximum length found.

  • Handle duplicates by counting only one occurrence in the consecutive sequence.

Add your answer

Q4. Reverse a String Problem Statement

Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.

Input:

The input starts with a single integer '...read more
Ans.

Reverse a given string containing characters from [a-z], [A-Z], [0-9], and special characters.

  • Iterate through the characters of the string in reverse order and append them to a new string.

  • Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.

  • Handle special characters and numbers along with alphabets while reversing the string.

  • Ensure to print each reversed string on a separate line as per the output format.

Add your answer
Discover World Class Services interview dos and don'ts from real experiences

Q5. Coding challenge in java 8

Ans.

Implement a coding challenge in Java 8

  • Use lambda expressions and functional interfaces to write concise and readable code

  • Utilize streams to process collections efficiently

  • Leverage method references for cleaner code

Add your answer

Q6. Objects in java 8

Ans.

Java 8 introduced the concept of functional programming with the addition of lambda expressions and streams.

  • Lambda expressions allow for concise code and easier parallel programming.

  • Streams provide a way to work with collections of objects in a functional style.

  • Functional interfaces like Predicate, Function, and Consumer are commonly used with lambda expressions.

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

Interview Process at World Class Services

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

Top Software Developer Interview Questions from Similar Companies

3.9
 • 67 Interview Questions
3.7
 • 40 Interview Questions
3.6
 • 30 Interview Questions
3.6
 • 18 Interview Questions
3.6
 • 12 Interview Questions
3.3
 • 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
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