Add office photos
Engaged Employer

Sberbank Branch in India

4.3
based on 21 Reviews
Filter interviews by

Gorica Group Interview Questions and Answers

Updated 13 Aug 2024

Q1. What is the difference between path params and query params

Ans.

Path params are part of the URL path, while query params are appended to the URL after a '?'

  • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the resources

  • Path params are defined in the URL path itself, such as /users/{id}, while query params are appended to the URL, such as /users?sort=asc

  • Path params are typically used for mandatory parameters, while query params are used for optional parameters

  • Path params are...read more

Add your answer

Q2. Write a SQL query on inner join (given with a table and data)

Ans.

SQL query using inner join to retrieve data from two tables

  • Use INNER JOIN to combine rows from two tables based on a related column

  • Specify the columns to select from each table

  • Add a condition to match the related columns in the ON clause

Add your answer

Q3. Can we use POST method instead of get method

Ans.

Yes, POST method should be used for sending sensitive data or when data length exceeds URL limit.

  • POST method should be used when sending sensitive data like passwords or personal information.

  • POST method should be used when the data length exceeds the URL limit, as GET has a limit on the amount of data that can be sent.

  • GET method should be used for retrieving data from the server without changing anything on the server.

Add your answer

Q4. Difference between where and having clauses in sql

Ans.

Where clause is used to filter rows before grouping, while having clause is used to filter groups after grouping.

  • Where clause is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition

  • Having clause is used with GROUP BY statement to filter groups based on a condition

  • Where clause is applied before grouping, having clause is applied after grouping

  • Example: SELECT * FROM table_name WHERE column_name = 'value'

  • Example: SELECT column_name, COUNT(*) FROM table...read more

Add your answer
Discover Gorica Group interview dos and don'ts from real experiences

Q5. What are the aggregate functions in SQL

Ans.

Aggregate functions in SQL are used to perform calculations on a set of values and return a single value.

  • Aggregate functions include functions like SUM, AVG, COUNT, MIN, and MAX.

  • SUM - calculates the sum of values in a column

  • AVG - calculates the average of values in a column

  • COUNT - counts the number of rows in a result set

  • MIN - finds the minimum value in a column

  • MAX - finds the maximum value in a column

Add your answer

Q6. Application module to find bugs

Ans.

One way to find bugs in an application module is through thorough testing and using debugging tools.

  • Conduct thorough testing of the application module to identify bugs

  • Use debugging tools like breakpoints, logging, and profiling to pinpoint and fix bugs

  • Implement automated testing to catch bugs early in the development process

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Quality Analyst Interview Questions from Similar Companies

4.0
 • 20 Interview Questions
3.4
 • 10 Interview Questions
3.7
 • 10 Interview Questions
View all
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