Upload Button Icon Add office photos

1point1 Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

1point1 Solutions ASP.NET Developer Interview Questions and Answers

Updated 14 Feb 2024

1point1 Solutions ASP.NET Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It allows a single interface to be used for different types of objects.

    • Polymorphism is achieved through method overriding and method overloading.

    • Example: A base class Animal can have derived classes like Dog, Cat, and B...

  • Answered by AI
  • Q2. Tell me about runtime polymorphism
  • Ans. 

    Runtime polymorphism is the ability of a method to be dynamically bound at runtime based on the type of the object.

    • It allows a subclass to provide its own implementation of a method that is already defined in its parent class.

    • It is achieved through method overriding.

    • The decision of which method to execute is determined by the actual type of the object at runtime.

    • It enables code reusability and flexibility in object-ori...

  • Answered by AI
  • Q3. What is page life cycle in asp .net
  • Ans. 

    Page life cycle in ASP.NET is the sequence of events that occur during the processing of a web page.

    • Page life cycle consists of various stages like initialization, loading, postback, rendering, and unloading.

    • During initialization, the page and controls are created and their properties are set.

    • During loading, the page retrieves and processes the user input.

    • During postback, the page handles the events raised by the user.

    • ...

  • Answered by AI
Round 2 - Coding Test 

Tomorrow my coding round.

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: Interview was scheduled in Grab Job consultancy. In that, a class room, where we all asked to sit and interviewer was sitting in front and asked to speak one by one on the topic traffic situation in Hyderabad.
Tips: Just speak once two to three lines. Don't rush to speak. Take ur time and don't try speak repeatedly.
Duration: 35 minutes

Round: Technical Interview
Experience: System based test. Easy question from java , c, data structure.

Round: HR Interview
Experience: Not held because already we got too late.

Skills: Proficiency In English, Basic Coding
College Name: Medak College of engineering

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 50

Round: Group Discussion
Duration: 1 hour 5 minutes

College Name: GITAM University, Visakhapatnam

I was interviewed before Jun 2016.

Interview Preparation Tips

Round: Test
Duration: 1 hour

Round: Group Discussion
Duration: 10 hours

Skills: Java Programming

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts in Java?
  • Ans. 

    Oops concepts in Java

    • Encapsulation - hiding implementation details

    • Inheritance - reusing code and creating parent-child relationships

    • Polymorphism - multiple forms of a method or object

    • Abstraction - creating abstract classes and interfaces

    • Example: Encapsulation - using private variables and public methods

    • Example: Inheritance - creating a subclass that inherits from a superclass

    • Example: Polymorphism - using method overloa...

  • Answered by AI
  • Q2. Altering columns in Databases?
  • Ans. 

    Altering columns in databases involves modifying the structure of a table by adding, deleting or modifying columns.

    • Use ALTER TABLE statement to modify columns

    • Add new columns using ADD COLUMN

    • Delete columns using DROP COLUMN

    • Modify columns using MODIFY COLUMN

    • Changing column data type may result in data loss

  • Answered by AI
  • Q3. Asked some queries in SQL
  • Q4. Reversing a number in java?
  • Ans. 

    Reversing a number in Java

    • Convert the number to a string

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q5. Extracting words from a line in java?
  • Ans. 

    To extract words from a line in Java, split the line using whitespace as delimiter.

    • Use the split() method of String class

    • Pass the whitespace regex as argument to split() method

    • Iterate over the resulting array to get individual words

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Started with the question "Tell me about yourself". Asked me about Core Java. Asked to solve some questions related to Java and SQL.
Tips: Be prepared with high knowledge in Java, Data Structures and SQL.

Skills: Java Programming, Data Strrutures, SQL
College Name: IIITDM Jabalpur

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: The aptitude test was not that harder. focus was mainly on number systems. personally, i don't suggest that you need to go through R.S.Agrawal. IndiaBix is more than enough...but practice number systems as much as you can. A candidate with basic knowledge of all topics can easily crack this round.out of around 450 students, 257

College Name: Walchand College Of Engineering, Sangli

Software Developer Interview Questions & Answers

Capgemini user image Dwarkesh Maheshwari

posted on 23 Sep 2017

