Upload Button Icon Add office photos

Filter interviews by

Symphony Software Developer Interview Questions and Answers

Updated 21 Mar 2024

Symphony Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Array vs string
  • Ans. 

    Arrays are collections of multiple values, while strings are sequences of characters.

    • Arrays can store multiple values of different data types, while strings are specifically for storing sequences of characters.

    • Arrays can be accessed and manipulated using index positions, while strings have specific methods for working with characters.

    • Example: array = ['apple', 'banana', 'cherry'], string = 'hello world'

  • Answered by AI
  • Q2. String reverse , tree traversal
  • Q3. Read trie topic

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy round

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your hobby?
  • Ans. 

    My hobby is playing the guitar and writing music.

    • Playing the guitar helps me relax and express my creativity.

    • I enjoy learning new songs and techniques to improve my skills.

    • Writing music allows me to channel my emotions and thoughts into melodies and lyrics.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic aptitude and technical questions

I was interviewed in Feb 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

  • Q1. System Design

    So the round contains an assignment in which you have to make a table regarding your information like Roll number, Name ,College etc. an send it to them using an API link and max time you can ...

  • Ans. 

    Tip 1 : So I basically made a table with good padding and margin
    Tip 2 : Highlight the major things.

  • Answered by CodingNinjas
Round 2 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The round contains mcqs on core java , javascript , oops and two coding questions of data structures.
The exam was at 7pm
Platform was good

  • Q1. Sub query sum

    You have given a 2-dimensional array ‘ARR’ with ‘N’ rows and ‘M’ columns. The queries are given in a 2-dimensional array ‘Queries’ of size ‘K’, in which Queries[i] contains four integers deno...

  • Ans. 

    I added all column and rows and put them in hashmap with their frequencies and then loop over queries and traverse over the hashmap that how many values of sum range between that row of query.

  • Answered by CodingNinjas
  • Q2. Left And Right Rotation Of A String

    You are given a string 'str' and an integer 'D'. Your task is to rotate the given string left (anticlockwise) and right (clockwise) by 'D' units ...

  • Ans. 

    My approach was to rotate first string until its length and if at any stage it become equal to another string printed true else check and if not print false.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as Software Development in PuneEligibility criteriaNo backlogsBajaj Electricals Ltd interview preparation:Topics to prepare for the interview - Data Structures , JavaScript , SQL , Dynamic Programming , Core Java , APITime required to prepare for the interview - 2 weeksInterview preparation tips for other job seekers

Tip 1 : Good knowledge of basics of data structure.
Tip 2 : Question need to be done with optimized time complexity until you won't be able to pass all test cases.
 

Application resume tips for other job seekers

Tip 1 : Atleast one good project
Tip 2 : Specially mention Java and JavaScript

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your company?
  • Ans. 

    Our company is a leading software development firm specializing in creating innovative solutions for businesses.

    • We have a team of highly skilled software developers who are experts in various programming languages and technologies.

    • We have successfully delivered projects for clients in various industries such as finance, healthcare, and e-commerce.

    • Our company values collaboration, creativity, and continuous learning to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice good nonverbal communication.
Ask if They Have Any Hesitations
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

Sort an array using a sort algorithm

Round 2 - Group Discussion 

Politics in india and rest of asis

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare
Prepare
Prepare
Prepare

Interview Questionnaire 

2 Questions

  • Q1. Logical programming questions & Java and Android logical questions based on scenarios.
  • Q2. Advanced android concepts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your hobby?
  • Ans. 

    My hobby is playing the guitar and writing music.

    • Playing the guitar helps me relax and express my creativity.

    • I enjoy learning new songs and techniques to improve my skills.

    • Writing music allows me to channel my emotions and thoughts into melodies and lyrics.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic aptitude and technical questions

I was interviewed in Feb 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

  • Q1. System Design

    So the round contains an assignment in which you have to make a table regarding your information like Roll number, Name ,College etc. an send it to them using an API link and max time you can ...

  • Ans. 

    Tip 1 : So I basically made a table with good padding and margin
    Tip 2 : Highlight the major things.

  • Answered by CodingNinjas
Round 2 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The round contains mcqs on core java , javascript , oops and two coding questions of data structures.
The exam was at 7pm
Platform was good

  • Q1. Sub query sum

    You have given a 2-dimensional array ‘ARR’ with ‘N’ rows and ‘M’ columns. The queries are given in a 2-dimensional array ‘Queries’ of size ‘K’, in which Queries[i] contains four integers deno...

  • Ans. 

    I added all column and rows and put them in hashmap with their frequencies and then loop over queries and traverse over the hashmap that how many values of sum range between that row of query.

  • Answered by CodingNinjas
  • Q2. Left And Right Rotation Of A String

    You are given a string 'str' and an integer 'D'. Your task is to rotate the given string left (anticlockwise) and right (clockwise) by 'D' units ...

  • Ans. 

    My approach was to rotate first string until its length and if at any stage it become equal to another string printed true else check and if not print false.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as Software Development in PuneEligibility criteriaNo backlogsBajaj Electricals Ltd interview preparation:Topics to prepare for the interview - Data Structures , JavaScript , SQL , Dynamic Programming , Core Java , APITime required to prepare for the interview - 2 weeksInterview preparation tips for other job seekers

Tip 1 : Good knowledge of basics of data structure.
Tip 2 : Question need to be done with optimized time complexity until you won't be able to pass all test cases.
 

Application resume tips for other job seekers

Tip 1 : Atleast one good project
Tip 2 : Specially mention Java and JavaScript

Final outcome of the interviewRejected

Skills evaluated in this interview

Symphony Interview FAQs

How many rounds are there in Symphony Software Developer interview?
Symphony interview process usually has 1 rounds. The most common rounds in the Symphony interview process are Technical.
What are the top questions asked in Symphony Software Developer interview?

Some of the top questions asked at the Symphony Software Developer interview -

  1. array vs str...read more
  2. string reverse , tree traver...read more
  3. read trie to...read more

Tell us how to improve this page.

Symphony Software Developer Salary
based on 5 salaries
₹9 L/yr - ₹15.6 L/yr
90% more than the average Software Developer Salary in India
View more details

Symphony Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Area Business Head
47 salaries
unlock blur

₹5.5 L/yr - ₹12.5 L/yr

Area Sales Manager
20 salaries
unlock blur

₹6.5 L/yr - ₹9.5 L/yr

Senior Territory Sales Executive
20 salaries
unlock blur

₹4.3 L/yr - ₹8 L/yr

Territory Sales Head
16 salaries
unlock blur

₹5.2 L/yr - ₹8.1 L/yr

Assistant Manager
15 salaries
unlock blur

₹8 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Symphony with

Blue Star

4.1
Compare

Voltas

4.0
Compare

Havells

4.0
Compare

Whirlpool

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview