Upload Button Icon Add office photos

Filter interviews by

Petronas Lead Data Scientist Interview Questions and Answers

Updated 12 Mar 2024

Petronas Lead Data Scientist Interview Experiences

1 interview found

Lead Data Scientist Interview Questions & Answers

user image Shreyas Donki

posted on 12 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Interview questions for legal executive position at a Real Estate firm in Bangalore karnataka

Round 2 - Coding Test 

Ckdkdk djeoxoxo skekkksl

Round 3 - Case Study 

Cccc dsdxv ddsss dddddd ewjjvv seyjn

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Can you demonstrate a deep understanding of Karnataka's specific real estate laws and regulations, and how they may impact the firm's operations?

2. How do you navigate and address the unique challenges posed by local land acquisition laws and processes in Bangalore?

3. Given the cultural and linguistic diversity in Karnataka, how do you adapt your communication and legal strategies to ensure effective collaboration with various stakeholders?

4. Can you provide examples of your experience in handling property title searches and due diligence specifically within the legal framework of Karnataka?

5. Describe your approach to resolving disputes related to real estate transactions in Bangalore, considering local legal nuances and alternative dispute resolution mechanisms.

6. How do you stay informed about local government policies and initiatives that may impact real estate development in Bangalore, and how do you integrate this knowledge into your legal advice?

7. In the context of real estate contracts, what measures do you take to ensure they align with Karnataka's legal requirements and safeguard the firm's interests?

8. Discuss your familiarity with Bangalore's zoning and land use regulations, and how you incorporate this knowledge into legal counsel for real estate development projects.

9. Can you share insights into your experience with Karnataka's stamp duty and registration processes, and how you optimize these aspects for the firm?

10. Given the rapid growth in the tech industry in Bangalore, how do you address legal considerations related to real estate transactions involving technology companies and innovation hubs in the region?

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Work experience, tools and technologies used , relevant experience, salary expectation
Round 2 - Technical 

(1 Question)

  • Q1. SAP MDM, mdg, excel, power bi, report reconciliation,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Contains questions on aptitude, statistics and SQL

Round 2 - Technical 

(1 Question)

  • Q1. 1. Processes of data analysis 2. Data cleaning process 3. Project discussion on my data analyst project 4. Case study related to the company
Round 3 - HR 

(1 Question)

  • Q1. 1. Behavioral questions 2. On company values
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a predictive model to forecast sales based on historical data

    • Collected and cleaned sales data from multiple sources

    • Performed exploratory data analysis to identify trends and patterns

    • Built a machine learning model using regression techniques

    • Evaluated model performance using metrics like RMSE and MAE

  • Answered by AI
  • Q2. Oops concept was asked
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mostly easy questions

Round 2 - Group Discussion 

Cheating overview like should we do it as everyone is doing

Interview Preparation Tips

Interview preparation tips for other job seekers - ai ml concept should be clear
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

If everyone is cheating you should also do it?

Round 2 - Technical 

(4 Questions)

  • Q1. Everyhting about project..
  • Q2. Linear vs logistic regression
  • Ans. 

    Linear regression is used for continuous variables, while logistic regression is used for binary outcomes.

    • Linear regression is used to predict a continuous outcome based on one or more input variables.

    • Logistic regression is used to predict the probability of a binary outcome based on one or more input variables.

    • Linear regression assumes a linear relationship between the independent and dependent variables, while logist...

  • Answered by AI
  • Q3. Normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables and establishing relationships between them.

    • It helps in reducing data redundancy, minimizing data anomalies, and improving data consistency.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with spec...

  • Answered by AI
  • Q4. List array difference etc
  • Ans. 

    Array difference is finding the elements that are present in one array but not in another.

    • Use set operations like difference to find elements in one array but not in another.

    • Example: arr1 = ['a', 'b', 'c'], arr2 = ['b', 'c', 'd'], arr_diff = set(arr1) - set(arr2) = ['a']

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Resume Based questions and ML & DL basics
  • Q2. BERT and CNN models
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LRU Cache Implementation
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 question :

1. Find the longest common subsequence in 2 strings
2. find the 5th highest revenue from the table in last 28 days in a particular region

Round 2 - Coding Test 

I was given a list of book, genre of books and books and rating of books . All list was of equal length n.

There were 2 methods which need to be implemented
1. get highest rating of book by genre . if rating are same then in lexographical order
2. update book rating by book name

Round 3 - HR 

(2 Questions)

  • Q1. These questions were basic
  • Q2. There were lots of imaginative situation given and then I was asked to say what I would do in those situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your DSA and SQL throughly
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the purpose of using Common Table Expressions (CTE) in SQL?
  • Ans. 

    CTEs are used in SQL to create temporary result sets that can be referenced within a query.

    • CTEs improve readability and maintainability of complex queries

    • They can be recursively referenced to solve hierarchical problems

    • CTEs can be used to simplify queries by breaking them into smaller, more manageable parts

  • Answered by AI

Petronas Interview FAQs

How many rounds are there in Petronas Lead Data Scientist interview?
Petronas interview process usually has 3 rounds. The most common rounds in the Petronas interview process are Aptitude Test, Coding Test and Case Study.

Tell us how to improve this page.

Petronas Lead Data Scientist Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Schlumberger Interview Questions
3.9
 • 140 Interviews
bp Interview Questions
3.8
 • 62 Interviews
Baker Hughes Interview Questions
4.0
 • 55 Interviews
TotalEnergies Interview Questions
3.8
 • 29 Interviews
ADNOC Interview Questions
4.5
 • 25 Interviews
NBTC GROUP Interview Questions
3.6
 • 19 Interviews
View all
Data Scientist
6 salaries
unlock blur

₹20.5 L/yr - ₹93 L/yr

Logistics and Supply Chain Management Executive
5 salaries
unlock blur

₹7.3 L/yr - ₹7.3 L/yr

FMR
5 salaries
unlock blur

₹2.5 L/yr - ₹3.6 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹14.5 L/yr - ₹18.6 L/yr

Company Secretary
5 salaries
unlock blur

₹14 L/yr - ₹15 L/yr

Explore more salaries
Compare Petronas with

Schlumberger

3.9
Compare

Baker Hughes

4.0
Compare

NBTC GROUP

3.6
Compare

bp

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