Upload Button Icon Add office photos

Subex

Compare button icon Compare button icon Compare

Filter interviews by

Subex Application Support Engineer Interview Questions and Answers

Updated 10 Feb 2023

Subex Application Support Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.

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 

1st Round was aptitude question and MCQ based on SQL and java

Round 3 - Technical 

(4 Questions)

  • Q1. Basics SQL question and they are checking our communication skills
  • Q2. Insert syntax How to delete in SQL. Sql commands
  • Ans. 

    SQL delete syntax and commands.

    • Use the DELETE statement followed by the table name.

    • Add a WHERE clause to specify the rows to be deleted.

    • Use the TRUNCATE statement to delete all rows in a table.

    • Use the DROP statement to delete an entire table.

    • Be careful when deleting data as it cannot be recovered.

    • Examples: DELETE FROM table_name WHERE column_name = value;

    • TRUNCATE TABLE table_name;

    • DROP TABLE table_name;

  • Answered by AI
  • Q3. Difference between cluster index and non clustered index
  • Ans. 

    Clustered index determines the physical order of data in a table while non-clustered index creates a separate structure.

    • Clustered index sorts and stores the data rows in the table based on their key values

    • Non-clustered index creates a separate structure that contains the key values and a pointer to the data row

    • A table can have only one clustered index while multiple non-clustered indexes can be created

    • Clustered index i...

  • Answered by AI
  • Q4. Joins. Left outer join.
Round 4 - Technical 

(2 Questions)

  • Q1. Sql queries, 2 maximum age
  • Q2. Question based on Java bcous i mentioned java in my resume and SQL based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on sql
Like index, joins, set operator and some queries

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job Portal and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic js concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you sync your distributed systems
  • Ans. 

    I will use a combination of messaging systems, data replication, and versioning to ensure consistency and availability.

    • Use messaging systems like Kafka or RabbitMQ to ensure reliable communication between systems

    • Implement data replication to ensure that data is available on multiple nodes

    • Use versioning to ensure that all nodes are working with the same data

    • Implement conflict resolution strategies to handle conflicts th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just be yourself, they will not ask you irrelevant questions, at least in my case.

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is difference between flip-flop and Latches?
  • Ans. 

    Flip-flops and latches are sequential logic circuits used to store and manipulate binary data.

    • Flip-flops are edge-triggered devices, while latches are level-sensitive devices.

    • Flip-flops have separate clock and data inputs, while latches have a single input for both clock and data.

    • Flip-flops are used in synchronous circuits, while latches are used in asynchronous circuits.

    • Flip-flops are more complex and require more cir...

  • Answered by AI
  • Q2. Where is the money needed to recruited you for embedur system?.The Hr will ask.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply or just putting resume to this company.As the hr will make money with this job. They don't deseve Talented candidates.They want referrals and salary cuts for hr to hire you.Instead of hiring candidates for software position, They should hire best Hr first (definitely in chennai)
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 Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Famous Java Questions like why string is immuatable and basics of OOPs.
  • Q2. Easy to medium level DSA based on array and string.
Round 2 - Technical 

(2 Questions)

  • Q1. Project Related Questions
  • Q2. Questions related to java 8 stream API
Round 3 - Technical 

(2 Questions)

  • Q1. Question related to basic recursion
  • Q2. Top kafka interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Your basics should be strong.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(2 Questions)

  • Q1. Minimum element in an array
  • Ans. 

    Find the minimum element in an array of strings

    • Iterate through the array and compare each element to find the minimum

    • Use built-in functions like Math.min() or sort() to find the minimum

    • Handle edge cases like empty array or array with only one element

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the next pointers of each node

    • Iterate through the linked list and change the next pointers to reverse the list

    • Use three pointers - prev, current, and next to keep track of nodes

    • Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics good then you can crack the interview

Skills evaluated in this interview

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

I appeared for an interview before Aug 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Java8 and multhithreading based questions
  • Q2. 1 Leetcode easy question
Round 2 - Technical 

(2 Questions)

  • Q1. TDD based live coding and spring based question
  • Q2. 1 leetcode medium question
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations and company fit based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Problems related to Binary Search
  • Q2. Problem statement on BST

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA basics
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. To do list design
Round 2 - Technical 

(1 Question)

  • Q1. Project related

Interview Preparation Tips

Topics to prepare for Deutsche Telekom Digital Labs Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - goodluck
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oop, database, spring boot, multithreading

Subex Interview FAQs

How many rounds are there in Subex Application Support Engineer interview?
Subex interview process usually has 4 rounds. The most common rounds in the Subex interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Subex Application Support Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Subex. The most common topics and skills that interviewers at Subex expect are Knowledge Management, SQL, Shell Scripting, Troubleshooting and Unix.
What are the top questions asked in Subex Application Support Engineer interview?

Some of the top questions asked at the Subex Application Support Engineer interview -

  1. Insert syntax How to delete in SQL. Sql comma...read more
  2. Difference between cluster index and non clustered in...read more
  3. Basics SQL question and they are checking our communication ski...read more

Tell us how to improve this page.

Subex Application Support Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 207 Interviews
MathCo Interview Questions
2.9
 • 113 Interviews
Zeta Interview Questions
3.4
 • 70 Interviews
Kiya.ai Interview Questions
3.2
 • 49 Interviews
embedUR Systems Interview Questions
3.2
 • 48 Interviews
Mitsogo Inc Interview Questions
3.0
 • 38 Interviews
CoinDCX Interview Questions
3.7
 • 29 Interviews
View all
Subex Application Support Engineer Salary
based on 9 salaries
₹4 L/yr - ₹7 L/yr
At par with the average Application Support Engineer Salary in India
View more details

Subex Application Support Engineer Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

3.7

Salary

2.4

Job security

3.8

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
406 salaries
unlock blur

₹3.5 L/yr - ₹10.5 L/yr

Software Engineer
175 salaries
unlock blur

₹2.4 L/yr - ₹10.5 L/yr

Technical Anchor
174 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Test Anchor
88 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Technical Operations Lead
86 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Subex with

Fractal Analytics

4.0
Compare

Kiya.ai

3.2
Compare

Innovatiview India Ltd

3.9
Compare

Watchyourhealth.com

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