Upload Button Icon Add office photos

Filter interviews by

Dhrivasoft Technologies Interview Questions and Answers

Updated 1 Dec 2022

Dhrivasoft Technologies Interview Experiences

1 interview 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 before Dec 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 - Technical 

(4 Questions)

  • Q1. Basic oops concepts with live example
  • Ans. All the answer can be find on csharpcorner with example
  • Answered Anonymously
  • Q2. What is dependency injection and routing
  • Ans. 

    Dependency injection is a design pattern that allows objects to be loosely coupled by injecting their dependencies.

    • Dependency injection is a way to achieve inversion of control in software development.

    • It helps in decoupling the code by removing direct dependencies between classes.

    • By injecting dependencies, objects can be easily tested and reused.

    • Routing refers to the process of determining how an application responds t...

  • Answered by AI
  • Q3. What is difference between web api and rest api
  • Ans. 

    Web API is a general term for APIs accessed over the web, while REST API is a specific type of web API that follows REST principles.

    • Web API is a broad term that encompasses any API accessed over the web, including SOAP and XML-RPC.

    • REST API is a specific type of web API that follows the REST architectural style.

    • REST API uses HTTP methods (GET, POST, PUT, DELETE) to perform CRUD (Create, Read, Update, Delete) operations ...

  • Answered by AI
  • Q4. Explain singleton design pattern
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to one object.

    • Ensures only one instance of a class exists

    • Provides a global point of access to that instance

    • Commonly used for managing resources such as database connections

    • Implemented using a private constructor and a static method to access the instance

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

(3 Questions)

  • Q1. Tell me about your project structure
  • Q2. What versioning tool you are using
  • Ans. 

    I am using Git as my versioning tool.

    • Git is a distributed version control system.

    • It allows for easy branching and merging of code.

    • It also provides a history of changes made to the codebase.

    • Other popular versioning tools include SVN and Mercurial.

  • Answered by AI
  • Q3. What was the team strength and your roles in project

Interview Preparation Tips

Topics to prepare for Dhrivasoft Technologies Software Developer 1 interview:
  • .NET Framework
  • Angular
  • C#
  • .Net Core
  • Web Api
  • REST API
Interview preparation tips for other job seekers - The best place to learn new technologies.
And time flexibility very friendly team. Highly recommended

Skills evaluated in this interview

Software Developer 1 Interview Questions asked at other Companies

Q1. Do you have prior experience in Java and Spring Boot?
View answer (1)

Jobs at Dhrivasoft Technologies

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an good experience

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT YOURSELF

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

Dhrivasoft Technologies Interview FAQs

How many rounds are there in Dhrivasoft Technologies interview?
Dhrivasoft Technologies interview process usually has 3 rounds. The most common rounds in the Dhrivasoft Technologies interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Dhrivasoft Technologies 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 Dhrivasoft Technologies. The most common topics and skills that interviewers at Dhrivasoft Technologies expect are .NET, ASP.NET, Ajax, Angular and Angularjs.
What are the top questions asked in Dhrivasoft Technologies interview?

Some of the top questions asked at the Dhrivasoft Technologies interview -

  1. What is difference between web api and rest ...read more
  2. What is dependency injection and rout...read more
  3. What versioning tool you are us...read more

Tell us how to improve this page.

Dhrivasoft Technologies Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Dhrivasoft Technologies Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Dhrivasoft Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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