TechExtensor interview experience Real time questions & tips from candidates to crack your interview

Software Developer

TechExtensor
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
I began my coding journey as a curious learner, diving into the basics of programming languages and practicing simple projects. As I progressed, I tackled more complex challenges and built a strong foundation. I dedicated time to understand algorithms and data structures, enhancing problem-solving skills. Joining coding communities and participating in online forums boosted my knowledge. I created a portfolio showcasing my projects, which proved crucial in the interview. The key was consistent learning, staying curious, and never fearing mistakes. Remember, every line of code is a step forward. Keep coding, stay persistent, and believe in your growth!
Application story
Actually, I got this opportunity from college, so I just have to fill form and select an interested role
Why selected/rejected for the role?
Yes, I selected it because I have experience in javascript(Nodejs) as they were looking for a backend developer and also have a good 2 projects in the same.
Preparation
Duration: 3.5 months
Topics: OOPs, Data Structures , Algorithms, DBMS , Javascript , SQL , Backend development
Tip
Tip

Tip 1 : Practice Atleast 2 projects
Tip 2 : Practice easy-medium leetcode problem
Tip 3 : Practice OOPS , DBMS, and SQL

Application process
Where: Campus
Eligibility: Above 7 CGPA, 60+ % in 12th
Resume Tip
Resume tip

Tip 1 : One page resume
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date14 Sep 2023
Coding problem2

It was basically simple aptitude round in morning and it was conducted in college lab

1. Duplicate In Array

Easy
15m average time
85% success
0/40
Asked in companies
HSBCMicrosoftDelhivery

You are given an array ‘ARR’ of size ‘N’ containing each number between 1 and ‘N’ - 1 at least once. There is a single integer value that is present in the array twice. Your task is to find the duplicate integer value present in the array.

For example:

Consider ARR = [1, 2, 3, 4, 4], the duplicate integer value present in the array is 4. Hence, the answer is 4 in this case.
Note :
A duplicate number is always present in the given array.
Try solving now

2. Rearrange string

Hard
50m average time
50% success
0/120
Asked in companies
eBayAdobeMicrosoft

You are given a string “S”. Your task is to rearrange the characters of a string “S”, such that it does not contain any two adjacent characters which are the same.

If it is possible to rearrange the string “S”, then print any possible arrangement. else, print “not possible” without quotes.

For Example:

For a string  “qaacde”, This string has two same adjacent characters.
So, one possible way to rearrange the string is “qacade”. Now, this string does not have two adjacent characters that are the same. 
Try solving now
02
Round
Easy
Online Coding Test
Duration60 minutes
Interview date14 Sep 2023
Coding problem2

Basically, it was the second round, and 1-2 coding questions were asked, questions were simple and the test was conducted in the lab of the college

1. Find prime numbers

Easy
15m average time
80% success
0/40
Asked in companies
HSBCSalesforceDeutsche Bank

You are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N.

Note: A prime number is a natural number that is divisible only by 1 and itself. Example - 2, 3, 17, etc.

You can assume that the value of N will always be greater than 1. So, the answer will always exist.

Problem approach

Step 1 : add Base Case
Step 2 : Made a Recursive call

Try solving now

2. Second Most Repeated Word

Easy
25m average time
70% success
0/40
Asked in companies
AdobeFacebookVisa

You are given an array of strings ‘ARR’. You have to find out the second most repeated word in the array ‘ARR’. It is guaranteed every string occurs a unique number of times in the array. If there is only one unique string in the array, return an empty string.

Example:-
N = 5
S = [‘aaa’, ‘bbb’, ‘ccc’, ‘aaa’, ‘bbb’, ‘aaa’]

ANSWER:- The answer should be ‘bbb’ as it is repeated 2 times and is the second most repeated word in the array [after the word ‘aaa’ which is repeated 3 times].
Try solving now
03
Round
Easy
Face to Face
Duration45 minutes
Interview date14 Sep 2023
Coding problem2

It was in the evening, and it was face to face interview with Technical + HR in this, technical questions were asked.

1. OOPS Questions

Difference between interface and abstract class. (Learn)

What are the main features of OOPs? (Learn)

What is compile-time Polymorphism and how is it different from Runtime Polymorphism? (Learn)

Problem approach

Tip 1: Practise interview questions from internet about OOPS
Tip 2: Do practice it with code
 

2. Sort Array

Moderate
15m average time
85% success
0/80
Asked in companies
SprinklrHSBCHCL Technologies

You are given an array consisting of 'N' positive integers where each integer is either 0 or 1 or 2. Your task is to sort the given array in non-decreasing order.

Note :
1. The array consists of only 3 distinct integers 0, 1, 2.
2. The array is non-empty.
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
960 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3931 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2806 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1133 views
0 comments
0 upvotes