Upload Button Icon Add office photos

Solitaire Infosys

Compare button icon Compare button icon Compare

Filter interviews by

Solitaire Infosys Interview Questions and Answers

Updated 4 Aug 2025
Popular Designations

15 Interview questions

A Mern Stack Developer was asked 8mo ago
Q. Pipeline in express
Ans. 

Pipeline in Express is a series of functions that are executed in a specific order during the request-response cycle.

  • Middleware functions are added to the pipeline using app.use() or app.METHOD() functions.

  • Each middleware function can modify the request and response objects, or end the request-response cycle.

  • Middleware functions can be used for tasks like logging, authentication, error handling, etc.

View all Mern Stack Developer interview questions
A Software Engineer was asked 9mo ago
Q. What is the range of the char data type in Java?
Ans. 

In Java, the char data type represents a single 16-bit Unicode character.

  • char data type stores a single character, such as 'A' or '$'.

  • char data type is 16 bits in size and can represent values from 0 to 65,535.

  • char data type can also be used to store Unicode characters, allowing for internationalization support.

View all Software Engineer interview questions
A Software Engineer was asked 9mo ago
Q. What will be the output of the following code snippet?
Ans. 

The code snippet will output 'Hello World!'

  • The code snippet is a simple print statement that outputs the string 'Hello World!'

  • There are no variables or conditions involved, so the output will always be 'Hello World!'

View all Software Engineer interview questions
A Java Developer was asked
Q. What is the use of the dot operator?
Ans. 

The dot operator is used in Java to access members of a class, such as variables and methods.

  • Used to access variables and methods of a class

  • Syntax: object.variable or object.method()

  • Example: String str = new String(); str.length()

View all Java Developer interview questions
A Java Developer was asked
Q. What is the difference between abstraction and encapsulation?
Ans. 

Abstraction focuses on hiding implementation details, while encapsulation focuses on bundling data and methods together.

  • Abstraction is achieved through abstract classes and interfaces, allowing for the creation of blueprints for classes without specifying implementation details.

  • Encapsulation involves bundling data (attributes) and methods (behaviors) together within a class, and controlling access to them through ...

View all Java Developer interview questions
A Python Developer Intern was asked
Q. How would you implement polymorphism in C++?
Ans. 

Polymorphism in C++ can be implemented using function overloading, function overriding, and virtual functions.

  • Use function overloading to have multiple functions with the same name but different parameters.

  • Use function overriding to have a function in a derived class with the same name and parameters as a function in the base class.

  • Use virtual functions to achieve runtime polymorphism by allowing a function in a b...

View all Python Developer Intern interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Python Developer Intern was asked
Q. How would you handle exceptions in Python?
Ans. 

Exceptions in Python are handled using try-except blocks to catch and handle errors gracefully.

  • Use try-except blocks to catch and handle exceptions in Python.

  • Specify the type of exception to catch or use 'except' to catch all exceptions.

  • Use 'finally' block to execute code regardless of whether an exception was raised or not.

  • Reraise exceptions using 'raise' keyword within except block if needed.

  • Handle specific exce...

View all Python Developer Intern interview questions
Are these interview questions helpful?
A Python Developer Intern was asked
Q. Explain the difference between == and === operators in JavaScript.
Ans. 

In JavaScript, == is used for equality comparison, while === is used for strict equality comparison.

  • The == operator compares two values for equality, performing type coercion if necessary.

  • The === operator compares two values for strict equality, without type coercion.

  • Example: 1 == '1' will return true, but 1 === '1' will return false.

View all Python Developer Intern interview questions
A Python Developer Intern was asked
Q. Explain the concept of method overloading and method overriding in Java.
Ans. 

Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is redefining a method in a subclass with the same signature as in the superclass.

  • Method overloading allows a class to have multiple methods with the same name but different parameters. Example: void print(int a) and void print(int a, int b).

  • Method overriding occurs when a subclass provide...

View all Python Developer Intern interview questions
An ASP.NET Developer was asked
Q. What is ASP.Net?
Ans. 

ASP.NET is a web application framework developed by Microsoft.

  • It allows developers to build dynamic web applications and services.

  • It supports multiple programming languages such as C#, VB.NET, and F#.

  • It provides a rich set of libraries and tools for building web applications.

  • It includes features such as authentication, caching, and session management.

  • It can be used to build web applications for desktop and mobile ...

View all ASP.NET Developer interview questions

Solitaire Infosys Interview Experiences

17 interviews found

Telecaller Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2025

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

I appeared for an interview in Jul 2025, where I was asked the following questions.

  • Q1. Introduction and about hobbies and skills.
  • Q2. Is communication good

Interview Preparation Tips

Interview preparation tips for other job seekers - DON'T APPLY
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

Averages, speed, pattern finding, clocks

Round 2 - Technical 

