Upload Button Icon Add office photos

Filter interviews by

People10 Technosoft Interview Questions, Process, and Tips

Updated 16 Dec 2024

Top People10 Technosoft Interview Questions and Answers

View all 8 questions

People10 Technosoft Interview Experiences

Popular Designations

7 interviews found

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

I applied via Job Portal and was interviewed before Oct 2022. There were 4 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 

(1 Question)

  • Q1. Explain component lifecyle in React
  • Ans. 

    Component lifecycle in React is a series of methods that are invoked at different stages of a component's existence.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

    • Error Handling: componentDidCatch

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

(1 Question)

  • Q1. Design principles
Round 4 - HR 

(1 Question)

  • Q1. Perspective on clean code
  • Ans. 

    Clean code is essential for maintainability, readability, and scalability of software.

    • Clean code follows consistent naming conventions.

    • Clean code is well-organized and easy to understand.

    • Clean code minimizes duplication and follows the DRY (Don't Repeat Yourself) principle.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 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 - One-on-one 

(1 Question)

  • Q1. Learn about java 8
Round 3 - One-on-one 

(1 Question)

  • Q1. Exception Handling
Round 4 - HR 

(1 Question)

  • Q1. What was your Past projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be a active listener

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Social Media- Is it a boon or a bane?

Round 2 - Aptitude Test 

SDLC, looping question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering. It doesnt matter if you dont know the real trade. They want foolish people

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is hibernate
  • Ans. 

    Hibernate is an open-source object-relational mapping framework for Java applications.

    • Hibernate simplifies the development of database interactions in Java applications by mapping Java objects to database tables.

    • It provides a way to perform database operations using object-oriented programming concepts.

    • Hibernate supports various database management systems like MySQL, Oracle, and PostgreSQL.

    • It helps in managing the dat...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a code to conver roman to int
  • Ans. 

    Convert Roman numerals to integers using a code snippet.

    • Create a dictionary to map Roman numerals to integers

    • Iterate through the input string from right to left

    • If the current numeral is smaller than the next numeral, subtract its value from the total

    • Otherwise, add its value to the total

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Project releated questions

Development Leader Interview Questions asked at other Companies

Q1. Explain about react core concepts and flux architecture
View answer (1)

People10 Technosoft interview questions for popular designations

 Software Engineer

 (4)

 Lab Technician

 (1)

 Senior Software Engineer

 (1)

 Development Leader

 (1)

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

Round 1 - Group Discussion 

It was based on relevance of social media. Where they look ok upon your communication skills

Round 2 - Aptitude Test 

It was an aptitude interwiew were the interviewer ask you. Aptitude based questions and you have to answer them

Round 3 - One-on-one 

(2 Questions)

  • Q1. Here they ask you questions related to programming
  • Q2. Find the error in the code
  • Ans. 

    Find the error in the code

    • Need to specify the error or provide the code

    • Without context, it's impossible to find the error

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be knowledgeable. Keep your answers short and on point.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. -> Oops Concept
  • Q2. -> Delegate & Event Related question
  • Q3. -> Find the 3rd largest used character in a string.
  • Ans. 

    Find the 3rd largest used character in a string.

    • Create a frequency map of characters in the string

    • Sort the map by frequency in descending order

    • Return the third character from the map

  • Answered by AI
  • Q4. -> Singleton Design Pattern
  • Q5. Difference between ArrayList & List.
  • Ans. 

    ArrayList is a class that implements List interface. List is an interface that defines certain methods.

    • ArrayList is a resizable array implementation of List interface.

    • List is an interface that defines certain methods like add(), remove(), get(), etc.

    • ArrayList can store duplicate elements and maintains insertion order.

    • List can be implemented by other classes like LinkedList, Vector, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and try to give all question answer very confidently.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Campus Placement and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why IT field when compared to ECE?
  • Ans. 

    IT field offers more opportunities and growth potential compared to ECE.

    • IT field is constantly evolving and offers a wide range of career options

    • IT professionals are in high demand across industries

    • IT field offers better salary and growth prospects compared to ECE

    • ECE field is limited to certain industries like electronics and telecommunications

    • IT field has more scope for innovation and creativity

  • Answered by AI
  • Q2. About mini project

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great.great experience .interviewer was quite freindly.

Lab Technician Interview Questions asked at other Companies

Q1. Order of draw Cbc parameters and normal range
View answer (39)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about Your project
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented features like task assignment, progress tracking, and team collaboration

    • Integrated with third-party tools like GitHub and Slack

    • Designed a user-friendly interface with responsive design

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Tell me about your CV!
  • Ans. 

    My CV showcases my experience in software development, including projects in Java, Python, and web development.

    • Experience in Java, Python, and web development

    • Worked on projects involving database management systems

    • Familiar with Agile development practices

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Tough! But manuplative ,yes manuplative ,I feel that your test scores are manuplated by the company! You score full marks in the test , but you are mechanical engineer you might not qualify for the next round! I say this as per ny experience . POINTER ,BRANCH and then score in this test describe the overall perfomance!
Tips: The company is totally for IT engineers if you are from other branch fonnot hope much, have a backup.
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical + HR Interview
Experience: They Play with your minds,yes they do! Believe me donot show tough expressions!
Tips: Stay Calm ,they are not to scare you!

Skills: Technical, knowledge, gritt, Behavioural Skills
College Name: Atharva College Of Engineering

People10 Technosoft Interview FAQs

How many rounds are there in People10 Technosoft interview?
People10 Technosoft interview process usually has 3-4 rounds. The most common rounds in the People10 Technosoft interview process are One-on-one Round, HR and Technical.
How to prepare for People10 Technosoft interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at People10 Technosoft. The most common topics and skills that interviewers at People10 Technosoft expect are Agile, Product Engineering, Product Quality, PHP and Agile Methodology.
What are the top questions asked in People10 Technosoft interview?

Some of the top questions asked at the People10 Technosoft interview -

  1. -> Find the 3rd largest used character in a stri...read more
  2. Why IT field when compared to E...read more
  3. Difference between ArrayList & Li...read more

Tell us how to improve this page.

People10 Technosoft Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

People10 Technosoft Reviews and Ratings

based on 46 reviews

3.4/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.0

Job security

3.5

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 46 Reviews and Ratings
Senior Software Engineer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Development Leader
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Lead
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare People10 Technosoft with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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