Upload Button Icon Add office photos

Vale

Compare button icon Compare button icon Compare

Filter interviews by

Vale Interview Questions and Answers

Updated 28 Aug 2023

Vale Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in

Round 1 - One-on-one 

(5 Questions)

  • Q1. No more information good 😊😊
  • Q2. Thank you so much 😊😊
  • Q3. Money mobile shop and ripening
  • Q4. Mobile ripening
  • Q5. Mobile shop am right

Interview Preparation Tips

Interview preparation tips for other job seekers - Heks nice product and work

Mobile Engineer Interview Questions asked at other Companies

Q1. explain core data
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Executive Interview Questions & Answers

user image Anonymous

posted on 17 May 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 3 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Base on experience in palletizing mechanical maintenance Like material preparation TG experience Kiln experience Material handling equipment
Round 3 - HR 

(2 Questions)

  • Q1. Salary and facility In 2011 Salary satisfaction
  • Q2. Joining date 30 days notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - I am happy that I worked in very good company

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Show your finance and analytics background in the resume.

Round: Test
Experience: aptitude, same as cat exam

Round: HR Interview
Experience: They asked me about my interest, why do I want to join citicorp. I discussed current financial events like demonetisation, etc, its impacts. They asked some questions like today's dollar rate.

Round: Technical Interview
Experience: They asked me to discuss my internship work which I had written in my resume. They asked whether the work which I have done was used by my company.

Round: HR Interview
Experience: In this 3rd and final round, they asked me if I won't leave the job later if I get better better offer from somewhere else. They asked me whether I am happy with the compensation they are offering me.

College Name: IIT Madras

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    Find an odd occurring number among even occurring numbers.

    • Use XOR operation to cancel out even occurring numbers and get the odd occurring number.

    • Iterate through the array and XOR each element with the result variable.

    • The final result will be the odd occurring number.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    Print the spiral order of a binary tree and matrix.

    • For binary tree, use level order traversal and alternate direction for each level.

    • For matrix, use four pointers to traverse in spiral order.

    • Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

    • Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    Finding pairs in an array with a given sum.

    • Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If there are multiple pairs with the same sum, return any one of them.

    • If no pair is found, return null or an empty array.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    Find total number of k element with given avg in an array in minimum time complexity.

    • Use sliding window technique to traverse the array in O(n) time complexity.

    • Maintain a sum variable to keep track of the sum of elements in the window.

    • If the sum of elements in the window is equal to k times the given avg, increment the count.

    • Move the window by subtracting the first element and adding the next element in the array.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    Printing non-boundary elements of a binary tree

    • Traverse the tree in any order (preorder, inorder, postorder)

    • Check if the current node is not a boundary node (not the first or last node in its level)

    • If it is not a boundary node, print its value

    • Recursively traverse its left and right subtrees

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: There were 15 questions from quant’s, 10 questions from data interpretation with 1 mark each and -.5 for wrong answer also there were 2 case studies with 10 marks each with no –ve marks. Total 45 marks question, I did only 9 from quant and 7 from DI total 16 out of 25 questions and didn’t touch case studies. Quanta and DI were very basics level.

In those 16, 1 question was wrong so basically I did 14.5 out of 45, but with a accuracy of 90%. Didn’t expect to get shortlisted but was very tensed and angry upon myself coz it was my level paper. But around 12 mid night shortlist came and I was at 11th position out of 31 students in the list.

There were total around 90 students who appeared for written test. They allowed Mtech and Mca guys not Btech.
Total Questions: 25

Round: TECHNICAL INTERVIEW
Experience: I went there and greeted him. Firstly he told me to introduce myself, later he asked what I like the most. I told analytical thinking and logical reasoning and yeah I relate it with data base.(since I knew they came for Data analyst profile).

He asked me about join, gave me a table and told me to perform all joins. I did that and he asked me about Order by clause and, having clause then asked me normal forms up to bcnf.

