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 Senior Software Engineer Interview Questions and Answers

Updated 18 Aug 2024

Gemini Solutions Senior Software Engineer Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. React native related question
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Angular, State management

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test for quant and reasoning along with few coding questions

Round 2 - Coding Test 

Two problem solving questions on tech used

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. General HR specific questions

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Wpf technical questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - The more experience you have working on a technology, the more you’re likely to crack the interview. Very transparent interview process

Gemini Solutions interview questions for designations

 Senior Software Engineer 2

 (1)

 Software Engineer

 (3)

 Software Engineer II

 (2)

 Software Engineer Trainee

 (1)

 Software Development Engineer

 (1)

 Software Engineer Level 1

 (1)

 Software Developer

 (1)

 SDE (Software Development Engineer)

 (1)

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Sep 2021. 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 - One-on-one 

(2 Questions)

  • Q1. Basic oops concepts C# questions
  • Q2. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process just your basics should be clear. Be you & explain it properly.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 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 - Coding Test 

Basics of core js and css questions

Round 3 - Technical 

(1 Question)

  • Q1. Implement Infinite scroll on the page
  • Ans. 

    Implementing infinite scroll on a webpage

    • Use JavaScript to detect when user reaches the bottom of the page

    • Fetch more content using AJAX calls

    • Append new content to the existing page dynamically

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI

I applied via Referral and was interviewed before Sep 2021. There were 5 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 

(1 Question)

  • Q1. All about angular basic and deep questioning
Round 3 - Technical 

(1 Question)

  • Q1. Basic routing and SPA
Round 4 - Behavioral 

(1 Question)

  • Q1. Detail qbout angular and node js
  • Ans. 

    Angular is a front-end framework while Node.js is a back-end runtime environment.

    • Angular is used for building dynamic web applications with a focus on the client-side.

    • Node.js is used for building server-side applications with JavaScript.

    • Angular uses TypeScript for building applications while Node.js uses JavaScript.

    • Angular has a large community and a lot of pre-built components while Node.js has a vast library of modul...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion as per interview

Interview Preparation Tips

Topics to prepare for Winjit Technologies Senior Software Engineer interview:
  • OOPS
  • Angular
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - Be calmly to take the interview. Preapare at least basic things to attend the interview.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are Promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

    • Example: Fetching data from an API returns a Promise that resolves with the data or rejects with an erro

  • Answered by AI
  • Q2. Is Node.js Single Threaded or Multiple Threaded
  • Ans. 

    Node.js is single threaded, but uses multiple threads for I/O operations.

    • Node.js uses a single thread to handle all JavaScript code execution.

    • It uses multiple threads from a thread pool to handle I/O operations asynchronously.

    • This allows Node.js to handle high concurrency without blocking the main thread.

    • Example: When reading a file, Node.js will use a separate thread from the pool to perform the I/O operation.

  • Answered by AI
Round 2 - Coding Test 

Reverse the Array of Strings

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Place to work

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. There were multiple questions on azure cloud and projects i worked on
  • Q2. Sql queries and scenario based azure questions

Gemini Solutions Interview FAQs

How many rounds are there in Gemini Solutions Senior Software Engineer interview?
Gemini Solutions interview process usually has 1-2 rounds. The most common rounds in the Gemini Solutions interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Gemini Solutions Senior Software Engineer interview?

Some of the top questions asked at the Gemini Solutions Senior Software Engineer interview -

  1. Wpf technical questions were as...read more
  2. General HR specific questi...read more
  3. React native related quest...read more

Tell us how to improve this page.

Gemini Solutions Senior Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Gemini Solutions Senior Software Engineer Salary
based on 231 salaries
₹7.7 L/yr - ₹22 L/yr
18% less than the average Senior Software Engineer Salary in India
View more details

Gemini Solutions Senior Software Engineer Reviews and Ratings

based on 24 reviews

3.7/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.4

Salary

3.8

Job security

3.8

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
239 salaries
unlock blur

₹4.5 L/yr - ₹11.3 L/yr

Senior Software Engineer
231 salaries
unlock blur

₹7.7 L/yr - ₹22 L/yr

Software Engineer II
149 salaries
unlock blur

₹6.2 L/yr - ₹12.2 L/yr

Senior Software Engineer 1
91 salaries
unlock blur

₹8.3 L/yr - ₹17.2 L/yr

Software Engineer L1
63 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Explore more salaries
Compare Gemini Solutions with

Softenger

4.1
Compare

Foray Software

3.5
Compare

Nelito System

3.5
Compare

Black Knight

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