Upload Button Icon Add office photos

Firstsource Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Firstsource Solutions Senior Java Developer Interview Questions and Answers

Updated 27 Jan 2024

Firstsource Solutions Senior Java Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About experience previous project technical design
  • Q2. I have hands good exposure
Round 2 - Group Discussion 

How to handle the project amd team members and how will take care the code analysis

Interview questions from similar companies

I applied via Job Fair and was interviewed before Dec 2021. 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 - Coding Test 

Strictly know about advanced coding languages like python.

Round 3 - Aptitude Test 

Be focus on aptitude and reasoning too....

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have more knowledge in testing also you will benefited at least.

I appeared for an interview in May 2022.

Round 1 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 2 - Assignment 

A detail assignment is the temporary placement of a career employee in another established position that is vacant or from which the incumbent is absent.

Round 3 - Aptitude Test 

An aptitude test is a way for employers to assess a candidate's abilities through a variety of different testing formats. Aptitude tests will test your ability to perform tasks and react to situations at work. This includes problem-solving, prioritisation and numerical skills, amongst other things.

Round 4 - Technical 

(3 Questions)

  • Q1. Consider the tools and skills necessary for the role. Think about the basic requirements of the job. ...
  • Q2. Study helpful books and digital publications. .
  • Ans. For books about studying productively, I think you'd be hard-pressed to find better than Eat That Frog – For Students by Brian Tracy and Anna Leinberger, The Productivity Project and Hyperfocus by Chris Bailey, The Procrastination Equation by Dr Piers Steel and Deep Work by Cal Newport.
  • Answered Anonymously
  • Q3. Take the time you need
  • Ans. Said to mean that you can spend as much time as you need in doing something, or that you should slow down
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - tips for a successful job interview
1) Be punctual at your interview. It is mandatory to be on time at a job interview. ...
2) Do your research on the company. ...
3) Don't forget about nonverbal communication. ...
4) Be polite with everyone. ...
5) Be prepared for your interview.

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About c and c++ excel, ms world
  • Q2. Programs, programs of company, marks, any thing
  • Q3. In ms world we can do any thing

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a fresher of a company I don't have ny experience but i will try my in a company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com 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 

What was the coding test,what is the use of the testing in development.

Round 3 - Group Discussion 

How to the update project,how to the sales the projects

Round 4 - Assignment 

Software development and process

Interview Preparation Tips

Topics to prepare for Conduent Software Developer interview:
  • Data Science
  • Machine Learning
Interview preparation tips for other job seekers - this the best way to practice interview questions.

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Oops concept and MSSQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview with OOPS concept and SQL queries. Questions are not tough.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It was a written test for testing communication skills.

Round 2 - Technical 

(2 Questions)

  • Q1. How well you know about Microsoft.
  • Q2. How many windows operating systems you have used.
  • Ans. 

    I have used 5 different Windows operating systems.

    • Windows 95

    • Windows XP

    • Windows 7

    • Windows 8

    • Windows 10

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Multiple members engage in discussions regarding matters or problems.
  • Q2. Problem-solving for quick and efficient solutions.
  • Q3. Describe a time you encountered a complex technical challenge in a project. How did you approach the problem, and what was the outcome
  • Q4. Explain a time you had to debug a difficult piece of code. What steps did you take to identify and resolve the issue

Interview Preparation Tips

Interview preparation tips for other job seekers - We update our company daily to create new initiatives.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic topic and be updated in every topic

Round 2 - Coding Test 

Basic coding and algorithms

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

I appeared for an interview in Aug 2023.

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 - Aptitude Test 

10 day,Numbers,Alebra

Round 3 - Technical 

(5 Questions)

  • Q1. Oop,C++.html,css,javascrept
  • Q2. What is order list
  • Ans. 

    An ordered collection of items, typically displayed in a numbered list.

    • Order list is used to display items in a specific sequence.

    • Items in an order list are typically numbered or marked with bullets.

    • Example:

      1. Item 1
      2. Item 2

  • Answered by AI
  • Q3. What is javascript
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It can be used to add interactivity to websites, such as form validation or dynamic content.

    • JavaScript can also be used for server-side development with Node.js.

    • Examples of JavaScript frameworks/libraries include React, Angular, and Vue.

  • Answered by AI
  • Q4. What is ===operator
  • Ans. 

    === operator is a strict equality operator in JavaScript that checks if two values are equal in both value and type.

    • === operator returns true if both operands are of the same type and have the same value

    • It does not perform type coercion, unlike the == operator

    • Example: 5 === '5' will return false because the operands are of different types

  • Answered by AI
  • Q5. What is the main features of oop
  • Ans. 

    Main features of OOP include encapsulation, inheritance, and polymorphism.

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

    • Inheritance: Ability to create new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Example: Encapsulation - a class 'Car' wi...

  • Answered by AI

Skills evaluated in this interview

Firstsource Solutions Interview FAQs

How many rounds are there in Firstsource Solutions Senior Java Developer interview?
Firstsource Solutions interview process usually has 2 rounds. The most common rounds in the Firstsource Solutions interview process are Technical and Group Discussion.
How to prepare for Firstsource Solutions Senior Java Developer 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 Firstsource Solutions. The most common topics and skills that interviewers at Firstsource Solutions expect are Automation, Image Processing, Java, NLP and Problem Solving.

Tell us how to improve this page.

Firstsource Solutions Senior Java Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Infosys BPM Interview Questions
3.6
 • 966 Interviews
iEnergizer Interview Questions
4.6
 • 657 Interviews
Omega Healthcare Interview Questions
3.7
 • 457 Interviews
R1 RCM Interview Questions
3.9
 • 287 Interviews
HGS Interview Questions
3.8
 • 247 Interviews
IntouchCX Interview Questions
2.9
 • 198 Interviews
View all
Senior Analyst
2.2k salaries
unlock blur

₹2 L/yr - ₹7.7 L/yr

Analyst
1.7k salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Customer Service Associate
1.1k salaries
unlock blur

₹0.9 L/yr - ₹5 L/yr

Associate
1.1k salaries
unlock blur

₹1.5 L/yr - ₹5.2 L/yr

Senior Associate
982 salaries
unlock blur

₹1 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Firstsource Solutions with

Teleperformance

3.9
Compare

Concentrix Corporation

3.7
Compare

iEnergizer

4.6
Compare

WNS

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