Upload Button Icon Add office photos

Filter interviews by

2X12 Software Solutions DOT NET Developer Interview Questions and Answers

Updated 31 May 2023

2X12 Software Solutions DOT NET Developer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Case Study 

There asked about the course I learned.

Round 2 - Technical 

(1 Question)

  • Q1. They aked questions regarding through web technologies and creat one web page in the technical round .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on yourself and you should have technical knowledge in a particular technology.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design pattern, write code to check lower case upper case, write singleton with lock, oops questions, what is cte, difference between sp and view, find highest salary in sql, Azure concepts for service bus...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. There were 5 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 - Aptitude Test 

Good not much difficult easily crakeable with normal knowledge

Round 3 - Technical 

(2 Questions)

  • Q1. Normal question about the technology you are interested and mentioned in your resume
  • Q2. Oops concepts general concept related to the selected topics and the basic questions
Round 4 - Technical 

(1 Question)

  • Q1. Technical round 2 also asked the question related to the subject mentioned in resume
Round 5 - HR 

(1 Question)

  • Q1. Nothing special only tells you about the company perks and you can ask if you have any query

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep motivated and self belief is very important because it is very neede for job
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. Worst company ever, where the interviewer himself does not know what are the requirements for the position they are hiring for. The interviewer interviewed me for .Net architect, and suddenly I found mysel...
  • Q2. You are just a resource waiting to be deployed on project. All they want to know is that why you are not deployed even if you haven't faced any client interview in the field of your expertise.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont' join this bullshit company. There are plenty of good companies outside.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 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 - Assignment 

First round will be assessment round where one guy from there team will share his screen to you have give the control and you have to complete the assessment….questions are related to .net field and c#

Round 3 - One-on-one 

(1 Question)

  • Q1. First introduce your self and then he will ask you to rate your self in all technology and then one by one they will ask you question basics to c# oops and then sql question , mvc, webapi
Round 4 - HR 

(1 Question)

  • Q1. After taking all the interviews they told me that we don't have the opening...I asked them like why did you guys just waste my time...she was like the person who called you 1st day fired from the company.....

Interview Preparation Tips

Topics to prepare for Chetu DOT NET Developer interview:
  • C#.Net
  • SQL Server
  • Webapi
  • ASP.Net MVC
  • core .net
Interview preparation tips for other job seekers - Don't join this company they are fraud….after talking all rounds of technical they refused to give offer letter

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. Dependency injection
  • Q2. December between ienumerable and iqueryable
  • Ans. 

    Difference between IEnumerable and IQueryable

    • IEnumerable is used for in-memory collections while IQueryable is used for querying data from a database

    • IEnumerable executes the query on the client-side while IQueryable executes the query on the server-side

    • IQueryable supports deferred execution while IEnumerable does not

  • Answered by AI
  • Q3. Htmlfor vs html in mvc
  • Ans. 

    HtmlHelper is used to generate HTML controls in MVC views, while html is used for static HTML markup.

    • HtmlHelper is a class in MVC that helps generate HTML controls with strongly-typed views

    • HtmlHelper provides intellisense support and compile-time checking for HTML controls

    • html is used for static HTML markup in MVC views

  • Answered by AI
  • Q4. Action filters
  • Q5. Difference between abstract and interface
  • Ans. 

    Abstract classes are partially implemented classes that can have both abstract and non-abstract members. Interfaces are fully abstract classes that define a contract for implementing classes.

    • Abstract classes can have constructors, fields, and non-abstract methods, while interfaces cannot.

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

    • Abstract classes can provide default imple...

  • Answered by AI
  • Q6. Query to find 4th higesty salary
  • Ans. 

    Query to find 4th highest salary

    • Use the 'ROW_NUMBER' function to assign a rank to each salary

    • Order the salaries in descending order

    • Select the salary with rank 4

  • Answered by AI
  • Q7. Arraylist and array
  • Q8. Difference between mvc vs webapi
  • Ans. 

    MVC is a web application framework for building web pages, while WebAPI is a framework for building HTTP services.

    • MVC is used for building web applications that return HTML views to the client.

    • WebAPI is used for building HTTP services that return data in JSON or XML format.

    • MVC has a view engine that generates HTML output, while WebAPI does not.

    • MVC has a controller that handles user input and updates the model, while We...

  • Answered by AI
  • Q9. Async and await
  • Q10. Minification and bundling
  • Q11. Override and virtual

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well on technical side

Skills evaluated in this interview

Interview experience
4
Good
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 

Simple math, resiong c#, .net Mvc ,asp.net core

Round 3 - Technical 

(2 Questions)

  • Q1. C#,net mvc ,Asp.net core , Web Api ,Jquery,Ajax
  • Q2. What is Web API,MVC,Jquery
  • Ans. 

    Web API is a framework for building HTTP services, MVC is a design pattern for web applications, and jQuery is a JavaScript library for simplifying client-side scripting.

    • Web API is a framework provided by Microsoft for building HTTP services that can be consumed by a broad range of clients, including browsers, mobile devices, and desktop applications.

    • MVC (Model-View-Controller) is a design pattern used in web developme...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Privious Company details,sellery Expectaion,joining date

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Basic oops concept, interface vs abstract class, polymorphism, mvc page life cycle and filters in mvc
  • Q2. Lazy loading, ienumerable and iquerable, joins in linq, Program - find the occurence of specific character in given string

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Math reasiong coding c#

Round 3 - Technical 

(1 Question)

  • Q1. Asp.netcore, SQL server web API
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Coding,asp.net.reasiong , math

Round 3 - Assignment 

SQL server,asp
Net ,jQuery , javascript etc

Round 4 - Technical 

(1 Question)

  • Q1. Logical thinking ,practical confidence
Round 5 - HR 

(1 Question)

  • Q1. Sellery discussion, privious company work details.

Interview Preparation Tips

Interview preparation tips for other job seekers - Self confidence very important . Positive thoughts and logical mindset very important.

2X12 Software Solutions Interview FAQs

How many rounds are there in 2X12 Software Solutions DOT NET Developer interview?
2X12 Software Solutions interview process usually has 3 rounds. The most common rounds in the 2X12 Software Solutions interview process are Resume Shortlist, Case Study and Technical.

Tell us how to improve this page.

2X12 Software Solutions DOT NET Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 871 Interviews
Zoho Interview Questions
4.3
 • 514 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Infinx Interview Questions
4.0
 • 183 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
Chetu Interview Questions
3.3
 • 168 Interviews
Dassault Systemes Interview Questions
4.0
 • 159 Interviews
View all
Softwaretest Engineer
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Software Testing Engineer
3 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Explore more salaries
Compare 2X12 Software Solutions with

24/7 Customer

3.5
Compare

Google

4.4
Compare

Microsoft Corporation

4.0
Compare

SAP

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