Upload Button Icon Add office photos
Engaged Employer

i

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

Dizitive It Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Dizitive It Solutions Interview Questions and Answers

Updated 7 Dec 2024

Dizitive It Solutions Interview Experiences

Popular Designations

3 interviews found

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

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

Round 1 - Assignment 

Redesigned the Zomato application

Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Backup strategies in previous organization
  • Ans. 

    Implemented regular backups using a combination of full and incremental backups.

    • Used a combination of full and incremental backups to ensure minimal data loss in case of a disaster.

    • Scheduled backups to run at regular intervals and tested the restore process to ensure data integrity.

    • Stored backups in multiple locations, including offsite storage, for added redundancy.

    • Implemented a backup retention policy to manage stora...

  • Answered by AI
  • Q2. What is the index? and types of indexes?
  • Ans. 

    Indexes are data structures that improve the speed of data retrieval operations on database tables.

    • Indexes are created on one or more columns of a table.

    • Types of indexes include primary, unique, clustered, non-clustered, full-text, and spatial indexes.

    • Primary indexes are used to uniquely identify each row in a table.

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

    • Clustered indexes det...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confused Job description and asking unnecessary questions too

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Whats the mysql port?
  • Ans. 

    The default MySQL port is 3306.

    • MySQL uses TCP/IP protocol to communicate with clients and servers.

    • The default port number for MySQL is 3306.

    • The port number can be changed in the MySQL configuration file.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not professional Hr team bhfshdbxb jaha kabsb kabsb kabs

Skills evaluated in this interview

Mysql Database Administrator Interview Questions asked at other Companies

Q1. Difference between mysql connect nd mysqlPconnect, How find the memory in linux (otherthan the top and free -m)
View answer (1)

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Sep 2023. 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 - HR 

(2 Questions)

  • Q1. Education Details
  • Q2. Skills, Strength
Round 3 - Assignment 

CRUD Application using Angular

Round 4 - Technical 

(1 Question)

  • Q1. Node.js, OOPs concepts

I appeared for an interview 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

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

Coding test with simple questions, related to the role

Interview Preparation Tips

Interview preparation tips for other job seekers - Get to know about the company, and what thay are working on, and how you can contribute with your skills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Question from reduce,map method

Interview Preparation Tips

Interview preparation tips for other job seekers - Command on basic javascript
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Assignment 

30 Mcq questions for 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is routing in asp.net mvc
  • Ans. 

    Routing in ASP.NET MVC is the process of mapping URLs to controller actions.

    • Routing determines which controller and action method should handle a request based on the URL

    • Routes are defined in the RouteConfig.cs file in the App_Start folder

    • Routes can include parameters that are passed to the controller action method

    • Default route in ASP.NET MVC is {controller}/{action}/{id}

    • Routes can be customized using attributes like [

  • Answered by AI
  • Q2. How oops concepts are working
  • Ans. 

    OOPs concepts are working by allowing developers to create classes, objects, inheritance, polymorphism, and encapsulation.

    • OOPs concepts include classes, which are blueprints for objects

    • Objects are instances of classes with their own state and behavior

    • Inheritance allows classes to inherit properties and methods from other classes

    • Polymorphism enables objects to be treated as instances of their parent class

    • Encapsulation r...

  • Answered by AI
Round 3 - Coding Test 

Need to do system task with with project manager

Round 4 - HR 

(1 Question)

  • Q1. Salary expectation per month

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 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 - One-on-one 

(1 Question)

  • Q1. One to one discussion to check communication, skills
Round 3 - Coding Test 

Teams call to build web applications

Round 4 - Coding Test 

Teams call to build web applications

Dizitive It Solutions Interview FAQs

How many rounds are there in Dizitive It Solutions interview?
Dizitive It Solutions interview process usually has 1-2 rounds. The most common rounds in the Dizitive It Solutions interview process are Resume Shortlist, Technical and Assignment.
What are the top questions asked in Dizitive It Solutions interview?

Some of the top questions asked at the Dizitive It Solutions interview -

  1. what is the index? and types of index...read more
  2. Whats the mysql po...read more
  3. backup strategies in previous organizat...read more

Tell us how to improve this page.

Dizitive It Solutions Interview Process

based on 3 interviews

Interview experience

2
  
Poor
View more

Dizitive It Solutions Reviews and Ratings

based on 27 reviews

3.9/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

3.7

Salary

3.6

Job security

4.1

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 27 Reviews and Ratings
Associate Software Engineer
10 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Software Engineer
8 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

UI/UX Designer
4 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Java Developer
4 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Business Development Executive
4 salaries
unlock blur

₹2.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Dizitive It Solutions with

GrapplTech

4.8
Compare

Wilco Source

3.6
Compare

IDOS INDIA

3.0
Compare

Infotact Solutions

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