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

6 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 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. 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 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
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
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

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
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Raw Engineering?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - MCQ 

(1 Question)

  • Q1. Basic dsa questions predict output
  • Ans. 

    Understanding basic data structures and algorithms is crucial for predicting outputs in coding challenges.

    • Data structures like arrays, linked lists, and trees are fundamental.

    • Algorithms such as sorting and searching are commonly tested.

    • Example: Predicting output of a sorting algorithm on an array.

    • Example: Understanding how recursion works in a binary tree traversal.

  • Answered by AI
Round 2 - Coding Test 

Medium level problem,

Round 3 - HR 

(1 Question)

  • Q1. Based on resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 min apps and technical question

Round 2 - Coding Test 

45 min coding round you can refer net for first 15 min

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

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was very weird one.
They did have planned anything for the test, They came and given a link on bit.ly and given an another link that is in google form for the answers.
And they selection of people for second round is not sensible.

Round 2 - Coding Test 

This round was also be a weird.
They give each candidates with different questions.
They told us to write logic on the paper and you can use internet for your reference.
But after this round they announced the results but that is not in genuine one.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get into this type of process.
Before the start of interview ask them to what is they want from the candidates
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Domain knowledge on scrum , Agile,User stories,BRD
Round 2 - Technical 

(1 Question)

  • Q1. Product Manager round , domain knowledge and confidence
Round 3 - HR 

(1 Question)

  • Q1. Willing to work in taxation domain
  • Ans. 

    Yes, I am willing to work in taxation domain.

    • I have prior experience in working with taxation related projects.

    • I have a good understanding of tax laws and regulations.

    • I am willing to learn and adapt to new tax policies and procedures.

    • I am comfortable working with tax software and tools.

    • I am aware of the importance of accuracy and attention to detail in tax-related work.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good organization, HR management, overall management staff cooperative

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 Web Technologies, Backend, Android, GIT and MongoDB.
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

QAD Interview Questions
3.8
 • 14 Interviews
HALODOC Interview Questions
2.6
 • 13 Interviews
Tracelink Interview Questions
3.1
 • 13 Interviews
OM SOFTWARE Interview Questions
3.7
 • 12 Interviews
SurePrep Interview Questions
3.9
 • 12 Interviews
View all

Raw Engineering Reviews and Ratings

based on 45 reviews

3.0/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

2.8

Salary

2.6

Job security

3.2

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 45 Reviews and Ratings
Senior Full Stack Developer

Mumbai

5-8 Yrs

₹ 10-20 LPA

Senior Ios Developer

Mumbai

5-9 Yrs

₹ 10-20 LPA

Senior Android Developer

Mumbai

5-9 Yrs

₹ 8-17 LPA

Explore more jobs
Applications Engineer
42 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

QA Engineer
16 salaries
unlock blur

₹4.7 L/yr - ₹12 L/yr

Associate Application Engineer
12 salaries
unlock blur

₹7.3 L/yr - ₹9 L/yr

Senior Application Engineer
11 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Associate Software Engineer
10 salaries
unlock blur

₹8.4 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Raw Engineering with

Global Edge Software

3.5
Compare

PagarBook

3.7
Compare

SurePrep

3.9
Compare

Signzy Technologies

3.0
Compare
write
Share an Interview