Upload Button Icon Add office photos
Engaged Employer

i

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

Dots & Coms Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Dots & Coms Interview Questions, Process, and Tips

Updated 8 Nov 2024

Top Dots & Coms Interview Questions and Answers

Dots & Coms Interview Experiences

Popular Designations

3 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about y did you leave your previous job
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me all you know about asp.net
  • Ans. 

    ASP.NET is a web application framework developed by Microsoft for building dynamic web sites, web applications, and web services.

    • Developed by Microsoft

    • Used for building dynamic web sites, web applications, and web services

    • Supports multiple programming languages like C# and VB.NET

    • Includes features like authentication, authorization, and caching

    • Consists of ASP.NET Web Forms, ASP.NET MVC, and ASP.NET Web API

  • Answered by AI
  • Q2. What frontend language you are good at
  • Ans. 

    I am proficient in JavaScript for frontend development.

    • Experienced in building interactive web applications using JavaScript

    • Familiar with popular frontend frameworks like React and Angular

    • Skilled in implementing responsive design and user-friendly interfaces

  • Answered by AI

Skills evaluated in this interview

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell all you know about asp.net
  • Ans. 

    ASP.NET is a web application framework developed by Microsoft for building dynamic web sites, web applications, and web services.

    • Developed by Microsoft

    • Used for building dynamic web sites, web applications, and web services

    • Supports multiple programming languages such as C# and VB.NET

    • Includes features like authentication, authorization, and caching

    • Consists of ASP.NET Web Forms, ASP.NET MVC, and ASP.NET Web API

  • Answered by AI
  • Q2. What is mysql database
  • Ans. 

    MySQL is a popular open-source relational database management system.

    • MySQL is used to store and manage data in a structured format.

    • It uses SQL (Structured Query Language) for querying and managing the database.

    • MySQL is commonly used in web applications for data storage and retrieval.

    • It supports features like transactions, indexing, and stored procedures.

    • Examples of MySQL-based applications include WordPress, Joomla, an

  • Answered by AI

Skills evaluated in this interview

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asda asdasdasdasd asd asda sda sd
  • Q2. Asdaasdasdas asd asda s asdas

Interview Preparation Tips

Interview preparation tips for other job seekers - asd
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

First there will be a topic given to you to write an article of length 300-400 words in 15 mins. This article writing is to check your knowledge of English language.
Then there is a 45 mins round test in which 40 questions will be asked.
20 Technical and 20 Programming.
The programming questions will be from C++, and you are required to choose the correct output of the given C++ program.
The technical aptitude questions were medium to hard.

Round 2 - Technical 

(1 Question)

  • Q1. It's a 1:30 hr round. In this part, there will be 4 coding questions from arrays topic which you can solve with any programming language you know. Along with this, you will have 2 questions from SQL and e...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some basic knowledge of C++ to answer aptitude questions.
Be heavily prepared for the technical aptitude part.
Learn some basic command of SQL.
Be prepared to face the medium level DSA questions from arrays.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a handson coding test contains 4 coding questions on prime numbers patterns and array it was easy

Round 2 - Technical 

(1 Question)

  • Q1. All questions based on resume on javascript java and react and mainly on projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Regression testing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tool related questions
  • Q2. Project related
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. 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. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Normal questions asked regarding day to day responsibilities of a project manager.
Round 2 - HR 

(1 Question)

  • Q1. Salary Negotiation

Dots & Coms Interview FAQs

How many rounds are there in Dots & Coms interview?
Dots & Coms interview process usually has 1 rounds. The most common rounds in the Dots & Coms interview process are One-on-one Round.
How to prepare for Dots & Coms 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 Dots & Coms. The most common topics and skills that interviewers at Dots & Coms expect are Case, Checking, Floorplan, Front End and Google Analytics.
What are the top questions asked in Dots & Coms interview?

Some of the top questions asked at the Dots & Coms interview -

  1. Tell all you know about asp....read more
  2. Tell me all you know about asp....read more
  3. What frontend language you are good...read more

Tell us how to improve this page.

Dots & Coms Interview Process

based on 3 interviews

Interview experience

2.7
  
Poor
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 26 Interviews
Techmagnate Interview Questions
4.0
 • 8 Interviews
Mirum Interview Questions
3.1
 • 6 Interviews
Webenza Interview Questions
3.6
 • 4 Interviews
iProspect Interview Questions
3.4
 • 3 Interviews
WATConsult Interview Questions
3.3
 • 2 Interviews
BC Web Wise Interview Questions
3.7
 • 1 Interview
Gozoop Interview Questions
3.0
 • 1 Interview
View all

Dots & Coms Reviews and Ratings

based on 11 reviews

4.8/5

Rating in categories

4.6

Skill development

4.5

Work-life balance

3.5

Salary

4.4

Job security

4.9

Company culture

3.8

Promotions

4.8

Work satisfaction

Explore 11 Reviews and Ratings
ASP.NET Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Graphic Designer
4 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

UI UX Developer
4 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

HR Executive
3 salaries
unlock blur

₹2 L/yr - ₹2.7 L/yr

Business Development Executive
3 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Explore more salaries
Compare Dots & Coms with

Webenza

3.6
Compare

Techmagnate

4.0
Compare

WATConsult

3.3
Compare

BC Web Wise

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