Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Exponentia.ai Team. If you also belong to the team, you can get access from here

Exponentia.ai Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Exponentia.ai Performance Management Executive Interview Questions and Answers

Updated 13 Nov 2024

Exponentia.ai Performance Management Executive Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What do you know about PMS

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed physically, cleared the last round, and received an email of confirmation. Recruiter doesnt reply to emails nor Whatsapp. After a month they called up and asked whether i am still available and made me keep my other offer on hold, and still havent gotten a call back. Its no use interviewing, as even if you are selected, you technically aint.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 5 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 - HR 

(1 Question)

  • Q1. Previous work experience related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Admin related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Understanding on Roles and responsibilities
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary negotiations and policy understanding

I applied via Recruitment Consulltant and was interviewed before Feb 2021. 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 

(2 Questions)

  • Q1. Walk me through your profile highlighting 2-3 key achievements
  • Q2. *Include pointers that are most relevant to job description * Weave entire profile like a story showing that you have growing trend * Put your achievements in CAR format. Challenge that d project had, Act...
Round 3 - One-on-one 

(1 Question)

  • Q1. What will be your 30 days plan if you are hired?
Round 4 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Encourage discussion rather than monologue when you are asked question. Keep your answer brief enough to lead to further questions at the same time simplified enough for interviewer to understand.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. NLP based question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Components of Databricks
  • Ans. 

    Databricks is a unified data analytics platform that includes components like Databricks Workspace, Databricks Runtime, and Databricks Delta.

    • Databricks Workspace: Collaborative environment for data science and engineering teams.

    • Databricks Runtime: Optimized Apache Spark cluster for data processing.

    • Databricks Delta: Unified data management system for data lakes.

  • Answered by AI
  • Q2. How to read a json file
  • Ans. 

    To read a JSON file, use a programming language's built-in functions or libraries to parse the file and extract the data.

    • Use a programming language like Python, Java, or JavaScript to read the JSON file.

    • Import libraries like json in Python or json-simple in Java to parse the JSON data.

    • Use functions like json.load() in Python to load the JSON file and convert it into a dictionary or object.

    • Access the data in the JSON fi...

  • Answered by AI
  • Q3. Second highest salary SQL
  • Ans. 

    To find the second highest salary in SQL, use the MAX function with a subquery or the LIMIT clause.

    • Use the MAX function with a subquery to find the highest salary first, then use a WHERE clause to exclude it and find the second highest salary.

    • Alternatively, use the LIMIT clause to select the second highest salary directly.

    • Make sure to handle cases where there may be ties for the highest salary.

  • Answered by AI
  • Q4. How to configure the spark while creating the cluster
  • Ans. 

    Spark cluster configuration involves setting up memory, cores, and other parameters for optimal performance.

    • Specify the number of executors and executor memory

    • Set the number of cores per executor

    • Adjust the driver memory based on the application requirements

    • Configure shuffle partitions for efficient data processing

    • Enable dynamic allocation for better resource utilization

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark and airflow related questions
  • Q2. AWS services and it's related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Copy activity in ADF
  • Q2. Delta table, unity catalog , delta live table in Azure databricks
Round 2 - Technical 

(2 Questions)

  • Q1. Copy activity, Lookup, get metadata, if else, for each activity in ADF
  • Q2. Conceptual ETL Questions like coalesce and repartition, cache, persist etc.

Interview Preparation Tips

Topics to prepare for Tredence Data Engineer interview:
  • azure databricks
  • azure data factory
  • ETL
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dax queries on scenario based
  • Q2. Sql queries on scenario based
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Half hour with spark python azure databricks

Round 2 - Technical 

(2 Questions)

  • Q1. Architecture databricks
  • Q2. Sql related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. What activities you have used in data factory?
  • Ans. 

    I have used activities such as Copy Data, Execute Pipeline, Lookup, and Data Flow in Data Factory.

    • Copy Data activity is used to copy data from a source to a destination.

    • Execute Pipeline activity is used to trigger another pipeline within the same or different Data Factory.

    • Lookup activity is used to retrieve data from a specified dataset or table.

    • Data Flow activity is used for data transformation and processing.

  • Answered by AI
  • Q2. How will you execute second notebook from first notebook?
  • Ans. 

    To execute a second notebook from the first notebook, you can use the %run magic command in Jupyter Notebook.

    • Use the %run magic command followed by the path to the second notebook in the first notebook.

    • Ensure that the second notebook is in the same directory or provide the full path to the notebook.

    • Make sure to save any changes in the second notebook before executing it from the first notebook.

  • Answered by AI
  • Q3. Difference between data lake storage and blob storage?
  • Ans. 

    Data lake storage is optimized for big data analytics and can store structured, semi-structured, and unstructured data. Blob storage is for unstructured data only.

    • Data lake storage is designed for big data analytics and can handle structured, semi-structured, and unstructured data

    • Blob storage is optimized for storing unstructured data like images, videos, documents, etc.

    • Data lake storage allows for complex queries and ...

  • Answered by AI

Skills evaluated in this interview

Exponentia.ai Interview FAQs

How many rounds are there in Exponentia.ai Performance Management Executive interview?
Exponentia.ai interview process usually has 1 rounds. The most common rounds in the Exponentia.ai interview process are HR.

Tell us how to improve this page.

Exponentia.ai Performance Management Executive Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Tredence Interview Questions
3.6
 • 123 Interviews
MathCo Interview Questions
2.9
 • 110 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
embedUR Systems Interview Questions
3.3
 • 48 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
View all
Data Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Intelligence Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Exponentia.ai with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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