Upload Button Icon Add office photos

Solitaire Infosys

Compare button icon Compare button icon Compare

Filter interviews by

Solitaire Infosys Python Developer Intern Interview Questions and Answers

Updated 4 Mar 2024

Solitaire Infosys Python Developer Intern Interview Experiences

1 interview found

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.
  • 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 provides a s...

  • Answered by AI
  • Q4. 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 base c...

  • Answered by AI
  • 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

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about Solitaire Infosys?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Python Developer Intern Interview Questions Asked at Other Companies

asked in Browseinfo
Q1. what is python? what is a list? what is a tuple? what is set? Dif ... read more
Q2. Create a Django CRUD application with two models: Employee and Ca ... read more
asked in Techolution
Q3. Describe the API design for a book store, including endpoints and ... read more
Q4. How can Django be used to retrieve product details?
asked in Turing
Q5. Develop a Flask application to handle requests.

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

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

Round 1 - Aptitude Test 

20 questions and 40 minutes time, questions were asked from computer science basics and aptitude

Round 2 - Coding Test 

5 coding questions and 1 hr time. Questions were easy to medium level and mostly asked on topics like array, strings and basic data structures

Round 3 - Technical 

(1 Question)

  • Q1. Next 3 rounds were technical interviews. Coding questions were asked in all rounds and some hr questions in 3rd interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and practice solving coding questions on simple text editor.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

5 coding questions on google docs..duration 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Questions on string and array manipulation, leap year identification, second largest element of array, etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

5-6 questions were provided and a day was given.

Round 2 - Technical 

(1 Question)

  • Q1. DSA question related to array and string
Round 3 - Technical 

(1 Question)

  • Q1. Find the minimum number of coins to make a given value. (Coin Change)
  • Ans. 

    Find minimum number of coins to make a given value using dynamic programming.

    • Use dynamic programming to find the minimum number of coins needed.

    • Create a dp array to store the minimum number of coins for each value up to the given value.

    • Iterate through each coin denomination and update the dp array accordingly.

    • Return the value at the given value index in the dp array.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Raja Software Labs Software Developer interview:
  • DSA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium level question based on quantitative aptitude

Round 2 - Coding Test 

Medium level leetcode questions

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience and get very much to learn
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions based on data structure

Round 2 - Coding Test 

Questions based on Data structure

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Programming questions on string, array, numbers.
Difficultity level was simple.

Round 2 - Coding Test 

5 questions were asked out of which 2 of them were easy and rest of them were hard.
Easy :- sorting, numbers
Hard :- bitwise, mathematical equation question.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Good question with nice logic

Round 2 - Coding Test 

5 question in 1 hour so it's kinda difficult to manage time

Solitaire Infosys Interview FAQs

How many rounds are there in Solitaire Infosys Python Developer Intern interview?
Solitaire Infosys interview process usually has 2 rounds. The most common rounds in the Solitaire Infosys interview process are Technical and Aptitude Test.
What are the top questions asked in Solitaire Infosys Python Developer Intern interview?

Some of the top questions asked at the Solitaire Infosys Python Developer Intern 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

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
View all

Solitaire Infosys Python Developer Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Engineer
15 salaries
unlock blur

₹1.5 L/yr - ₹27.5 L/yr

Senior Engineer
9 salaries
unlock blur

₹6.5 L/yr - ₹32 L/yr

Software Engineer
6 salaries
unlock blur

₹2.9 L/yr - ₹5 L/yr

Software Developer
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Business Analyst
5 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Explore more salaries
Compare Solitaire Infosys with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.0
Compare

Value Point Systems

3.6
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview