Upload Button Icon Add office photos

Filter interviews by

Driven IT Solutions Interview Questions and Answers

Updated 26 Nov 2024

7 Interview questions

A DOT NET Developer was asked 7mo ago
Q. What is caching?
Ans. 

Cache is a hardware or software component that stores data so that future requests for that data can be served faster.

  • Cache helps in improving the performance of applications by reducing the time taken to fetch data from the main memory or disk.

  • Examples of cache include browser cache, CPU cache, and database cache.

  • Cache can be implemented at different levels such as client-side cache, server-side cache, and distri...

View all DOT NET Developer interview questions
A DOT NET Developer was asked 7mo ago
Q. What is a subquery?
Ans. 

A subquery is a query nested within another query, used to return data that will be used in the main query.

  • Subqueries can be used in SELECT, INSERT, UPDATE, and DELETE statements.

  • They can be used to retrieve data from one table based on values from another table.

  • Subqueries can be correlated or non-correlated, depending on whether they reference columns from the outer query.

  • Example: SELECT * FROM table1 WHERE colum...

View all DOT NET Developer interview questions
A DOT NET Developer was asked 7mo ago
Q. What is PostBack?
Ans. 

PostBack is a mechanism in ASP.NET where the page is posted back to the server for processing.

  • PostBack is triggered when a user interacts with a control on the page, such as clicking a button.

  • The entire page is sent back to the server for processing, including the viewstate.

  • PostBack can cause the page to reload, resulting in a full round trip to the server.

View all DOT NET Developer interview questions
A DOT NET Developer was asked 7mo ago
Q. What are Constraints?
Ans. 

Constraints are rules defined on a column to enforce data integrity and consistency in a database.

  • Constraints ensure that data in a database meets certain criteria.

  • Common types of constraints include NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY, and CHECK constraints.

  • For example, a NOT NULL constraint ensures that a column cannot have a NULL value, while a UNIQUE constraint ensures that all values in a column are un...

View all DOT NET Developer interview questions
A DOT NET Developer was asked 7mo ago
Q. What is a Command Class?
Ans. 

Command Class is a class in .NET that represents a command to be executed.

  • Command Class is used to encapsulate a command to be executed, along with any parameters or options.

  • It helps in separating the command logic from the rest of the application.

  • Examples include SqlCommand in ADO.NET for executing SQL commands and ProcessStartInfo in System.Diagnostics for starting external processes.

View all DOT NET Developer interview questions
A DOT NET Developer was asked 7mo ago
Q. What is ViewState?
Ans. 

ViewState is a client-side state management technique used in ASP.NET to store page-specific data.

  • ViewState is used to persist data between postbacks on a web page.

  • It stores data in a hidden field on the page which is sent to the client and back to the server.

  • ViewState is specific to a single page and is not shared between pages.

  • It can be used to store simple data types like strings or complex objects.

  • Example: Vie...

View all DOT NET Developer interview questions
A DOT NET Developer was asked 7mo ago
Q. What are cookies?
Ans. 

Cookies are small pieces of data stored on the client's computer by the web server to track user activity and preferences.

  • Cookies are used to store user preferences, login information, shopping cart items, etc.

  • They can be set by the server using the Set-Cookie header in HTTP response.

  • Cookies can be accessed and modified by the client-side scripts like JavaScript.

  • They have an expiration date and can be either sessi...

View all DOT NET Developer interview questions
Are these interview questions helpful?

Driven IT Solutions Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. What is ViewState?
  • Ans. 

    ViewState is a client-side state management technique used in ASP.NET to store page-specific data.

    • ViewState is used to persist data between postbacks on a web page.

    • It stores data in a hidden field on the page which is sent to the client and back to the server.

    • ViewState is specific to a single page and is not shared between pages.

    • It can be used to store simple data types like strings or complex objects.

    • Example: ViewStat...

  • Answered by AI
  • Q2. What is Cookies?
  • Ans. 

    Cookies are small pieces of data stored on the client's computer by the web server to track user activity and preferences.

    • Cookies are used to store user preferences, login information, shopping cart items, etc.

    • They can be set by the server using the Set-Cookie header in HTTP response.

    • Cookies can be accessed and modified by the client-side scripts like JavaScript.

    • They have an expiration date and can be either session co...

  • Answered by AI
  • Q3. What are Cache?
  • Ans. 

    Cache is a hardware or software component that stores data so that future requests for that data can be served faster.

    • Cache helps in improving the performance of applications by reducing the time taken to fetch data from the main memory or disk.

    • Examples of cache include browser cache, CPU cache, and database cache.

    • Cache can be implemented at different levels such as client-side cache, server-side cache, and distributed...

  • Answered by AI
  • Q4. What is Command Class?
  • Ans. 

    Command Class is a class in .NET that represents a command to be executed.

    • Command Class is used to encapsulate a command to be executed, along with any parameters or options.

    • It helps in separating the command logic from the rest of the application.

    • Examples include SqlCommand in ADO.NET for executing SQL commands and ProcessStartInfo in System.Diagnostics for starting external processes.

  • Answered by AI
  • Q5. What are Constraints?
  • Ans. 

    Constraints are rules defined on a column to enforce data integrity and consistency in a database.

    • Constraints ensure that data in a database meets certain criteria.

    • Common types of constraints include NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY, and CHECK constraints.

    • For example, a NOT NULL constraint ensures that a column cannot have a NULL value, while a UNIQUE constraint ensures that all values in a column are unique.

  • Answered by AI
  • Q6. What is Subquery?
  • Ans. 

    A subquery is a query nested within another query, used to return data that will be used in the main query.

    • Subqueries can be used in SELECT, INSERT, UPDATE, and DELETE statements.

    • They can be used to retrieve data from one table based on values from another table.

    • Subqueries can be correlated or non-correlated, depending on whether they reference columns from the outer query.

    • Example: SELECT * FROM table1 WHERE column1 = ...

  • Answered by AI
  • Q7. What is PostBack?
  • Ans. 

    PostBack is a mechanism in ASP.NET where the page is posted back to the server for processing.

    • PostBack is triggered when a user interacts with a control on the page, such as clicking a button.

    • The entire page is sent back to the server for processing, including the viewstate.

    • PostBack can cause the page to reload, resulting in a full round trip to the server.

  • Answered by AI
Round 2 - Coding Test 

1. A Function to wrtitten String is Palindrome or not?

2. Look at the series what number should come next? 7,10,8,11,9,12...

3. A man wants to bring a lion, a goat and grass across a river. The boat is tiny and can only cross one person at a time. If he leaves Lion and goat together, the lion will eat the goat. If the keeps Goat and grass together, the goat will eat the grass. How can he bring all three across the river?

4.You have 100 doors in a row that are initially closed. You make 100 passes through the doors starting with the first door everytime. The first time you visit the door and toggle the door( i.e if the door is closed, then it opens and if its open then it closed). The second time you only visit the second door(i.e 2nd,4th,6th etc.). The third time you only visit the 3rd door.(i.e 3rd,6th,9th). This goes on till 100. What state are the below doors in after the last pass? Which are open which are closed?

Door 16
Door 27
Door 44
Door 64
Door 75
Door 98

Round 3 - Coding Test 

Create a form with Dropdown

Interview Preparation Tips

Topics to prepare for Driven IT Solutions DOT NET Developer interview:
  • C#
  • ASP.Net MVC
  • MS SQL
Interview preparation tips for other job seekers - Prepare well on Coding Test. Asking questions like Form with DropDown.

Skills evaluated in this interview

DOT NET Developer Interview Questions & Answers

user image abasaheb lokhande

posted on 26 Nov 2024

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

Given the task for the crud application

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Driven IT Solutions?
Ask anonymously on communities.

Interview questions from similar companies

DOT NET Developer Interview Questions & Answers

BYLD Group user image Saurabh kumar singh

posted on 27 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Questions related to Coding parts
  • Q2. Question related to Sql parts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Define Pyramid Pattern Program
  • Ans. 

    A pyramid pattern program generates a visual representation of a pyramid using characters or numbers.

    • The program typically uses nested loops to control the number of rows and columns.

    • For example, to print a pyramid of height 5, the output would look like: * *** ***** ******* *********

    • The outer loop iterates through each row, while the inner loops handle spaces and stars.

    • Spaces are printed first to align the s...

  • Answered by AI
  • Q2. Define for loop
  • Ans. 

    A for loop is a control flow statement for executing a block of code repeatedly based on a condition.

    • Used for iterating over a range of values or collections.

    • Syntax: for (initialization; condition; increment/decrement) { // code }

    • Example: for (int i = 0; i < 5; i++) { Console.WriteLine(i); }

    • Can be used to traverse arrays: for (int i = 0; i < array.Length; i++) { Console.WriteLine(array[i]); }

    • Supports nested loops...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company and good nature , there are good mentors

I applied via Referral and was interviewed before Sep 2021. 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 

Basic of array questions like sliding window maximum

Round 3 - Technical 

(2 Questions)

  • Q1. Oops Dbms Sql Project Technoloy used in project
  • Ans. 

    The question is asking about the candidate's experience with Oops, DBMS, SQL, and technology used in a project.

    • Explain the candidate's experience with Oops concepts

    • Ask about their experience with different DBMS systems like MySQL, Oracle, etc.

    • Inquire about their proficiency in SQL and its various commands

    • Ask about a project they have worked on and the technology stack used in it

  • Answered by AI
  • Q2. Cloud computing , computer network , os

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your basic strong and keep coding also do practicing aptitude side by side

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What about yourself
  • Q2. Java developer
  • Q3. About java
  • Q4. Working experience
  • Q5. About hobby
  • Q6. Communication way

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview Questionnaire 

1 Question

  • Q1. Don't join this company as a warehouse manager , shivanna is manager he won't leave you to be in company and everyone support him only (only in Wearhouse)

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice , every thing is nice and good
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions on our previous work experince
  • Q2. What are the charters you have worked on
Round 2 - One-on-one 

(1 Question)

  • Q1. Some technical questions on excel and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is pretty easy
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Frontend assement on react js functionality problems

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Coding Test 

Sql Coding round questions were asked

Round 3 - Technical 

(1 Question)

  • Q1. SQL coding round
Round 4 - Technical 

(1 Question)

  • Q1. Sql Coding round
Round 5 - HR 

(1 Question)

  • Q1. Basic questions salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don’t join this company until it’s a last option

Driven IT Solutions Interview FAQs

How many rounds are there in Driven IT Solutions interview?
Driven IT Solutions interview process usually has 2 rounds. The most common rounds in the Driven IT Solutions interview process are Coding Test, Technical and Assignment.
What are the top questions asked in Driven IT Solutions interview?

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

  1. What is Command Cla...read more
  2. What are Constrain...read more
  3. What is Cooki...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Bluestock ™ Interview Questions
4.5
 • 161 Interviews
Any Brand Interview Questions
4.1
 • 80 Interviews
Pie Infocomm Interview Questions
4.5
 • 41 Interviews
MNC AUTOMATION Interview Questions
4.3
 • 36 Interviews
Birla White Interview Questions
4.3
 • 27 Interviews
BYLD Group Interview Questions
3.8
 • 26 Interviews
Beyondriffs Interview Questions
4.7
 • 25 Interviews
View all

Driven IT Solutions Reviews and Ratings

based on 10 reviews

3.4/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

2.8

Salary

3.9

Job security

3.3

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 10 Reviews and Ratings
DOT NET Developer
7 salaries
unlock blur

₹2 L/yr - ₹3.3 L/yr

PHP Developer
5 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Team Lead
4 salaries
unlock blur

₹5 L/yr - ₹8.4 L/yr

Software Developer
3 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

QA Engineer
3 salaries
unlock blur

₹2.6 L/yr - ₹2.9 L/yr

Explore more salaries
Compare Driven IT Solutions with

Bluestock ™

4.5
Compare

ACTE

4.8
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.0
Compare
write
Share an Interview