Upload Button Icon Add office photos

Filter interviews by

Quadrant Technologies Software Engineer Interview Questions and Answers

Updated 15 Nov 2024

Quadrant Technologies Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Flow of .net core applicatin execute
  • Ans. 

    The flow of a .NET Core application is determined by the order in which code is executed, starting from the entry point.

    • Entry point is typically the Main method in the Program.cs file

    • Startup class is used to configure services and middleware

    • Middleware pipeline determines the order in which requests are processed

    • Controllers and actions handle incoming requests and generate responses

    • Dependency injection is used to manage

  • Answered by AI
  • Q2. Dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Worest interview process.even with the recructer not interoducing self introduction.just time pass interview conducting.how to crack interview mininum knowledge dont have.taken only reference peoples.
i requested dont attending interview,if you have reference them apply,thats best way.

Interview questions from similar companies

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

(2 Questions)

  • Q1. Coding Questions on Golang
  • Q2. Questions on Docker
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dr DY Patil Institute of Management and Research, Pune and was interviewed in Nov 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 - Aptitude Test 

Basic aptitude questions

Round 3 - Group Discussion 

Topic was "which is best work from home or work from office?"

Round 4 - Technical 

(2 Questions)

  • Q1. Questions about html, css and javascript
  • Q2. Questions based on resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy coding exercise with test cases

Round 2 - Technical 

(2 Questions)

  • Q1. More about coding exercise
  • Q2. Work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

Round 2 - Aptitude Test 

Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

First they conducted the testing round that is pseudo code only 2 they conducted.

Round 2 - Aptitude Test 

In laptop then they conducted aptitude, logical reasoning and java mcqs

Round 3 - One-on-one 

(2 Questions)

  • Q1. First the panel asked self introduction then oops concept and joins how many types of joins are there then normalization and view.
  • Q2. Difference between delete and truncate
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete can be rolled back, while truncate cannot be rolled back.

    • Delete fires triggers, while truncate does not fire triggers.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Oops concepts in c# Solid and design principles Task vs thread Difference between interface and abstract class
  • Ans. 

    OOPs concepts in C#, SOLID and design principles, Task vs Thread, Interface vs Abstract class

    • OOPs concepts in C# include encapsulation, inheritance, polymorphism, and abstraction

    • SOLID principles are Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion

    • Task is a unit of work in C# that represents an asynchronous operation, while Thread is a separate path of execution wi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Same as 1 st round with programing questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain singleton design pattern, And general questions

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design considerations for a front end web application
  • Ans. 

    Design considerations for front end web applications include user experience, performance, scalability, accessibility, and security.

    • Consider user experience by designing intuitive interfaces and smooth interactions.

    • Optimize performance by minimizing loading times and reducing unnecessary requests.

    • Ensure scalability by designing modular and flexible components.

    • Prioritize accessibility by following web content accessibil...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. There were 4 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 

Some basic aptitude questions on hackerearth can be learned from frequently asked questions

Round 3 - Coding Test 

Covering lot of different topics of computer science

Round 4 - One-on-one 

(3 Questions)

  • Q1. 1:1 with Senior Manager
  • Q2. Everything in resume
  • Q3. Testing knowledge about software systems and basics of linux, coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Though the interview lasted an hour, the selection was based on CGPA only. The job description was very generic while selection and later better roles were given to students from bigger colleges on the date of joining
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was simple mostly asked basic coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interviewed with ceo
  • Q2. What is your background and things?
Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly technical questions were asked

Quadrant Technologies Interview FAQs

How many rounds are there in Quadrant Technologies Software Engineer interview?
Quadrant Technologies interview process usually has 1 rounds. The most common rounds in the Quadrant Technologies interview process are Technical.
What are the top questions asked in Quadrant Technologies Software Engineer interview?

Some of the top questions asked at the Quadrant Technologies Software Engineer interview -

  1. flow of .net core applicatin exec...read more
  2. dependency inject...read more

Tell us how to improve this page.

Quadrant Technologies Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Quadrant Technologies Software Engineer Salary
based on 61 salaries
₹2.4 L/yr - ₹10 L/yr
38% less than the average Software Engineer Salary in India
View more details

Quadrant Technologies Software Engineer Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

4.4

Skill development

3.6

Work-life balance

4.4

Salary

4.0

Job security

3.8

Company culture

4.4

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
61 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹4.7 L/yr - ₹16.6 L/yr

Azure Data Engineer
15 salaries
unlock blur

₹3.2 L/yr - ₹12.5 L/yr

Software Trainee
11 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Technical Analyst
9 salaries
unlock blur

₹9 L/yr - ₹23 L/yr

Explore more salaries
Compare Quadrant Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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