Later asked about pl/sql difference b/w sql and pl/sql, what is trigger explain in detail. Some basics questions of DBMS theory asked me about my 2 projects and at the end he gave me a situation where I have a grocery shop outside nit Surathkal, and from last few days/months I realized a downfall in sales, what possible reasons could I find? I gave him 8 reasons within 2/3 mins. He was impressed…

After 1st round out of 31 only 13 were selected and I was there in d list.

Round: TECHNICAL INTERVIEW
Experience: As soon as I entered the room, mam told me “Ooo tum aao aao ”. I smiled because I was the 1st guy during presentation who asked the first question (she made every1 clap for me there) and she remembered my face. And eventually she did study from IIT Kanpur so yes she was able to speak fluent Hindi (plus point for guys like me :p). with her there was a guy he asked me to write code for taking a no and converting it into binary and 1 question from array- very simple later she gave me a table with employee id, order date and order amount. A customer can place max 1 order in 1 day. I had to find the latest transaction of every customer with amount as well. i did it using max function over date and group by with sub query, she asked me about my resume at the end she gave me 7,9,21,63,100 and told me to find the no of numbers between 1 to 50000 which are exactly divisible by all, i did it in 1 min.

but she was smiling, I thought I made some mistake in hurry, then I asked mam m I doing right or wrong (in curiosity as I find very comfortable there) she smiled and said “Chalo bhago ynha se ye interview h ”.I said sorry but yeah she was impressed with my interview so told ki “you will learn all these things very quickly”.

Round: TECHNICAL INTERVIEW
Experience: After 2nd round 9 were selected and I was one of them. It was basically a Managerial round and it scheduled over Skype. I had to introduce myself as well as my family background. Here comes the harder part when he asked me why you have such a poor academic back ground? I was speechless for a moment but I started telling the truth.

I told despite getting 68% marks in my 10th I was the third topper of my class. I got 60.66 % in 12th but yeah there also out of 700 students only 14 got first division. So basically I concluded that in my state board marking is not that much good. He said ok but what happened in graduation(64%) when you studied in Delhi?(what to say now :p) I said sir I did it from IGNOU and you can Google the fact that even less than 5% of student are able to clear the degree in 3 years. Later I explicitly mentioned that I m not blaming my boards but this is the fact which can’t be change.

Now He asked what happened in PG here also you scored only 7.50 CGPA which is less than even standard score of 8(Meri to jaan hi nikal gayi :p). Then I told him that sir u can see my pointer in first semester is very less close to 6.5 but after that I constantly improved myself. He was smiling …..

He asked me about my family background and then I told him how I struggled, I was giving tuition in my grads to continue my education and after grads took a gap of 1 year and cleared all MCA entrance examination and now sitting in front of him.

Later asked about my best qualities….i told him that I can lead group of people very well. I gave example of me being captain of my department cricket team and I was class monitor through 3rd to 12th std and also some stuff regarding my college events. He noted down something .I don’t know what.

I was not sure that I could clear that interview. When the result came they called all 9 students and said that they find is difficult to eliminate 4 names .i was sure that I m out of picture now but fortunately my name was at 2nd position. Wowwwww

Round: HR Interview
Experience: It was telephonic round and just my hobbies and all, he asked me about my poetry writing hobby as well as Hindi Shayaris. I was told to recite 1 …when he listened, he was very impressed…

College Name: IIT KANPUR

Associate Interview Questions & Answers