(2 Questions)

  • Q1. Char range in JAVA
  • Q2. What will be the output of following code snippet

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Python, C Programming, HTML, CSS, Java, Data Structure
  • Q2. How would you handle exceptions in Python?
  • Ans. 

    Exceptions in Python are handled using try-except blocks to catch and handle errors gracefully.

    • Use try-except blocks to catch and handle exceptions in Python.

    • Specify the type of exception to catch or use 'except' to catch all exceptions.

    • Use 'finally' block to execute code regardless of whether an exception was raised or not.

    • Reraise exceptions using 'raise' keyword within except block if needed.

    • Handle specific exception...

  • Answered by AI
  • Q3. Explain the concept of method overloading and method overriding in Java.
  • Q4. How would you implement polymorphism in C++?
  • Q5. Explain the difference between == and === operators in JavaScript.
  • Ans. 

    In JavaScript, == is used for equality comparison, while === is used for strict equality comparison.

    • The == operator compares two values for equality, performing type coercion if necessary.

    • The === operator compares two values for strict equality, without type coercion.

    • Example: 1 == '1' will return true, but 1 === '1' will return false.

  • Answered by AI
Round 2 - Aptitude Test 

About all these skills and related skills

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between abstraction and encapsulation
  • Q2. What is the use of dot operator

Skills evaluated in this interview

Mern Stack Developer Interview Questions & Answers

user image aurpit 21BC007

posted on 14 Nov 2024

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Pipeline in express
  • Ans. 

    Pipeline in Express is a series of functions that are executed in a specific order during the request-response cycle.

    • Middleware functions are added to the pipeline using app.use() or app.METHOD() functions.

    • Each middleware function can modify the request and response objects, or end the request-response cycle.

    • Middleware functions can be used for tasks like logging, authentication, error handling, etc.

  • Answered by AI

Skills evaluated in this interview

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

Mathematics,english ,verbal

Round 2 - Technical 

(1 Question)

  • Q1. Hooks related ,props,components,router
Round 3 - HR 

(1 Question)

  • Q1. Strengths,weakness,short-term goal,long term goal

Web Developer Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

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

Thye have asked 4 coding questins

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good expericne
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2023. 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 

Print hello world in programming in c

Round 3 - Personal Interview 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your future
  • Q3. In computer engineering

Interview Preparation Tips

Topics to prepare for Solitaire Infosys Diploma Computer Engineer interview:
  • Capital Goods
Interview preparation tips for other job seekers - Interview is best for your future dreams
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn 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 - Aptitude Test 

Simple aptitude test.Basic aptitude and reasoning questions and english grammer question

Round 3 - One-on-one 

(2 Questions)

  • Q1. Java basic core java and the projects features of java oops
  • Q2. What is java and features of java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • Java is object-oriented, allowing for the creation of reusable code and modular programs

    • Java is known for its robust standard library, which includes tools for networking, I/O, and more

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company for internship

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2022. 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 - Assignment 

If you do the assignment they will select you for an internship sure.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just work on your resume, add relevant skills like DSA, OOPs, Database, etc

Top trending discussions

View All
Interview Hub
4d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Solitaire Infosys?
Ask anonymously on communities.

Solitaire Infosys Interview FAQs

How many rounds are there in Solitaire Infosys interview?
Solitaire Infosys interview process usually has 2-3 rounds. The most common rounds in the Solitaire Infosys interview process are Aptitude Test, Technical and HR.
How to prepare for Solitaire Infosys 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 Solitaire Infosys. The most common topics and skills that interviewers at Solitaire Infosys expect are Javascript, Communication Skills, MySQL, Sales and Business Development.
What are the top questions asked in Solitaire Infosys interview?

Some of the top questions asked at the Solitaire Infosys interview -

  1. How would you implement polymorphism in C...read more
  2. How would you handle exceptions in Pyth...read more
  3. Explain the concept of method overloading and method overriding in Ja...read more
How long is the Solitaire Infosys interview process?

The duration of Solitaire Infosys interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 14 interview experiences

Difficulty level

Easy 43%
Moderate 57%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Zifo RnD Solutions Interview Questions
3.7
 • 65 Interviews
Saama Technologies Interview Questions
3.8
 • 58 Interviews
Talentica Software Interview Questions
4.1
 • 52 Interviews
Affine Interview Questions
3.3
 • 52 Interviews
Blenheim Chalcot Interview Questions
2.8
 • 51 Interviews
Raja Software Labs Interview Questions
3.4
 • 44 Interviews
DotPe Interview Questions
3.0
 • 42 Interviews
View all

Solitaire Infosys Reviews and Ratings

based on 53 reviews

3.2/5

Rating in categories

2.9

Skill development

3.0

Work-life balance

2.9

Salary

2.8

Job security

3.1

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 53 Reviews and Ratings
Java Developer (Word Press / Laravel)

Mohali

1-4 Yrs

Not Disclosed

PHP Developer (Word Press / Laravel)

Mohali

1-4 Yrs

Not Disclosed

Explore more jobs
Engineer
15 salaries
unlock blur

₹1.5 L/yr - ₹27.5 L/yr

Software Engineer
6 salaries
unlock blur

₹2.9 L/yr - ₹5 L/yr

Manager / Sr Manager - Administration
5 salaries
unlock blur

₹16.8 L/yr - ₹26.6 L/yr

Assistant Manager/Manager-(Nontechnical)
5 salaries
unlock blur

₹2.7 L/yr - ₹8 L/yr

Software Tester
5 salaries
unlock blur

₹3.2 L/yr - ₹37.5 L/yr

Explore more salaries
Compare Solitaire Infosys with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview