Upload Button Icon Add office photos

Filter interviews by

INADEV Software Engineer Interview Questions and Answers

Updated 6 Aug 2022

INADEV Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a constructor?
  • Ans. 

    A constructor is a special method that is used to initialize objects of a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • They can take parameters to initialize the object's state.

    • If a class does not have a constructor, a default constructor is provided.

    • Constructors can be overloaded to provide multiple ways of initializing an object.

  • Answered by AI
  • Q2. What is init function?
  • Ans. 

    init function is a constructor method that initializes an object when it is created.

    • It is commonly used in object-oriented programming.

    • It sets default values for object properties.

    • It can take arguments to customize the initialization process.

    • It is called automatically when an object is created.

    • Example: __init__ method in Python.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Class and object oriented programming concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the basic concepts very clearly.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Oct 2024.

Round 1 - Coding Test 

First round was coding test on Coderbyte it was good.

Round 2 - Technical 

(2 Questions)

  • Q1. This round is video technical interview on flowcareer platform
  • Q2. Coding DSA question was asked on array.
Round 3 - Technical 

(2 Questions)

  • Q1. This round contains mix questions on theory as well as DSA.
  • Q2. Machine coding question asked on react.js.
Round 4 - Technical 

(2 Questions)

  • Q1. Some basic react.js and node.js questions.
  • Q2. Questions asked on MongoDB and one DSA question on array asked.
Round 5 - HR 

(1 Question)

  • Q1. This round is HR salary discussion round and i got offer.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What do u mean by data
  • Ans. 

    Data refers to facts, statistics, or information collected for analysis or reference.

    • Data is raw, unprocessed information.

    • It can be in the form of numbers, text, images, or any other format.

    • Examples include customer names, product prices, and sales figures.

    • Data can be structured (organized in a specific way) or unstructured (not organized).

  • Answered by AI
  • Q2. What is preprocessed data
  • Ans. 

    Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.

    • Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.

    • Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.

    • Examples of preprocessing techniques include normalization, standardization, one-hot enco

  • Answered by AI
  • Q3. What do u mean by info
  • Ans. 

    Info refers to data or knowledge that provides details or context about a specific topic or subject.

    • Info can be in the form of facts, statistics, or explanations.

    • It helps to understand a topic better or make informed decisions.

    • Examples of info include news articles, research papers, and educational resources.

  • Answered by AI
  • Q4. How to copy from 2 tables and paste in 3rd one in sql
  • Ans. 

    Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Specify the columns you want to copy from each table in the SELECT statement.

    • Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.

  • Answered by AI
  • Q5. Reverse string using any language you know
  • Ans. 

    Reverse a string using any programming language

    • Use built-in functions like reverse() or slice() in languages like Python or JavaScript

    • Iterate through the string in reverse order and append each character to a new string

    • Use a stack data structure to push each character onto the stack and then pop them off to reverse the string

  • Answered by AI
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Given the react machine coding example
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. C language quizzes
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Level 1 aptitude with java, SQL, reasoning

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding exercise related to probability

Round 2 - Technical 

(2 Questions)

  • Q1. Database design for ride hailing service like uber, ola
  • Q2. Tech stack needed to build a real time application
  • Ans. 

    Tech stack for real time applications includes WebSocket, Node.js, Redis, and MongoDB.

    • Use WebSocket for real-time communication between client and server

    • Node.js for server-side logic and handling multiple connections efficiently

    • Redis for caching and storing real-time data

    • MongoDB for persistent data storage and retrieval

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Though the interviewer was friendly his tech knowledge was just average.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Consisted of aptitude and coding output questions

Round 2 - Coding Test 

Coding test was given with three questions .we have to write in on word in 45 mins

Round 3 - HR 

(1 Question)

  • Q1. They asked puzzles and other usual questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude , English

Round 2 - Technical 

(2 Questions)

  • Q1. Which programming language you know
  • Ans. 

    I am proficient in Java, Python, C++, and JavaScript.

    • Java

    • Python

    • C++

    • JavaScript

  • Answered by AI
  • Q2. Normalization im

INADEV Interview FAQs

How many rounds are there in INADEV Software Engineer interview?
INADEV interview process usually has 2 rounds. The most common rounds in the INADEV interview process are Technical and One-on-one Round.
What are the top questions asked in INADEV Software Engineer interview?

Some of the top questions asked at the INADEV Software Engineer interview -

  1. What is a construct...read more
  2. What is init functi...read more
  3. Class and object oriented programming concep...read more

Tell us how to improve this page.

INADEV Software Engineer Salary
based on 21 salaries
₹5.2 L/yr - ₹10.6 L/yr
17% less than the average Software Engineer Salary in India
View more details

INADEV Software Engineer Reviews and Ratings

based on 5 reviews

2.9/5

Rating in categories

4.2

Skill development

3.1

Work-life balance

4.1

Salary

4.1

Job security

3.0

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Principal Software Engineer
24 salaries
unlock blur

₹13.3 L/yr - ₹32 L/yr

Software Engineer
21 salaries
unlock blur

₹5.2 L/yr - ₹10.6 L/yr

Associate Software Engineer
16 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹9.4 L/yr - ₹14.4 L/yr

Devops Engineer
8 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Explore more salaries
Compare INADEV 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