Add office photos
Employer?
Claim Account for FREE

Eucloid Data Solutions

4.1
based on 7 Reviews
Filter interviews by

10+ India Forge & Drop Stampings Interview Questions and Answers

Updated 13 Jun 2024

Q1. what are window functions in sql and explain in detail

Ans.

Window functions in SQL are used to perform calculations across a set of table rows related to the current row.

  • Window functions operate on a set of rows related to the current row

  • They can be used to calculate running totals, ranks, and averages

  • Common window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE()

  • They are typically used with the OVER() clause to define the window frame

Add your answer

Q2. How would you import data in power bi using api?

Ans.

You can import data in Power BI using API by connecting to the API endpoint and specifying the required parameters.

  • Use the 'Get Data' option in Power BI to connect to the API endpoint

  • Specify the required authentication method (e.g. API key, OAuth)

  • Select the data you want to import and transform it as needed

  • Refresh the data periodically to keep it up to date

Add your answer

Q3. what is order of execution in sql

Ans.

Order of execution in SQL refers to the sequence in which different clauses are processed in a SQL query.

  • 1. FROM clause is processed first to retrieve data from the specified tables.

  • 2. WHERE clause is processed next to filter the rows based on specified conditions.

  • 3. GROUP BY clause is processed to group the rows based on specified columns.

  • 4. HAVING clause is processed to filter the grouped rows based on specified conditions.

  • 5. SELECT clause is processed to select the columns...read more

Add your answer

Q4. Write SQL aggregation and join queries.

Ans.

SQL aggregation and join queries for data analysis.

  • Use GROUP BY clause for aggregation

  • Use aggregate functions like SUM, AVG, COUNT, etc.

  • Use JOIN clause to combine data from multiple tables

Add your answer
Discover India Forge & Drop Stampings interview dos and don'ts from real experiences

Q5. Name types of joins and explain them.

Ans.

Types of joins in SQL include inner join, left join, right join, and full outer join.

  • Inner join: Returns rows when there is a 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 outer join: Returns all rows when there is a match in either table.

Add your answer

Q6. extract number from stings in sql

Ans.

Extract numbers from strings in SQL

  • Use the SQL function REGEXP_REPLACE to remove non-numeric characters

  • Use the SQL function REGEXP_SUBSTR to extract numbers from strings

  • Consider using regular expressions to handle different number formats

Add your answer
Are these interview questions helpful?

Q7. ways to write time efficient sql queries

Ans.

Use indexes, limit columns in SELECT, avoid using SELECT *, optimize joins

  • Use indexes on columns frequently used in WHERE clauses

  • Limit columns in SELECT to only those needed

  • Avoid using SELECT * to retrieve all columns

  • Optimize joins by using INNER JOIN instead of OUTER JOIN when possible

Add your answer

Q8. How will you identify the given two strings as anagram?

Ans.

Anagrams are two strings that have the same characters in a different order.

  • Check if the two strings have the same length.

  • Sort the characters in both strings and compare if they are equal.

  • Alternatively, count the frequency of characters in both strings and compare the counts.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. difference between joins

Ans.

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

  • Inner Join: Returns rows when there is a 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 Outer Join: Returns rows when there is a match in either table.

  • Cross Join: Returns the Cartesian product of the two tables.

Add your answer

Q10. What are the different window functions?

Ans.

Window functions are used to perform calculations across a set of table rows related to the current row.

  • Window functions include ROW_NUMBER, RANK, DENSE_RANK, NTILE, LAG, LEAD, FIRST_VALUE, LAST_VALUE, and more

  • They allow for calculations to be performed on a specific subset of rows within a query result set

  • Window functions are commonly used in analytical queries to calculate running totals, moving averages, and more

Add your answer

Q11. What are SQL joins

Ans.

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

  • SQL joins are used to retrieve data from multiple tables based on a related column between them

  • Types of SQL 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 ...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at India Forge & Drop Stampings

based on 4 interviews in the last 1 year
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 3.8k Interview Questions
3.5
 • 417 Interview Questions
3.8
 • 386 Interview Questions
4.2
 • 310 Interview Questions
3.9
 • 174 Interview Questions
3.8
 • 169 Interview Questions
View all
Top Eucloid Data Solutions Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter