Upload Button Icon Add office photos

Subex

Compare button icon Compare button icon Compare

Filter interviews by

Subex Product Engineer Interview Questions and Answers

Updated 12 Oct 2020

Subex Product Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is the meaning of telecom sources and what kind of CDR we get through these source?
  • Ans. 

    Telecom sources refer to the data sources used by telecommunication companies to collect Call Detail Records (CDRs) for billing and analysis purposes.

    • Telecom sources are used to collect CDRs for billing and analysis purposes

    • CDRs obtained from telecom sources include information such as call duration, call time, caller ID, and call location

    • Examples of telecom sources include mobile network operators, landline service pr...

  • Answered by AI
  • Q2. Basic UNIX command along with syntax?
  • Ans. 

    UNIX commands are essential for navigating and managing files in a UNIX-like operating system.

    • ls: Lists files and directories in the current directory. Example: 'ls -l' for detailed listing.

    • cd: Changes the current directory. Example: 'cd /home/user' to navigate to the user's home directory.

    • cp: Copies files or directories. Example: 'cp file.txt /backup/' to copy 'file.txt' to the 'backup' directory.

    • mv: Moves or renames ...

  • Answered by AI
  • Q3. Deep SQL knowledge?
  • Ans. 

    Deep SQL knowledge involves understanding complex queries, optimization, and database design principles.

    • Understanding of JOIN operations: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.

    • Proficient in writing subqueries and using Common Table Expressions (CTEs) for better readability.

    • Knowledge of indexing strategies to optimize query performance, e.g., using B-trees or hash indexes.

    • Ability to write complex aggreg...

  • Answered by AI
  • Q4. Basic Java knowledge, to troubleshoot the error we get from the application end.
  • Ans. 

    Understanding Java error troubleshooting is essential for product engineers to ensure smooth application performance.

    • Check the stack trace for error details. Example: NullPointerException indicates an attempt to use an object reference that is null.

    • Verify the code logic. Example: Ensure that all variables are initialized before use to avoid runtime exceptions.

    • Look for syntax errors. Example: Missing semicolons or misma...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Subex interview is always conducted to see the potential and stability of the candidate.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Subex?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. There were 6 rounds : 1) Aptitude 2)technical MCQ 3)English Eassy 4)Pre_HR 5)Technical interview 6)technical interview again 7)finalHR. Questions were mainly based on your resume only. 1) Tell me...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through your Company website i.e. Yardi Software !!
Prepare your college project properly!!
Make sure your communication good!!
Communicate properly and be confident!!

Product Engineer Interview Questions Asked at Other Companies

asked in SquadStack
Q1. Left View of a Binary Tree Given a binary tree, your task is to p ... read more
asked in SquadStack
Q2. Arithmetic Expression Evaluation Problem Statement You are provid ... read more
asked in SquadStack
Q3. Reverse Words in a String: Problem Statement You are given a stri ... read more
asked in SquadStack
Q4. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in SquadStack
Q5. Maximum Subarray Sum Problem Statement Given an array of integers ... read more

I applied via Other and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. HashMap internal working ?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • HashMap uses an array of buckets to store key-value pairs

    • Each bucket contains a linked list of entries with the same hash code

    • When a key-value pair is added, its hash code is used to determine the bucket and added to the linked list

    • When a value is retrieved, its hash code is used to find the bucket and search the linked ...

  • Answered by AI
  • Q2. Set methods implementation
  • Ans. 

    Set methods are used to set values of private variables in a class.

    • Set methods are also known as setter methods.

    • They are used to ensure encapsulation in object-oriented programming.

    • They typically take a parameter and set the value of a private variable to that parameter.

    • For example, a set method for a class variable 'name' might look like: public void setName(String name) { this.name = name; }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There was 1 online test for java, spring , hibernate, sql and after that one technical interview and on qualifying that there was one coding test in which I needed to implement Set methods

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude consisted of basic quant questions, followed by technical concepts related OOP, .net, java and SQL.

Round 2 - HR 

(1 Question)

  • Q1. Introduction, followed by a discussion on the topics you mentioned in your resume to check your communication skills.
Round 3 - Technical 

(1 Question)

  • Q1. OOPs concepts followed by SQL questions, then some project-related discussion.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial Round, a few tables and scenarios were given, and was asked to write the queries to pull the data.
Round 5 - HR 

(1 Question)

  • Q1. Again a general discussion, expectations and if I'm happy with the tech on which I will be working.

Interview Preparation Tips

Topics to prepare for Yardi Systems Software Engineer interview:
  • C
  • C++
  • SQL
Interview preparation tips for other job seekers - Focus on the basics, be confident and you can crack it!

I applied via Referral and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Production related unix commands, sql queries for fetching details from the database.

Interview Preparation Tips

Interview preparation tips for other job seekers - Production support is simply handling the issues reported by bank in daily basis, so knowledge in banking domain is important here and also once hired people can learn bank operations in deep.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions in round 1 and process/managerial questions in second round

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was pure technical and second round was technical+managerial

Interview Questionnaire 

1 Question

  • Q1. Tell me about your life and few puzzles
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. Tell me the process in your company
  • Ans. 

    Our company follows Agile methodologies, emphasizing collaboration, iterative development, and continuous improvement.

    • Daily Stand-ups: Team members share progress and blockers, ensuring alignment and quick resolution of issues.

    • Sprint Planning: We define goals and tasks for the upcoming sprint, prioritizing based on business value.

    • Code Reviews: Peer reviews are conducted to maintain code quality and share knowledge amon...

  • Answered by AI
  • Q2. Selenium Grid, SQL queries, Java, Hybrid famework, Cucumber with java

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and give answer using examples
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The test included coding questions on C#, C, and React.

Round 2 - Technical 

(1 Question)

  • Q1. They asked questions in SQL and gave me SQL queries to solve and also one coding question. Most of the questions were asked based on our resume
Round 3 - HR 

(1 Question)

  • Q1. They explained about the department in which I had to work on, asked questions about the project and internship
Interview experience
5
Excellent
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 - Aptitude Test 

Fist round aptitude verbal and coding

Round 3 - Technical 

(1 Question)

  • Q1. 2 round technical round Oops concept Programming like string reverse Palindrome
Round 4 - HR 

(1 Question)

  • Q1. General questions other than technical

Subex Interview FAQs

What are the top questions asked in Subex Product Engineer interview?

Some of the top questions asked at the Subex Product Engineer interview -

  1. What is the meaning of telecom sources and what kind of CDR we get through thes...read more
  2. Basic Java knowledge, to troubleshoot the error we get from the application e...read more
  3. Basic UNIX command along with synt...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Yardi Systems Interview Questions
3.6
 • 72 Interviews
BUSINESSNEXT Interview Questions
3.3
 • 69 Interviews
Ramco Systems Interview Questions
3.9
 • 67 Interviews
Vyapar Interview Questions
3.5
 • 60 Interviews
View all
Subex Product Engineer Salary
based on 4 salaries
₹3 L/yr - ₹5 L/yr
57% less than the average Product Engineer Salary in India
View more details

Subex Product Engineer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
380 salaries
unlock blur

₹4.7 L/yr - ₹9.7 L/yr

Software Engineer
196 salaries
unlock blur

₹4 L/yr - ₹8.4 L/yr

Technical Anchor
182 salaries
unlock blur

₹9.3 L/yr - ₹17.1 L/yr

Test Anchor
92 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Technical Operations Lead
81 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Subex with

Financial Software & Systems

3.8
Compare

Ramco Systems

3.9
Compare

IBS Software Services

3.6
Compare

Nucleus Software Exports

3.4
Compare
write
Share an Interview