Upload Button Icon Add office photos

Filter interviews by

Dibs Technologies DOT NET Developer Interview Questions and Answers

Updated 14 Nov 2024

Dibs Technologies DOT NET Developer Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

It was a Technical Test with around 25 questions out of which 18 questions needed to be correct. Questions were technical.

Round 2 - One-on-one 

(6 Questions)

  • Q1. As I was appearing for senior position. They asked about project and work experience. Tell me about yourself ? What projects have you worked on?
  • Q2. How to integrate third party web api in our project
  • Ans. 

    Integrating third party web APIs involves obtaining API key, making HTTP requests, parsing responses, and handling errors.

    • Obtain API key from third party provider

    • Make HTTP requests to the API endpoints

    • Parse the JSON/XML response data

    • Handle errors and exceptions gracefully

  • Answered by AI
  • Q3. What is dependency injection? How to implement it? What is tightly coupled? What is loosely coupled?
  • Ans. 

    Dependency injection is a design pattern where the dependencies of an object are provided externally rather than created within the object itself.

    • Dependency injection helps in achieving loosely coupled code by allowing objects to be easily replaced or modified without changing the core logic.

    • It involves injecting dependencies into a class through constructor injection, setter injection, or interface injection.

    • Tightly c...

  • Answered by AI
  • Q4. Static void main{ int i =10; Console.WriteLine(i++); }
  • Ans. 

    The code prints the value of 'i' before incrementing it, resulting in output of 10.

    • The '++' operator is a post-increment operator, meaning it returns the value before incrementing.

    • In this case, 'Console.WriteLine(i++)' outputs '10' and then 'i' becomes '11'.

    • If '++i' were used instead, it would output '11' because it increments before returning the value.

  • Answered by AI
  • Q5. Static void main{ int val =5; show(val); Console.WriteLine("Value of val is "+val); } Internal class show(int i) { i*=i; Console.WriteLine("Value of i is"+i); }
  • Ans. 

    The code snippet demonstrates a simple program in C# that declares a variable, calls a method to square its value, and then prints the updated value.

    • The 'show' method takes an integer parameter and squares its value before printing it.

    • The 'val' variable is passed to the 'show' method, which updates its value to 25.

    • The final output will display the updated value of 'val' as 25.

  • Answered by AI
  • Q6. Class A { } ClassB:A { } Static void Main() { A obj1 = new A(); A obj2 = new B(); B obj3 = new B(); B obj4 = new A();
  • Ans. 

    The code snippet demonstrates object instantiation and inheritance in C#.

    • Class B inherits from Class A.

    • Objects of Class A and Class B can be instantiated.

    • An object of a derived class can be assigned to a base class reference variable.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Dibs Technologies DOT NET Developer interview:
  • OOPS
  • Dependency Injection
Interview preparation tips for other job seekers - Prepare well on basic concepts of OOPs and loops.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Dibs Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Tell me about software system

DOT NET Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between Windows application development an ... read more
Q2. How many ways are there to send data to a controller from a View?
Q3. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q4. What are the components of the .NET Framework and their types?
asked in Infosys
Q5. What kind of database have you used in your projects?

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Q2. Concept of hiding implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Assignment 

Best wishes to you know that you have to come to the day da

Round 2 - Group Discussion 

Hi sir I have sent the best for first year and all the best for your reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy easy easy drawing with this picture 🖼️ and avarampatti photos and videos are you please send panta and all the best for your reference

Interview Questionnaire 

1 Question

  • Q1. Design facebook
  • Ans. 

    Designing Facebook is a complex task involving various components and technologies.

    • Identify the core features of Facebook such as user profiles, news feed, messaging, and groups.

    • Choose appropriate technologies for each component such as PHP for backend, React for frontend, and MySQL for database.

    • Ensure scalability and performance by implementing caching, load balancing, and database sharding.

    • Implement security measures...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Database, logical reasoning

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Spring and SpringBoot
Are these interview questions helpful?

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. .NET basics

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Questionnaire 

1 Question

  • Q1. What is Design Patterns?
  • Ans. 

    Design Patterns are reusable solutions to commonly occurring problems in software design.

    • Design Patterns provide a common vocabulary for developers to communicate about solutions to problems.

    • They help in making code more flexible, reusable, and maintainable.

    • Examples of Design Patterns include Singleton, Factory, Observer, and Decorator.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do have a good knowledge of all the technologies you are using.

Skills evaluated in this interview

Dibs Technologies Interview FAQs

How many rounds are there in Dibs Technologies DOT NET Developer interview?
Dibs Technologies interview process usually has 2 rounds. The most common rounds in the Dibs Technologies interview process are Coding Test and One-on-one Round.
How to prepare for Dibs Technologies DOT NET Developer 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 Dibs Technologies. The most common topics and skills that interviewers at Dibs Technologies expect are C#, SQL Server, ASP.Net, MVC and .Net.
What are the top questions asked in Dibs Technologies DOT NET Developer interview?

Some of the top questions asked at the Dibs Technologies DOT NET Developer interview -

  1. Class A { } ClassB:A { } Static void Main() { A obj1 = new A(); A obj2 = new B(...read more
  2. What is dependency injection? How to implement it? What is tightly coupled? Wha...read more
  3. How to integrate third party web api in our proj...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Software Developer
9 salaries
unlock blur

₹4.5 L/yr - ₹7.6 L/yr

Junior Software Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Quality Analyst
4 salaries
unlock blur

₹6 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Dibs Technologies with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview