Upload Button Icon Add office photos

Filter interviews by

DSoft Infosystem Interview Questions and Answers

Updated 2 Aug 2023

DSoft Infosystem 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

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 questions from similar companies

I appeared for an interview in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. What is the complicated issue that you have solved and what is the solution you have provided
  • Ans. 

    Developed a real-time data processing system for a financial institution

    • Implemented a distributed system using Apache Kafka and Apache Storm

    • Designed a fault-tolerant architecture with multiple redundancy layers

    • Optimized the system for high throughput and low latency

    • Provided real-time monitoring and alerting using Grafana and Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics and aware of all the process.

I applied via Walk-in and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.OOP concepts
  • Q2. SQL Queries
  • Q3. Tell me about your self
  • Q4. My background

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview level will be moderate to high.Be firm on your answers.You should know how to make your interview in a way you want it to go! For example even if the interviewer diverts from one concept to another, I know how to bring him back to the concept am confident on!
HR interview was quite easy.
HR interview is for just checking your confidence, willingness to ajdust to Corparate world.

I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the addon that can be added with spring boot ? What is the spring boot ? What are the ways of configuring a bean in spring? And core java realted stuff.
  • Ans. 

    Answering questions related to Spring Boot and core Java

    • Spring Boot addons include Spring Security, Spring Data, and Spring Cloud

    • Spring Boot is a framework for building standalone, production-grade Spring-based applications

    • Ways of configuring a bean in Spring include XML configuration, Java-based configuration, and annotation-based configuration

    • Core Java topics include OOP concepts, collections, multithreading, and exc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for your interview with hackerrank problem solving and good analytical skills.
According to my experience i would not sugget to join HCL .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

I applied via Campus Placement and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on what you are saying

I applied via Other and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical : Questions from Project,C,C++,Java
  • Q2. HR: Questions like tell about yourself, Your dream comoany etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident.

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

I applied via Indeed and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction, work experience, a topic to speak on, client round

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good place to work

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question were totally based on TI plus application as I was hired for that particular application and I have put my experience thete

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is little slow, after the interview is done we need to follow up with the hiring team multiple times and they take a lot of time to release the offer letter

DSoft Infosystem Interview FAQs

How many rounds are there in DSoft Infosystem 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 interview?

Some of the top questions asked at the DSoft Infosystem 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.

DSoft Infosystem Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
View all

DSoft Infosystem Reviews and Ratings

based on 16 reviews

4.8/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.3

Salary

4.5

Job security

4.8

Company culture

4.4

Promotions

4.7

Work satisfaction

Explore 16 Reviews and Ratings
Database Developer
34 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.8
Compare

Wipro

3.7
Compare

Cognizant

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