Upload Button Icon Add office photos

Raw Engineering

Compare button icon Compare button icon Compare

Filter interviews by

Raw Engineering Interview Questions and Answers

Updated 27 Mar 2024
Popular Designations

9 Interview questions

A Software Engineer was asked
Q. Write a program to find prime numbers.
Ans. 

This program identifies and lists all prime numbers up to a specified limit using a simple algorithm.

  • A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.

  • To find prime numbers, iterate through numbers starting from 2 up to a given limit.

  • For each number, check if it is divisible by any number less than itself (except 1).

  • If a number is not divisible by an...

View all Software Engineer interview questions
A Software Engineer was asked
Q. How does asynchronous code work in JavaScript?
Ans. 

Async code in JavaScript allows non-blocking execution, improving performance and responsiveness.

  • Async code uses callbacks, promises, or async/await to handle asynchronous operations.

  • Callbacks are functions passed as arguments to another function, to be executed once the async operation is complete.

  • Promises represent the eventual completion or failure of an asynchronous operation, allowing chaining of multiple asy...

View all Software Engineer interview questions
A Software Engineer was asked
Q. Explain the difference between let, const, and var.
Ans. 

let, const, and var are JavaScript keywords for variable declaration with different scopes and mutability rules.

  • var: Function-scoped or globally-scoped, can be redeclared and updated.

  • Example: var x = 10; x = 20; var x = 30; // Valid

  • let: Block-scoped, can be updated but not redeclared in the same scope.

  • Example: let y = 10; y = 20; // Valid, let y = 30; // Error

  • const: Block-scoped, cannot be updated or redeclared, m...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is a promise?
Ans. 

A promise is an object representing the eventual completion or failure of an asynchronous operation.

  • Promises have three states: pending, fulfilled, and rejected.

  • They allow for cleaner asynchronous code compared to callbacks.

  • Example: A promise can be created using 'new Promise((resolve, reject) => { ... })'.

  • You can handle results with '.then()' for success and '.catch()' for errors.

  • Example: fetch('url').then(res...

View all Software Engineer interview questions
A Devops Engineer was asked
Q. How would you react if a server goes down?
Ans. 

In case of a server outage, I would quickly assess the situation, communicate with the team, and implement recovery procedures.

  • Assess the situation: Check monitoring tools for alerts and logs to identify the cause of the outage.

  • Communicate: Inform the team and stakeholders about the issue and expected downtime.

  • Implement recovery: Restart the server or services if it's a minor issue, or escalate to the engineering ...

View all Devops Engineer interview questions
A Devops Engineer was asked
Q. Are you willing to work on 24x7 support requirements?
Ans. 

Yes, I am willing to work on 24x7 support requirements.

  • I understand the importance of providing round-the-clock support to ensure system availability and minimize downtime.

  • I am comfortable with working in shifts and being on-call to address any issues that may arise.

  • I have experience in incident management and troubleshooting, which are crucial skills for handling support requirements.

  • I am familiar with tools and ...

View all Devops Engineer interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Senior Devops Engineer was asked
Q. Describe a challenging situation you faced while developing a React Native application and how you resolved it.
Ans. 

Faced performance issues in a React Native app due to heavy image loading; optimized it using caching and lazy loading techniques.

  • Identified performance bottlenecks using React Native's built-in performance monitor.

  • Implemented image caching using libraries like 'react-native-fast-image' to reduce load times.

  • Utilized lazy loading for images in lists to only load them when they come into view, improving initial rend...

View all Senior Devops Engineer interview questions
Are these interview questions helpful?
An Associate Software Developer was asked
Q. Shared viewmodel Algorithms
Ans. 

Shared viewmodel is a design pattern used in software development to share data between different components.

  • Shared viewmodel allows multiple components to access and modify the same data

  • It helps in keeping the data consistent across different parts of the application

  • Example: Using a shared viewmodel in a shopping cart application to update the total price when items are added or removed

View all Associate Software Developer interview questions
An Associate Software Developer was asked
Q. What is mvvm Design patterns Services Use cases
Ans. 

MVVM is a design pattern used in software development to separate the user interface from the business logic.

  • MVVM stands for Model-View-ViewModel

  • Model represents the data and business logic

  • View represents the user interface

  • ViewModel acts as an intermediary between the Model and View

  • MVVM helps in achieving separation of concerns and easier unit testing

  • Popular in frameworks like Angular and Vue.js

View all Associate Software Developer interview questions

Raw Engineering Interview Experiences

4 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Details of ITIL
  • Q2. Basics of AWS Services
  • Q3. On call support 24×7
  • Q4. Situation based questions. How would you react if server goes down
  • Ans. 

    In case of a server outage, I would quickly assess the situation, communicate with the team, and implement recovery procedures.

    • Assess the situation: Check monitoring tools for alerts and logs to identify the cause of the outage.

    • Communicate: Inform the team and stakeholders about the issue and expected downtime.

    • Implement recovery: Restart the server or services if it's a minor issue, or escalate to the engineering team ...

  • Answered by AI
  • Q5. Databases like postgresql mongodb redis cache
  • Q6. Basic scripting questions python and ruby
Round 2 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Salary requirements
  • Q3. Will you work on 24×7 support requirements
  • Ans. 

    Yes, I am willing to work on 24x7 support requirements.

    • I understand the importance of providing round-the-clock support to ensure system availability and minimize downtime.

    • I am comfortable with working in shifts and being on-call to address any issues that may arise.

    • I have experience in incident management and troubleshooting, which are crucial skills for handling support requirements.

    • I am familiar with tools and techn...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on ITIL, MongoDB, and basics of Azure/AwS
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2023.

Round 1 - Technical 

(5 Questions)

  • Q1. 1. AWS sagemaker, aws redis cache 2. Kubernetes Architecture 3. MongoDB and redis database 4. 5 ITIL principles and detail explanation 5. Basic Python / Ruby related Qs 6. Incident Situation based Question...
  • Q2. Top ITIL related principles MongoDB in detail. Aws sagemaker, eks and basic level. Kubernetes components and working. Questions about mention projects in resume.
  • Q3. Situation based Questions
  • Q4. MongoDB basics Non-RDB
  • Q5. Java OOPS and SDLC

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn ITIL.
Basic AWS Azure questions
Projects you have done in past
SDLC
Nodejs and redis/mongoDB related basic questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is mvvm Design patterns Services Use cases
  • Ans. 

    MVVM is a design pattern used in software development to separate the user interface from the business logic.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View represents the user interface

    • ViewModel acts as an intermediary between the Model and View

    • MVVM helps in achieving separation of concerns and easier unit testing

    • Popular in frameworks like Angular and Vue.js

  • Answered by AI
  • Q2. Shared viewmodel Algorithms
  • Ans. 

    Shared viewmodel is a design pattern used in software development to share data between different components.

    • Shared viewmodel allows multiple components to access and modify the same data

    • It helps in keeping the data consistent across different parts of the application

    • Example: Using a shared viewmodel in a shopping cart application to update the total price when items are added or removed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of android and kotlin

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is promise?
  • Q2. How async code works in javascript
  • Q3. Write a program to find prime numbers
  • Q4. Explain difference between let, const and var

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Raw Engineering?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.

I applied via Approached by Company and was interviewed before Oct 2021. There were 5 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Just discussions about my past experience. It was a phone interview
Round 3 - Coding Test 

Some basic node js coding like reading from a file, crud operations

Round 4 - Technical 

(1 Question)

  • Q1. Database schema and system design
Round 5 - Aptitude Test 

It was mainly some behavioural questions and math aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on algorithms and database designs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a live coding round where expectation was to come up with a framework in Java from Scratch

Round 2 - Technical 

(1 Question)

  • Q1. It was a DS/Algo Round
Round 3 - Design R 

(1 Question)

  • Q1. Design Round in HLD
  • Ans. 

    Design Round in HLD involves creating a high-level design for a software system.

    • Identify the main components of the system and their interactions

    • Define the architecture of the system including layers, modules, and interfaces

    • Consider scalability, performance, security, and maintainability

    • Use UML diagrams like class diagrams, sequence diagrams, and component diagrams

    • Document the design decisions and rationale

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions

Raw Engineering Interview FAQs

How many rounds are there in Raw Engineering interview?
Raw Engineering interview process usually has 1-2 rounds. The most common rounds in the Raw Engineering interview process are Technical, Resume Shortlist and HR.
How to prepare for Raw Engineering 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 Raw Engineering. The most common topics and skills that interviewers at Raw Engineering expect are Android, Web Technologies, Backend, MongoDB and GIT.
What are the top questions asked in Raw Engineering interview?

Some of the top questions asked at the Raw Engineering interview -

  1. Situation based questions. How would you react if server goes d...read more
  2. Will you work on 24×7 support requireme...read more
  3. How async code works in javascr...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 7 interview experiences

Difficulty level

Easy 50%
Moderate 25%
Hard 25%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

Signzy Technologies Interview Questions
2.9
 • 30 Interviews
MRI Software Interview Questions
3.5
 • 20 Interviews
Azuga Telematics Interview Questions
3.3
 • 14 Interviews
QAD Interview Questions
3.7
 • 14 Interviews
OM SOFTWARE Interview Questions
3.8
 • 13 Interviews
HALODOC Interview Questions
2.6
 • 13 Interviews
View all

Raw Engineering Reviews and Ratings

based on 46 reviews

2.9/5

Rating in categories

3.1

Skill development

2.9

Work-life balance

2.7

Salary

2.6

Job security

3.0

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 46 Reviews and Ratings
Senior Android Developer

Mumbai,

Pune

5-9 Yrs

₹ 10-20 LPA

Senior Ios Developer

Mumbai,

Pune

5-9 Yrs

₹ 10-20 LPA

Senior Full Stack Developer

Mumbai,

Pune

5-8 Yrs

₹ 10-20 LPA

Explore more jobs
Applications Engineer
41 salaries
unlock blur

₹6.7 L/yr - ₹16.2 L/yr

QA Engineer
16 salaries
unlock blur

₹4.7 L/yr - ₹10 L/yr

Associate Software Engineer
12 salaries
unlock blur

₹8 L/yr - ₹8.8 L/yr

Associate Application Engineer
12 salaries
unlock blur

₹7.3 L/yr - ₹9 L/yr

Senior Application Engineer
12 salaries
unlock blur

₹14.3 L/yr - ₹28 L/yr

Explore more salaries
Compare Raw Engineering with

Global Edge Software

3.5
Compare

PagarBook

3.6
Compare

MasterSoft ERP Solutions

3.1
Compare

Signzy Technologies

2.9
Compare
write
Share an Interview