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
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - HR 

(1 Question)

  • Q1. Worst company ever Hiring process is very unprofessional and complicated. HR told me to attend office for last round of interview but when I reach hyderabad they scheduled HR interview virtually and offere...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be aware of valuelabs
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude and technical questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Pattern question
  • Q2. Doubly linked list insertion
Round 3 - Behavioral 

(2 Questions)

  • Q1. C++ linked lists
  • Q2. Resume based, projects were asked.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. How abstraction is implemented?
  • Ans. 

    Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

    • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

    • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

    • For example, in a car simulation program, the Car class may have abstract ...

  • Answered by AI
  • Q3. What is the difference between abstraction and Interface?
  • Ans. 

    Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

    • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

    • Abstraction can be achieved through...

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. What is your motivation when you are working on same project alone for long period?
  • Ans. 

    My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

    • Setting small achievable goals to keep myself motivated

    • Taking breaks to avoid burnout and maintain productivity

    • Seeking feedback from others to stay motivated and improve my work

    • Reminding myself of the end goal and the impact my project will have

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

    • Research the average salary range for Software Engineers in the specific region or industry

    • Consider your level of experience, skills, and qualifications when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give interview as many as possible
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All the questions on OOPS, Shell script, linux, c, C++, database
Round 2 - Technical 

(1 Question)

  • Q1. Advanced questions on above areas
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dronacharya College of Engineering, Gurgaon and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Three coding question

Round 2 - Aptitude Test 

Two technical questions based on strings and linked lists.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic data structure and algorithms, along with communication skills.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?
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
-
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain OAuth 2.0
  • Ans. 

    OAuth 2.0 is an authorization framework that allows third-party applications to obtain limited access to a user's account.

    • OAuth 2.0 is used for delegated authorization, allowing a user to grant access to their resources without sharing their credentials.

    • It uses tokens (access token, refresh token) to grant access to resources on behalf of the user.

    • OAuth 2.0 is widely used in APIs, social media platforms, and other web ...

  • Answered by AI
  • Q2. Design URL Shortener
  • Ans. 

    Design a URL shortener service

    • Generate a unique short code for each long URL

    • Store the mapping of short code to long URL in a database

    • Redirect users from short URL to long URL when accessed

    • Consider implementing custom short domains for branding

    • Track analytics for shortened URLs for performance monitoring

  • Answered by AI

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