Upload Button Icon Add office photos

Filter interviews by

Symphony Teleca Product Engineer Interview Questions and Answers

Updated 14 Feb 2023

Symphony Teleca Product Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Technical qa automation on selenium?
  • Q2. 2. Core Java question?

Interview Preparation Tips

Interview preparation tips for other job seekers - have your basics strong , technical questions will be easy to ans

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic coding in c++ and hr related questions
  • Q2. What is linkedlist
  • Ans. 

    A linked list is a data structure that consists of nodes where each node contains a data field and a reference to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Each node contains data and a reference to the next node

    • Allows for dynamic size and efficient insertion/deletion

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. How did you design HMI screens?
  • Ans. 

    I designed HMI screens by first understanding user requirements, creating wireframes, selecting appropriate design tools, and conducting user testing.

    • Understand user requirements before starting the design process

    • Create wireframes to visualize layout and functionality

    • Select appropriate design tools such as Adobe XD or Sketch

    • Conduct user testing to gather feedback and make necessary adjustments

  • Answered by AI
  • Q2. What is CV2X, CV2I, CV2G?
  • Ans. 

    CV2X, CV2I, CV2G are different communication technologies used in the automotive industry for vehicle-to-everything communication.

    • CV2X stands for Cellular Vehicle-to-Everything and uses cellular networks for communication between vehicles, infrastructure, pedestrians, and other devices.

    • CV2I stands for Cellular Vehicle-to-Infrastructure and focuses on communication between vehicles and infrastructure such as traffic lig...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Explain your experience at onsite
  • Ans. 

    I have extensive experience working onsite at various client locations, collaborating with cross-functional teams to deliver successful projects.

    • Managed onsite team to ensure project milestones were met

    • Facilitated communication between onsite and offsite teams

    • Resolved technical issues on-site to keep project on track

  • Answered by AI
  • Q2. What sort of bench testing did you perform
  • Ans. 

    I performed bench testing on various components to ensure functionality and reliability.

    • Tested electronic components for voltage and current levels

    • Conducted stress tests on mechanical parts to assess durability

    • Analyzed data from bench tests to identify any issues or improvements needed

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Will you be willing to travel to Trivandrum
  • Ans. 

    Yes, I am willing to travel to Trivandrum for the role of Lead Engineer.

    • I am open to travel for work opportunities

    • I have previous experience traveling for work

    • I am excited about the prospect of working in Trivandrum

  • Answered by AI
  • Q2. What other companies have you appeared for
  • Ans. 

    I have appeared for interviews at companies like Google, Amazon, and Microsoft.

    • Google

    • Amazon

    • Microsoft

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is the command to search a file like test.txt in linux?
  • Ans. 

    The command to search a file like test.txt in Linux is 'grep'.

    • Use the 'grep' command followed by the search term and the file name to search for a specific text in a file.

    • For example, to search for the word 'hello' in a file named test.txt, you would use the command 'grep hello test.txt'.

  • Answered by AI
  • Q2. What is constraints?
  • Ans. 

    Constraints are limitations or restrictions that affect the design, implementation, or operation of a system.

    • Constraints can be related to time, budget, resources, technology, or regulations.

    • They can impact the functionality, performance, scalability, or security of a system.

    • Examples include budget constraints limiting the purchase of new hardware, time constraints for project deadlines, or regulatory constraints for d...

  • Answered by AI
  • Q3. What is the command to get the value present at 80th row , 100th column?
  • Ans. 

    To get the value present at 80th row, 100th column, you can use the command 'awk' in Unix/Linux systems.

    • Use the 'awk' command with the syntax 'awk 'NR==80 {print $100}' filename' to get the value at the specified row and column.

    • Replace 'filename' with the actual file name where the data is stored.

    • Ensure that the row and column numbers are adjusted based on the indexing starting from 1 in 'awk'.

  • Answered by AI
  • Q4. What is view in sql?
  • Ans. 

    A view in SQL is a virtual table based on the result-set of a SELECT statement.

    • Views are used to simplify complex queries by storing them as virtual tables

    • Views do not store data themselves, but display data from underlying tables

    • Views can be used to restrict access to certain columns or rows of a table

    • Views can be used to join multiple tables and present the data in a single table-like structure

  • Answered by AI
  • Q5. What is internal workflow for the BFSI domain?
  • Ans. 

    Internal workflow for BFSI domain involves processes related to banking, financial services, and insurance.

    • Customer onboarding and account setup

    • Transaction processing and monitoring

    • Risk management and compliance checks

    • Customer support and issue resolution

    • Data analysis and reporting

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and experienced Production Support Analyst with a strong background in troubleshooting and resolving technical issues.

    • Over 5 years of experience in providing production support for various applications

    • Proficient in analyzing system logs and identifying root causes of issues

    • Skilled in collaborating with development teams to implement solutions and prevent future incidents

    • Strong communication skills to e...

  • Answered by AI
  • Q2. What is Asset in BFSI domain?
  • Ans. 

    In the BFSI domain, an asset refers to any valuable item owned by an individual or organization that can be converted into cash.

    • Assets can include cash, investments, real estate, equipment, and intellectual property.

    • In the banking sector, assets can also refer to loans given out to customers.

    • Assets are important for financial institutions as they represent the value of the organization and its ability to generate reven...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on core java concepts
  • Q2. Questions on SQL and Springboot
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Collection framework.
  • Q2. Questions on Springboot and core java
