AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.3

based on 249 Reviews

Play video Play video Video summary
  • About
  • Reviews
    249
  • Salaries
    2.2k
  • Interviews
    33
  • Jobs
    19
  • Benefits
    21
  • Photos
    -

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

Administration Manager Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2025

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
  • Add your answer
  • Q2. Asked you about to solve the puzzles
  • Add your answer
Anonymous

Software Engineer II Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2024

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
  • Add your answer
Round 2 - Technical 

(2 Questions)

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

(1 Question)

  • Q1. Situation questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview
Anonymous

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
Anonymous

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
  • Add your answer
Anonymous

Sdet Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

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
  • Add your answer
Round 4 - One-on-one 

(1 Question)

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

(1 Question)

  • Q1. DSA and puzzle and about profile
  • Add your answer
Anonymous

Senior Software Engineer Interview Questions & Answers

user image ankit

posted on 13 Aug 2024

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

(1 Question)

  • Q1. React native related question
  • Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 25 May 2024

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
    Add your answer

Interview Preparation Tips

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

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

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
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

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

(1 Question)

  • Q1. Angular, State management
  • Add your answer
Anonymous

Software Developer 1 Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2024

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
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Gemini Solutions?
Ask anonymously on communities.
More about working at Gemini Solutions
  • HQ - Gurgaon/Gurugram, Haryana, India
  • IT Services & Consulting
  • 501-1k Employees (India)

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.

Gemini Solutions Interviews By Designations

  • Gemini Solutions Senior Software Engineer Interview Questions
  • Gemini Solutions Technical Trainee Interview Questions
  • Gemini Solutions Software Engineer Interview Questions
  • Gemini Solutions Software Engineer II Interview Questions
  • Gemini Solutions Intern Interview Questions
  • Gemini Solutions Sdet Automation Test Engineer Interview Questions
  • Gemini Solutions Data Scientist Interview Questions
  • Gemini Solutions Software Developer Interview Questions
  • Show more
  • Gemini Solutions Business Analyst Interview Questions
  • Gemini Solutions SDE (Software Development Engineer) Interview Questions

Interview Questions for Popular Designations

  • Technical Trainee Interview Questions
  • Senior Software Engineer Interview Questions
  • Senior Executive Interview Questions
  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Sales Executive Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Show more
  • System Engineer Interview Questions
  • HR Executive Interview Questions

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

Alchemy Techsol India
Alchemy Techsol India Interview Questions
3.6
 • 83 Interviews
Softenger
Softenger Interview Questions
4.0
 • 59 Interviews
Mindfire Solutions
Mindfire Solutions Interview Questions
4.0
 • 45 Interviews
Winjit Technologies
Winjit Technologies Interview Questions
3.7
 • 43 Interviews
Nitor Infotech, an Ascendion company
Nitor Infotech, an Ascendion company Interview Questions
4.2
 • 43 Interviews
TestingXperts
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera
Credera Interview Questions
3.7
 • 41 Interviews
Aabasoft
Aabasoft Interview Questions
4.1
 • 37 Interviews
Foray Software
Foray Software Interview Questions
3.5
 • 36 Interviews
Cyber Infrastructure
Cyber Infrastructure Interview Questions
3.5
 • 36 Interviews
View all

Gemini Solutions Reviews and Ratings

based on 249 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 249 Reviews and Ratings
Jobs at Gemini Solutions
Gemini Solutions
QA Automation

Gurgaon / Gurugram

4-6 Yrs

Not Disclosed

Gemini Solutions
Gemini Solutions - Full Stack Developer - Java/AngularJS (5-8 yrs)

5-8 Yrs

Not Disclosed

Gemini Solutions
Gemini Solutions - DevOps/Site Reliability Engineer (5-8 yrs)

5-8 Yrs

Not Disclosed

Explore more jobs
Gemini Solutions Salaries in India
Software Engineer
259 salaries
unlock blur

₹5.5 L/yr - ₹11.2 L/yr

Senior Software Engineer
252 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Software Engineer II
188 salaries
unlock blur

₹5.6 L/yr - ₹12.1 L/yr

Senior Software Engineer 1
102 salaries
unlock blur

₹8.3 L/yr - ₹18 L/yr

Business Analyst
97 salaries
unlock blur

₹7 L/yr - ₹23.9 L/yr

Explore more salaries
Compare Gemini Solutions with
Softenger

Softenger

4.0
Compare
Foray Software

Foray Software

3.5
Compare
Nelito System

Nelito System

3.4
Compare
Alchemy Techsol India

Alchemy Techsol India

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Gemini Solutions Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter