Upload Button Icon Add office photos

Filter interviews by

KaaShiv InfoTech Company Dot Net Fullstack Developer Interview Questions, Process, and Tips

Updated 19 Apr 2023

Top KaaShiv InfoTech Company Dot Net Fullstack Developer Interview Questions and Answers

View all 6 questions

KaaShiv InfoTech Company Dot Net Fullstack Developer Interview Experiences

4 interviews found

Dot Net Fullstack Developer Interview Questions & Answers

user image Mohamed Riyaz (KIT50101)

posted on 7 Apr 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. There were 4 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 

(3 Questions)

  • Q1. What is oops and features? And questions in dotnet and dotnet frameworks.
  • Q2. What languages does support the .netframework???
  • Ans. 

    The .NET framework supports multiple languages including C#, VB.NET, F#, and C++.

    • C# is the most commonly used language for .NET development

    • VB.NET is a popular choice for legacy applications

    • F# is used for functional programming

    • C++ is used for performance-critical applications

    • Other languages like IronPython and IronRuby can also be used with .NET

  • Answered by AI
  • Q3. Explain oops and its relation to the .net framework??
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. .NET framework supports OOPs concepts.

    • OOPs stands for Object-Oriented Programming.

    • .NET framework supports OOPs concepts like encapsulation, inheritance, and polymorphism.

    • In OOPs, objects are created from classes, which act as blueprints for the objects.

    • Example: In .NET, a class can be created to represent a customer with properties like ...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. What is Jit? And diff types of jit?
  • Ans. 

    JIT stands for Just-In-Time compilation. It is a technique used by programming languages to improve performance.

    • JIT compiles code at runtime instead of ahead of time

    • It converts bytecode into machine code

    • There are two types of JIT: Pre-JIT and Normal JIT

    • Pre-JIT compiles the entire codebase ahead of time

    • Normal JIT compiles code as it is needed during runtime

  • Answered by AI
  • Q2. What is catching in .net and types of catching?
  • Ans. 

    Catching in .NET is a mechanism to handle exceptions that occur during program execution.

    • Catching is done using try-catch blocks.

    • Types of catching include specific exception catching, general exception catching, and re-throwing exceptions.

    • Specific exception catching is done using catch blocks that specify the type of exception to catch.

    • General exception catching is done using catch blocks that catch all exceptions.

    • Re-t...

  • Answered by AI
  • Q3. What is sql? And types and tell about database and database management system. and also asking all queries in sql
Round 4 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Dot Net Fullstack Developer with experience in developing web applications using .NET technologies.

    • Experienced in developing web applications using ASP.NET, C#, and SQL Server

    • Proficient in front-end technologies like HTML, CSS, and JavaScript

    • Familiar with frameworks like Angular and React

    • Strong problem-solving and debugging skills

    • Good understanding of software development principles and best practices

  • Answered by AI
  • Q2. Tell about your Strength and weekness
  • Ans. 

    My strength lies in my strong technical skills and ability to adapt quickly. My weakness is that I can be overly critical of my own work.

    • Strength: Strong technical skills

    • Strength: Quick adaptability

    • Weakness: Overly critical of my own work

  • Answered by AI
  • Q3. Salary expectations? ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Use full for all Job seekers .. to getting a job in mnc company.. just trained and getting well preparation of some technical knowledge. And gathering work environments.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Mar 2023. There were 6 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 - Aptitude Test 

25 questions are given

Round 3 - Coding Test 

Basics and advanced programing codings

Round 4 - One-on-one 

(1 Question)

  • Q1. Genral discussion
Round 5 - HR 

(1 Question)

  • Q1. General hr discussion tound
Round 6 - Technical 

(1 Question)

  • Q1. Technical round for dot net

Dot Net Fullstack Developer Interview Questions Asked at Other Companies

Q1. What languages does support the .netframework???
Q2. What is catching in .net and types of catching?
Q3. OOPs concepts and where it was used in your previous projects you ... read more
Q4. Direct F2F with Panel +Coding evaluation during the 1hour call
asked in NTT Data
Q5. How do you implement custom middleware in .net core?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2022. There were 3 interview rounds.

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 - Group Discussion 

The intention behind facilitating a group discussion is to evaluate every candidate, check their persuasive skills, knowledge of the related subject, communication skills and most importantly their capability to structure arguments through logic, reason and factual information.

Round 3 - Aptitude Test 

Aptitude test is a pre-employment assessment used to determine an individual's propensity or skill to excel or succeed in IT. The test will help IT/software companies find and hire top talent by accurately assessing the cognitive ability required of IT professionals

Interview Preparation Tips

Interview preparation tips for other job seekers - Please follow above information to achieve your interviews
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 Apr 2022. There were 3 interview rounds.

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 

Simple problem solving exercises

Round 3 - HR 

(2 Questions)

  • Q1. 1.What is SQL and Queries
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases. Queries are commands used to retrieve data from databases.

    • SQL stands for Structured Query Language

    • Queries are used to retrieve specific data from a database

    • SQL can be used to create, modify, and delete databases and tables

    • Examples of SQL commands include SELECT, INSERT, UPDATE, and DELETE

  • Answered by AI
  • Q2. 2.What is stored procedures
  • Ans. 

    Stored procedures are precompiled SQL statements that can be stored and executed on a database server.

    • Stored procedures improve performance by reducing network traffic and optimizing query execution.

    • They can be used to enforce business rules and security measures.

    • They can also be used to encapsulate complex logic and make it easier to maintain.

    • Examples include procedures for inserting, updating, and deleting data, as w...

  • Answered by AI

Skills evaluated in this interview

KaaShiv InfoTech Company interview questions for designations

 DOT NET Developer

 (1)

 Fullstack Developer Trainee

 (1)

 Full Stack Developer

 (2)

KaaShiv InfoTech Company Interview FAQs

How many rounds are there in KaaShiv InfoTech Company Dot Net Fullstack Developer interview?
KaaShiv InfoTech Company interview process usually has 4 rounds. The most common rounds in the KaaShiv InfoTech Company interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in KaaShiv InfoTech Company Dot Net Fullstack Developer interview?

Some of the top questions asked at the KaaShiv InfoTech Company Dot Net Fullstack Developer interview -

  1. What languages does support the .netframework...read more
  2. What is catching in .net and types of catchi...read more
  3. Explain oops and its relation to the .net framewor...read more

Tell us how to improve this page.

KaaShiv InfoTech Company Dot Net Fullstack Developer Interview Process

based on 6 interviews

1 Interview rounds

  • Resume Shortlist Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all
KaaShiv InfoTech Company Dot Net Fullstack Developer Salary
based on 6 salaries
₹1.1 L/yr - ₹2.4 L/yr
81% less than the average Dot Net Fullstack Developer Salary in India
View more details

KaaShiv InfoTech Company Dot Net Fullstack Developer Reviews and Ratings

based on 84 reviews

4.9/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.8

Salary

4.8

Job security

4.8

Company culture

4.7

Promotions

4.9

Work satisfaction

Explore 84 Reviews and Ratings
full stack .net developer
20 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

DOT NET Developer
18 salaries
unlock blur

₹0.9 L/yr - ₹3 L/yr

Software Trainee
18 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Dot Net Fullstack Developer
6 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Dot Net Developer Trainee
6 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Explore more salaries
Compare KaaShiv InfoTech Company with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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