Upload Button Icon Add office photos

Filter interviews by

Droisys Software Engineer Interview Questions, Process, and Tips

Updated 9 Oct 2022

Droisys Software Engineer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Oct 2021. 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 - Technical 

(6 Questions)

  • Q1. Basic questions on python
  • Q2. Difference between list and tuple
  • Ans. 

    List is mutable while tuple is immutable. List uses square brackets while tuple uses parentheses.

    • Lists can be modified while tuples cannot

    • Lists use square brackets [] while tuples use parentheses ()

    • Lists are used for collections of homogeneous items while tuples are used for heterogeneous items

    • Lists are slower than tuples

    • Lists have more built-in methods than tuples

  • Answered by AI
  • Q3. What is decorator in python
  • Ans. 

    Decorator is a design pattern in Python that allows adding behavior to an object dynamically.

    • Decorators are functions that take another function as input and extend its behavior without modifying it.

    • They are denoted by '@' symbol followed by the name of the decorator function.

    • They can be used to add functionality like logging, timing, caching, etc. to a function.

    • They can also be stacked to apply multiple decorators to ...

  • Answered by AI
  • Q4. List some key differences between python 2.x and python 3.x
  • Ans. 

    Python 3.x is not backward compatible with Python 2.x due to several changes in syntax and features.

    • Print statement is replaced with print() function

    • Division operator (/) returns float instead of integer

    • Unicode support is improved

    • Some modules and functions are renamed or removed

    • New syntax for exception handling

    • Different way of handling byte strings

    • Different way of importing modules

    • Different way of defining classes

    • Diffe

  • Answered by AI
  • Q5. What are the basic fundamental types in python
  • Ans. 

    Python has four basic fundamental types: integers, floats, booleans, and strings.

    • Integers are whole numbers, positive or negative, without decimals.

    • Floats are numbers with decimals.

    • Booleans are either True or False.

    • Strings are sequences of characters enclosed in quotes.

  • Answered by AI
  • Q6. What are moderators in python
  • Ans. 

    Moderators are objects that control the flow of execution in Python generators.

    • Moderators are used to pause and resume the execution of a generator function.

    • They are created using the yield keyword.

    • The send() method is used to send a value to the generator and resume its execution.

    • The throw() method is used to raise an exception in the generator.

    • The close() method is used to terminate the generator.

    • Examples: itertools....

  • Answered by AI
Round 3 - Coding Test 

You have some numeric elements in an array. You have to reverse the elements without using reverse function

Interview Preparation Tips

Interview preparation tips for other job seekers - Just my advice to candidates to be confident and prepare the basic questions asked thoroughly so you will not face any difficulty.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

Write code to return the maximum profit by buying and selling stocks using available money

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Event Loop In NodeJS?
  • Ans. 

    Event Loop in NodeJS is a mechanism that allows NodeJS to perform non-blocking I/O operations by offloading operations to the system kernel.

    • Event Loop is responsible for handling asynchronous operations in NodeJS.

    • It allows NodeJS to perform multiple operations concurrently without blocking the execution.

    • Event Loop continuously checks the event queue for any pending tasks and executes them in a non-blocking manner.

    • Examp...

  • Answered by AI
  • Q2. What is Cluster ?
  • Ans. 

    A cluster is a group of interconnected computers that work together to perform a task or provide a service.

    • Clusters are used to improve performance, scalability, and availability of applications.

    • They can be categorized into different types such as high availability clusters, load balancing clusters, and parallel processing clusters.

    • Examples of clusters include Hadoop clusters for big data processing and Kubernetes clus

  • Answered by AI
Round 2 - Coding Test 

Implement TODO List with ReactJS

Interview Preparation Tips

Topics to prepare for ValueLabs Software Engineer interview:
  • Node.Js
  • Reactjs
Interview preparation tips for other job seekers - Please prepare more on Nodejs if you are going for full stack engineer role and Brush up concepts on SOLID Priciples

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Concepts of node and Js
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Developed by Google

    • Used for building single-page web applications

    • Uses TypeScript for building applications

    • Supports two-way data binding

    • Has a component-based architecture

  • Answered by AI
  • Q2. What is Data binding
  • Ans. 

    Data binding is the process of connecting data sources to user interface elements in a software application.

    • Data binding allows for automatic synchronization of data between the source and the target UI element.

    • It eliminates the need for manual updating of UI elements when the data changes.

    • Examples include binding a database query result to a table in a web application or binding a model property to a text box in a des

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why u r choosing the company
  • Ans. 

    I am choosing the company because of its reputation, innovative projects, and opportunities for growth.

    • Reputation of the company in the industry

    • Exciting and innovative projects the company is working on

    • Opportunities for career growth and development

  • Answered by AI

Skills evaluated in this interview

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

There should be 2 coding questions we have to solve that

Round 2 - Technical 

(1 Question)

  • Q1. They ask dsa questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

Group discussion what is the company role

Round 3 - HR 

(15 Questions)

  • Q1. What about the company
  • Q2. What is purpose of work
  • Ans. 

    The purpose of work is to achieve personal and professional goals while contributing to the success of the organization.

    • Work provides financial stability and security

    • Work helps individuals develop skills and gain experience

    • Work allows individuals to contribute to society and make a difference

    • Work provides a sense of purpose and fulfillment

    • Work helps individuals achieve personal and professional goals

    • Examples: earning a...

  • Answered by AI
  • Q3. And how to job choosing
  • Q4. How to company growth in u r hand
  • Q5. How much expections salary in company
  • Q6. What is ur skills vth project knowledge
  • Q7. What is job role in company
  • Q8. How to develop u r project
  • Ans. 

    Developing a project involves planning, designing, coding, testing, and deploying.

    • Start with defining the project requirements and goals.

    • Create a project plan and timeline.

    • Design the architecture and database schema.

    • Write clean and maintainable code.

    • Test the application thoroughly.

    • Deploy the application to production.

    • Continuously monitor and improve the application.

    • Use version control and collaborate with team members.

    • ...

  • Answered by AI
  • Q9. What is the company reputation
  • Q10. Who are suggest this company
  • Q11. How much u r work experience
  • Q12. What is ur strength and weekness
  • Q13. What's the going on company in u r mind
  • Q14. What is the wrk employees in this company
  • Q15. That's is enough sir

Interview Preparation Tips

Interview preparation tips for other job seekers - Good option in our work, 😊 good job , full confidence, don't panic. That's it sir.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is DSA used for?
  • Ans. 

    DSA is used for efficient data organization and manipulation in computer algorithms.

    • DSA stands for Data Structures and Algorithms

    • It is used to optimize the performance of computer algorithms

    • DSA helps in efficient data organization and manipulation

    • Examples of DSA include arrays, linked lists, trees, graphs, and sorting algorithms

  • Answered by AI
  • Q2. What is programming language used for?
  • Ans. 

    Programming languages are used to write instructions for computers to execute tasks and solve problems.

    • Programming languages are used to create software applications, websites, and games.

    • They are used to automate tasks and processes, such as data analysis and machine learning.

    • Programming languages are also used in scientific research, financial analysis, and engineering.

    • Examples of programming languages include Java, P

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Droisys Interview FAQs

How many rounds are there in Droisys Software Engineer interview?
Droisys interview process usually has 3 rounds. The most common rounds in the Droisys interview process are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in Droisys Software Engineer interview?

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

  1. What are the basic fundamental types in pyt...read more
  2. List some key differences between python 2.x and python ...read more
  3. What is decorator in pyt...read more

Tell us how to improve this page.

Fast track your campus placements

View all
Droisys Software Engineer Salary
based on 28 salaries
₹4.8 L/yr - ₹13.2 L/yr
5% less than the average Software Engineer Salary in India
View more details

Droisys Software Engineer Reviews and Ratings

based on 3 reviews

2.1/5

Rating in categories

2.0

Skill development

1.9

Work-life balance

2.5

Salary

2.5

Job security

2.0

Company culture

1.9

Promotions

1.5

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
28 salaries
unlock blur

₹4.8 L/yr - ₹13.2 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹7.5 L/yr - ₹14.8 L/yr

QA Engineer
10 salaries
unlock blur

₹3.6 L/yr - ₹8.8 L/yr

System Analyst
8 salaries
unlock blur

₹6.2 L/yr - ₹24 L/yr

Software Developer
7 salaries
unlock blur

₹4 L/yr - ₹11.5 L/yr

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