Upload Button Icon Add office photos

Filter interviews by

Raw Engineering Software Engineer Interview Questions, Process, and Tips

Updated 27 Mar 2024

Raw Engineering Software Engineer Interview Experiences

1 interview found

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?
  • Ans. 

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

    • Promises are used in JavaScript to handle asynchronous operations.

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

    • Promises can be chained together using .then() to handle success and failure.

    • Example: Fetching data from an API returns a promise that resolves with the data or rejects with an error.

  • Answered by AI
  • Q2. How async code works 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 async op...

  • Answered by AI
  • Q3. Write a program to find prime numbers
  • Ans. 

    Program to find prime numbers in a given range

    • Iterate through numbers in the given range

    • Check if each number is divisible by any number other than 1 and itself

    • If not divisible, then it is a prime number

    • Store prime numbers in an array

  • Answered by AI
  • Q4. Explain difference between let, const and var
  • Ans. 

    let, const, and var are all used for variable declaration in JavaScript, but they have different scopes and behaviors.

    • let: block-scoped, can be reassigned, not hoisted

    • const: block-scoped, cannot be reassigned, not hoisted

    • var: function-scoped, can be reassigned, hoisted

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSA questions & SQL queries
Round 2 - Technical 

(1 Question)

  • Q1. Again dsa round
Round 3 - Behavioral 

(1 Question)

  • Q1. HR + general questions based on internship, projects, etc
Round 4 - Technical 

(1 Question)

  • Q1. DSA questions & SQL queries
Round 5 - Technical 

(1 Question)

  • Q1. Again dsa round
Round 6 - Behavioral 

(1 Question)

  • Q1. HR + general questions based on internship, projects, etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jun 2023. 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 tips
Round 2 - Aptitude Test 

Its very easy and some questions are very logical to do.

Round 3 - Group Discussion 

In GD, there are 5 given topics you have to chose there own topic to discuss or explain individually for 4 to 5 minutes.

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

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

Round 1 - Aptitude Test 

Write codes on recursion

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the process involved in SDLC lifecyle
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software.

    • Planning: Define project scope, requirements, and timelines.

    • Design: Create architecture, UI/UX, and database design.

    • Development: Write code based on design specifications.

    • Testing: Conduct unit, integration, and system testing.

    • Deployment: Release software to production environment.

    • Maintenance: Provide updates, fixes, an

  • Answered by AI
  • Q2. Difference between client side and server side? Is JavaScript client side?
  • Ans. 

    Client side refers to the user's device where code is executed, while server side refers to the server where code is executed. JavaScript is client side.

    • Client side refers to code executed on the user's device, such as web browsers.

    • Server side refers to code executed on the server, handling requests and generating responses.

    • JavaScript is a client side scripting language, allowing dynamic interactions on web pages.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include sometimes being too critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weaknesses: being too critical of my own work

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple 30-question 30-minute general aptitude test (entry-level)

Round 2 - Technical 

(1 Question)

  • Q1. General discussion about projects created. Tech stack selection and other project related questions

Interview Preparation Tips

Topics to prepare for Pluralsight Software Engineer interview:
  • React.Js
  • Node.Js
  • Javascript
  • Postgresql
Round 1 - Technical 

(3 Questions)

  • Q1. C# , oops & mvc. Be clear with basic concepts
  • Q2. What is the four pillars of oops
  • Ans. 

    The four pillars of OOP are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions that manipulate it together.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
  • Q3. What is mvc and how it helps the developers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC helps developers to write clean, modular and maintainable code

    • It also enables parallel develop...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic oops concept and basic mvc along with databases

Skills evaluated in this interview

Raw Engineering Interview FAQs

How many rounds are there in Raw Engineering Software Engineer interview?
Raw Engineering interview process usually has 1 rounds. The most common rounds in the Raw Engineering interview process are One-on-one Round.
What are the top questions asked in Raw Engineering Software Engineer interview?

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

  1. How async code works in javascr...read more
  2. Explain difference between let, const and ...read more
  3. Write a program to find prime numb...read more

Tell us how to improve this page.

Raw Engineering Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Raw Engineering Software Engineer Salary
based on 5 salaries
₹5 L/yr - ₹8.5 L/yr
10% less than the average Software Engineer Salary in India
View more details

Raw Engineering Software Engineer Reviews and Ratings

based on 3 reviews

2.2/5

Rating in categories

3.0

Skill development

1.9

Work-life balance

2.4

Salary

2.4

Job security

3.3

Company culture

1.6

Promotions

2.4

Work satisfaction

Explore 3 Reviews and Ratings
Applications Engineer
34 salaries
unlock blur

₹4.8 L/yr - ₹17.5 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

Associate Software Engineer
11 salaries
unlock blur

₹8 L/yr - ₹8.8 L/yr

Senior Application Engineer
11 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Explore more salaries
Compare Raw Engineering with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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