Upload Button Icon Add office photos

Filter interviews by

AkaaRa Consulting C Sharp and Dot Net Developer Interview Questions and Answers

Updated 2 Apr 2024

AkaaRa Consulting C Sharp and Dot Net Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Questions in Aptitude need to learn and practice

Round 2 - Technical 

(4 Questions)

  • Q1. Strictly they will interview in Technical be well prepared in C Sharp and Dot Net
  • Q2. What is Async and Await in C Sharp
  • Ans. 

    Async and Await in C# are keywords used for asynchronous programming, allowing tasks to run concurrently without blocking the main thread.

    • Async keyword is used to define a method as asynchronous, allowing it to run concurrently with other tasks.

    • Await keyword is used to pause the execution of the method until the awaited task is completed.

    • Async and Await are commonly used in scenarios where tasks like network requests o...

  • Answered by AI
  • Q3. What is namespace in c sharp
  • Ans. 

    Namespace in C# is a way to organize and group related classes, interfaces, structs, enums, and delegates.

    • Namespaces help in avoiding naming conflicts by providing a way to uniquely identify classes.

    • They also help in organizing code and making it more readable and maintainable.

    • Example: using System; - System is a namespace that contains fundamental classes and base classes.

  • Answered by AI
  • Q4. WHAT is the difference between dot net and dot net core
  • Ans. 

    Dot Net is a software framework developed by Microsoft, while Dot Net Core is a cross-platform, open-source version of Dot Net.

    • Dot Net is a software framework developed by Microsoft, while Dot Net Core is a cross-platform, open-source version of Dot Net.

    • Dot Net Core supports multiple operating systems like Windows, macOS, and Linux, while Dot Net is primarily for Windows.

    • Dot Net Core is modular and lightweight, allowin...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to call abstract constructor
  • Q2. Difference between generic list and list which is faster
Round 2 - Coding Test 

Write prime number code

Interview Preparation Tips

Topics to prepare for Wipro DOT NET Developer interview:
  • C#
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain exceptional handling
  • Ans. 

    Exception handling is a mechanism to handle runtime errors in a program.

    • Exception handling helps in gracefully handling unexpected errors in a program.

    • It prevents the program from crashing and allows for proper error logging and recovery.

    • Commonly used keywords in exception handling are try, catch, finally, and throw.

    • Example: try { // code that may throw an exception } catch(Exception ex) { // handle the exception }

  • Answered by AI
  • Q2. Explain difference between abstract and interfaces
  • Ans. 

    Abstract classes can have implementation details while interfaces cannot.

    • Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • A class can only inherit from one abstract class, but can implement multiple interfaces.

    • Abstract classes can have constructors, fields, and properties, while interfaces cannot.

    • Abstract classes are used when some common functionality ne...

  • Answered by AI
  • Q3. One coding question on arrays
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Degine. Net net
  • Q2. Basic mvc question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is interface
  • Ans. 

    An interface is a programming construct that defines a contract for classes to implement certain methods and properties.

    • Interfaces provide a way to achieve multiple inheritance in C#.

    • They are used to define common behavior that can be implemented by multiple classes.

    • Interfaces can be used to achieve loose coupling and promote code reusability.

    • Classes that implement an interface must provide an implementation for all it...

  • Answered by AI
  • Q2. Can we use static interface in public class
  • Ans. 

    Yes, static interfaces can be used in public classes in .NET.

    • Static interfaces are used to define a set of static members that can be implemented by a class.

    • They are useful when you want to group related static members together.

    • Static interfaces cannot be instantiated or inherited, but they can be implemented by a class.

    • The static members defined in the interface must be implemented as static members in the implementin...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2022. 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 - HR 

(1 Question)

  • Q1. Name, qualifications, wanted to relocate
Round 3 - Technical 

(2 Questions)

  • Q1. Singlton architecture give examples
  • Ans. 

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

    • Singleton pattern ensures that only one instance of a class is created and provides a global point of access to it.

    • Examples of Singleton pattern include database connections, logging classes, and configuration settings.

    • Singleton pattern can be implemented using lazy initialization, eager initialization, or thread-safe i...

  • Answered by AI
  • Q2. What kind of database you used in projects
  • Ans. 

    I have experience working with various databases including SQL Server, Oracle, and MySQL.

    • I have worked with SQL Server extensively and have experience in writing complex queries and stored procedures.

    • I have also worked with Oracle and have experience in creating and managing tables, indexes, and views.

    • I have used MySQL for smaller projects and have experience in designing and implementing databases.

    • I am familiar with d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys DOT NET Developer interview:
  • Singleton
  • If else
  • For loop
  • SQL
Interview preparation tips for other job seekers - Technical questions were based on recent technology so be prepare for every modern Techs used in recent time

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jan 2022. There were 3 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 - Technical 

(5 Questions)

  • Q1. Basics of object oriented programming
  • Q2. Roles and domains worked
  • Q3. Types of cursors and joins in sql
  • Ans. 

    Types of cursors and joins in SQL

    • Cursors: Forward-only, Static, Dynamic, Keyset-driven

    • Joins: Inner, Left, Right, Full, Cross

    • Cursors are used to iterate through a result set

    • Joins are used to combine data from multiple tables based on a common column

  • Answered by AI
  • Q4. Security mechanism apart from authorisation and Authentication
  • Ans. 

    Data encryption, firewalls, intrusion detection and prevention systems.

    • Data encryption

    • Firewalls

    • Intrusion detection and prevention systems

  • Answered by AI
  • Q5. Basics of model view controller
Round 3 - Coding Test 

Implement of gang of 4 patterns and program execution

Interview Preparation Tips

Interview preparation tips for other job seekers - Gang of 4 patterns is must for experience person and also project work flow along with basic .net rarely specialised area like azure or mvc or kind of

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly asked on .net core Addsingleton,Addtransient,Scoped ,Middleware
  • Q2. Coding question : Fibonacchi series ,finding avrage salary
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Differences between promises and observables
  • Ans. 

    Promises are used for a single async operation while observables handle multiple async operations and can be cancelled.

    • Promises are eager, meaning they start immediately upon creation.

    • Observables are lazy, meaning they only start when subscribed to.

    • Promises can only handle a single value or error, while observables can handle multiple values over time.

    • Observables can be cancelled, while promises cannot be cancelled.

    • Pro...

  • Answered by AI
  • Q2. Angular vs react differences
  • Ans. 

    Angular and React are both popular front-end frameworks, but they have some key differences in terms of architecture, syntax, and ecosystem.

    • Angular is a full-fledged framework with a steep learning curve, while React is a library that is more flexible and easier to learn.

    • Angular uses two-way data binding, while React uses one-way data flow.

    • Angular has a more opinionated architecture and provides more out-of-the-box fea...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep attending more Interviews.work on sure shot questions. Maintain goood attitude learn from rejections and get better everyday.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

It's really hard to clear and somehow i got cleared

Round 3 - One-on-one 

(2 Questions)

  • Q1. How do you see yourself in next 5 years ?
  • Ans. 

    In the next 5 years, I see myself growing as a skilled DOT NET Developer and taking on more challenging projects.

    • Continuously upgrading my skills and staying updated with the latest technologies in the DOT NET ecosystem.

    • Taking on leadership roles and mentoring junior developers.

    • Contributing to the success of the organization by delivering high-quality software solutions.

    • Exploring opportunities to work on diverse projec...

  • Answered by AI
  • Q2. Explain your previous company project in 5 min?
  • Ans. 

    Developed a web application for managing inventory and sales

    • Used ASP.NET MVC framework for building the application

    • Implemented a database schema to store product and sales data

    • Integrated third-party payment gateway for online transactions

    • Implemented role-based authentication and authorization for different user roles

    • Used JavaScript and jQuery for client-side validation and interactivity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are talented you won't get the job because it depends on your fate

AkaaRa Consulting Interview FAQs

How many rounds are there in AkaaRa Consulting C Sharp and Dot Net Developer interview?
AkaaRa Consulting interview process usually has 2 rounds. The most common rounds in the AkaaRa Consulting interview process are Aptitude Test and Technical.
What are the top questions asked in AkaaRa Consulting C Sharp and Dot Net Developer interview?

Some of the top questions asked at the AkaaRa Consulting C Sharp and Dot Net Developer interview -

  1. WHAT is the difference between dot net and dot net c...read more
  2. What is Async and Await in C Sh...read more
  3. What is namespace in c sh...read more

Tell us how to improve this page.

AkaaRa Consulting C Sharp and Dot Net Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
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.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
WNS Interview Questions
3.4
 • 984 Interviews
View all
Software Engineer
8 salaries
unlock blur

₹1.5 L/yr - ₹9 L/yr

Senior Associate
6 salaries
unlock blur

₹12.5 L/yr - ₹26 L/yr

Software Developer
5 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Consultant
4 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Test Engineer
3 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Explore more salaries
Compare AkaaRa Consulting with

McKinsey & Company

3.8
Compare

BCG

3.7
Compare

KPMG India

3.5
Compare

Deloitte

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