Upload Button Icon Add office photos

Filter interviews by

SymphonyAI Senior Automation Engineer Interview Questions and Answers

Updated 2 May 2024

SymphonyAI Senior Automation Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Cucumber framework and selenium questions like difference between hooks and background. How do we run only failed test cases in cucumber framework ?
Round 2 - Technical 

(1 Question)

  • Q1. Asked questions from resume
Round 3 - Technical 

(1 Question)

  • Q1. Asked questions from my roles and responsibilities in current company and also few questio s from my resume
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked about my years of experience and the tools I know( which are already clearly mentioned in my resume)

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never interview with Symphony AI. I had such a terrible experience. There were a total of four rounds: three technical and one managerial. I attended two technical rounds virtually since I live in a different city. Then the recruiter instructed me to come to the office for the third and final round. So, I traveled all the way from my hometown to Bangalore for the third round. I passed the third round and also the recruiter informed me that she received only positive feedbacks about my performance from the panel and also attended the final round on the same day, where the CTO asked only about my experience and skill set.The HR informed me that she would release my results in two days, as soon as she receives feedback from the final round interviewer. However, more than a week passed, and I didn't receive any updates. When I called the recruiter, she explained that the interviewer had gone on leave, so she would update me in another week upon their return. After waiting for an additional week without any response, I tried contacting the recruiter again, but she didn't pick up and eventually ghosted me. I then reached out to another recruiter from the same company who handled interview scheduling. She promised to update me in two more days. Finally, after waiting for two more days, I received a rejection email. Rejection is acceptable, but I was perplexed about the reason provided. The recruiter had mentioned that she received only positive feedback from all rounds, and in the final round, they only asked about my experience and skill set, which they already knew. So, I called the HR to inquire about the reason for rejection. She stated that the final round interviewer felt that my years of experience and skill set didn't match their requirements, and they were looking for someone with more experience. I found this reason puzzling. Wouldn't they already know my years of experience from my resume? Also, why would they reject me for this reason after conducting three rounds, especially after making me travel unnecessarily? They simply wasted my time.
Please never ever give interview to this company . They will waste your time and energy.

The recruiter involved in this process is Sanjana and her co -recruiter who had been responsible for scheduling interviews is Lis Maria Vinson

Interview questions from similar companies

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

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between Continuous Integration (CI) and Continuous Deployment (CD) ?
  • Q2. CI is the automated merging the code changes, while CD automatically deploys the changes to production after testing.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between Selenium WebDriver Selenium RC?
  • Q2. WebDriver is faster and more efficient than RC.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the purpose of a test automation framework?
  • Ans. 

    A test automation framework is a set of guidelines, coding standards, concepts, processes, practices, tools, and utilities that help to create automated tests.

    • Provides structure and organization for automated tests

    • Promotes reusability of code and components

    • Enhances test maintenance and scalability

    • Supports multiple test types such as functional, regression, and performance testing

    • Integrates with continuous integration t...

  • Answered by AI
  • Q2. It provides guideline, best practices, and reusable components to write efficient and maintainable test scripts.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Customize your resume for each role."
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the primary purpose of using selenium n automation testing?
  • Ans. 

    The primary purpose of using Selenium in automation testing is to automate web application testing.

    • Automate repetitive manual testing tasks

    • Increase test coverage and efficiency

    • Support multiple browsers and platforms

    • Integrate with continuous integration tools like Jenkins

    • Execute parallel testing to save time

    • Verify functionality and performance of web applications

  • Answered by AI
  • Q2. Selenium is primarily used of automation web browsers .............etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your skills; opportunities will follow.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Name one popular tool used for automation testing?

Interview Preparation Tips

Interview preparation tips for other job seekers - "Always follow up after interview."
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is singleton class
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used in scenarios where only one instance of a class is needed, such as for managing a connection pool or configuration settings.

    • The singleton pattern typically involves a private constructor, a static method to access the instance, and a static variable to hold the ins...

  • Answered by AI
Round 2 - Coding Test 

Easy questions oops,java,rest assured

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Java coding , logical questions

Round 2 - Technical 

(1 Question)

  • Q1. Coding questions again and some automation concept
Round 3 - Technical 

(1 Question)

  • Q1. Testing concept and process
Round 4 - HR 

(1 Question)

  • Q1. Sallary discuss

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare collection in Java

SymphonyAI Interview FAQs

How many rounds are there in SymphonyAI Senior Automation Engineer interview?
SymphonyAI interview process usually has 4 rounds. The most common rounds in the SymphonyAI interview process are Technical and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 225 Interviews
Tiger Analytics Interview Questions
3.7
 • 217 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all
Senior Software Engineer
25 salaries
unlock blur

₹10.4 L/yr - ₹32.1 L/yr

Software Engineer
18 salaries
unlock blur

₹5.5 L/yr - ₹23.7 L/yr

Associate Software Engineer
12 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Data Analyst
10 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Lead Engineer
10 salaries
unlock blur

₹19 L/yr - ₹35 L/yr

Explore more salaries
Compare SymphonyAI with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

Tiger Analytics

3.7
Compare

Algonomy

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