Filter interviews by
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
It was a Technical Test with around 25 questions out of which 18 questions needed to be correct. Questions were technical.
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
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...
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.
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.
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.
Top trending discussions
I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Nov 2021. There were 2 interview rounds.
Best wishes to you know that you have to come to the day da
Hi sir I have sent the best for first year and all the best for your reference
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...
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
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.
Some of the top questions asked at the Dibs Technologies DOT NET Developer interview -
based on 1 interview experience
Difficulty level
Duration
Software Developer
9
salaries
| ₹4.5 L/yr - ₹7.6 L/yr |
Junior Software Developer
4
salaries
| ₹2.4 L/yr - ₹3 L/yr |
Quality Analyst
4
salaries
| ₹6 L/yr - ₹7.2 L/yr |
TCS
Accenture
Wipro
Cognizant