Upload Button Icon Add office photos
Engaged Employer

i

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

DSG Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DSG Software Engineer Interview Questions and Answers

Updated 23 Jun 2023

DSG Software Engineer Interview Experiences

2 interviews found

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

I applied via Approached by Company

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 

Test included 3-4 coding questions

Round 3 - Technical 

(4 Questions)

  • Q1. Questions related to HTML like components of a document, what are inline and block elements , what are forms in html and different input types
  • Q2. Difference in delete, drop and truncate in sql
  • Ans. 

    Delete removes specific rows, drop removes entire table, truncate removes all rows in a table.

    • Delete is used to remove specific rows from a table based on a condition.

    • Drop is used to remove an entire table along with its structure and data.

    • Truncate is used to remove all rows from a table but keeps the table structure intact.

    • Delete is slower than truncate and drop as it logs each row deletion.

    • Drop is faster than delete ...

  • Answered by AI
  • Q3. Why javascript is used
  • Ans. 

    JavaScript is used for creating interactive web pages and web applications.

    • JavaScript allows for dynamic content on websites

    • It can be used for client-side validation and form handling

    • JavaScript frameworks like React and Angular are popular for building single-page applications

  • Answered by AI
  • Q4. Questions on concept of OOPs like on encapsulation

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. 1.Oops Concept
  • Q2. 2.core C# Concepts
  • Q3. 3.Javascript and SQL questions

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Jobs at DSG

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

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

    • Promises are used to handle asynchronous operations in JavaScript.

    • 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.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was very weird one.
They did have planned anything for the test, They came and given a link on bit.ly and given an another link that is in google form for the answers.
And they selection of people for second round is not sensible.

Round 2 - Coding Test 

This round was also be a weird.
They give each candidates with different questions.
They told us to write logic on the paper and you can use internet for your reference.
But after this round they announced the results but that is not in genuine one.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get into this type of process.
Before the start of interview ask them to what is they want from the candidates
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - MCQ 

(1 Question)

  • Q1. Basic dsa questions predict output
Round 2 - Coding Test 

Medium level problem,

Round 3 - HR 

(1 Question)

  • Q1. Based on resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 min apps and technical question

Round 2 - Coding Test 

45 min coding round you can refer net for first 15 min

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Ans. 

    Search for a target value in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target value lies in based on the pivot point.

    • Continue binary search in the appropriate half of the array to find the target value.

  • Answered by AI
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online MCQs - 15 Questions (Aps, DSA, Output Prediction)

Round 2 - Coding Test 

1 Question (with 3 Enhancement)

Round 3 - Technical 

(2 Questions)

  • Q1. Delete Middle Element from a stack of Odd Length
  • Ans. 

    Remove middle element from a stack with odd length

    • Find the middle index of the stack by dividing the length by 2

    • Remove the element at the middle index

    • Adjust the stack by shifting elements if necessary

  • Answered by AI
  • Q2. Resume Based Questions
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction but without the details in the resume
  • Q2. Asked whether ok with the bond

Skills evaluated in this interview

DSG Interview FAQs

How many rounds are there in DSG Software Engineer interview?
DSG interview process usually has 3 rounds. The most common rounds in the DSG interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for DSG Software Engineer 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 DSG. The most common topics and skills that interviewers at DSG expect are SQL, Ajax, Clinical Data Management, Coding and Database Design.
What are the top questions asked in DSG Software Engineer interview?

Some of the top questions asked at the DSG Software Engineer interview -

  1. Difference in delete, drop and truncate in ...read more
  2. Why javascript is u...read more
  3. Questions related to HTML like components of a document, what are inline and bl...read more

Tell us how to improve this page.

DSG Software Engineer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
DSG Software Engineer Salary
based on 20 salaries
₹2.8 L/yr - ₹3.9 L/yr
62% less than the average Software Engineer Salary in India
View more details

DSG Software Engineer Reviews and Ratings

based on 4 reviews

2.5/5

Rating in categories

2.8

Skill development

2.5

Work-life balance

1.9

Salary

2.8

Job security

2.8

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 4 Reviews and Ratings
Sr . Software Engineer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
20 salaries
unlock blur

₹2.8 L/yr - ₹3.9 L/yr

Clinical Data Reviewer
13 salaries
unlock blur

₹2.2 L/yr - ₹4.7 L/yr

Quality Control Associate
13 salaries
unlock blur

₹1.6 L/yr - ₹3.5 L/yr

Project Coordinator
7 salaries
unlock blur

₹3 L/yr - ₹4.9 L/yr

QC Associate
5 salaries
unlock blur

₹2.2 L/yr - ₹3.8 L/yr

Explore more salaries
Compare DSG with

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

WovVTech

4.3
Compare

Moveinsync Technology Solutions

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