Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gemini Solutions Team. If you also belong to the team, you can get access from here

Gemini Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gemini Solutions Interview Questions and Answers

Updated 13 Jun 2025
Popular Designations

10 Interview questions

A Technical Trainee was asked 2mo ago
Q. What are some coding problems on strings in DSA?
Ans. 

String problems in DSA involve manipulation, searching, and pattern matching techniques for efficient data handling.

  • 1. String Reversal: Reverse a string using two-pointer technique. Example: 'hello' -> 'olleh'.

  • 2. Palindrome Check: Check if a string reads the same forwards and backwards. Example: 'madam' is a palindrome.

  • 3. Anagram Detection: Determine if two strings are anagrams. Example: 'listen' and 'silent' a...

View all Technical Trainee interview questions
A Software Engineer Trainee was asked
Q. What is a coding question?
Ans. 

Understanding a coding question involves analyzing the problem, identifying the requirements, and devising a solution using programming concepts.

  • Read the problem statement carefully to understand the input, output, and constraints.

  • Identify the key requirements and constraints of the problem.

  • Break down the problem into smaller subproblems if necessary.

  • Choose appropriate data structures and algorithms to solve the p...

View all Software Engineer Trainee interview questions
A Softwaretest Engineer was asked
Q. Given the head of a singly linked list, reverse the list, and return the reversed list.
Ans. 

Reverse a linked list

  • Iterate through the linked list and change the direction of the pointers

  • Use three pointers to keep track of the current, previous and next nodes

  • Handle the edge cases of empty list and single node list

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. How can you determine which bulb is connected to which switch in a closed room?
Ans. 

Turn on one switch for a few minutes, turn it off, then turn on another switch. Enter the room and touch the bulbs to determine which is warm and which is cold.

  • Turn on switch 1 and leave it on for a few minutes

  • Turn off switch 1 and turn on switch 2

  • Enter the room and touch the bulbs

  • The bulb that is warm is connected to switch 1, the bulb that is cold is connected to switch 2

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. Can you find the error in this sample code?
Ans. 

The code contains syntax errors and logical flaws that need to be identified and corrected.

  • Check for missing semicolons or brackets. Example: 'if (condition' should be 'if (condition) {'

  • Look for incorrect variable types. Example: 'int x = 'hello';' should be 'String x = 'hello';'

  • Identify any uninitialized variables. Example: 'int y;' should be initialized before use.

  • Ensure proper function return types. Example: 'v...

View all Softwaretest Engineer interview questions
A Software Engineer II was asked
Q. Explain how a hashmap works.
Ans. 

Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion and retrieval.

  • Hashmap uses hashing function to map keys to their corresponding values in an array

  • Collisions can occur when two keys map to the same index, which can be resolved using techniques like chaining or open addressing

  • Hashmap has O(1) time complexity for insertion, deletion and retrieval op...

View all Software Engineer II interview questions
A Software Engineer II was asked
Q. How do you rotate a linked list twice?
Ans. 

Rotate a linked list twice to the right.

  • Traverse the linked list to find the length and the last node.

  • Connect the last node to the head to form a circular linked list.

  • Traverse the linked list again to find the new last node and break the circular link.

  • Connect the new last node to the head to complete the rotation.

View all Software Engineer II interview questions
Are these interview questions helpful?
A Data Scientist was asked
Q. What is a cnn? How does it work?
Ans. 

CNN stands for Convolutional Neural Network, a type of deep learning algorithm commonly used for image recognition.

  • CNNs are designed to automatically and adaptively learn spatial hierarchies of features from data.

  • They consist of multiple layers of neurons that process portions of the input image, learning to recognize patterns.

  • CNNs use convolutional layers, pooling layers, and fully connected layers to extract fea...

View all Data Scientist interview questions
A Lead Software Engineer .net was asked
Q. Parallel foreach loop dynamic Qury for fetching top 10 employees in c# lambd IQuariable and IEnumerable diff Session management
Ans. 

Questions on parallel foreach loop, dynamic queries, IQueryable vs IEnumerable, and session management.

  • Parallel foreach loop allows for concurrent execution of a loop.

  • Dynamic queries allow for building queries at runtime.

  • IQueryable allows for deferred execution of queries and optimization.

  • IEnumerable is a simpler interface for iterating over collections.

  • Session management involves tracking user sessions and storin...

A Technical Trainee was asked 2mo ago
Q. Linked list from DSA
Ans. 

A linked list is a linear data structure where elements are stored in nodes, each pointing to the next node.

  • Consists of nodes, each containing data and a pointer to the next node.

  • Types include singly linked lists, doubly linked lists, and circular linked lists.

  • Example of singly linked list: 1 -> 2 -> 3 -> NULL.

  • Doubly linked list allows traversal in both directions: NULL <- 1 <-> 2 <-> 3 -&g...

View all Technical Trainee interview questions

Gemini Solutions Interview Experiences

33 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Brief discussion about the role
  • Q2. Asked you about to solve the puzzles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Nodejs and ReactJs. Basic output based and To build a timer in reactjs
Round 2 - Technical 

(2 Questions)

  • Q1. Project based question
  • Q2. Questions on resume and deep questions on react and node
Round 3 - HR 

(1 Question)

  • Q1. Situation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Sub Broker Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2024

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

3 hours,dsa python and tech stacks

Round 2 - Aptitude Test 

Nice and well structured quantitative, aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on your resume

Business Analyst Interview Questions & Answers

user image Vaishali Bhatt

posted on 3 Jul 2024

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

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Excel and situation based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Normal Apti and technical question

Round 2 - Group Discussion 

Normal GD with current topic

Round 3 - One-on-one 

(1 Question)

  • Q1. Online round about project, DSA and intership
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic Programming, DSA
Round 5 - One-on-one 

(1 Question)

  • Q1. DSA and puzzle and about profile
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React native related question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. What is a cnn? How does it work?
  • Ans. 

    CNN stands for Convolutional Neural Network, a type of deep learning algorithm commonly used for image recognition.

    • CNNs are designed to automatically and adaptively learn spatial hierarchies of features from data.

    • They consist of multiple layers of neurons that process portions of the input image, learning to recognize patterns.

    • CNNs use convolutional layers, pooling layers, and fully connected layers to extract features...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and don’t be nervous

Skills evaluated in this interview

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

Clock questions and nim game

Interview Preparation Tips

Interview preparation tips for other job seekers - Be happy
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Angular, State management
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basics of React and Next js

Round 2 - Technical 

(1 Question)

  • Q1. Question in depth on React and Next js

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Gemini Solutions?
Ask anonymously on communities.

Gemini Solutions Interview FAQs

How many rounds are there in Gemini Solutions interview?
Gemini Solutions interview process usually has 2-3 rounds. The most common rounds in the Gemini Solutions interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Gemini 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 Gemini Solutions. The most common topics and skills that interviewers at Gemini Solutions expect are Python, AWS, SQL, Java and Javascript.
What are the top questions asked in Gemini Solutions interview?

Some of the top questions asked at the Gemini Solutions interview -

  1. Puzzle to tell which bulb is connected to which switch in a closed r...read more
  2. Parallel foreach loop dynamic Qury for fetching top 10 employees in c# lambd I...read more
  3. What is a Understand a codingquestionsfor the s...read more
How long is the Gemini Solutions interview process?

The duration of Gemini Solutions 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 27 interview experiences

Difficulty level

Easy 19%
Moderate 81%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

Softenger Interview Questions
4.0
 • 59 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 41 Interviews
Aabasoft Interview Questions
4.1
 • 37 Interviews
Foray Software Interview Questions
3.5
 • 36 Interviews
View all

Gemini Solutions Reviews and Ratings

based on 251 reviews

3.3/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.0

Salary

3.0

Job security

3.2

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 251 Reviews and Ratings
Software Engineer
261 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Senior Software Engineer
244 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Software Engineer II
187 salaries
unlock blur

₹5.6 L/yr - ₹12.1 L/yr

Business Analyst
97 salaries
unlock blur

₹7 L/yr - ₹23.9 L/yr

Senior Software Engineer 1
97 salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Gemini Solutions with

Softenger

4.0
Compare

Foray Software

3.4
Compare

Nelito System

3.4
Compare

Alchemy Techsol India

3.6
Compare
write
Share an Interview