Upload Button Icon Add office photos

Filter interviews by

Paras Cadd SQL Developer Interview Questions and Answers

Updated 10 Dec 2024

Paras Cadd SQL Developer Interview Experiences

3 interviews found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is joins and types?
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • FULL ...

  • Answered by AI

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

20 questions,mcq type

Round 2 - Technical 

(1 Question)

  • Q1. Sql commands,join query

SQL Developer Interview Questions Asked at Other Companies

asked in BNP Paribas
Q1. How is a change request in application serviced by development te ... read more
asked in BNP Paribas
Q2. Write down a procedure to return a certain series (99, 96, 93, .. ... read more
asked in BNP Paribas
Q3. Given sample data on two tables, write down the result sets of al ... read more
asked in Capgemini
Q4. 2. Query optimization techniques? 3. Types of schemas and differe ... read more
asked in Accenture
Q5. What is Database Management System?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Not so revelent topics are there so be prepared

Round 2 - Technical 

(1 Question)

  • Q1. Types of joins what is normalization types of normalizations
  • Ans. 

    Types of joins are inner, outer, left, right. Normalization is the process of organizing data in a database efficiently. Types include 1NF, 2NF, 3NF, BCNF.

    • Types of joins: inner, outer, left, right

    • Normalization is organizing data in a database efficiently

    • Types of normalization: 1NF, 2NF, 3NF, BCNF

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Angle between needle of clock hour hand and minute hand at a particular time . they will definitely ask this question .
  • Ans. 

    The angle between the hour hand and minute hand of a clock at a particular time.

    • The angle between the hour hand and minute hand can be calculated using the formula: angle = 30 * (hour % 12) + 0.5 * minutes

    • If the angle is greater than 180 degrees, subtract it from 360 to get the smaller angle

    • For example, at 3:15, the hour hand is at 97.5 degrees and the minute hand is at 90 degrees, so the angle between them is 7.5 degr

  • Answered by AI
  • Q2. Asked everything from resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online Coding Test on their platform

Round 2 - Technical 

(1 Question)

  • Q1. Which data structure would you use to find the topper of a college
  • Ans. 

    Use a max heap data structure to find the topper of a college.

    • Max heap is a complete binary tree where the value of each node is greater than or equal to the values of its children.

    • Insert all students' scores into a max heap and then extract the top element to find the topper.

    • Example: If student A scored 90, student B scored 85, and student C scored 95, the max heap would have [95, 85, 90].

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions on project

Skills evaluated in this interview

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

I applied via Internshala and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Django Middleware functions
  • Q2. Python exception handling
  • Q3. Django models and databases
  • Q4. Live coding python
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa predict the output

Round 2 - Coding Test 

One medium problem. Based on that the students are selected. And modifications in code has been asked

Round 3 - HR 

(1 Question)

  • Q1. Coding related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 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 

25 Aptitude MCQ and 25 post based MCQ

Round 3 - Technical 

(1 Question)

  • Q1. They are asking Technical Questions
Round 4 - HR 

(1 Question)

  • Q1. They are asking HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It is Fintech Domain Company which is mostly working on Cards and Payments
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a small appilcation and send the code via email

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - To be good with all basics
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They are asked Bootstrap and basic JavaScript OOPS
Round 2 - Coding Test 

They want I create a form with client-side validation

Paras Cadd Interview FAQs

How many rounds are there in Paras Cadd SQL Developer interview?
Paras Cadd interview process usually has 1-2 rounds. The most common rounds in the Paras Cadd interview process are Technical and Aptitude Test.
What are the top questions asked in Paras Cadd SQL Developer interview?

Some of the top questions asked at the Paras Cadd SQL Developer interview -

  1. types of joins what is normalization types of normalizati...read more
  2. What is joins and typ...read more
  3. sql commands,join qu...read more

Tell us how to improve this page.

Paras Cadd SQL Developer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

SQL Developer Interview Questions from Similar Companies

View all
Paras Cadd SQL Developer Salary
based on 13 salaries
₹2 L/yr - ₹7.6 L/yr
41% less than the average SQL Developer Salary in India
View more details

Paras Cadd SQL Developer Reviews and Ratings

based on 4 reviews

1.0/5

Rating in categories

2.5

Skill development

1.2

Work-life balance

2.5

Salary

1.4

Job security

1.0

Company culture

2.5

Promotions

1.2

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
53 salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Piping Engineer
43 salaries
unlock blur

₹1.9 L/yr - ₹7.8 L/yr

Software Tester
28 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Junior Piping Engineer
18 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

SQL Developer
13 salaries
unlock blur

₹2 L/yr - ₹7.6 L/yr

Explore more salaries
Compare Paras Cadd with

Cyient

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

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