Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Talentpace Team. If you also belong to the team, you can get access from here

Talentpace Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Talentpace Software Engineer Interview Questions and Answers

Updated 30 Jan 2025

Talentpace Software Engineer Interview Experiences

3 interviews found

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

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

1) Query for the second highest salary. 2) Determine the frequency of characters in a string and remove those that do not repeat. 3) For a string, convert characters with an odd number of occurrences to lowercase, and replace those with an even number of occurrences with the preceding character.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please review sorting, strings, and SQL queries.

Software Engineer Interview Questions & Answers

user image Narasimhulugari Hari

posted on 23 Feb 2024

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

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Some problems on coding

Round 2 - Technical 

(3 Questions)

  • Q1. Some questions on core java
  • Q2. Methodoverloading
  • Q3. Object-oriented question
Round 3 - HR 

(1 Question)

  • Q1. About your self

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Three programming questions
1 pattern
2 string
Array

Round 2 - Technical 

(1 Question)

  • Q1. Simple core Java
Round 3 - HR 

(1 Question)

  • Q1. About your self

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Normal DSA and sql is more then enough.

Round 2 - Technical 

(1 Question)

  • Q1. Project and subject related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear with basic and some basic interview question.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic Apptitude questions asked in mcq format

Round 2 - Coding Test 

DSA , DP , Bit Manuplation, System Design

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

I applied via Company Website and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Problem Statement on Javascript Debugging, Core CSS, React Implementation questions
Round 3 - Technical 

(1 Question)

  • Q1. Details asked regarding past projects, past experience in detail and in-depth technical questions based on past projects

Interview Preparation Tips

Topics to prepare for Codemonk Senior Software Engineer interview:
  • Javascript
  • React.Js
  • CSS
  • Tailwind
  • Typescript
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was react based questions

Round 2 - HR 

(1 Question)

  • Q1. About me and aligned with company values
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

Asked JS based Questions and assisment

Round 2 - HR 

(1 Question)

  • Q1. Asked basic question on team work and hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Start DSA Preparations, projects and skiils
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Last company work profile
  • Ans. 

    I worked as a Senior Software Engineer at XYZ Company.

    • Developed and maintained software applications

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Implemented new features and enhancements

    • Performed code reviews and provided technical guidance to junior developers

    • Resolved bugs and issues reported by users

    • Optimized application performance and scalability

    • Participated in agile developme

  • Answered by AI
  • Q2. Dot Net, oracle framework, sql related qu.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is recursive function?
  • Ans. 

    A recursive function is a function that calls itself within its definition.

    • A recursive function must have a base case to prevent infinite recursion.

    • Recursion is often used to solve problems that can be broken down into smaller, similar subproblems.

    • Example: Factorial function, Fibonacci sequence.

  • Answered by AI
  • Q2. Difference between c and c++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have built-in support for exception handling, while C++ does.

    • C does not have namespaces, while C++ does.

    • C does not have function overloading, while C++

  • Answered by AI
  • Q3. Inheritance and data structures?
Round 3 - Technical 

(2 Questions)

  • Q1. What are the Oops concepts
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex i...

  • Answered by AI
  • Q2. How to reverse any string
  • Ans. 

    To reverse a string, iterate through the characters and build a new string in reverse order.

    • Iterate through the characters of the string from end to start

    • Append each character to a new string to build the reversed string

    • Return the reversed string as the result

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare with basic programming and logical concepts

Skills evaluated in this interview

Talentpace Interview FAQs

How many rounds are there in Talentpace Software Engineer interview?
Talentpace interview process usually has 2-3 rounds. The most common rounds in the Talentpace interview process are Coding Test, Technical and HR.
What are the top questions asked in Talentpace Software Engineer interview?

Some of the top questions asked at the Talentpace Software Engineer interview -

  1. Some questions on core j...read more
  2. Object-oriented quest...read more
  3. Methodoverload...read more

Tell us how to improve this page.

Talentpace Software Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Coding Test Round
View more

Interview Questions from Similar Companies

XenonStack Interview Questions
3.2
 • 27 Interviews
Convin Interview Questions
4.3
 • 21 Interviews
Miko Interview Questions
3.0
 • 10 Interviews
Netomi Interview Questions
4.4
 • 9 Interviews
Habilelabs Interview Questions
4.2
 • 8 Interviews
Codemonk Interview Questions
4.0
 • 8 Interviews
Feuji Interview Questions
2.8
 • 8 Interviews
InOrg Global Interview Questions
4.5
 • 6 Interviews
OnlineSales.ai Interview Questions
2.8
 • 6 Interviews
View all
Talentpace Software Engineer Salary
based on 83 salaries
₹2 L/yr - ₹6 L/yr
57% less than the average Software Engineer Salary in India
View more details

Talentpace Software Engineer Reviews and Ratings

based on 12 reviews

3.9/5

Rating in categories

4.4

Skill development

3.2

Work-life balance

3.1

Salary

4.0

Job security

3.7

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
83 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Software Developer
26 salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Softwaretest Engineer
10 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Team Lead
5 salaries
unlock blur

₹6.9 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Talentpace with

XenonStack

3.2
Compare

Convin

4.3
Compare

Orpak Systems

3.5
Compare

InOrg Global

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