Upload Button Icon Add office photos

Filter interviews by

DSoft Infosystem SQL Developer Interview Questions, Process, and Tips

Updated 2 Aug 2023

DSoft Infosystem SQL Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via AmbitionBox and was interviewed before Aug 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 - Technical 

(4 Questions)

  • Q1. What is stored procedure? what are the types of joins?
  • Ans. 

    A stored procedure is a prepared SQL code that can be saved and reused.

    • Stored procedures are used to perform a specific task or set of tasks in a database.

    • They can accept input parameters and return output parameters.

    • Stored procedures can improve performance by reducing network traffic and improving security.

    • Examples: sp_GetCustomerDetails, sp_InsertEmployee

  • Answered by AI
  • Q2. What is view and explain type
  • Ans. 

    A view in SQL is a virtual table based on the result set of a SELECT query. There are different types of views like simple, complex, indexed, etc.

    • Views are used to simplify complex queries by storing them as a virtual table.

    • Types of views include simple views, complex views, indexed views, etc.

    • Views can be used to restrict access to certain columns or rows of a table.

    • Views can improve performance by pre-computing expen

  • Answered by AI
  • Q3. Difference between function and stored procedure
  • Ans. 

    Functions return a value while stored procedures do not. Functions can be used in SQL statements, while stored procedures cannot.

    • Functions return a single value, while stored procedures do not necessarily return any value.

    • Functions can be used in SQL statements like SELECT, WHERE, etc., while stored procedures cannot be used in such statements.

    • Functions are called using SELECT statement, while stored procedures are cal...

  • Answered by AI
  • Q4. Write a query to display nth highest salary
  • Ans. 

    Query to display nth highest salary in SQL

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the DISTINCT keyword to eliminate duplicates

    • Use the LIMIT clause to specify the nth highest salary

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Current ctc ? how much u expect

Interview Preparation Tips

Topics to prepare for DSoft Infosystem SQL Developer interview:
  • stored procedure,views,indexes
  • joins
Interview preparation tips for other job seekers - confidently talk . nice conversation.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Sql
ddl
dml
tcl
dql
joins
view
date commit

Round 2 - Coding Test 

Date commit
joins
view
sum
max
avg
count
min

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

(1 Question)

  • Q1. What is sql , index , stored proc , triggers
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 Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project in SQL developer
  • Ans. 

    A project in SQL developer involves designing, implementing, and maintaining databases for various applications.

    • Understand project requirements and design database schema accordingly

    • Write efficient SQL queries to retrieve and manipulate data

    • Optimize database performance by indexing, normalization, and query tuning

    • Collaborate with developers and stakeholders to ensure database meets project needs

  • Answered by AI
  • Q2. Types of sql, explain briefly
  • Ans. 

    Types of SQL include DDL, DML, DCL, and TCL.

    • DDL (Data Definition Language) - used to define the structure of database objects (CREATE, ALTER, DROP)

    • DML (Data Manipulation Language) - used to manipulate data in database objects (SELECT, INSERT, UPDATE, DELETE)

    • DCL (Data Control Language) - used to control access to data (GRANT, REVOKE)

    • TCL (Transaction Control Language) - used to manage transactions (COMMIT, ROLLBACK)

  • Answered by AI
Round 2 - Assignment 

They asked to do installation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, don't afraid

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Joins in sql server
  • Q2. Set operator in sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy and anyone can tackle it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about SSIS Architecture
  • Ans. 

    SSIS Architecture is a platform for data integration and workflow applications.

    • SSIS stands for SQL Server Integration Services

    • It includes a data flow engine, control flow engine, and event handling

    • SSIS packages can be created using SQL Server Data Tools (SSDT)

    • SSIS packages can be scheduled and executed using SQL Server Agent

  • Answered by AI
  • Q2. How to implement transactions in ssis
  • Ans. 

    Transactions in SSIS can be implemented using the TransactionOption property in Control Flow tasks.

    • Set the TransactionOption property to Required on the Control Flow tasks that need to be included in the transaction.

    • Use the TransactionOption property to specify the level of transaction support needed for each task.

    • Transactions can be managed using the Distributed Transaction Coordinator (DTC) service.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. All the best

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to insert multiple values in one go
  • Ans. 

    Use the INSERT INTO statement with multiple value sets separated by commas

    • Use the INSERT INTO statement followed by the table name

    • List the column names in parentheses after the table name

    • Use the VALUES keyword followed by multiple value sets in parentheses, separated by commas

    • Example: INSERT INTO table_name (column1, column2) VALUES (value1, value2), (value3, value4)

  • Answered by AI
  • Q2. Update query using joins
  • Ans. 

    Update query using joins in SQL

    • Use UPDATE statement with JOIN clause to update data in multiple tables

    • Specify the tables to be updated and joined using ON clause

    • Set the columns to be updated in SET clause

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic Questions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical discussion
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round and technical discussion
Round 3 - HR 

(1 Question)

  • Q1. Selection processs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a query to display the highest salary
  • Ans. 

    Query to display the highest salary in a table

    • Use the SELECT statement to retrieve data

    • Use the MAX() function to find the highest salary

    • Specify the column name for salary in the query

  • Answered by AI
  • Q2. Stored proceduers,functions,cursors triggers,

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics first

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Types of Indexes
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered indexes physically reorder the data in the table based on the index key.

    • Non-clustered indexes create a separate structure for the index, pointing back to the original table data.

    • Unique indexes ensure that no two rows have the same values in the indexed columns.

    • Composite indexes are created on multiple columns to improve...

  • Answered by AI
  • Q2. Sceanrio based question
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Joining date and last working date

DSoft Infosystem Interview FAQs

How many rounds are there in DSoft Infosystem SQL Developer interview?
DSoft Infosystem interview process usually has 3 rounds. The most common rounds in the DSoft Infosystem interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in DSoft Infosystem SQL Developer interview?

Some of the top questions asked at the DSoft Infosystem SQL Developer interview -

  1. what is stored procedure? what are the types of joi...read more
  2. difference between function and stored proced...read more
  3. write a query to display nth highest sal...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 DSoft Infosystem interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
DSoft Infosystem SQL Developer Salary
based on 16 salaries
₹2.4 L/yr - ₹3.3 L/yr
43% less than the average SQL Developer Salary in India
View more details

DSoft Infosystem SQL Developer Reviews and Ratings

based on 6 reviews

5.0/5

Rating in categories

4.9

Skill development

4.8

Work-Life balance

4.2

Salary & Benefits

4.3

Job Security

4.6

Company culture

4.2

Promotions/Appraisal

4.8

Work Satisfaction

Explore 6 Reviews and Ratings
Database Developer
33 salaries
unlock blur

₹2.4 L/yr - ₹5.6 L/yr

SQL Developer
16 salaries
unlock blur

₹2.4 L/yr - ₹3.3 L/yr

Software Engineer
3 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Software Developer
3 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Explore more salaries
Compare DSoft Infosystem with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview