Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Quadrant Technologies Team. If you also belong to the team, you can get access from here

Quadrant Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Quadrant Technologies Interview Questions, Process, and Tips

Updated 23 Nov 2024

Top Quadrant Technologies Interview Questions and Answers

Quadrant Technologies Interview Experiences

Popular Designations

7 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response
Round 1 - One-on-one 

(6 Questions)

  • Q1. Project related questions
  • Q2. Daily activities in project
  • Ans. 

    Daily activities in project involve data collection, processing, analysis, and visualization.

    • Collecting data from various sources such as databases, APIs, and files

    • Cleaning and preprocessing data to ensure quality and consistency

    • Analyzing data using statistical methods and machine learning algorithms

    • Creating visualizations to communicate insights and findings

    • Collaborating with team members to troubleshoot issues and op

  • Answered by AI
  • Q3. SQL rank vs dense_rank
  • Ans. 

    SQL rank assigns unique ranks to rows, while dense_rank allows for ties in ranking.

    • Rank assigns unique ranks to rows based on specified criteria

    • Dense_rank allows for ties in ranking, assigning consecutive ranks without gaps

    • Example: Rank - 1, 2, 3, 4, 5; Dense_rank - 1, 2, 2, 3, 4

  • Answered by AI
  • Q4. ADF pipeline activity
  • Q5. How to read parquet file
  • Ans. 

    To read a parquet file, use a library like PyArrow or Apache Spark.

    • Use PyArrow library in Python to read a parquet file: `import pyarrow.parquet as pq`

    • Load the parquet file into a PyArrow table: `table = pq.read_table('file.parquet')`

    • Use Apache Spark to read a parquet file: `spark.read.parquet('file.parquet')`

  • Answered by AI
  • Q6. How to write stored procedures in PL/SQL
  • Ans. 

    PL/SQL stored procedures are written using the CREATE PROCEDURE statement with input/output parameters and SQL statements.

    • Use CREATE PROCEDURE statement to define a new stored procedure

    • Include input/output parameters in the procedure declaration

    • Write SQL statements within the procedure body to perform desired operations

    • Use variables, loops, and conditional statements as needed

    • End the procedure with the END keyword

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Assignment 

First Round is Assessment consists of 50 Questions and topics are aptitude, reasoning, SQL, DBMS, DS, .NET, C#, Cloud, Python..

Round 2 - Group Discussion 

I got selected for 2nd round which is GD I got selected for Technical round. Topics is Online Learning.

Round 3 - Technical 

(1 Question)

  • Q1. Write a program of prime and palindrome number and some basics of skills which you have mentioned and project based questions.

Interview Preparation Tips

Topics to prepare for Quadrant Technologies Software Trainee interview:
  • Resume
Interview preparation tips for other job seekers - One thing i want to share is that the package is 2LPA which is okay as this time is tough for freshers and all. They said that we need to sign a bond for 2 years which is not all okay i was like seriously dude even a Non IT Person earns more than that. They said the package in GD and the interview process fee like its for high standard role with good package but the reality is far from it.

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
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.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Software Trainee Interview Questions & Answers

user image Gyaneshwari Bhura

posted on 19 Nov 2024

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

The questions of the test includes all the languages i.e., C, Java, python, sql.

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Quadrant Technologies interview questions for popular designations

 Software Trainee

 (3)

 Data Engineer

 (3)

 Software Engineer

 (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about constrains and flow of SQL execution
  • Q2. Asked few python questions even though I said I am not into python

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to attend as it's a worst company

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Software Trainee Interview Questions & Answers

user image 1608-19-733-020 SAITEJA

posted on 16 May 2024

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

(1 Question)

  • Q1. Serialisation and deserialisation
Round 2 - HR 

(1 Question)

  • Q1. Why this company

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image Adabala Durga mounika

posted on 12 Apr 2024

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

(1 Question)

  • Q1. Questions will be on SQL and Azure resources

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Interview mainly asked about spark architecture.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the basic

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Joined as a fresher, basic C program algo

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy to crack
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical,Quantitative, Aptitude

Round 2 - Coding Test 

Write program on reverse a number

Round 3 - HR 

(2 Questions)

  • Q1. General questions about family, Ready to relocate etc.
  • Q2. Few technical questions on C/C++

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to learn all basics, be confident while giving answers

Quadrant Technologies Interview FAQs

How many rounds are there in Quadrant Technologies interview?
Quadrant Technologies interview process usually has 1-2 rounds. The most common rounds in the Quadrant Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Quadrant Technologies 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 Quadrant Technologies. The most common topics and skills that interviewers at Quadrant Technologies expect are C#, Java, Javascript, Angularjs and Python.
What are the top questions asked in Quadrant Technologies interview?

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

  1. How to write stored procedures in PL/...read more
  2. flow of .net core applicatin exec...read more
  3. how to read parquet f...read more

Tell us how to improve this page.

Quadrant Technologies Interview Process

based on 9 interviews

Interview experience

3.1
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

Quadrant Technologies Reviews and Ratings

based on 56 reviews

3.5/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.2

Salary

3.2

Job security

3.3

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 56 Reviews and Ratings
Software Engineer
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Azure Data Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Trainee
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Quadrant Technologies 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