Upload Button Icon Add office photos

Filter interviews by

Ishttaa TechCraft ASP.NET Developer Interview Questions and Answers

Updated 18 May 2021

Ishttaa TechCraft ASP.NET Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Oops concept
  • Q2. Oops Principles
  • Q3. Class
  • Q4. Difference between class and object
  • Ans. 

    A class is a blueprint or template for creating objects, while an object is an instance of a class.

    • A class defines the properties and methods that an object will have.

    • An object is created from a class using the 'new' keyword.

    • Multiple objects can be created from a single class.

    • Classes can inherit properties and methods from other classes.

    • Objects can have unique values for their properties, while classes define the struc

  • Answered by AI
  • Q5. Inheritance work explain
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • Inheritance allows for code reuse and promotes code organization.

    • The derived class inherits all the properties and methods of the base class.

    • The derived class can also override or extend the functionality of the base class.

    • There are different types of inheritance such as single, multiple, and hierarchical inheritance.

    • Example: A Car cl...

  • Answered by AI
  • Q6. Constructer and destructer
  • Q7. About experience
  • Q8. Project details
  • Q9. Change job related

Interview Preparation Tips

Interview preparation tips for other job seekers - But I completed all the 6 rounds of interview answer all the question in telephonic but the company last round manager not hiring for me, bc I have year gaph education and I am working in different projects in different field,
Last manager akila rejected for me,

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

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

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design tinyurl system design
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked to write a bank application - which includes adding,removing,transferring of money

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 question -30 min,topics - profit or loss , time work distance ,time speed ,upstreaam downstream percentage ,probability

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1.30
Basic profit/loss,percentages questions

Round 2 - Technical 

(4 Questions)

  • Q1. 1 hr Asked about closures, hoisting, map, hash
  • Q2. Closures and scopes
  • Q3. Dsa 2 sum problem
  • Q4. Projects and basicjs
Round 3 - HR 

(1 Question)

  • Q1. Basic related to location, timings
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy aptitude, 30 min with 20 question

Interview Preparation Tips

Interview preparation tips for other job seekers - learn OOPs concept and thorough about your project
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 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 - Coding Test 

Encapsulation, abstraction, interface

Round 3 - Technical 

(2 Questions)

  • Q1. Encapsulation constructor method overloading
  • Q2. Interface abstracts
Round 4 - HR 

(3 Questions)

  • Q1. Why chose this company
  • Q2. Why should i hire you
  • Q3. How much salary you are expecting

Interview Preparation Tips

Topics to prepare for Evision Technoserve Java Developer interview:
  • Core Java
  • OOPS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Basic resume based questions
  • Q2. Explain your internship experience
Round 3 - HR 

(1 Question)

  • Q1. Basic resume based questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 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 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.

Ishttaa TechCraft Interview FAQs

How to prepare for Ishttaa TechCraft ASP.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 Ishttaa TechCraft. The most common topics and skills that interviewers at Ishttaa TechCraft expect are .Net, .Net Core, ASP.Net, ASP.Net MVC and C#.
What are the top questions asked in Ishttaa TechCraft ASP.NET Developer interview?

Some of the top questions asked at the Ishttaa TechCraft ASP.NET Developer interview -

  1. Difference between class and obj...read more
  2. Inheritance work expl...read more
  3. Constructer and destruct...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 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
 • 794 Interviews
AmbitionBox Interview Questions
4.9
 • 144 Interviews
View all
Softwaretest Engineer
8 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Software Developer
7 salaries
unlock blur

₹3 L/yr - ₹5.3 L/yr

Design Engineer
7 salaries
unlock blur

₹2.6 L/yr - ₹6.5 L/yr

Information Technology Recruiter
7 salaries
unlock blur

₹3.4 L/yr - ₹5 L/yr

Mechanical Engg. Design
4 salaries
unlock blur

₹3.6 L/yr - ₹7.3 L/yr

Explore more salaries
Compare Ishttaa TechCraft 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