Upload Button Icon Add office photos

Filter interviews by

Subex Software Trainee Intern Interview Questions and Answers for Freshers

Updated 12 Mar 2022

1 interview found

Sort by: Popular

Software Trainee Intern Interview Questions

user image Anonymous

posted on 12 Mar 2022

I applied via Campus Placement and was interviewed before Mar 2021.

2 Interview Rounds

1

Aptitude Test Round

Technical aptitude and programming

2

One-on-one Round (1 Question)

  • Q1. Mostly on data structure and c language

Interview Preparation Tips

Interview preparation tips for other job seekers - nice company average interview

Interview questions from similar companies

Software Engineer Interview Questions

XenonStack user image ROXX Production

posted on 29 Nov 2024

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

I applied via Campus Placement

2 Interview Rounds

1

Aptitude Test Round

Quant questions, you will be able to clear it easily

2

Assignment Round

Task1: create a website with 3 wepages

task2: create custom linux commands

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed in Jun 2024.

2 Interview Rounds

1

Aptitude Test Round

Basic aptitude with logical and verbal and reasoning.also microprocessor and micro controller.

2

Group Discussion Round

We were divided into 10 and ques were asked from dbms,ds,os,cn

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare the basic core computer science concepts and subject like dbms,ds,os,cn

Software Engineer Interview Questions

Mitsogo Inc user image Mohammad Mujahid

posted on 15 Feb 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Aptitude Test Round

60 min and problems are more in work

2

Coding Test Round

It is moderate to advance level round and topics i faced are Arrays, string manipulation, DP

Interview Preparation Tips

Interview preparation tips for other job seekers - Attain strong grip in basics of programming, Aptitude is important, many students neglet it.
Interview experience
4
 Good
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 Not Selected

I was interviewed before Oct 2023.

1 Interview Round

1

Coding Test Round

It was easy round with 2 questions from hacker rank

Software Developer Interview Questions

Oracle user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Oct 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The coding test was conducted on Hackerrank platform. The test was in the evening. There were two coding questions of medium difficulty. The test was proctored, our webcam was on but not the mic. Also we were not allowed to switch tabs.
500+ students sat in this round out which 20 were shortlisted for the next interview round.

  • Q1. Colour the Graph You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. You have to colour this graph i...read more
  • Q2. Count Inversions For a given integer array/list 'ARR' of size 'N', find the total number of 'Inversions' that may exist. An inversion is...read more
2

Face to Face Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

In this round, 2 interviewers were present. They shared Docs in which we had to write code. Our camera was on.

  • Q1. Sum Tree For a given binary tree, convert it to its sum tree. That is, replace every node data with sum of its immediate children, keeping leaf nodes 0. Finally...read more
  • Q2. Convert a given number to words Given an integer number ‘num’. Your task is to convert ‘num’ into a word. Suppose the given number ‘num’ is ‘9823’ then you have...read more
3

Face to Face Round (2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

This was HR round but consisted problems related to core subjects too.

  • Q1. OOPS Questions

    What is a virtual function? Give an example.

    What is encapsulation? What is polymorphism?

  • Q2. Basic HR Questions

    Introduce yourself and why are you intrested in Computer science?
    Why Oracle.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in New DelhiEligibility criteriaAbove 7 CGPAOracle interview preparation:Topics to prepare for the interview - Data Structures - Arrays, Strings, Linked List, Trees, Binary Search Tree, Graph, Tries, Fenwick Trees, Segment Trees, Hashmap, Algorithms - Recursion, Ad Hoc, Dynamic Programming, Greedy, Binary Search, Breadth-first search, Depth-first search, SortingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Just be confident during interview and if you are stuck in between any question, then ask for a hint from the interviewer.

Tip 2 : The practice is key for success, so practice hard for Data Structures and Algorithms coding problems on Coding ninjas as it is the best platform for coding.

Tip 3 : Also you may practice on Geeks For Geeks or any other interview portal.

Application resume tips for other job seekers

Tip 1 : Mention all internships which you have done, as it increases your chances of shortlisting your resume. 
Tip 2 : Also just write that skills which you are pretty confident about.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Dec 2020.

4 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 120 minutes
Round difficulty - Easy

After round 1 there was a break of 15 mins and the coding round started.
We had a choice to attempt the exam in R language & SQL or python & sql
I chose python and sql
It had 8 questions 4 python and 4 sql

  • Q1. Longest Common Subsequence Given two strings, 'S' and 'T' with lengths 'M' and 'N', find the length of the 'Longest Common S...read more
2

Video Call Round (2 Questions)

Round duration - 15 minutes
Round difficulty - Medium

The interview was mostly analytical based and how you approach the round a few technical questions in dbms and oops were also asked.

  • Q1. Aptitiude Questions In one box there are 12 red and 12 green balls and in another box there are 24 res and 24 green balls. You have two balls choose from each o...read more
  • Q2. Technical Questions

    What is an immutable object and why is it useful

    Acid properties in dbms
    Explain atomicity and what is d in acid.

3

Video Call Round (2 Questions)

Round duration - 20 Minutes
Round difficulty - Medium

Similar to first round
For Shortlists after elimination from first round.

  • Q1. Car Pooling You are working as a cab driver. Your car moves in a straight line and moves toward the forward direction only. Initially, you have ‘C’ empty seats ...read more
  • Q2. General Questions

    Top 5 best things that happened during covid lockdown for you.

    Byjus bussiness model
    Why is it better to have online coaching classes

4

Video Call Round (2 Questions)

Round duration - 20 minutes
Round difficulty - Easy

After two technical round interviews, the last round was a hr interview. The whole process can take up one whole day or more and your interview can be at any time
My process started at 5 pm and ended at 10:30 pm
All the interviewers were very friendly no pressure.

  • Q1. Nth Fibonacci Number Nth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1...read more
  • Q2. Basic HR Questions The most difficult situation you had overcome A situation where you brought the best in another person If in a situation with four people inc...read more

Interview Preparation Tips

Eligibility criteriaCgpa was initially 6 and above but was later on cut to 7 and above due to high no of applicationsFractal Analytics interview preparation:Topics to prepare for the interview - Machine learning, dbms, sql, oops, python,Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be fast ans accurate on your aptitude amd verbal tests. 
Tip 2 : In coding round, depending on the difficulty of the questions the time in which you complete solving them should decrease .If almost everyone can solve them timming comes in to the equation for shortlisting
Tip 3 : While submitting your resume, please be honest about the projects you have done and do not bluff about it because in the interview when you ate drilled abt it, they can catch you easily.
Tip 4 : be confident and answer every question to the best of your ability and if u don't know something, tell them you don't know abt it .

Application resume tips for other job seekers

Tip 1 : Research the company and put the most revalent projects and skills that the company os looking for specifically
Tip 2 : Do not bluff or lie on your resume. It show's during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Aptitude Test Round

Simple aptitude test with basic questions

2

Assignment Round

We have given project which we have to submit

3

One-on-one Round (2 Questions)

  • Q1. Why u want to join us
  • Q2. Aws basic questions and and business of cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - prep for cloud , mainly cloud question will come and if you are a fresher you have to be strong
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed before Mar 2023.

5 Interview Rounds

1

Aptitude Test Round

Aptitude questions from communication engineering, c , linux , microcontroller microprocessor,..

2

Group Discussion Round

GD to test our knowledge and communication

3

HR Round (2 Questions)

  • Q1. Digital electronics, electrical machines, c programming, microcontroller microprocessor
  • Q2. Difference between malloc and c alloc
4

Technical Round (1 Question)

  • Q1. Tech 1 vs 3 . Questions from round 3
5

HR Round (1 Question)

  • Q1. Negotiation, work culture, company expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and be confident that's enough
Deliver the knowledge properly without any low confidence answers

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed in Mar 2023.

2 Interview Rounds

1

Aptitude Test Round

It basically contains the aptitude question of distance and time, age, speed, importantly pipes and cisterns

2

Coding Test Round

They asked about pallindrome and string and array

Interview Preparation Tips

Interview preparation tips for other job seekers - Just get through basic concepts and strong about basic programming of your area

Subex Interview FAQs

How many rounds are there in Subex Software Trainee Intern interview for freshers?
Subex interview process for freshers usually has 2 rounds. The most common rounds in the Subex interview process for freshers are Aptitude Test and One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Subex interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Infosys Interview Questions
3.7
 • 7.3k Interviews
Wipro Interview Questions
3.7
 • 5.2k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.7
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 867 Interviews
Mphasis Interview Questions
3.4
 • 771 Interviews
View all
Senior Software Engineer
389 salaries
unlock blur

₹3.5 L/yr - ₹11.9 L/yr

Software Engineer
223 salaries
unlock blur

₹1 L/yr - ₹9.7 L/yr

Technical Anchor
172 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Test Anchor
91 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Technical Operations Lead
86 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Subex with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
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