Add office photos
Employer?
Claim Account for FREE

PwC

3.4
based on 9.5k Reviews
Video summary
Filter interviews by

Motorica Interview Questions and Answers

Updated 21 Mar 2025
Popular Designations

Q1. In a string reverse the small letters to capital and caps to small

Ans.

Convert small letters to capital and caps to small in a string

  • Iterate through each character in the string

  • Check if the character is a small letter or a capital letter

  • Convert small letters to capital and caps to small using ASCII values

Add your answer

Q2. Difference between dashboard and report in power BI

Ans.

Dashboard is a visual display of key metrics and trends, while a report is a detailed collection of data and analysis.

  • Dashboard provides a high-level overview, while a report dives deeper into specific data points

  • Dashboards are interactive and allow for drill-down capabilities, reports are static

  • Dashboards are typically used for monitoring and decision-making, reports are used for in-depth analysis

  • Example: A dashboard may show sales performance by region with interactive filt...read more

Add your answer

Q3. what is you previous experience in Data Analytics

Ans.

I have 2 years of experience in data analytics, including working with large datasets and using tools like Python and SQL.

  • 2 years of experience in data analytics

  • Proficient in working with large datasets

  • Skilled in using Python and SQL for data analysis

Add your answer

Q4. What are joins and type of joins?

Ans.

Joins are SQL operations that combine rows from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

  • RIGHT JOIN: Returns all records from the right table and matched records from the left table. Example: SELECT * FROM A RIGHT ...read more

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

Q5. Difference between lead and lag in SQL

Ans.

Lead and lag are SQL functions used to access data from a previous or subsequent row in a result set.

  • Lead function is used to access data from a subsequent row in the result set.

  • Lag function is used to access data from a previous row in the result set.

  • Both functions can be used to compare values between rows or calculate differences.

  • Example: SELECT lead(column_name) OVER (ORDER BY column_name) FROM table_name;

Add your answer

Q6. What is where in sql?

Ans.

The WHERE clause in SQL filters records based on specified conditions.

  • Used to specify conditions for filtering records in a query.

  • Example: SELECT * FROM Employees WHERE Age > 30;

  • Can combine multiple conditions using AND/OR.

  • Example: SELECT * FROM Products WHERE Price < 100 AND Stock > 0;

  • Supports various operators like =, <>, >, <, LIKE, IN, etc.

Add your answer

Q7. Explain the process in ADF?

Ans.

ADF stands for Azure Data Factory, a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

  • ADF allows you to create data-driven workflows for orchestrating and automating data movement and data transformation.

  • It supports a wide range of data sources, including Azure Blob Storage, Azure SQL Database, and on-premises data sources.

  • You can use ADF to ingest data from various sources, transform the data using compute services such as A...read more

Add your answer

Q8. Description of auth flow

Ans.

Auth flow is the process of verifying a user's identity before granting access to a system or application.

  • User enters credentials (username and password)

  • Credentials are sent to server for verification

  • Server checks credentials and generates a token for the user

  • Token is sent back to user for future authentication

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

Interview Process at Motorica

based on 13 interviews
2 Interview rounds
Aptitude Test Round
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Associate Engineer Interview Questions from Similar Companies

3.7
 • 27 Interview Questions
3.7
 • 22 Interview Questions
4.0
 • 18 Interview Questions
4.0
 • 10 Interview Questions
3.8
 • 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
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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