Upload Button Icon Add office photos

Filter interviews by

Symphony Retail AI Senior Engineer Interview Questions and Answers

Updated 21 May 2022

Symphony Retail AI Senior Engineer Interview Experiences

2 interviews found

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

General reasoning, logical question

Round 2 - Technical 

(1 Question)

  • Q1. In the name of technical discussion, pure coding test from basic to logical programming problems

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare thoroughly for programming problems

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

General reasoning, logical questions

Round 2 - Technical 

(1 Question)

  • Q1. In the name of technical discussion, expect only logical coding related questions that has to be run in an online compiler (not IDE)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics of programming along with some logical programming problems like ladder problem, sudoku problem, etc.

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
asked in Qburst
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic react and js interview
Round 2 - Assessment 

(1 Question)

  • Q1. React multiple questions
Round 3 - Coding Test 

Finding kth largest number by creating function without using in-built methods using javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed for a Sr.Engineer position with this company.After successfully clearing 3 technical rounds, we moved to salary negotiations. Based on market standards and their own job listings for this position, which clearly mentioned a salary bracket of 12-15 LPA, I expected 12 LPA-a fair and reasonable figure for the role and my qualifications.
After discussions, I compromised and agreed to their offer of 9LPA, despite already holding another offer at the same package. However, at the final stage, they abruptly cancelled the offer, citing that my initial expectation was too high. This decision came after wasting significant time and energy throughout the process.
This behavior demonstrates a lack of professionalism, transparency, and respect for candidates. It's disheartening to see companies treating potential hires this way, especially after reaching mutual agreements.
If you're considering applying here, think twice about their commitment to candidate and their hiring ethics.

I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About all the testing concepts and python and robot automation questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview Exp was great with Sungard, I said no to that questions for those I had no answer; and explained everything which I had knowledge about.
Total there were 4 round of interview, next round interview was harder than the last one.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about C# language features
  • Q2. Azure functions and other services
Round 2 - Technical 

(2 Questions)

  • Q1. DevOps concepts
  • Q2. Angular basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of programming should be clear to interview experience
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Brief on day to day tasks and activities.
  • Ans. 

    Day to day tasks involve client meetings, project planning, data analysis, and team collaboration.

    • Attend client meetings to discuss project requirements and updates

    • Create project plans and timelines for deliverables

    • Conduct data analysis to identify trends and insights

    • Collaborate with team members to ensure project milestones are met

    • Provide recommendations and solutions to clients based on analysis

  • Answered by AI
  • Q2. SQL Questions, SAP Questions, Syniti ADM Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. All objects related ABAP
  • Q2. Deep dive on OAbap
  • Q3. Functional knowledge on SAP modules

Interview Preparation Tips

Interview preparation tips for other job seekers - If anyone say technical should thorough in concepts and need to prepare some practical questions which comes across in day to day work
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Symphony Retail AI Interview FAQs

How many rounds are there in Symphony Retail AI Senior Engineer interview?
Symphony Retail AI interview process usually has 2 rounds. The most common rounds in the Symphony Retail AI interview process are Aptitude Test and Technical.
What are the top questions asked in Symphony Retail AI Senior Engineer interview?

Some of the top questions asked at the Symphony Retail AI Senior Engineer interview -

  1. In the name of technical discussion, expect only logical coding related questio...read more
  2. In the name of technical discussion, pure coding test from basic to logical pro...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 226 Interviews
Tiger Analytics Interview Questions
3.7
 • 218 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Ugam Solution Interview Questions
3.6
 • 50 Interviews
Magic Edtech Interview Questions
3.1
 • 48 Interviews
Equifax Interview Questions
3.3
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
View all
Symphony Retail AI Senior Engineer Salary
based on 4 salaries
₹8.6 L/yr - ₹12.2 L/yr
16% more than the average Senior Engineer Salary in India
View more details

Symphony Retail AI Senior Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
41 salaries
unlock blur

₹4.5 L/yr - ₹18.4 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹9.4 L/yr - ₹20 L/yr

QA Engineer
21 salaries
unlock blur

₹5.8 L/yr - ₹11.5 L/yr

Data Analyst
17 salaries
unlock blur

₹3.8 L/yr - ₹12 L/yr

Senior Support Engineer
12 salaries
unlock blur

₹8 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Symphony Retail AI with

Algonomy

3.9
Compare

Capillary Technologies

3.5
Compare

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview