Upload Button Icon Add office photos

Rave Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Rave Technologies Interview Questions, Process, and Tips

Updated 28 Jun 2024

Top Rave Technologies Interview Questions and Answers

View all 6 questions

Rave Technologies Interview Experiences

Popular Designations

4 interviews found

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

I applied via Indeed and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Questions related to java and OPPS concept

Round 3 - HR 

(1 Question)

  • Q1. Why this company?
  • Ans. 

    I am drawn to this company because of its innovative projects, strong company culture, and opportunities for growth.

    • The company's reputation for cutting-edge technology and innovation aligns with my passion for staying at the forefront of engineering advancements.

    • I admire the company's commitment to fostering a supportive and inclusive work environment, which is important to me in a workplace.

    • I see great potential for ...

  • Answered by AI

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle.

    • It is a process used to design, develop, and test software.

    • It includes phases such as planning, analysis, design, implementation, and maintenance.

    • Each phase has its own set of deliverables and objectives.

    • It ensures that software is developed efficiently and meets the requirements of stakeholders.

  • Answered by AI
  • Q2. Explain SDLC models
  • Ans. 

    SDLC models are frameworks used to guide the development of software applications.

    • SDLC stands for Software Development Life Cycle

    • There are several SDLC models including Waterfall, Agile, Spiral, and V-Model

    • Each model has its own set of phases and activities that guide the development process

    • Waterfall is a linear model where each phase must be completed before moving on to the next

    • Agile is an iterative model where devel...

  • Answered by AI
  • Q3. Risk analysis
  • Q4. Explain ISO27001:2013
  • Ans. 

    ISO27001:2013 is a standard for information security management system (ISMS).

    • It provides a framework for managing and protecting sensitive information.

    • It includes policies, procedures, and controls to ensure confidentiality, integrity, and availability of information.

    • It requires regular risk assessments and continuous improvement of the ISMS.

    • It is applicable to all types of organizations, regardless of size or industr...

  • Answered by AI
  • Q5. Previous job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer mainly focusing on your communication skills and situation handling ability
Prepare well about your job description
Know something about the company before giving the interview

Skills evaluated in this interview

Process Engineer Interview Questions asked at other Companies

Q1. What is APQP and where is it used. And how many phases does it have? and fmea which phase are performed?
View answer (2)

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions related to stlc
  • Q2. Bug life cycle questions
  • Q3. Project methodology
  • Q4. Difference between defect severity and priority and its example
  • Ans. 

    Defect severity and priority are different in terms of impact and urgency.

    • Defect severity refers to the impact of the defect on the system or application.

    • Defect priority refers to the urgency of fixing the defect.

    • Severity is usually categorized as low, medium, high, or critical.

    • Priority is usually categorized as low, medium, high, or immediate.

    • Example: A spelling mistake in a button label is a low severity defect but m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basics of manual testing, stlc, bug life cycle, etc.

Skills evaluated in this interview

Senior Test Analyst Interview Questions asked at other Companies

Q1. What is Test Prioritization and How we apply to our Test Case?
View answer (1)

Interview Questions & Answers

user image Priya KriSn

posted on 19 Dec 2020

Interview Questionnaire 

2 Questions

  • Q1. What is ITIL? Under which methodology does Change management come under? What is an unauthorized change request? What are the types of Change requests? What is the workflow of a normal chamge request? What...
  • Ans. 

    ITIL is a framework for IT service management. Change management comes under the ITIL methodology. Unauthorized change request is a change made without proper approval. There are different types of change requests such as standard, emergency, and normal. The workflow of a normal change request involves steps like submission, assessment, approval, implementation, and closure. Change management requires reports like chan...

  • Answered by AI
  • Q2. What does CMDB stand for? What is a CI?
  • Ans. 

    CMDB stands for Configuration Management Database. A CI is a Configuration Item.

    • CMDB is a centralized repository that stores information about all Configuration Items (CIs) in an organization.

    • A CI is a component or asset that needs to be managed and tracked, such as hardware, software, documentation, or personnel.

    • CIs have unique identifiers and attributes that define their characteristics and relationships with other C...

  • Answered by AI

Skills evaluated in this interview

Rave Technologies interview questions for popular designations

 Process Engineer

 (1)

 Associate Engineer

 (1)

 Senior Test Analyst

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

Rave Technologies Interview FAQs

How many rounds are there in Rave Technologies interview?
Rave Technologies interview process usually has 3 rounds. The most common rounds in the Rave Technologies interview process are HR, Aptitude Test and Coding Test.
How to prepare for Rave Technologies 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 Rave Technologies. The most common topics and skills that interviewers at Rave Technologies expect are SQL, System Architecture, Javascript, Application Development and Agile.
What are the top questions asked in Rave Technologies interview?

Some of the top questions asked at the Rave Technologies interview -

  1. What is ITIL? Under which methodology does Change management come under? What i...read more
  2. Difference between defect severity and priority and its exam...read more
  3. What does CMDB stand for? What is a C...read more

Tell us how to improve this page.

Rave Technologies Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

Rave Technologies Reviews and Ratings

based on 104 reviews

3.8/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 104 Reviews and Ratings
Senior Software Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Analyst
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Analyst
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rave Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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