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

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 (223)
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)

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. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

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. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

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. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Explain project architecture
  • Ans. 

    Project architecture refers to the overall design and structure of a project, including its components and how they interact.

    • Project architecture involves defining the system's components and their relationships

    • It includes decisions about hardware, software, and network infrastructure

    • Architectural patterns like client-server, microservices, and event-driven can be used

    • Good architecture should be scalable, maintainable,

  • Answered by AI
  • Q2. Which languages can u code in?
  • Ans. 

    I can code in multiple languages including Python, Java, SQL, and Scala.

    • Python

    • Java

    • SQL

    • Scala

  • Answered by AI
  • Q3. Spark Optimizations

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly ur interview will be done directly by the people you will be working , so lay it out as it is.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I appeared for an interview before Dec 2023.

Round 1 - HR 

(2 Questions)

  • Q1. Career background
  • Q2. Personal details
Round 2 - One-on-one 

(1 Question)

  • Q1. How to improve report performance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. 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 - Technical 

(3 Questions)

  • Q1. Write a python program for list/dictionary (comprehensions)
  • Ans. 

    Python program for list/dictionary comprehensions

    • List comprehension: [expression for item in iterable]

    • Dictionary comprehension: {key_expression: value_expression for item in iterable}

    • Example: squares = [x**2 for x in range(10)]

    • Example: dict_squares = {x: x**2 for x in range(10)}

  • Answered by AI
  • Q2. Write a python program to convert a number to words. For ex: i/p 123, o/p - One hundred twenty three
  • Ans. 

    Python program to convert a number to words.

    • Use a dictionary to map numbers to words.

    • Divide the number into groups of three digits and convert each group to words.

    • Handle special cases like zero, negative numbers, and numbers greater than or equal to one billion.

  • Answered by AI
  • Q3. Questions on AWS glue/EMr cluster. How to filter a dataframe in PySpark ?
Round 3 - Technical 

(2 Questions)

  • Q1. Questions based on Terraform
  • Q2. Write a python program for list/dictionary comprehensions.
  • Ans. 

    Python program for list/dictionary comprehensions.

    • List comprehension: [expression for item in iterable]

    • Dictionary comprehension: {key_expression: value_expression for item in iterable}

    • Example: squares = [x**2 for x in range(10)]

    • Example: dict_squares = {x: x**2 for x in range(10)}

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good programming knowledge in Python and Pyspark. Should know SQL as well and AWS services like GLUE, EMR cluster, Lambda.

Skills evaluated in this interview

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

Falcon Autotech Interview Questions
3.9
 • 46 Interviews
GKN Interview Questions
3.8
 • 25 Interviews
TMEIC Interview Questions
3.9
 • 19 Interviews
Festo Interview Questions
3.9
 • 18 Interviews
View all

Quadrant Technologies Reviews and Ratings

based on 65 reviews

3.4/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.2

Salary

3.2

Job security

3.2

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 65 Reviews and Ratings
Software Engineer
69 salaries
unlock blur

₹2.4 L/yr - ₹8.8 L/yr

Senior Software Engineer
48 salaries
unlock blur

₹4.7 L/yr - ₹19.7 L/yr

Azure Data Engineer
17 salaries
unlock blur

₹2.8 L/yr - ₹12.5 L/yr

Data Engineer
14 salaries
unlock blur

₹2.4 L/yr - ₹16.8 L/yr

Technical Analyst
12 salaries
unlock blur

₹9 L/yr - ₹23.3 L/yr

Explore more salaries
Compare Quadrant Technologies with

Schneider Electric

4.1
Compare

Rockwell Automation

3.7
Compare

GKN

3.8
Compare

Titan Engineering & Automation

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