Upload Button Icon Add office photos

Filter interviews by

Talview Software Developer Intern Interview Questions and Answers

Updated 18 Nov 2024

Talview Software Developer Intern Interview Experiences

3 interviews found

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

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It has 30 basic aptitude question

Round 2 - Coding Test 

It has 2 coding based problem question

Round 3 - Interview 

(1 Question)

  • Q1. It give u time and date which on u are comfortable with while giving your interview

Interview Preparation Tips

Interview preparation tips for other job seekers - It's best opportunity for 2024/2025 batch

Software Developer Intern Interview Questions & Answers

user image Lakshmi prasanna Sarvepalli

posted on 18 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

2 codes and some mcqs

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in CommVault
Q2. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q3. Find K Closest Elements Given a sorted array 'A' of length 'N', a ... read more
asked in Groww
Q4. Minimum and Maximum Candy Cost Problem Ram is in Ninjaland, visit ... read more
Q5. Nth Element Of Modified Fibonacci Series Given two integers X and ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - student 

(2 Questions)

  • Q1. Ask about our introduction and from the resume
  • Q2. Question is basically from the resume

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Data structures, particularly strings, play a crucial role in problem-solving.

Round 2 - HR 

(4 Questions)

  • Q1. Please tell me about yourself.
  • Q2. Why should we hire you?
  • Q3. What are your strength and weakness .
  • Q4. Why did you choose career in software developer.
Round 3 - Technical 

(2 Questions)

  • Q1. What is your area of expertise in programming languages?
  • Q2. What is JavaScript, and what are its benefits?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About basic info tech
  • Q2. Database,sql,oracle
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Projects you have done
  • Q2. Scenario based questions
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best ☺️
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA question from Bit Manipulation Topic, Easy Level
  • Q2. DSA question from string can be solved using priority queue, Medium Level
Round 2 - Technical 

(1 Question)

  • Q1. Impliment comment box using ReactJs

Interview Preparation Tips

Interview preparation tips for other job seekers - quesstions are easy u should know the basic DSA and ReactJs
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company 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 - Coding Test 

3 coding questions any programming language

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Interview based on your programming skills
  • Q2. 1.Find the possible permutation of the given string 2. Remove 3 from the given input (Number) and input should be taken from the user 3. Check whether the given string is Anagram without using map DATA s...
  • Ans. 

    Answering questions related to string permutations, removing numbers, and checking for anagrams without using map data structure.

    • To find permutations of a string, use recursion to swap characters at each position.

    • To remove a specific character (e.g. '3') from a string, iterate through the string and build a new string without the character.

    • To check for anagrams without using a map data structure, sort both strings and

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Introduce yourself and are you willing to relocate And salary discussion. That's it

Skills evaluated in this interview

I was interviewed in Jul 2020.

Interview Questionnaire 

4 Questions

  • Q1. 1 if we call finish from oncreate in an activity in android. Will it call onresume and other lifecycle functions before ondestroy.
  • Ans. 

    No, calling finish() in onCreate() will not call onResume() or other lifecycle functions before onDestroy().

    • Calling finish() in onCreate() will immediately destroy the activity without calling any other lifecycle methods.

    • If you want to finish an activity after it has been created and resumed, you should call finish() in onPause() or onStop().

    • It is generally not recommended to call finish() in onCreate() as it can lead

  • Answered by AI
  • Q2. 2 Explain recyclerview and its corner cases.
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large sets of data efficiently

    • It uses a ViewHolder pattern to recycle views

    • Corner cases include handling empty data sets and updating data dynamically

  • Answered by AI
  • Q3. 3 Define communication between acticity and fragment.
  • Ans. 

    Communication between activity and fragment is done through interfaces.

    • Activity implements an interface and passes it to the fragment

    • Fragment can then call methods of the interface to communicate with the activity

    • This allows for communication between the two components without tight coupling

  • Answered by AI
  • Q4. 4 find second largest element in an array.
  • Ans. 

    Find the second largest element in an array of strings.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recise data structures basic codes and relevant technology interview questions.

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is latest technology you have worked on
  • Ans. 

    I have worked on React Native for mobile app development.

    • Developed a mobile app for a client using React Native

    • Used Redux for state management

    • Integrated with Firebase for real-time database and authentication

    • Implemented push notifications using Firebase Cloud Messaging

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you know and answer with good confidence

Talview Interview FAQs

How many rounds are there in Talview Software Developer Intern interview?
Talview interview process usually has 1-2 rounds. The most common rounds in the Talview interview process are Coding Test and Aptitude Test.

Tell us how to improve this page.

Talview Software Developer Intern Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Adda 247 Interview Questions
3.3
 • 30 Interviews
HackerRank Interview Questions
4.3
 • 23 Interviews
Airblack Interview Questions
4.0
 • 16 Interviews
Prepca Eduserv Interview Questions
4.1
 • 12 Interviews
Playto Labs Interview Questions
4.2
 • 10 Interviews
AccioJob Interview Questions
4.1
 • 10 Interviews
CareerLabs Interview Questions
3.1
 • 9 Interviews
ENTRI SOFTWARE Interview Questions
3.7
 • 9 Interviews
View all
Senior Software Engineer
11 salaries
unlock blur

₹16.5 L/yr - ₹26 L/yr

Technical Support Engineer
9 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Product Manager
7 salaries
unlock blur

₹26.5 L/yr - ₹31 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹5 L/yr - ₹6.7 L/yr

Customer Success Manager
6 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Explore more salaries
Compare Talview with

HackerRank

4.3
Compare

iMocha

3.9
Compare

Mettl

3.8
Compare

CoCubes Technologies

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