JPMorgan Chase & Co. user image SHUBHAM VINAYAK KALE shubham

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Project/DDP based questions
  • Q2. Any coding done in curriculum, explain the most complex one
  • Ans. 

    Yes, I have coded in curriculum. The most complex one was a project on building a web application using React and Node.js.

    • Built a full-stack web application using React and Node.js

    • Implemented user authentication and authorization using JSON Web Tokens (JWT)

    • Used MongoDB as the database and Mongoose as the ODM

    • Implemented real-time updates using Socket.IO

    • Deployed the application on Heroku

    • Handled errors and implemented log

  • Answered by AI
  • Q3. What is 'Big data'? Why is it called 'Big'
  • Ans. 

    Big data refers to large and complex data sets that cannot be processed using traditional data processing methods.

    • Big data is characterized by its volume, velocity, and variety

    • It is used in various industries such as healthcare, finance, and retail

    • Examples of big data include social media data, sensor data, and transactional data

    • It is called 'big' because it involves processing massive amounts of data

    • Big data requires ...

  • Answered by AI
  • Q4. Why do you want to switch to IT sector from your respective branch
  • Ans. 

    I am passionate about technology and eager to learn new skills in the IT sector.

    • I have always had a keen interest in technology and enjoy working with computers.

    • I believe the IT sector offers more opportunities for growth and advancement in my career.

    • I have seen the impact of technology on various industries and want to be a part of that innovation.

    • I have taken courses in programming and networking to prepare myself fo

  • Answered by AI
  • Q5. I did a course on compute simulation and had extra curricular in chess, so was asked to simulate a chess game
  • Q6. Two friends A & B meet after long time, A asks B about his family. B says he has 3 children, product of their ages is 36, and sum of their ages is equal to the (point towards a house on street) house numbe...
  • Q7. A rat has 3000 gm of rice, he has to travel a distance of 3000m, he eats 1gm rice/m, his maximum carrying capcity is 1000 gm,how should he travel the distance to reach with maximum rice left
  • Q8. A new software has 3 functions SelectSum(), log() and exp(). You have a table of 1000 data points, how will you find product of all points using only the above mentioned functions
  • Ans. 

    To find the product of all data points using SelectSum(), log(), and exp() functions.

    • Use the log() function to convert the product into a sum of logarithms

    • Apply the SelectSum() function to calculate the sum of logarithms

    • Finally, use the exp() function to convert the sum back into the product

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Aptitude part has easy questions, including number series, picture series, interest rate and some quant based questions.

The coding part is difficult.2-3 coding questions, Codes will be related to linked lists , trees or sorting.
Tips: Try to get maximum marks in aptitude, which should be fine with some practice . One of the code will be easy, so complete it and make a try for second
Duration: 1 hour
Total Questions: 30

Round: Puzzle Interview
Experience: very easy puzzles, I was able to solve all puzzles in first attempt
Tips: Be confident in your approach they are locking for approach more than result

Round: Technical Interview
Experience: I answered all resume based questions, he liked my choice of projects, though they were not exactly related to the profile. He liked me and said I would recommend you directly to HR round
Tips: Prepare in details about all points in resume, course work mentioned and projects, Based on performance in this interview, they decide to whether to take one more technical interview or send directly to HR

Skills: Behavioural Skills, Puzzle Solving Capability, Approaching A Problem, Basic Coding
College Name: IIT Madras

Skills evaluated in this interview

I was interviewed before Feb 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me one of the best projects you think you have worked on?
  • Ans. 

    One of the best projects I worked on was developing a mobile app for a non-profit organization.

    • The app was designed to help the organization's volunteers easily track their hours and tasks.

    • I worked closely with the non-profit to understand their needs and create a user-friendly interface.

    • The app was well-received by the volunteers and helped the organization better manage their resources.

    • I also implemented a feature th...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Test was conducted by AMCAT at Madras School of Economics. Test was an adaptive test. Accuracy matters along with the speed. Do focus on all the sections. Questions were easy to moderate.
Tips: Prepare well before the test. HSBC was the second company to conduct test. DO NOT IGNORE RETAIL BANKING.

Preparation Material: Arun Sharma
Duration: 55 minutes
Total Questions: 50

Round: Technical + HR Interview
Experience: HSBC had skype interview at MSE. I was waiting from 11am in the morning. And it was already 6pm in the evening. One girl before me took around 45 minutes. As i entered, they were in hurry. They wanted to finish soon. As i started interview, they directly told me that they are getting late so they would finish things quickly. I was not asked even to introduce myself.

They asked me one project i have worked on and which i think was the best. I told them a project on Credit Risk Modelling. Luckily interviewer was also from the Credit Risk Team at HSBC. He started grilling over all the concepts. Why i used the particular model? What is ROC? What was the delinquency period and why ? I had done that project too seriously. I made him clear all the concepts. They focus more on your concepts and understanding. They also asked my few basic questions on Statistics which were related to my project.

I told them everything in just 10 minutes. And right after that the interviewer told me that it would be the last question they will ask me. I started thinking i won't get selected as no one finished in just 10 minutes. Then interview went on for 5 more minutes. I was given a case study on decreasing sales of a particular departmental store's division.

At last there were some HR questions. At last interviewer was really impressed by me. Guys a

College Name: Madras School of Economics

Interview Questionnaire 

2 Questions

  • Q1. Citi bank has to enter Indian Market where should it set up its offices?
  • Ans. 

    Citi bank should set up its offices in major cities like Mumbai, Delhi, and Bangalore.

    • Citi bank should consider the economic and political stability of the region.

    • The bank should also consider the availability of skilled workforce and infrastructure.

    • Major cities like Mumbai, Delhi, and Bangalore have a large customer base and a well-established financial sector.

    • Setting up offices in multiple cities can help the bank re...

  • Answered by AI
  • Q2. If I am(interviewer) a client will you(interviewee) give me credit card?

Interview Preparation Tips

Round: Test
Experience: 10 single correct questions, 10 CAT based questions, 5 data sufficiency questions, 2 subjective questions were asked.
Tips: All the objective questions were easy so everyone would have solved. Subjective questions were important for selecting candidates .Final solution for subjective questions are not important ,the way you approach is important.
Duration: 45 minutes

Round: Case Study Interview
Experience: Questioned on Resume points. A case study was given and the student has to analyse it.

Round: Case Study Interview
Experience: Case study question and brain teaser were asked. Brainteaser was an easy question.

Skill Tips: Mock interviews with friends and ready with all resume points of how to explain them each helps. Solved many case studies. Updated myself with latest news. I also read Wiki questions like how to get 3 wolnes, 2 men to other side of river?.
Skills: Soft skills, Case study solving ability
College Name: IIT MADRAS

I was interviewed in Oct 2016.

Interview Questionnaire 

4 Questions

  • Q1. Select any five companies you would invest in and why given the required metrics.
  • Ans. 

    I cannot provide investment advice, but here are five companies that have shown strong financial performance in recent years.

    • Apple - consistently high revenue and profit margins

    • Amazon - dominant player in e-commerce and cloud computing

    • Microsoft - strong growth in cloud computing and enterprise software

    • Alphabet (Google) - diversified revenue streams and strong advertising business

    • Visa - dominant player in the payments i

  • Answered by AI
  • Q2. Questions based on case study.
  • Q3. Detailed discussions on the indian economy?
  • Q4. Brexit vote and how it would effect the indian economy?
  • Ans. 

    The Brexit vote could have both positive and negative effects on the Indian economy.

    • Positive effects: Increased trade opportunities with the UK, potential for attracting foreign investments from companies relocating from the UK.

    • Negative effects: Uncertainty in global markets leading to volatility in exchange rates, potential decline in exports to the UK.

    • Example: Indian IT companies may face challenges due to stricter i...

  • Answered by AI

Interview Preparation Tips

Round: Case Study Interview
Experience: We were first taught the basics of operations involved in working with an investment bank. Based on the workshop we were given a case study with a list of companies to select the one's which are potencial candidates for investments. We were all divided into groups of 5 students.

Round: Test
Experience: The test was basic. Economical aptitude requires prior knowledge of economics concepts. The review topicwas GST bill.
Duration: 1 hour
Total Questions: 41

Round: Stress Interview
Tips: It is important to be aware about the current events and economies.

Skills: Economic Affairs, Financial Economics, Knowledge On Current Affairs
College Name: Thapar University, Patiala

Interview Questionnaire 

2 Questions

  • Q1. Why do you think this works? What are the drawbacks?
  • Ans. 

    This question is asking for an analysis of the effectiveness and drawbacks of a certain approach or solution.

    • The question is asking for an evaluation of why a particular approach or solution is effective.

    • The answer should also include an analysis of the drawbacks or limitations of the approach.

    • Examples and evidence should be provided to support the analysis.

    • The response should demonstrate critical thinking and the abil...

  • Answered by AI
  • Q2. Why Citi? Why not higher studies?

Interview Preparation Tips

Round: Test
Tips: Could use C/C++/Java to solve,
Duration: 120 minutes
Total Questions: 62

Round: Other Interview
Experience: Simple puzzles, Basic data structures and algorithms based question were asked.

Round: Other Interview
Experience: Asked about my Analytics intern – Explained some Text mining, machine learning techniques like Artificial Neural Networks. Also DDP and Projects – some Regression and Time Series Concepts.

Round: HR Interview
Experience: Basic HR and background check, Also Check if you are genuinely interested and will not leave the company.

General Tips: Talk to people, read stuff, find out what interests you. Decide a few areas and prepare for those. Take part in insti clubs, get to know new stuff.There are a number of free online video courses available like coursera, edX, etc. Have a look at these, pick up one or two, learn whenever you have time. If possible, even submit the assignments and give the quizzes. A programming language cannot be learned just by reading a book or watching videos. You have to practice and do somehands-on exercises.While preparing for Puzzles and coding questions, do not directly go to the solution, always make an attempt, scribble your thoughts on a piece of paper.Participate in competitions (for both core and non-core), you ll learn a lot through such experiences than what you learn from textbooks.
Skill Tips: Speak confidently and explain your projects in simple terms. Ask if they want further explanation, and only then talk about it in depth.
College Name: IIT MADRAS
Contribute & help others!
anonymous
You can choose to be anonymous

Vale Interview FAQs

How many rounds are there in Vale interview?
Vale interview process usually has 2-3 rounds. The most common rounds in the Vale interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Vale interview?

Some of the top questions asked at the Vale interview -

  1. Base on experience in palletizing mechanical maintenance Like material prepar...read more
  2. Money mobile shop and ripen...read more
  3. No more information good 😊�...read more

Recently Viewed

DESIGNATION

SALARIES

Computershare

No Salaries

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

Shinhan Bank

No Benefits

REVIEWS

Computershare

No Reviews

COMPANY BENEFITS

Chase Bank

No Benefits

JOBS

Computershare

No Jobs

PHOTOS

Computershare

No Photos

JOBS

Chase Bank

No Jobs

JOBS

Shinhan Bank

No Jobs

Tell us how to improve this page.

Vale Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

JPMorgan Chase & Co. Interview Questions
4.0
 â€˘ 735 Interviews
Wells Fargo Interview Questions
3.9
 â€˘ 565 Interviews
Citicorp Interview Questions
3.7
 â€˘ 564 Interviews
HSBC Group Interview Questions
3.9
 â€˘ 484 Interviews
FactSet Interview Questions
3.9
 â€˘ 205 Interviews
BNP Paribas Interview Questions
3.8
 â€˘ 178 Interviews
ICICI Securities Interview Questions
3.9
 â€˘ 159 Interviews
SBI Securities Interview Questions
3.8
 â€˘ 146 Interviews
View all

Vale Reviews and Ratings

based on 17 reviews

4.6/5

Rating in categories

4.6

Skill development

4.4

Work-life balance

4.5

Salary

4.3

Job security

4.3

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 17 Reviews and Ratings
Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technician
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Head
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Company Secretary and Financial Controller
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vale with

Wells Fargo

3.9
Compare

JPMorgan Chase & Co.

4.0
Compare

HSBC Group

3.9
Compare

Citicorp

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