Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Devon Software Services Team. If you also belong to the team, you can get access from here

Devon Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Devon Software Services Senior Software Engineer and Lead Interview Questions and Answers

Updated 18 Jul 2024

Devon Software Services Senior Software Engineer and Lead Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Explain POLYMORPHISM and other oops concepts.
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types.

    • 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 of compile-time polymorphism: function overloading in Java.

    • Example of runtime polymorphism: method overriding in Java.

    • Po...

  • Answered by AI
  • Q2. Questions were asked on the work and responsibilities in my previous company.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Devon Software Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About all the testing concepts and python and robot automation questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview Exp was great with Sungard, I said no to that questions for those I had no answer; and explained everything which I had knowledge about.
Total there were 4 round of interview, next round interview was harder than the last one.

Senior Software Engineer and Lead Interview Questions Asked at Other Companies

Q1. Explain the importance of microservices and what are the real-tim ... read more
Q2. How do you handle user authentication and authorization in a MEAN ... read more
asked in Tekion
Q3. What is the concept of outputting in base JavaScript, and how do ... read more
asked in Made Easy
Q4. What is the concept behind Netflix's multiple login tracker, and ... read more
Q5. What are microservices, and what are their key characteristics an ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Write a function that prints the numbers from 1 to 100. However, for multiples of three, print "Fizz" instead of the number, and for multiples of five, print "Buzz." For numbers that are multiples of both three and five, print "FizzBuzz."

Round 2 - Group Discussion 

Group discussion with fellow students on topics related to IT companies.

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Where do you envision yourself in the next five years?
  • Ans. 

    In the next five years, I envision myself leading a team of software engineers, working on cutting-edge technologies, and making significant contributions to the company's success.

    • Leading a team of software engineers

    • Working on cutting-edge technologies

    • Making significant contributions to the company's success

  • Answered by AI
  • Q2. What interests you about this job?
  • Ans. 

    I am excited about the opportunity to work on complex software projects and contribute to innovative solutions.

    • Opportunity to work on complex software projects

    • Contribute to innovative solutions

    • Excited about the challenges and learning opportunities

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the various data types available in JavaScript?
  • Ans. 

    Various data types in JavaScript include string, number, boolean, object, array, null, and undefined.

    • String: 'hello'

    • Number: 42

    • Boolean: true or false

    • Object: { key: value }

    • Array: [1, 2, 3]

    • Null: null

    • Undefined: undefined

  • Answered by AI
  • Q2. What is hoisting in JavaScript?

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 Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test is of 24 hours test and after the completion need to submit the code. The test topic was related to - Basic Programming Questions, OOPS Concepts, Software Development LifeCycle etc.
Platform - Any IDE we can use for coding.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain the coding test question and some cross questions based on that.
  • Q2. Questions based on Design Patterns.
Round 3 - HR 

(1 Question)

  • Q1. How you handle the Pressure and Deadlines.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024.

Round 1 - HR 

(3 Questions)

  • Q1. What were the challenges faced during the project?
  • Ans. 

    The challenges faced during the project included tight deadlines, communication issues, and technical constraints.

    • Tight deadlines required efficient time management and prioritization of tasks.

    • Communication issues among team members led to misunderstandings and delays in decision-making.

    • Technical constraints such as limited resources or outdated technology hindered progress and required creative problem-solving.

    • Example...

  • Answered by AI
  • Q2. What are the standard coding practices in PHP?
  • Ans. 

    Standard coding practices in PHP include following PSR standards, using meaningful variable names, writing clean and readable code, and using proper indentation.

    • Follow PSR standards for coding consistency (e.g. PSR-1, PSR-2)

    • Use meaningful variable and function names for clarity

    • Write clean and readable code with proper indentation and formatting

    • Avoid using deprecated functions and features

    • Use comments to explain complex...

  • Answered by AI
  • Q3. Tell me about yourself
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

What is OOPS concepts?

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

Design and implement a least recently used (LRU) cache mechanism that supports `get` and `put` operations.

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Promises write the
  • Ans. 

    Promises in JavaScript represent the eventual completion or failure of an asynchronous operation.

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

    • Example: const myPromise = new Promise((resolve, reject) => { /* async code */ });

    • Promises allow chaining with .then() for success and .catch() for errors.

    • Example: myPromise.then(result => console.log(result)).catch(error => console.error(erro...

  • Answered by AI
  • Q2. Promises.alll how is used
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python slq apti path json sksa

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving in python
  • Q2. Solving problems in oython
  • Ans. 

    Solving problems in Python involves understanding algorithms, data structures, and leveraging Python's built-in features.

    • Understand the problem: Break it down into smaller parts.

    • Choose the right data structure: Use lists, dictionaries, or sets based on the problem.

    • Utilize Python libraries: Leverage libraries like NumPy or Pandas for complex data manipulation.

    • Write clean code: Follow PEP 8 guidelines for readability.

    • Tes...

  • Answered by AI

Devon Software Services Interview FAQs

How many rounds are there in Devon Software Services Senior Software Engineer and Lead interview?
Devon Software Services interview process usually has 1 rounds. The most common rounds in the Devon Software Services interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Senior Architect
43 salaries
unlock blur

₹22 L/yr - ₹36 L/yr

Technical Architect
42 salaries
unlock blur

₹19 L/yr - ₹30 L/yr

Associate Architect
26 salaries
unlock blur

₹15 L/yr - ₹21 L/yr

Data Engineer
23 salaries
unlock blur

₹12.5 L/yr - ₹15 L/yr

Architect
20 salaries
unlock blur

₹17.1 L/yr - ₹28.5 L/yr

Explore more salaries
Compare Devon Software Services with

JoulestoWatts Business Solutions

3.1
Compare

DotPe

3.0
Compare

Thoughtsol Infotech

4.6
Compare

11:11 Systems

3.6
Compare
write
Share an Interview