Upload Button Icon Add office photos

Filter interviews by

Topsource Infotech Solutions Interview Questions and Answers

Updated 10 Jan 2024

Topsource Infotech Solutions Interview Experiences

2 interviews found

Process Leader Interview Questions & Answers

user image Neeraj Kumar Jha

posted on 10 Jan 2024

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

I applied via Company Website and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Related to past experience. Q. Explain the journal entries of rent on the basis of accural and cash concepts method.
  • Ans. Ans. (a) before paying the rent journal entry of rent on accrual basis. Rent A/C. - Dr. Accrural rent A/C. Cr. (liability to pay) ( b) after paid rent passing the journal entry of rent on cash basis. Accural rent A/C. Dr.(Rent paid and Discharge the liability) Cash/Bank A/C. Cr. (c). Final rent journal entry will be Rent A/C Dr. Bank A/C. Cr.
  • Answered by Neeraj Kumar Jha

Process Leader Interview Questions asked at other Companies

Q1. What is deprivation and how many types of deprication
View answer (1)

CSE Interview Questions & Answers

user image Anonymous

posted on 24 Jan 2022

Round 1 - One-on-one 
Round 2 - One-on-one 
Round 3 - HR 
Round 4 - Tax Related 
Round 5 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - .

Jobs at Topsource Infotech Solutions

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 questions based on coding

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or slice() in Python

    • Iterate through the string in reverse order and append each character to a new string

    • Convert the string to an array of characters, reverse the array, then join the characters back together

  • Answered by AI
  • Q2. Linked list in java
  • Ans. 

    A linked list is a data structure in Java where each element points to the next element in the list.

    • Linked list nodes contain data and a reference to the next node

    • Insertion and deletion operations are efficient in linked lists

    • Traversal requires iterating through each node starting from the head

    • Example: Node class with data and next pointer, LinkedList class with methods to insert, delete, and traverse

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test and personality test, It's easy

Round 2 - Technical 

(1 Question)

  • Q1. Code to print diagonal elements in 2d array. Reverse a string without using other empty string.
  • Ans. 

    Print diagonal elements in a 2D array and reverse a string without using an empty string.

    • Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.

    • Iterate through the characters of the string from the last index to the first index and append each character to a new string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In technical round, they focus only on coding, problem solving and data structures and algorithms.
So be ready to solve codes

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2023. There were 3 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 

There was coding round in php of 5 questions and 3 to be attempted

Round 3 - Technical 

(2 Questions)

  • Q1. The technical round was in docker and php
  • Q2. And about the frontend part of the websites

Interview Preparation Tips

Topics to prepare for HyScaler Software Developer Trainee interview:
  • Docker
  • php
  • HTML
Interview preparation tips for other job seekers - Hyscaler is a very good company for both fresher and Experienced . It provides a very hood works place and experience with interactive teams and hr. Here you can gain the experience for you carrier and sharp your carrier too.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 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 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 2 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. 1 : job experience.? 2:which type of mobile..?
  • Ans. 

    I have 5 years of experience as a Mobile Test Engineer, specializing in testing iOS and Android applications.

    • 5 years of experience as a Mobile Test Engineer

    • Specialize in testing iOS and Android applications

  • Answered by AI
  • Q2. Job experience Which type of mobile
  • Q3. Did you like this job..?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell me how you evaluate your department performance
Round 3 - Technical 

(1 Question)

  • Q1. Technical drawing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Oops concept, generic classes, dependency injection , sql
  • Q2. Jquery, closures in javascript ,
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Very easy roundand is it a program to implement Parallel Merge Sort and can measure the performance

Round 3 - Coding Test 

Coding and decoding reasoning for the shield season is over now I am not sure

Interview Preparation Tips

Interview preparation tips for other job seekers - Learning in the morning and have a couple years back home

Topsource Infotech Solutions Interview FAQs

How many rounds are there in Topsource Infotech Solutions interview?
Topsource Infotech Solutions interview process usually has 3 rounds. The most common rounds in the Topsource Infotech Solutions interview process are One-on-one Round, HR and Technical.
How to prepare for Topsource Infotech Solutions 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 Topsource Infotech Solutions. The most common topics and skills that interviewers at Topsource Infotech Solutions expect are Payroll, ESI, Accounting, TDS and HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 Topsource Infotech Solutions interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Topsource Infotech Solutions Reviews and Ratings

based on 24 reviews

3.4/5

Rating in categories

3.3

Skill development

3.3

Work-Life balance

3.3

Salary & Benefits

3.1

Job Security

3.2

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 24 Reviews and Ratings
Payroll Associate

Pune

3-5 Yrs

₹ 3.25-3.6 LPA

Global Payroll Associate

Pune

1-3 Yrs

₹ 3.6-3.25 LPA

Accounts Associate

Pune

4-6 Yrs

₹ 4.5-6 LPA

Explore more jobs
Payroll Executive
29 salaries
unlock blur

₹2.3 L/yr - ₹4.2 L/yr

Senior Customer Service Executive
29 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Customer Service Executive
15 salaries
unlock blur

₹2.1 L/yr - ₹4.8 L/yr

Process Leader
14 salaries
unlock blur

₹3.5 L/yr - ₹6.3 L/yr

Senior Payroll Executive
12 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Topsource Infotech Solutions with

Automatic Data Processing (ADP)

4.0
Compare

Paychex IT Solutions India

4.1
Compare

Genpact

3.9
Compare

Accenture

3.9
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