Interview Experience Analysis for Turing.com

1 Records Found
TOTAL EXPERIENCES
1
COMPANIES COVERED
1
ROLES COVERED
0
LOCATIONS COVERED
0

Curious About Salaries?

View Turing.com Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Turing.com Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

Turing.com OA Turing Question

Turing.com

Summary

This post details an Online Assessment question from Turing.com, which requires constructing the largest possible number from a given string `num` such that no digit appears consecutively more than `k...

Interview Experience

Input: num = "3391933", k = 3 Output: "9933313" Explanation: largest possible number is "9933313", as you can see there is no continuous digit which is more than 3 times and largest number. Example 2: Input: num = "1121212", k = 2 Output: "221211" Explanation: largest possible number is "22121...

Interview Questions (1)

Largest Number with K Consecutive Non-Repeating Digits

HardData Structures & Algorithms
Loading content...
Read on LeetCode
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App