Upload Button Icon Add office photos

Filter interviews by

Testsigma Software Developer Intern Interview Questions and Answers

Updated 11 Jun 2024

1 interview found

Sort by: Popular

Software Developer Intern Interview Questions

user image Lalli Dutta

posted on 11 Jun 2024

Interview experience
4
Good
Difficulty level
-
Duration
-
Result
-

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Convert nested array into single array?
  • Q2. Take input string as h,e,l,l,o if vowels are swapped then produce the remaining string as output ex:h,o,l,l,e

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Duration
-
Result
-

5 Interview Rounds

1

Aptitude Test Round

1hr mostly was c questions focusing on pointers, arrays and strings. Few logical questions were there too

2

Coding Test Round

2hrs, 5 questions. 1 easy and 4 medium. All leetcode type problems with arrays, strings and matrix

3

Coding Test Round

2hrs, simple application development like creating a backend for shopping application. Only simple functions like adding products, quantity, ordering, if quantity is not there then refuse the order and such. Was not asked for DB implementations.

4

Technical Round (2 Questions)

  • Q1. How to merge a list of sorted arrays in sorted order?
  • Q2. Simple discussions about oops, project etc
5

HR Round (3 Questions)

  • Q1. Self introduction for 2 mins
  • Q2. Why do you want to join Zoho?
  • Q3. What kinda word does Zoho do

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind leetcode guys. That's the only way.

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Silchar and was interviewed in Apr 2024.

3 Interview Rounds

1

Aptitude Test Round

Normal Math and Logical reasoning

2

Coding Test Round

Solving a puzzle using Code

3

Technical Round (2 Questions)

  • Q1. Explain About the Project in the Resume
  • Q2. DBMS and SQL quries
Interview experience
4
Good
Difficulty level
-
Duration
-
Result
-

1 Interview Round

1

One-on-one Round (3 Questions)

  • Q1. 1. Check all the permutations of palindrome in an array
  • Q2. 2. Toggle a bit
  • Q3. 3. Swap numbers using bit operators

Skills evaluated in this interview

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

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

3 Interview Rounds

1

Aptitude Test Round

Standard Aptitude test

2

Coding Test Round

Medium level question on graphs

3

Technical Round (2 Questions)

  • Q1. Matrix least sum path (dp)
  • Q2. Medium level question on Linked List
Interview experience
4
Good
Difficulty level
-
Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022.

3 Interview Rounds

1

Aptitude Test Round

It was a 2hr test. It had two sections. 1)Quantitative aptitude and verbal ability and 2) Technical aptitude.

2

Technical Round (1 Question)

  • Q1. It was for 45 min. Asked some OOPs concepts, CN fundamentals. Questions were asked on arrays and linked lists. also on OS
3

HR Round (1 Question)

  • Q1. It was for 5 min. Asked on why I wanted to join Optum

Interview Preparation Tips

Interview preparation tips for other job seekers - Mention only things that you are perfect in resume. Don't add extra stuff and don't fake it.

I applied via Referral and was interviewed in Aug 2022.

2 Interview Rounds

1

Resume Shortlist Round

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
2

HR Round (2 Questions)

  • Q1. Tell me about your self
  • Q2. Asking about my courses

Interview Preparation Tips

Interview preparation tips for other job seekers - No idea for this becoz i m new in IT feild

I was interviewed in Apr 2021.

2 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Easy

There were 3 coding questions. All of them were pretty easy and solvable in less than 30 minutes. Some string and pattern matching + some number theory problems were there.

  • Q1. Arithmetic Expression Evaluation You are given a string ‘expression’ consists of characters ‘+’, ‘-’, ‘*’, ‘/’, ‘(‘, ‘)’ and ‘0’ to ‘9’, that represents an Arit...read more
  • Q2. Maximum Product Subarray You are given an array “arr'' of integers. Your task is to find the contiguous subarray within the array which has the largest ...read more
  • Q3. Angle between hour hand and minute hand Given the time in hours and minutes, you need to calculate the angle between the hour hand and the minute hand. Note : T...read more
2

Face to Face Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

This was a technical round. First after properly introducing ourselves(me and the interviewer), we started with the main interview. I was asked 2 questions, one DS and Algorithms and the other System Design question.

  • Q1. Sibling Nodes You have been given a Binary Tree of ‘N’ nodes, where the nodes have integer values. Your task is to print all nodes that don’t have a sibling nod...read more
  • Q2. System Design

    Design a elevator in a single building with N floors.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteriaNo criteriaMicrosoft interview preparation:Topics to prepare for the interview - Data Structures and Algorithms problems with Trees, Graphs, stack etc. Basic System Designing. Database Management System and SQL queries. Operation System and Process Scheduling techniques.Time required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Make sure to solve the most recommended problems of LeetCode. Around 200 will do
