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
4.3

based on 22 Reviews

Filter interviews by

GEMINI SOFTWARE SOLUTIONS SQL Developer Interview Questions, Process, and Tips

Updated 16 Oct 2024

GEMINI SOFTWARE SOLUTIONS SQL Developer Interview Experiences

1 interview found

SQL Developer Interview Questions & Answers

user image Anonymous

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

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is joins and types?
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

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

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • FULL ...

  • Answered by AI
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 Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

All apptitude and english communication

Round 2 - Group Discussion 

10 members per gd and 10 minutes provided

Round 3 - Technical 

(2 Questions)

  • Q1. Types of sql commands
  • Q2. Explain about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - sql is must
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

Create a movie app which fetches data from an API

Round 2 - Technical 

(4 Questions)

  • Q1. General questions from Android development.
  • Q2. DSA round + project discussion
  • Q3. Stock span problem (leetcode)
  • Ans. 

    Stock span problem is a financial problem where we have a series of n daily price quotes for a stock and we need to calculate the span of stock's price for all n days.

    • Use a stack to keep track of the previous days' prices and their spans.

    • For each day, pop the stack until a price greater than the current day's price is found, then calculate the span.

    • Push the current day's price and span onto the stack.

  • Answered by AI
  • Q4. Search in a list of strings
  • Ans. 

    Use a loop to search for a specific string in an array of strings.

    • Iterate through each string in the array

    • Use a conditional statement to check if the current string matches the search string

    • Return the index of the matching string or -1 if not found

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on topics that are provided by the company

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Typewriting knowledge
  • Q2. Laptop having or not

Interview Preparation Tips

Topics to prepare for Xtancia Technosoft Backend Developer interview:
  • Typescript
Interview preparation tips for other job seekers - Good only
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

45min -> react and js coding

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

They discuss the coding capabilities, and personal things discussion so company never face any loss.

Round 2 - Coding Test 

Coding related output based questions and answers.

Round 3 - Group Discussion 

They discuss codding based questions and too much personal things, they project manager will visite to our basic things like house, family, Current financial condition so on...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be friendly with hr or project manager, keep discuss only technology relevant nor too much personal.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. what is react 2.create a tab strcture like when u click add css and open that tab
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React is a popular JavaScript library for building user interfaces.

    • To create a tab structure in React, you can use components like Tabs and TabPanels.

    • When a tab is clicked, you can use state to show or hide the content of that tab.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - best company to join, very big learning curve

Skills evaluated in this interview

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

There was aptitude and coding question essy to medium

Round 2 - Coding Test 

There was some aptitude question and coding question easy to medium

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

Dsa predict the output

Round 2 - Coding Test 

One medium problem. Based on that the students are selected. And modifications in code has been asked

Round 3 - HR 

(1 Question)

  • Q1. Coding related questions

GEMINI SOFTWARE SOLUTIONS Interview FAQs

How many rounds are there in GEMINI SOFTWARE SOLUTIONS SQL Developer interview?
GEMINI SOFTWARE SOLUTIONS interview process usually has 1 rounds. The most common rounds in the GEMINI SOFTWARE SOLUTIONS interview process are Technical.
How to prepare for GEMINI SOFTWARE SOLUTIONS SQL Developer 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 SQL Development, C#, SQL Queries, SSIS and Stored Procedures.
What are the top questions asked in GEMINI SOFTWARE SOLUTIONS SQL Developer interview?

Some of the top questions asked at the GEMINI SOFTWARE SOLUTIONS SQL Developer 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 SQL Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Software Engineer
16 salaries
unlock blur

₹5.3 L/yr - ₹15.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

Software Engineer
8 salaries
unlock blur

₹3 L/yr - ₹4.5 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

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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