Upload Button Icon Add office photos

Filter interviews by

Daleel Petroleum Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Java Developer Interview Questions & Answers

Sigmoid user image Manjunath Yadav S

posted on 7 Jan 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Coding Test 

1 question from DSA,
Find no of ways to climb the stairs.
Java collections, Java 8 features and few Spring based aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find peak element in rotated sorted array
  • Q2. Print the pascal triangle pattern
Round 3 - Technical 

(2 Questions)

  • Q1. Design Custom Hashmap
  • Q2. Find sum elements which will appear from left view of Binary tree
Round 4 - One-on-one 

(1 Question)

  • Q1. Question based on current project and experience. Some technical questions about Gradient descent(because mentioned resume)
Round 5 - HR 

(1 Question)

  • Q1. Experience and Expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Never waste in giving interview with this company. Really HR service is very pathetic. Before technical interview, they discussed about my notice period. After clearing all technical interviews and spent entire my full day by spending 1300 for travelling and food, the HR said i doubt 90 days notice period will join our organisation. Unfortunately technical interviewers are very good.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. What makes you to work in real-estate
  • Q2. As you have worked before in real-estate what was your achievements
Round 2 - One-on-one 

(2 Questions)

  • Q1. What makes you to join back in real estate after being in hotel sales
  • Q2. What will be your goal to achieve in next 3 years
Round 3 - One-on-one 

(2 Questions)

  • Q1. Brief about your professional carrier
  • Q2. Which project you were selling and what was the outcome

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the friendly atmosphere to work
Transperancy maintained
No lead miss match everything will be clear in crm
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

All the assignment to improve our self

Round 2 - Case Study 

Case study all knowledge edias

Round 3 - Group Discussion 

Share the thought process inorpove our self

Round 4 - Coding Test 

Html and other project

Round 5 - Technical 

(5 Questions)

  • Q1. All thrcnical kholwleghe
  • Q2. All types of design
  • Q3. All graphics design idiaas
  • Q4. All types of the assessment
  • Q5. And cultural activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Thought process is good 😊
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Hero motors Ltd to you too dear love to you in advance for taking care of yourself and your life is tarah ke liye
Round 2 - Aptitude Test 

Hero motors and your team to you too beta you are you doing in class today you too dear m kal b and b shift to you earlier w you are not

Interview Preparation Tips

Interview preparation tips for other job seekers - Good very nice pic I love u w a p u r a m room par m room pa aa raha ho aap to karo ye kya h tu kya hua y u r
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Symbiosis Centre For Management and HRD (SCMHRD)

Round 1 - Aptitude Test 

Gamification round Game gamification

Round 2 - Group Discussion 

Data analytics related topic

Round 3 - Technical 

(1 Question)

  • Q1. Data data data related
Round 4 - Technical 

(1 Question)

  • Q1. Case study related questions
Round 5 - HR 

(1 Question)

  • Q1. Hr related questions culture fit questions
Round 6 - Technical 

(1 Question)

  • Q1. Supply chain related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is react.js? Ans: React.js is javascript library used for building the UI components.
  • Ans. 

    React.js is a JavaScript library used for building user interfaces by creating reusable UI components.

    • React.js allows developers to create interactive user interfaces efficiently.

    • It uses a virtual DOM for optimal performance by updating only the necessary components.

    • React components can be reused across different parts of an application.

    • It follows a unidirectional data flow, making it easier to manage state and data.

    • Re...

  • Answered by AI
  • Q2. What is JavaScript? Ans: javaScript is type free language that means to declare the variable we don't any specific datatype and values. javascript is a dynamic type language.
  • Q3. Why javascript is Dynamic language? Ans: The type of variable is dynamically changed based on the its current value. that is the reason the javascript is treated as as dynamic language.
  • Ans. 

    JavaScript is considered a dynamic language because variables can change types based on their current value.

    • Variables in JavaScript can hold different types of values at different times

    • The type of a variable is determined at runtime, not at compile time

    • Dynamic typing allows for flexibility and ease of use in JavaScript programming

    • Example: a variable can start as a number and then be reassigned as a string

  • Answered by AI
  • Q4. How to run the jscode? Ans: In terminal type the node filename.js
Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you? Ans: you should hire me because of i have great skills on the frontend development. and improve the organizations standard with my work and skills.
  • Q2. What is salary expection per annum? Ans: upto 600000
  • Ans. 

    My salary expectation is up to 600,000 per annum based on my experience and skills.

    • Consider factors such as experience, skills, industry standards, and location when determining salary expectations.

    • Research average salaries for front end developers in your area to ensure your expectations are realistic.

    • Be prepared to negotiate and discuss other benefits in addition to salary.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tracxn Front end Developer interview:
  • Html5
  • CSS3
  • React.Js
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - no

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. 1st Technical round : Difference between Epic and User story.
  • Ans. 

    An Epic is a large body of work that can be broken down into smaller tasks called User Stories.

    • Epic is a high-level requirement that is too large to be completed in a single iteration.

    • User Story is a small, specific piece of work that can be completed in a single iteration.

    • Epics are usually broken down into multiple User Stories for implementation.

    • User Stories are more detailed and focused compared to Epics.

    • Example: Ep...

  • Answered by AI
  • Q2. Test cases of Data grid.
  • Ans. 

    Test cases for data grid involve verifying data display, sorting, filtering, pagination, editing, and deleting functionalities.

    • Verify data is displayed correctly in the grid

    • Test sorting functionality by sorting columns in ascending and descending order

    • Test filtering functionality by applying filters and checking if data is displayed correctly

    • Test pagination by navigating through multiple pages of data

    • Test editing funct...

  • Answered by AI
  • Q3. How to test a website on different devices?
  • Ans. 

    To test a website on different devices, use responsive design testing tools, emulators, physical devices, and browser developer tools.

    • Use responsive design testing tools like BrowserStack or Responsinator to simulate different screen sizes.

    • Utilize emulators like Android Studio's emulator or Xcode's simulator to test on various mobile devices.

    • Test on physical devices to ensure accurate performance and user experience.

    • Us...

  • Answered by AI
  • Q4. Have you ever meet your client.
  • Ans. 

    Yes, I have met with clients in previous roles to discuss project requirements and gather feedback.

    • I have met with clients to understand their requirements and expectations for the project.

    • I have conducted meetings to gather feedback on the testing process and results.

    • Building a good relationship with clients is important for successful project delivery.

  • Answered by AI
Round 2 - Assignment 

Write testcases for a profile page that has option to change: name, email, phone number, address etc.

Round 3 - Technical 

(1 Question)

  • Q1. Severity, priority, scenario based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. CEO round : general problem solving questions.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Questions asked related to Qualification and previous working experience.
  • Q2. Excel Test was conducted by HR via Zoom app (Topics were asked - Count , count if, sum, sum if, Vlook up, Concatenate, Conditional Formatting, Data Validation, Pivot table, difference between largest and s...
Round 2 - One-on-one 

(6 Questions)

  • Q1. Self Introduction and Previous Working description conducted by Admin cum Head of logistics department, senior executive. They also asked definition of MS Word, MS Excel, MS powerpoint, difference between ...
  • Q2. Questions related to Material master that is procurement, order processing, Invoicing, dispatching, and Eway billing in SAP. How and when its required?
  • Q3. Personality Test that is How do you know about our Industry, Background,
  • Q4. Why should we hire you? What do you know about logistic department? How To Maintain Warehouse properly so that we can easily process the order as per customer requirement? How logistic department works? Wa...
  • Q5. How would you deal with critical situation?
  • Q6. Are you really willing to work with us? (they will tell that you may face problem will you compromise your mood? actually they are examining that whether you're really interested to work with them or not a...

Interview Preparation Tips

Topics to prepare for Amrit Cement Logistics Executive interview:
  • SAP
  • Advanced Excel
  • MS Powerpoint
  • MS Word
  • Keyboard Shortcuts
Interview preparation tips for other job seekers - Relax Guys, Don't worry too much. You can easily crack?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding test was really good it was easier to tackle the problem and writting code for it.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is the major project you have worked on, and can you provide an explanation of it?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. SQL ques and concept
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Mostly Aptitude, Reasoning,Verbal in the round-1 with 60 questions

Round 2 - Coding Test 

2 programming questions - you can select which language u are comfortable

Round 3 - Technical 

(1 Question)

  • Q1. It's purely based on your resume, so which language u are comfortable they can prefer to ask that's the thing

Interview Preparation Tips

Interview preparation tips for other job seekers - Please whenever you are trying to submit your resume to particular company... Check the specifications what they want, what's on your resume.. based on that only your profile can select to next round..!

Daleel Petroleum Interview FAQs

How to prepare for Daleel Petroleum interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Daleel Petroleum. The most common topics and skills that interviewers at Daleel Petroleum expect are Inventory, OAF, Oracle Workflow and SQL.

Tell us how to improve this page.

Interview Questions from Similar Companies

Chegg Interview Questions
4.1
 • 155 Interviews
Tracxn Interview Questions
3.2
 • 100 Interviews
MAQ Software Interview Questions
1.9
 • 97 Interviews
CMA CGM Interview Questions
3.9
 • 91 Interviews
Teachnook Interview Questions
3.1
 • 85 Interviews
View all

Daleel Petroleum Reviews and Ratings

based on 6 reviews

4.9/5

Rating in categories

4.5

Skill development

4.7

Work-life balance

4.9

Salary

4.2

Job security

4.9

Company culture

4.0

Promotions

4.7

Work satisfaction

Explore 6 Reviews and Ratings
Instrument Engineer
4 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Mechanical Supervisor
3 salaries
unlock blur

₹12 L/yr - ₹16 L/yr

Explore more salaries
Compare Daleel Petroleum with

State Street Syntel

3.7
Compare

Sterling & Wilson

4.1
Compare

AXA Business Services

3.9
Compare

Chegg

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