Tip 2 : Be confident with your basics of chapters from Operating Systems and DBMS or SQL Queries.
Tip 3 : Have a slight knowledge of system designing concepts.

Application resume tips for other job seekers

Tip 1 : Make your Resume such that it is properly readable. Keep it of one page. If it exceeds try your best to include only the most important highlights.
Tip 2 : Put your most important achievements at the top and after than the not so important ones. You want the interviewer to see them first.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Jan 2021.

2 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

First, the interviewer asked about college life in the past two years and what all skills I gained. I told all my achievements and all skills that I gained in the period. asked about Language preference

  • Q1. Anagram Pairs Pre-requisites: Anagrams are defined as words or names that can be formed by rearranging letters of another word. Such as "spar" can be ...read more
  • Q2. Merge K Sorted Arrays You have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays...read more
2

Video Call Round (2 Questions)

Round duration - 100 minutes
Round difficulty - Medium

  • Q1. Greatest Common Divisor You are given two numbers, ‘X’ and ‘Y’. Your task is to find the greatest common divisor of the given two numbers. The Greatest Common D...read more
  • Q2. Find The Repeating And Missing Number You are given an array 'nums' consisting of first N positive integers. But from the N integers, one of the integer...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 GPAOracle interview preparation:Topics to prepare for the interview - Data Structures, DBMS, OS, OOPS, System DesignTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Pratice atleast 300 standard questions
Tip 2 : very good with computer science concepts
Tip 3 : Good projects to discuss

Application resume tips for other job seekers

Tip 1 : one page is enough
Tip 2 : good projects of web developement

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Jan 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. Add Linked Lists Given two numbers represented by linked lists. Your task is find the sum list and return the head of the sum list. The sum list is a linked lis...read more
  • Q2. Check if Linked List is Palindrome You are given a Singly Linked List of integers. You have to find if the given linked list is palindrome or not. A List is a p...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. Square root (decimal) You have been given two integers 'N' and 'D', Your task is to find the square root of the number 'N' with precisio...read more
  • Q2. Alien dictionary You have been given a sorted (lexical order) dictionary of an alien language. Write a function that finds the order of characters in the alien ...read more

Interview Preparation Tips

Eligibility criteriaNo Backlog and above 6 CGPAAmazon interview preparation:Topics to prepare for the interview - Algorithms, C++, aptitude and reasoning, Database Management System, Operating System, Java, Object Oriented programming language, Computer Networks, Data StructureTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : The most fundamental and important thing to prepare are Data Structures and Algorithms. Be very much clear on your basics and skills.
Tip 2 : Revise OOPS thoroughly.
Tip 3 : Practice DSA (minimum 200), aptitude and reasoning questions regularly.

Application resume tips for other job seekers

Tip 1 : The resume should not be more than 1 page. Be brief and write only those skills, projects or achievements which you have completed yourselves and have thorough knowledge. Avoid unnecessary details like hobbies, parent's name, photo, etc.
Tip 2 : Add a link to your LinkedIn, GitHub, website etc.

Final outcome of the interviewSelected

Skills evaluated in this interview

Testsigma Interview FAQs

How many rounds are there in Testsigma Software Developer Intern interview?
Testsigma interview process usually has 1 rounds. The most common rounds in the Testsigma interview process are Technical.
What are the top questions asked in Testsigma Software Developer Intern interview?

Some of the top questions asked at the Testsigma Software Developer Intern interview -

  1. take input string as h,e,l,l,o if vowels are swapped then produce the remaining...read more
  2. convert nested array into single arr...read more

Tell us how to improve this page.

Testsigma Software Developer Intern Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.5

Work-Life balance

4.0

Salary & Benefits

4.5

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Solution Engineer
16 salaries
unlock blur

₹2.5 L/yr - ₹5.7 L/yr

UI Developer
6 salaries
unlock blur

₹4.7 L/yr - ₹7.5 L/yr

Technical Writer
5 salaries
unlock blur

₹9 L/yr - ₹12 L/yr

Software Developer
4 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

SEO Analyst
4 salaries
unlock blur

₹5.1 L/yr - ₹14 L/yr

Explore more salaries
Compare Testsigma with

LambdaTest

4.3
Compare

BrowserStack

3.7
Compare

QASource

3.2
Compare

ClicQA

4.1
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