I was interviewed in Sep 2017.

Interview Questionnaire 

1 Question

  • Q1. Basic c questions and sorting Then about projects

Interview Preparation Tips

Round: Test
Experience: Basic apti questions
But reasoning was tricky
Tips: Don't waste time
Duration: 1 hour
Total Questions: 32

Round: Technical test
Experience: Basic c question
SQL questions
Tips: Must have deep knowledge in c

Round: Technical Interview
Experience: Briefly explain my project and then successfully answerd questions asked
Tips: Complete knowledge of your project

College Name: KIET

Interview Questionnaire 

1 Question

  • Q1. What is the advantage of generic collection, when and why we should approach for that?
  • Ans. 

    Generic collections provide type safety and reusability in software development.

    • Generic collections allow us to store and manipulate objects of any type in a type-safe manner.

    • They provide compile-time type checking, reducing the chances of runtime errors.

    • They promote code reusability by allowing the same collection to be used with different types.

    • Generic collections improve performance by eliminating the need for boxin...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was and off campus drive, first round was written test on computer as MCQ.
Aptitude, reasoning, English and programming sudo codes.
60 questions 90 minutes.
Duration: 2 hours 30 minutes
Total Questions: 60

Round: Group Discussion
Experience: It was a very interesting round, we were given sufficient time to think about topic.
First we were asked to speak individually on the topic ,later panel member asked is to make same topic as debate.
Tips: Don't sit silent, if you are not getting a chance to speak, you can interrupt to the people and seek a chance to put your point.
Duration: 30 minutes

Round: Technical + HR Interview
Tips: Be confident and tell the exact you know, don't try make customised concepts.
Try to drag interviewer towards the fields of your strength.

I was interviewed before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.

    • 5 years of experience in web development

    • Strong background in computer science

    • Passionate about software development

  • Answered by AI
  • Q2. Questions related to project I have worked on during college days
  • Q3. Core Java concepts
  • Q4. Why do you use two mobile numbers
  • Ans. 

    To separate personal and professional calls, and to ensure availability and accessibility.

    • Separate personal and professional calls

    • Ensure availability and accessibility

    • Maintain work-life balance

    • Avoid mixing personal and work-related contacts

  • Answered by AI

Interview Preparation Tips

Round: Test
Total Questions: 60

College Name: Watumull Institute Of Electronics Engineering And Computer Technology ( WIEECT )

I was interviewed in Jul 2017.

Interview Questionnaire 

1 Question

  • Q1. Android basics and programs

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume shortlisted on the basis of 60% through out and experience in development more than 6 months.

Round: Technical Interview
Experience: Core java.. String, oops, exception,

Round: HR Interview
Experience: As usual.. tell me about your self.expectations and salary discussion.
Tips: Be confident whatever you say.

Contribute & help others!
anonymous
You can choose to be anonymous

1point1 Solutions Interview FAQs

How many rounds are there in 1point1 Solutions ASP.NET Developer interview?
1point1 Solutions interview process usually has 2 rounds. The most common rounds in the 1point1 Solutions interview process are Technical and Coding Test.
What are the top questions asked in 1point1 Solutions ASP.NET Developer interview?

Some of the top questions asked at the 1point1 Solutions ASP.NET Developer interview -

  1. What is page life cycle in asp ....read more
  2. Tell me about runtime polymorph...read more
  3. What is polymorph...read more

Recently Viewed

INTERVIEWS

Saama Technologies

No Interviews

SALARIES

Delta Electronics

SALARIES

UPL

INTERVIEWS

1point1 Solutions

No Interviews

INTERVIEWS

1point1 Solutions

No Interviews

INTERVIEWS

1point1 Solutions

No Interviews

INTERVIEWS

SPARX IT Solutions

No Interviews

INTERVIEWS

Ranosys Technologies

No Interviews

SALARIES

1point1 Solutions

INTERVIEWS

1point1 Solutions

No Interviews

Tell us how to improve this page.

1point1 Solutions ASP.NET Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Customer Response Executive
171 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Relationship Executive
138 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Care Executive
132 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Support Executive
130 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Executive
113 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare 1point1 Solutions with

Genpact

3.8
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent