Upload Button Icon Add office photos

Filter interviews by

E-Revbay Interview Questions and Answers

Updated 6 Feb 2022

E-Revbay Interview Experiences

1 interview found

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 - Assignment 

Related to Job profile

Round 3 - One-on-one 

(1 Question)

  • Q1. Based on Role
Round 4 - One-on-one 

(1 Question)

  • Q1. Round with seniors

National Sales Manager Interview Questions asked at other Companies

Q1. Capacity of solar panel , how it works, use of EVA films and future aspects
View answer (1)

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Verbal questions on passages,correction of sentences,antonyms,synonyms analytical questions on logical deductions,puzzles...
Total Questions: 60

Round: HR Interview
Experience: 3 topics were given (reservation,higher education & if i am the sports minister) and ask to talk about any one for five mins and speak on reservaion.then he give me a situation and ask me to give five reasons to get out of situation. for this i answred well.......then some casual questions and at last he give me some advices about how to behave during an interview

General Tips: Its a great experience during interview and i am very much confident after my interview that i will be selected and so happened.Just be perfect in questions on various topics present in R.S AGARWAL Be donfident during interview,be frank and dont give any wrong information about ur academic performance
College Name: NIT WARANGAL

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume based shortlisting initially.

Round: Interview
Experience: 3 rounds of interviews (15-20 minutes each)
 All topics were Metallurgy related
 Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked.
Tips: If they look interested in a particular aspect, pursue it, and drive the interview.
Be ready to be grilled on the things mentioned in your resume.
 For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source.
 For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.

College Name: IIT Madras

Interview Questions & Answers

Cognizant user image Anonymous

posted on 20 Jan 2015

Interview Questionnaire 

1 Question

  • Q1. Why should we select you?
  • Ans. 

    I have the necessary skills, experience, and passion to excel in this role.

    • I have relevant experience in the field

    • I possess the required skills and qualifications

    • I am a quick learner and adaptable to new situations

    • I am passionate about the industry and eager to contribute

    • I am a team player and work well with others

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Very basic(class 7 level) english, quant and DI from CAT preparation will do. I was asked to estimate the number of newspapers I would buy if I am a supplier for the campus. Then slightly complicated the problem four or five times.
Tips: Try to answer as many questions as possible--the test is the one major criterion for selection.
Total Questions: 65

Round: Guesstimate Interview
Experience: One-on-one interview.Basic guess estimation and details about your projects. Try to show you have some knowledge in mathematics.

Round: HR Interview
Experience: HR interview--A panel of 4 or 5 people(who have taken the individual interviews in round I).
Tips: Be confident and try not to tell something which you can’t defend.

General Tips: As is the case for most companies, CAT preparation will definitely help. I don’t think much focus was was given on the essay but the other sections of the test are really important.
Skill Tips: A decent CGPA(mine was exactly 8) will help. HR interview--A panel of 4 or 5 people(who have taken the individual interviews in round I). Should be able to speak about your own projects and internships.
College Name: IIT KHARAGPUR

Interview Preparation Tips

General Tips: KGPians have to be a little more in the know-how of latest trends in IT and programming language landscape. KGPians don’t do group projects much, specially group programming/software project. Be affirmative about your abilities and be more clear in your intent, in interviews.
Skill Tips: Must: minimum CGPA of 8. they reduced the gpa requirement to 7.9 but they maintain final gpa must be 8. Good to have: Some knowledge of programming languages,databases,Algorithms. Any extra-academic involvement helps ,but is not a requirement. Be in touch with discrete math(not requirement). C++,Java programming(may be a little bit of Python). Projects and internships with computer programming as major /critical part. Having lead a bunch of juniors or equals in a project. Decent communication skills is essential.
College Name: IIT KHARAGPUR

Interview Preparation Tips

Round: Resume Shortlist
Experience: Fundae session by seniors and a resume workshop by some company. Also, sent resume to some seniors for their opinions and I think this was an important part of it.
Tips: I suggest Pre-placement talks, are a must. What is more important is not to believe the PPTs completely and ask seniors about the level of fundaes (finance/tech/otherwise) and preparation required to crack the company. There is a lot of good material on ATKEARNEY and other website. Other than that I used the material available for years.

Round: Interview
Experience: Final offers in my division were 12. There were two levels of case interviews. The first interview was to judge if I would be suitable for the Strategy and Operations profile or for the Technology and Integration profile. There were two interviewers. They explained to me both the profiles and asked me what I wanted to choose and why. Then asked me some general HR questions like why consulting, why you etc. Then started off with an informal case study. It was about a new company which wanted to start a new low cost airline and had no experience in this market till now. It has two options: either to acquire an existing company or to build up all processes on their own. I was first asked to qualitatively mention what all aspects I would consider. After that they asked me what new things could this company do. They were pretty satisfied with my answers and I was confident of getting listed in the next round. In the next round there was single interviewer who was looking quite senior. Asked some HR questions. One case study about a consumer durables dealer which was again qualitative. Asked some HR questions that's it.

General Tips: Lack of interaction with seniors throughout IIT stay was one thing for which I had to pay. I had no seniors in my wing and I had no fundae of the amount of preparation required.
So make sure that you have certain information.
College Name: IIT-Bombay

Interview Questions & Answers

HCLTech user image Anonymous

posted on 13 Apr 2015

Interview Questionnaire 

10 Questions

  • Q1. Do you know Java? ---Yes
  • Ans. 

    Yes, I know Java.

    • I have experience in Java programming.

    • I am familiar with Java syntax and concepts.

    • I have worked on Java projects in the past.

  • Answered by AI
  • Q2. What is Thread and why are they used? ---told
  • Q3. What is JDBC? ---told
  • Q4. How to retrieve data from back end? ---told
  • Ans. 

    To retrieve data from the back end, you can use APIs or database queries.

    • Use API calls to fetch data from the back end server.

    • Execute database queries to retrieve data from the database.

    • Parse the response or query result to extract the required data.

    • Handle any necessary authentication or authorization for accessing the back end.

    • Examples: GET request to an API endpoint, SELECT query in SQL.

  • Answered by AI
  • Q5. Explain OOP concepts. ---explained the program
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to solve a problem

    • Encapsulation, inheritance, and polymorphism are key concepts in OOP

    • Example: A car object can have properties like color, make, and model, and methods like start and stop

    • OOP promotes code reusability and ma

  • Answered by AI
  • Q6. He gave me Java program and asked me to explain how memory is allocated? ---Explained with diagram
  • Q7. How was the day? ---A bit lagging one
  • Q8. Why? ---My token number is 197, I need to wait for long time since morning
  • Q9. About yourself? ---told
  • Q10. Tell me a special quality of yours which is not mentioned in your resume? ---Told

Interview Preparation Tips

Round: Test
Experience: 4 modules :
1. Computer Programing :- Code is given,we need to find output, basic questions in Java, C, Data Structures, DBMS.
2. Quantitative Aptitude :- Easy, Basics in Simple Interest, Profit&Loss, Numbers, Logs, Time and Work, Time Speed Distance, Prob, Perm&Comb.
3. Logical Reasoning :- Blood relations, Directions, Data sufficiency, Puzzle, Arrangements (circular & linear).
4. English :- Fill in appropriate meaning, Antonyms, Synonyms, Arrange the sentences, and 2 huge paragraphs (4+4=8 questions).

Out of 2000 members 400 were selected. I'm one among them.

Round: HR Interview
Experience: After 2 days I received mail from HCL (offer letter and letter of intent).
Tips: HR round is to test our communication only..

College Name: NA

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. Give a brief introduction about yourself
  • Q2. Explain any one topic from your area of interest
  • Q3. Do you know C language? If yes then write a program to print numbers from 1 to 10 excluding 5
  • Ans. 

    Yes, I know C language. Here's a program to print numbers from 1 to 10 excluding 5.

    • Use a loop to iterate from 1 to 10

    • Inside the loop, check if the current number is equal to 5

    • If it is not equal to 5, print the number

  • Answered by AI
  • Q4. Recall any question from the quantitative ability section of the test and explain how did you approach the problem
  • Ans. 

    The question was about finding the average of a set of numbers.

    • I approached the problem by first summing all the numbers in the set.

    • Then, I divided the sum by the total number of elements in the set to find the average.

    • I used a loop to iterate through the set and keep track of the sum and count of elements.

  • Answered by AI
  • Q5. What all does it take for a person from an electronics background to go into the programming field?
  • Q6. Where are you from?
  • Q7. How was your technical interview round?
  • Q8. Are you willing to relocate?

Interview Preparation Tips

Round: Test
Experience: The online test was of an average difficulty level. There was sufficient time to complete all the questions on time. and there was a negative marking of 0.25.
Tips: One should be thorough with the basics of english, and quantitative ability. Reasoning section needed a lot of practice so as to save time.
Duration: 60 minutes
Total Questions: 50

Round: Technical Interview
Experience: I had a very good experience answering the aforementioned questions as i was confident in all my answers. i did not have a thorough knowledge of c language, So i told the interviewer that i am not adept with programming but i can still try. Hence the interviewer told me that even if i go wrong in programming, he won't be marking me on that basis.
Tips: Always speak the truth whether you know a particular subject or not. This helps the interviewer form an overall idea about you.Put forward your views in a soft and gentle but assertive tone.

Round: HR Interview
Experience: The HR round of interviews was a more general round concerned in knowing the candidate as a person, irrespective of his/ her merits and achievements. It focussed on forming an idea about our personality as an individual
Tips: Be calm, composed and patient in front of the interviewer.

General Tips: One should not be scared or nervous about placements. Patience and confidence should be maintained throughout the recruitment process. Practice placement papers from various websites and also keep yourself updated with current affairs.
Skill Tips: A lot of practice is required to gain speed in doing calculations.
Skills: Speed, Knowledge , Communication Skills
College Name: SRM UNIVERSITY
Motivation: The main motivation for applying to iGATE was the company is a major IT service provider and had been listed in the 100 fastest growing companies by Fortune magazine. Since i had been rejected in companies like Wipro, CTS, Infosys, i applied to this company in the hope of getting selected. Other motivations were my college seniors and teachers.
Funny Moments: When the technical interviewer asked me to explain any topic from my area of interest, I was shocked for a minute because i could not believe that i had been granted so much liberty of choosing any topic from my subject.To crosscheck what i had hear was true or not, i reassured myself by asking him whether he was sure or not. Then the interviewer smiled and told me to proceed.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Why would you like to join our company
  • Ans. 

    I am excited to join your company because of its reputation for excellent customer service and commitment to employee development.

    • I have researched your company and am impressed by the positive reviews from customers and employees alike.

    • I am excited about the opportunity to work with a team that values collaboration and innovation.

    • I am confident that I can contribute to the company's success by utilizing my strong comm...

  • Answered by AI
  • Q2. Online versant

Interview Preparation Tips

Round: Test
Experience: The test was all about how well you understand and write the English language as the company totally depends on the retail process, their high requirement was on the language understandability.
Tips: There are no much tips, Just be good with the English language.
Duration: 60 minutes

Round: Interview
Experience: I spoke about how well the company is doing in the present state and also few great achievements of the company.
Tips: Know about the company well before you attend any interview.

Round: Interview
Experience: The versant exam was of 6 rounds which was all about the communication skills and spontaneous answers to the question given ending with a specified length Email writing.

Skill Tips: Be good at communicating with the people around and also with good clever answers when asked.
Skills: Communication skills
College Name: Nalla Malla Reddy Engineering College

Banking Interview Questions & Answers

ICICI Bank user image Anonymous

posted on 24 May 2015

Interview Questionnaire 

8 Questions

  • Q1. Project finance questions based on lenders perspective, borrowers perspective, loan syndication
  • Q2. How to decide on limit of debt etc
  • Q3. Comercial bank management questions. Gross NPA, Net NPA, Provisions, NIM, Other performnace measures of banks etc
  • Q4. Questions based on whatever Finance points you have mentioned on your CV
  • Q5. They asked some sector specific knowledge related to summer internship and workexperience
  • Q6. The interviewers asked me why did I chose to specialise in Finance
  • Q7. They asked me the relevance of your previous work ex with the profiles applied for
  • Q8. Mostly other questions were CV based

Interview Preparation Tips

Round: HR Interview
Experience: I had a good attitude in the interview, was always confident and smiling even when they were trying to put stress. Secondly i was very true and genuine in whatever answers I gave and that worked positive for me

General Tips: For interview which was mostly CV based it is important to know every line of your interview. Some people wrote projects on their CV which they were not through with. So its very important to be aware of each and every line of your CV.Don’t be very aggresive and don’t enter into unnecessary details regarding the job. Be calm, humble and flexible during your Interview. speak few good points in GD and don’t make it too noisy.
Skills: Banking, Economics
College Name: NA

E-Revbay Interview FAQs

How many rounds are there in E-Revbay interview?
E-Revbay interview process usually has 4 rounds. The most common rounds in the E-Revbay interview process are One-on-one Round, Resume Shortlist and Assignment.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 767 Interviews
BigBasket Interview Questions
3.9
 • 347 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 177 Interviews
FirstCry Interview Questions
3.7
 • 163 Interviews
Snapdeal Interview Questions
3.8
 • 76 Interviews
Shopclues Interview Questions
4.0
 • 9 Interviews
View all

E-Revbay Reviews and Ratings

based on 21 reviews

3.2/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

2.8

Salary

2.6

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 21 Reviews and Ratings
Business Analyst
5 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

Executive Accountant
5 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Data Analyst
4 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Operations Manager
4 salaries
unlock blur

₹2 L/yr - ₹3.7 L/yr

System Analyst
4 salaries
unlock blur

₹4.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare E-Revbay with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Paytm

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