Upload Button Icon Add office photos

Filter interviews by

Vibhathi Labs full stack .net developer Interview Questions and Answers

Updated 22 Mar 2024

Vibhathi Labs full stack .net developer Interview Experiences

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is Singleton design patterns and how to implement?
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Ensure a class has only one instance by providing a global access point to it

    • Use a private constructor to restrict instantiation of the class

    • Provide a static method to access the instance of the class

  • Answered by AI
  • Q2. Dependency Injection
  • Q3. What is extension method and write the code.
  • Ans. 

    Extension methods allow adding new methods to existing types without modifying the original type.

    • Extension methods must be defined in a static class.

    • The first parameter of an extension method specifies the type being extended and is preceded by the 'this' keyword.

    • Extension methods can be called as if they were instance methods of the extended type.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Life cycle hooks in angular
  • Ans. 

    Life cycle hooks in Angular are functions that are called at specific points in the component's life cycle.

    • ngOnChanges: Called when an input property changes

    • ngOnInit: Called once the component is initialized

    • ngOnDestroy: Called before the component is destroyed

  • Answered by AI
  • Q2. How to send data from child to parent component
  • Ans. 

    Use event emitters or callback functions to send data from child to parent component in Angular

    • Use @Output decorator in Angular to create custom events in child component and emit data to parent component

    • Pass a function as a prop from parent to child component, which child can call to send data back to parent

    • Use services to share data between components in Angular

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is the goal of this year
  • Ans. 

    The goal of this year is to enhance my skills in full stack .NET development and contribute to impactful projects.

    • Enhance skills in full stack .NET development through continuous learning and practice

    • Contribute to impactful projects by delivering high-quality code and solutions

    • Collaborate with team members to achieve project goals and deadlines

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts, SQL queries, observable and subscribe in angular

I applied via campus placement at Haldia Institute of Technology (HIT) and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basic to medium level

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic of all stacks for full stack mentioned in resume

Interview Preparation Tips

Topics to prepare for Cognizant full stack .net developer interview:
  • C#/java
  • Dbms
  • Cloud
  • .Net
  • HTML
  • CSS
  • Javascript
  • Bootstrap
  • OOPS
Interview preparation tips for other job seekers - Prepare the basics well for all the stacks
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Assignment 

PROJECTS

Multi-Source Medical Data Integration & Management for Healthcare Services

01/2023-06/2023

Guntur, Andhra Pradesh, India

A project focused on integrating medical data for healthcare services.

Developed a web application to integrate medical data from multiple sources, enabling efficient data management in healthcare services.

Designed and implemented RESTful APIs for data interaction and integration,

Utlized Django for backend development, ensuring scalability and maintainability

Implemented data validation and security protocols to ensure the protection of patient information.

Streamlined medical records and information fhow to enhance healthcare service efficiency

Round 2 - HR 

(1 Question)

  • Q1. Sir/madam What's the My responsibility in our country
Round 3 - One-on-one 

(1 Question)

  • Q1. Sir/madam could be pleace how mach time this round
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Demonstrate Function Overriding.
  • Ans. 

    Function Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.

    • In Function Overriding, a subclass can provide a specific implementation of a method that is already defined in its parent class.

    • The method in the subclass must have the same name, return type, and parameters as the method in the parent class to ove...

  • Answered by AI
  • Q2. Linq query with order by
  • Ans. 

    Using LINQ query to order data in C#

    • Use the OrderBy method to sort data in ascending order

    • Use the OrderByDescending method to sort data in descending order

    • You can also use ThenBy and ThenByDescending for secondary sorting

  • Answered by AI
  • Q3. What is Out Parameter with example
  • Ans. 

    Out parameter is used to pass data out of a method or function.

    • Out parameters are used when a method needs to return multiple values.

    • They are declared using the 'out' keyword in C#.

    • Example: void CalculateArea(int length, int width, out int area) { area = length * width; }

  • Answered by AI
  • Q4. Authentication and autherization, JWT Tocken
  • Q5. Reflection in C#
  • Ans. 

    Reflection in C# allows for inspecting and manipulating metadata of types at runtime.

    • Reflection is used to dynamically create instances of types, access properties, and invoke methods.

    • Examples include using reflection to load assemblies at runtime, inspect attributes of types, and generate code dynamically.

    • Reflection can be slow and should be used judiciously due to performance overhead.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Dot Net Fullstack Developer interview:
  • OOPS
  • SQL
  • Javascript
Interview preparation tips for other job seekers - Basics of OOPS SQL JS will do.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Given a string, write a function to reverse the string.
  • Ans. 

    Function to reverse a given string

    • Create an empty string to store the reversed string

    • Iterate through the input string in reverse order and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Given a sorted array of integers, write a function to perform a binary search to find the index of a target value. If the target value is not found, return -1.
  • Ans. 

    Binary search function to find target value in sorted array

    • Define function that takes sorted array and target value as input

    • Initialize variables for start, end, and middle indices

    • Use while loop to iterate until start is less than or equal to end

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About the company
  • Q2. What are three significant achievements in your life?
  • Ans. 

    Graduating with honors, winning a hackathon, volunteering in a developing country

    • Graduated with honors from university with a degree in Computer Science

    • Won first place in a hackathon competition by developing a unique and innovative software solution

    • Volunteered in a developing country to help build schools and provide education to underprivileged children

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Find the second largest element from array
  • Ans. 

    Find the second largest element from array of strings

    • Sort the array in descending order

    • Access the element at index 1 to get the second largest element

  • Answered by AI
  • Q2. Java basics and advanced programming
  • Q3. Failsafe vs fail fast integrators
  • Ans. 

    Failsafe integrators prioritize system stability by handling errors gracefully, while fail fast integrators prioritize quick detection and resolution of errors.

    • Failsafe integrators focus on ensuring the system continues to function even in the presence of errors.

    • Fail fast integrators aim to quickly identify and address errors to prevent further issues.

    • Failsafe integrators often use techniques like retries, circuit brea...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Saga design patterns
  • Q2. Micro services architecture

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 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. Arrays reverse in js
  • Ans. 

    Use the built-in reverse() method to reverse an array in JavaScript.

    • Use the reverse() method on the array to reverse its elements in place.

    • Example: let arr = ['apple', 'banana', 'cherry']; arr.reverse(); // ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q2. String question various conditions

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. React common questions
  • Q2. Spring boot and microservices questions
  • Q3. Sql questions like second highest salary
  • Q4. Java streams interview questions like second highest

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and open

Vibhathi Labs Interview FAQs

How many rounds are there in Vibhathi Labs full stack .net developer interview?
Vibhathi Labs interview process usually has 1 rounds. The most common rounds in the Vibhathi Labs interview process are Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
SAP Security Consultant
3 salaries
unlock blur

₹2 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Vibhathi Labs with

Biocon Limited

3.9
Compare

Syngene International

3.9
Compare

DRJ & CO

5.0
Compare

Wipro

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