Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Spring Time Software interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Spring Time Software
upvote
share-icon
1 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 10 days
Topics: Data Structure , SQL , Core Java , Algorithms , Oops
Tip
Tip

Tip 1 : SQL basics need to be cleared.
Tip 2 : Practice java as much as you can
 

Application process
Where: Campus
Eligibility: No backlogs
Resume Tip
Resume tip

Tip 1 : Atleast one project
Tip 2 : Good profile on linkedin

Interview rounds

01
Round
Medium
Online Coding Test
Duration2 hours 30 minutes
Interview date10 Mar 2021
Coding problem4

We were given an end date and exam need to be completed before that. Once you started taking the test you can't resume the test. The questions and testcases description were not good

1. Scramble String

Hard
15m average time
85% success
0/120
Asked in companies
PostmanCiscoAmazon

You are given an integer ‘N’ and two strings ‘S’ and 'R' each having size = ‘N’. You can scramble the string ‘S’ to obtain string 'R' using the following operations:

1. If the length of the string is greater than 1:

  • Select any random index and split the string into two non-empty substrings. For e.g: if the string is ‘S’, then divide it into two non-empty substrings ‘A’ and ‘B’ such that ‘S’ = ‘A’ + ‘B’.
  • You can choose to swap the two substrings or keep them in the same order, i.e., after this operation string ‘S’ may become either ‘S’ = ‘A’ + ‘B’ or ‘S’ = ‘B’ + ‘A’.
  • Apply the first step recursively on each of the two strings ‘A’ and ‘B’.
  • 2. If the length of the string is equal to 1 then stop.

    Your task is to return true if 'R' is a scrambled string of ‘S’ else return false.

    Note:

    1. Both the strings are non-empty and are of the same length.
    
    2. You can apply the above operations any number of times on ‘S’.
    
    3. The operations can only be applied on the string ‘S’.
    
    4. ‘S’ and 'R' consist of lowercase letters only.
    
    Try solving now

    2. Given two tables of genre and track . Write an sql query to count number of tracks with genre 'heavy metal'.

    Problem approach

    It was a SQL question . I had done it using join with condition WHERE Clause.

    3. Write an SQL query to print details of the Workers who are also Managers.

    Problem approach

    I did it using inner joins

    4. Replace 0's

    Easy
    10m average time
    90% success
    0/40
    Asked in companies
    Spring Time SoftwarePratilipi

    Given a matrix where every element is either 1 or 0(zero), replace 0 with 1 if surrounded by 1. A 0 (or a set of 0s) is considered to be surrounded by 1 if there are 1 at locations just below, just above, just left and just right of it.

    See the sample input.

    Try solving now

    Here's your problem of the day

    Solving this problem will increase your chance to get selected in this company

    What does ROLLBACK do in DBMS?

    Start a Discussion
    Similar interview experiences
    Product Intern
    6 rounds | 9 problems
    Interviewed by Squadstack
    0 views
    0 comments
    0 upvotes
    Business Technology Analyst
    4 rounds | 5 problems
    Interviewed by Squadstack
    2297 views
    0 comments
    0 upvotes
    SDE - 1
    3 rounds | 10 problems
    Interviewed by Sterlite Technologies Limited
    2148 views
    0 comments
    0 upvotes
    Product Engineer
    3 rounds | 5 problems
    Interviewed by Squadstack
    1428 views
    0 comments
    0 upvotes
    Companies with similar interview experiences
    company logo
    Software Engineer
    3 rounds | 5 problems
    Interviewed by Mindtree
    10405 views
    7 comments
    0 upvotes
    company logo
    Software Engineer
    3 rounds | 7 problems
    Interviewed by Optum
    6513 views
    1 comments
    0 upvotes
    company logo
    Software Engineer
    5 rounds | 5 problems
    Interviewed by Microsoft
    7694 views
    1 comments
    0 upvotes