Upload Button Icon Add office photos
Engaged Employer

i

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

GEMINI SOFTWARE SOLUTIONS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GEMINI SOFTWARE SOLUTIONS Interview Questions and Answers

Updated 10 Dec 2024

GEMINI SOFTWARE SOLUTIONS Interview Experiences

Popular Designations

3 interviews found

Senior SQL Developer Interview Questions & Answers

user image Priviya Paulraj

posted on 10 Dec 2024

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

Performance tuning
Maintainace work on the db

Senior SQL Developer Interview Questions asked at other Companies

Q1. write an sp to with 5 input var and one output var,all int and display the max of input variables
View answer (1)

SQL Developer Interview Questions & Answers

user image Priviya Paulraj

posted on 16 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is magic table?
  • Ans. 

    Magic table is a virtual table in SQL Server that stores the data affected by DML statements.

    • Magic table is used in triggers to access the data before and after the triggering DML operation.

    • In SQL Server, INSERTED and DELETED are examples of magic tables used in triggers.

    • INSERTED table stores the new data for INSERT and UPDATE operations, while DELETED table stores the old data for UPDATE and DELETE operations.

  • Answered by AI
  • Q2. Query tuning in sql?
  • Ans. 

    Query tuning in SQL involves optimizing SQL queries to improve performance.

    • Identify slow queries using tools like query execution plans

    • Optimize queries by using indexes, avoiding unnecessary joins, and rewriting complex queries

    • Consider factors like data volume, indexing, and server resources

    • Test query performance after tuning to ensure improvements

  • Answered by AI
  • Q3. Isnull() in sql?
  • Ans. 

    ISNULL() is a SQL function used to replace NULL values with a specified value.

    • ISNULL() function is used to replace NULL values with a specified default value.

    • Syntax: ISNULL(expression, replacement_value)

    • Example: SELECT ISNULL(column_name, 'N/A') FROM table_name;

  • Answered by AI
  • Q4. Project experience?
  • Q5. Query writing with joins
  • Ans. 

    Query writing with joins involves combining data from multiple tables based on a common column.

    • Use JOIN keyword to combine tables based on a common column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Specify the columns to select from each table and the join condition in the query

  • Answered by AI

Skills evaluated in this interview

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Ds and also were asked in the rounds

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Jobs at GEMINI SOFTWARE SOLUTIONS

View all

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Prime number function using C
  • Ans. 

    A function in C to check if a number is prime or not

    • Create a function that takes an integer as input

    • Check if the input number is divisible by any number from 2 to its square root

    • If it is not divisible by any number, return true (prime), else return false (not prime)

  • Answered by AI
  • Q2. Write some basic codes for Manipulation in array
  • Ans. 

    Basic codes for array manipulation including sorting, searching, and filtering.

    • Use built-in functions like sort() for sorting arrays.

    • Implement algorithms like binary search for searching in arrays.

    • Utilize filter() method for filtering arrays based on specific criteria.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Keep calm and make sure you mentally prepared.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Hr ask about basic introduction
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why did you selected this job
  • Ans. 

    I selected this job because of my passion for analyzing data and using insights to drive decision-making.

    • Passion for data analysis

    • Opportunity to use insights for decision-making

    • Interest in working with data-driven technologies

  • Answered by AI
  • Q2. Why should I select you
  • Ans. 

    I have a strong background in data analysis, excellent problem-solving skills, and a proven track record of delivering actionable insights.

    • I have a degree in data science and have completed multiple data analysis projects during my studies.

    • I am proficient in various data analysis tools such as Python, R, and SQL.

    • I have experience in interpreting complex data sets and presenting findings to stakeholders in a clear and c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare self introduction well .

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 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 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Why should we hire you?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose you strength speak to oponent hr person first u will speak that right or wrong should maintain your confidence
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Day to day tasks in previous organisation?
  • Q2. Questions about skills mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Introduce about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be prepared and be confident and think analytically and be strong in problem solving kind of questions

GEMINI SOFTWARE SOLUTIONS Interview FAQs

How many rounds are there in GEMINI SOFTWARE SOLUTIONS interview?
GEMINI SOFTWARE SOLUTIONS interview process usually has 1 rounds. The most common rounds in the GEMINI SOFTWARE SOLUTIONS interview process are Coding Test and Technical.
How to prepare for GEMINI SOFTWARE 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 SOFTWARE SOLUTIONS. The most common topics and skills that interviewers at GEMINI SOFTWARE SOLUTIONS expect are Javascript, C#, HTML, SQL Server and Angular.
What are the top questions asked in GEMINI SOFTWARE SOLUTIONS interview?

Some of the top questions asked at the GEMINI SOFTWARE SOLUTIONS interview -

  1. What is magic tab...read more
  2. Isnull() in s...read more
  3. Query writing with jo...read more

Tell us how to improve this page.

GEMINI SOFTWARE SOLUTIONS Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all

GEMINI SOFTWARE SOLUTIONS Reviews and Ratings

based on 28 reviews

4.2/5

Rating in categories

3.5

Skill development

4.3

Work-life balance

4.0

Salary

4.0

Job security

3.9

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 28 Reviews and Ratings
Software Developer

Thiruvananthapuram

3-4 Yrs

Not Disclosed

Executive Assistant

Mumbai,

Navi Mumbai

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
17 salaries
unlock blur

₹5.3 L/yr - ₹16 L/yr

Software Engineer
10 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Service Delivery Executive
10 salaries
unlock blur

₹2.4 L/yr - ₹3.3 L/yr

Consultant
10 salaries
unlock blur

₹2 L/yr - ₹3.4 L/yr

Service Delivery Engineer
6 salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Explore more salaries
Compare GEMINI SOFTWARE SOLUTIONS with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Xtancia Technosoft

4.0
Compare

Global Edge Software

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