Upload Button Icon Add office photos

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

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. He basically focused on java 8 features. I answered all of them but surprised with the negative response. Java 8 features Design patterns
  • Q2. Java 8 features
  • Q3. Design patterns in java
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Design patterns help in creating flexible, reusable, and maintainable code.

    • Some commonly used design patterns in Java are Singleton, Factory, Observer, and Decorator.

    • Singleton pattern ensures that only one instance of a class is created.

    • Factory pattern provides an interface for creating objects in a superclass, but allows subclasses to alter the type of...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself in details

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good he asked each and every que in details
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Rabbit MQ?
  • Ans. 

    RabbitMQ is a message broker software that implements the Advanced Message Queuing Protocol (AMQP).

    • RabbitMQ allows different software systems to communicate by sending and receiving messages.

    • It can be used to decouple different parts of a system, making it more scalable and resilient.

    • RabbitMQ supports multiple messaging protocols, including AMQP, MQTT, and STOMP.

  • Answered by AI
  • Q2. What is LINQ in .net?
  • Ans. 

    LINQ (Language Integrated Query) is a feature in .NET that allows querying data from different data sources using a uniform syntax.

    • LINQ allows querying data from collections, databases, XML, and more.

    • It provides a set of standard query operators like Where, Select, OrderBy, etc.

    • LINQ queries are written in C# or VB.NET and are type-safe.

    • Example: var result = from num in numbers where num % 2 == 0 select num;

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hash map implementation
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hash map uses a hash function to map keys to indices in an array.

    • Collision handling is important in hash map implementation.

    • Common operations include adding, removing, and retrieving key-value pairs.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. About software development models

Skills evaluated in this interview

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

I applied via Newspaper Ad and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

A person ability in a particular skills or field of knowledge

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about your self ?
  • Ans. 

    I am a passionate Java Developer with 5 years of experience in developing web applications and strong knowledge of Java technologies.

    • 5 years of experience in Java development

    • Proficient in developing web applications

    • Strong knowledge of Java technologies

  • Answered by AI
  • Q2. What are strength ?
  • Ans. 

    Strengths are qualities or attributes that make an individual or team effective in achieving goals.

    • Physical strength: Ability to lift heavy objects or perform physically demanding tasks.

    • Emotional strength: Resilience in facing challenges and managing stress.

    • Intellectual strength: Problem-solving skills and critical thinking abilities.

    • Interpersonal strength: Effective communication and teamwork skills.

    • Adaptability: Abil...

  • Answered by AI
  • Q3. Why are interested in this job?
  • Ans. 

    I am passionate about Java development and excited about the opportunity to work on challenging projects.

    • I have a strong background in Java programming and enjoy solving complex problems.

    • I am eager to contribute my skills and expertise to a dynamic team.

    • I am interested in this job because it offers the chance to work on cutting-edge technologies and make a real impact.

  • Answered by AI
  • Q4. Tell me about your studying
  • Ans. 

    I have a Bachelor's degree in Computer Science and have taken various online courses to further my knowledge in Java development.

    • Bachelor's degree in Computer Science

    • Online courses in Java development

    • Continuous learning and staying updated with latest technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job is very good important in life
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about latest project
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2023.

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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a query for inner join
  • Ans. 

    An inner join query combines rows from two or more tables based on a related column between them.

    • Use the SELECT statement to specify the columns you want to retrieve

    • Use the FROM clause to specify the tables you want to join

    • Use the INNER JOIN keyword to perform an inner join based on a common column

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Cat level maths are to be solved

Round 2 - Coding Test 

Java coding basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy to crack

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.

Senior Analyst
2.2k salaries
unlock blur

₹2 L/yr - ₹7.3 L/yr

Analyst
1.7k salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Customer Service Associate
1.1k salaries
unlock blur

₹0.8 L/yr - ₹5 L/yr

Associate
1k salaries
unlock blur

₹1.5 L/yr - ₹5.2 L/yr

Senior Customer Service Associate
950 salaries
unlock blur

₹1 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Firstsource Solutions with

Infosys

3.7
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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