Upload Button Icon Add office photos
Engaged Employer

i

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

DS IT Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DS IT Solutions Interview Questions, Process, and Tips

Updated 14 Sep 2023

Top DS IT Solutions Interview Questions and Answers

DS IT Solutions Interview Experiences

Popular Designations

4 interviews found

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

I applied via Company Website and was interviewed in May 2023. There were 4 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 - Assignment 

If front-end & back-end Position than definitely they are taking coding test for judgement candidates knowledge. If management test they will give an assignment (Excel & PPT).

Round 3 - Technical 

(1 Question)

  • Q1. Senior members will ask several questions regarding candidates knowledge and experience. This may be tough round.
Round 4 - HR 

(1 Question)

  • Q1. HR will discuss about salary and documents. That's it.

Interview Preparation Tips

Topics to prepare for DS IT Solutions Management Head interview:
  • Try to learn some courses from online
  • Learn digital marketing online courses
  • Learn SEO online courses
  • Learn PowerPoint Presentation
  • Learn Excel
Interview preparation tips for other job seekers - Try to follow DS IT Solutions and keep applying. Your right position may come next. Best of luck.

Management Head Interview Questions asked at other Companies

Q1. What budgeting patterns would you follow?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 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 

(5 Questions)

  • Q1. Which project management software and tools do you prefer using and why ?
  • Ans. 

    I prefer using Microsoft Project for its comprehensive features and user-friendly interface.

    • Microsoft Project offers a wide range of tools for project planning, scheduling, resource management, and collaboration.

    • The software allows for easy tracking of project progress and milestones.

    • Integration with other Microsoft Office tools like Excel and Outlook makes it convenient for project managers.

    • The user-friendly interface...

  • Answered by AI
  • Q2. How to check website error using inspect ?
  • Ans. 

    Inspecting website errors using browser developer tools

    • Open the website in a browser

    • Right click on the page and select 'Inspect' or press Ctrl+Shift+I

    • Go to the 'Console' tab to view any errors or warnings

    • Check the 'Network' tab for any failed requests or server errors

    • Look for red error messages or status codes like 404 or 500

  • Answered by AI
  • Q3. Do you have outsourced personnel or supplier management experience ?
  • Q4. Tell me the Specific Training you have that would be relevant to this project manager job ?
  • Q5. What's the difference between project management and Technical project management ?
  • Ans. 

    Project management focuses on overall project delivery, while technical project management involves managing the technical aspects of a project.

    • Project management involves planning, organizing, and overseeing all aspects of a project to ensure successful delivery.

    • Technical project management focuses specifically on managing the technical aspects of a project, such as technology implementation, software development, or ...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Timing and salary related questions that's it.

Skills evaluated in this interview

Senior Project Manager Interview Questions asked at other Companies

Q1. DESIGIN PROCEDURE :- DLC thickness 150mm. 1:- use M15 grade concrete,max aggregate cement ratio 12:1 2:-The minimum cement content 150kg per cum. If flayash is more than >20% the mini.mum cement content. 120kg pet cum 3:- The 5 no sample... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There were 4 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 - Assignment 

Task Related Job Position

Round 3 - Technical 

(1 Question)

  • Q1. Technical Questions Regarding Job Position
Round 4 - HR 

(1 Question)

  • Q1. Final Round for Salary Discussion and Document Submission.

Interview Preparation Tips

Interview preparation tips for other job seekers - Google Top Rank 15 Outsourcing Company in Nepal and One of the best IT company in Kolkata.

UI UX and Graphic Designer Interview Questions asked at other Companies

Q1. What is the difference between Bootstrap design and Design systems?
View answer (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2023

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

I applied via Company Website and was interviewed before Apr 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 - Coding Test 

First round you have to pass coding test regarding web development task.

Round 3 - Technical 

(2 Questions)

  • Q1. Second round will be technical. You have to pass that round too.
  • Q2. Why is keyword used a lot in JavaScript ?
  • Ans. 

    The 'this' keyword is used in JavaScript to refer to the object that is currently executing the code.

    • It allows access to the object's properties and methods within its scope.

    • It is commonly used in object-oriented programming to refer to the current instance of a class.

    • The value of 'this' is determined by how a function is called, and it can change dynamically.

    • It is often used in event handlers, constructor functions, a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall a great company. All employees are helpful here. Flexible of working (Remote). Everyone is giving 100%. This company has lot of foreign clients apart from India.

Skills evaluated in this interview

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)

DS IT Solutions interview questions for popular designations

 UI UX and Graphic Designer

 (1)

 Senior Project Manager

 (1)

 Web Developer

 (1)

 Management Head

 (1)

Interview questions from similar companies

I was interviewed in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. All C# basics and advanced questions
Round 3 - Technical 

(1 Question)

  • Q1. Second Technical round was with US CEO
Round 4 - Technical 

(1 Question)

  • Q1. C# basics and Database related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions will be based on the profile you will be giving an interview. Basics to advanced questions will be there. Confidence is must while giving an interview which will help you to get consider.
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 - Technical 

(2 Questions)

  • Q1. Technical interview was taken by Rahul Maheshwari who live in the us, normal c# question they asked
  • Q2. Oops concept, difference between asp.net vs .net core,dependency injection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - basic knowledge of c# and framework question they asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your certifications on Cloud
  • Ans. 

    I am certified in AWS Certified Solutions Architect - Associate and Google Cloud Certified - Professional Cloud Architect.

    • Certified in AWS Certified Solutions Architect - Associate

    • Certified in Google Cloud Certified - Professional Cloud Architect

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Desing API endpoints
  • Q2. SQL queries test
  • Q3. Basic and intermediate level questions on C#
Round 3 - Group Discussion 

Questions about projects, DI in ASP.NET Core, React Element Tree

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Case Study 

It was a simple case study with a regression problem

Round 3 - Technical 

(4 Questions)

  • Q1. The interview was focused on basics of data analytics and python.
  • Q2. What is the imp stw in data analytics?
  • Ans. 

    The importance of data analytics lies in its ability to help organizations make informed decisions, identify trends, and improve overall performance.

    • Data analytics helps organizations make data-driven decisions

    • It allows businesses to identify trends and patterns in data

    • Data analytics can improve operational efficiency and performance

    • It enables organizations to gain insights and make predictions based on data

    • Data analyt...

  • Answered by AI
  • Q3. What is rank and dense rank
  • Ans. 

    Rank and dense rank are functions used in SQL to assign a rank to each row based on a specified column.

    • Rank function assigns a unique rank to each distinct row based on the specified column.

    • Dense rank function assigns a unique rank to each distinct row based on the specified column, but does not leave gaps between ranks.

    • Example: If we have a table of students with their scores, using rank function will assign ranks lik...

  • Answered by AI
  • Q4. Advanced excel formulas were asked

Skills evaluated in this interview

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

They will provide you with dataset and we need to find insights from that

Round 2 - Personality Assessment 

(1 Question)

  • Q1. Why do want to join as a data analyst
  • Ans. 

    I am passionate about uncovering insights from data and using them to drive informed decision-making.

    • I have a strong background in statistics and data analysis

    • I enjoy working with large datasets and finding patterns within them

    • I am excited about the opportunity to make a meaningful impact through data-driven decision-making

    • I am proficient in data visualization tools like Tableau and Power BI

  • Answered by AI

DS IT Solutions Interview FAQs

How many rounds are there in DS IT Solutions interview?
DS IT Solutions interview process usually has 3-4 rounds. The most common rounds in the DS IT Solutions interview process are Technical, Resume Shortlist and Assignment.
What are the top questions asked in DS IT Solutions interview?

Some of the top questions asked at the DS IT Solutions interview -

  1. What's the difference between project management and Technical project manageme...read more
  2. Which project management software and tools do you prefer using and wh...read more
  3. How to check website error using inspec...read more

Tell us how to improve this page.

DS IT Solutions Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Mad Street Den Interview Questions
3.6
 • 13 Interviews
GrapplTech Interview Questions
4.7
 • 9 Interviews
Reveation Labs Interview Questions
4.3
 • 7 Interviews
LeanIX Interview Questions
4.3
 • 6 Interviews
Socure India Interview Questions
3.5
 • 6 Interviews
View all

DS IT Solutions Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Compare DS IT Solutions with

GrapplTech

4.8
Compare

Rialtes Technologies

2.0
Compare

Mad Street Den

3.6
Compare

TraviYo

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