Round 3 - Client Interview 

(2 Questions)

  • Q1. Scenario based question
  • Q2. Stream API questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quant and Logical Reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. About product life cycle
  • Q2. Product backlog

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and new leadership
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced Production Engineer with a strong background in manufacturing processes and quality control.

    • Bachelor's degree in Mechanical Engineering

    • 5+ years of experience in production engineering

    • Proficient in CAD software and manufacturing processes

    • Implemented lean manufacturing principles to improve efficiency

    • Led cross-functional teams to troubleshoot production issues

  • Answered by AI
  • Q2. Tell me what you know about Unix and SQL
  • Ans. 

    Unix is a powerful operating system known for its multitasking and multi-user capabilities, while SQL is a language used for managing and querying databases.

    • Unix is an operating system developed in the 1970s known for its command-line interface and flexibility.

    • SQL (Structured Query Language) is a language used to communicate with databases to retrieve, update, and manage data.

    • Unix commands are case-sensitive and often ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Agile delivery mechanism.
  • Q2. User stories
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. About work experience
Round 2 - HR 

(2 Questions)

  • Q1. Expected ctc lpa
  • Q2. Notice period of it less than 90 or not
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour, wage question, not related to mention technology.

Round 2 - Technical 

(2 Questions)

  • Q1. Oops related queries
  • Q2. Discussion around last project

Interview Preparation Tips

Interview preparation tips for other job seekers - Try in some better organization

Symphony Teleca Interview FAQs

How many rounds are there in Symphony Teleca Product Engineer interview?
Symphony Teleca interview process usually has 2 rounds. The most common rounds in the Symphony Teleca interview process are Resume Shortlist and Technical.
What are the top questions asked in Symphony Teleca Product Engineer interview?

Some of the top questions asked at the Symphony Teleca Product Engineer interview -

  1. 1. Technical qa automation on seleni...read more
  2. 2. Core Java questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 803 Interviews
Nagarro Interview Questions
4.0
 • 766 Interviews
Publicis Sapient Interview Questions
3.5
 • 605 Interviews
View all

Symphony Teleca Product Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-Life balance

3.0

Salary & Benefits

2.0

Job Security

4.0

Company culture

1.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
17 salaries
unlock blur

₹3.2 L/yr - ₹6.1 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Technical Lead
9 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Senior Product Engineer
7 salaries
unlock blur

₹5.4 L/yr - ₹7 L/yr

Lead Product Engineer
5 salaries
unlock blur

₹10.8 L/yr - ₹16 L/yr

Explore more salaries
Compare Symphony Teleca with

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
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