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 Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Devon Software Services Interview Questions and Answers

View all 9 questions

Devon Software Services Interview Experiences

Popular Designations

11 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario of microservice saga pattern
  • Q2. Given an integer array segregate odd and even numbers without using another array
  • Ans. 

    Segregate odd and even numbers in an integer array without using another array

    • Iterate through the array and maintain two pointers, one for odd numbers and one for even numbers

    • Swap elements at the odd and even pointers until all odd numbers are on one side and even numbers on the other

    • Example: Input array [3, 6, 8, 5, 4], Output array [6, 8, 4, 5, 3]

  • Answered by AI

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The problem statement was given to solve.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain liskov substitution principle with examples?
  • Ans. 

    Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Subtypes must be substitutable for their base types.

    • Derived classes should be able to extend the functionality of base classes without changing their behavior.

    • Violating this principle can lead to unexpected behavior in the program.

    • Example: If a Square class i...

  • Answered by AI
  • Q2. Importance of abstraction
  • Ans. 

    Abstraction is crucial in software development to simplify complexity, improve readability, and promote reusability.

    • Abstraction helps in hiding unnecessary details and focusing on essential features.

    • It allows developers to work at a higher level of understanding without getting bogged down in implementation details.

    • Abstraction promotes code reusability by creating modular and reusable components.

    • It improves code readab...

  • Answered by AI
  • Q3. Importance of Unit testing in clean close
  • Ans. 

    Unit testing is crucial in ensuring clean code by verifying the functionality of individual units of code.

    • Unit testing helps in identifying bugs and errors early in the development process.

    • It ensures that each unit of code works as expected in isolation.

    • Unit tests act as documentation for the codebase, making it easier for new developers to understand and modify the code.

    • It promotes code reusability and maintainability...

  • Answered by AI

Skills evaluated in this interview

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
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.

Senior Software Engineer and Lead Interview Questions asked at other Companies

Q1. Explain importance of microservices and what are the realtime use cases from your experience
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you connect your code to database? what kind of Repository you use? Will group By work with without having
  • Ans. 

    I connect my code to the database using a repository pattern. Group By can work without having an explicit repository.

    • I use a repository pattern to abstract the database operations in my code.

    • I typically use Entity Framework as my ORM to connect to the database.

    • Group By can work without having an explicit repository by directly querying the database using LINQ or SQL.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is trigger Where is configuration available for you code
  • Ans. 

    A trigger is a special type of stored procedure that is automatically executed when certain events occur in a database.

    • Triggers are used to enforce business rules, perform auditing, and maintain data integrity.

    • Configuration for triggers is typically available in the database management system where the trigger is created.

    • Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)

Devon Software Services interview questions for popular designations

 DOT NET Developer

 (1)

 Dot Net Fullstack Developer

 (1)

 Full Stack Software Developer

 (1)

 Scrum Master

 (1)

 Senior Java Developer

 (1)

 Senior Scrum Master

 (1)

 Senior Software Developer

 (1)

 Senior Software Engineer and Lead

 (1)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Entity framework

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)

Get interview-ready with Top Devon Software Services Interview Questions

Interview experience
1
Bad
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 - HR 

(2 Questions)

  • Q1. What is your current salary
  • Ans. 

    I am unable to provide my current salary.

    • I am unable to disclose my current salary due to confidentiality agreements.

    • My current salary is subject to a non-disclosure agreement.

    • I prefer not to discuss my current salary during the interview process.

  • Answered by AI
  • Q2. What is your experience
  • Ans. 

    I have 5 years of experience as a Software Developer.

    • Developed web applications using HTML, CSS, and JavaScript.

    • Worked with various programming languages such as Java, C++, and Python.

    • Experience in database management with SQL and NoSQL.

    • Familiar with Agile development methodologies.

    • Collaborated with cross-functional teams to deliver high-quality software solutions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They have no clients, first they will hire you since there is no active client/opportunities you won't be able to perform because of that, then they will start question your performance and once you will complete your probation they will indirectly ask you to leave the company.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Devon Software Services

View all

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Direct F2F with Panel +Coding evaluation during the 1hour call
  • Ans. 

    Interview process includes direct face-to-face interaction with panel and coding evaluation.

    • Expect to have a video call with the interview panel

    • Be prepared to showcase your coding skills during the call

    • Ensure you have a stable internet connection and a quiet environment for the call

    • Practice coding problems beforehand to feel more confident

    • Be ready to explain your thought process and approach to problem-solving

  • Answered by AI
Round 2 - Coding Test 

Hands on evaluation to check on coding standards & practices, focus more on OOPS,Solid principles & should be strong in basics

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round with the delivery lead- They will brief about the project & will be open to answer for any doubts

Interview Preparation Tips

Topics to prepare for Devon Software Services Dot Net Fullstack Developer interview:
  • OOPS
  • SOLID PRINCIPLES
  • Coding practices
Interview preparation tips for other job seekers - Commitment & Punctuality during the process is what they mainly focus on then comes the technical evaluations so please follow the same, Overall good interview experience.

Dot Net Fullstack Developer Interview Questions asked at other Companies

Q1. What languages does support the .netframework???
View answer (3)

Senior Architect III Interview Questions & Answers

user image Anonymous

posted on 3 May 2024

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

I applied via Referral and was interviewed before May 2023. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Not disclosing details
Round 2 - One-on-one 

(1 Question)

  • Q1. Not disclosing details
Round 3 - HR 

(1 Question)

  • Q1. Not disclosing details
Round 4 - Behavioral 

(1 Question)

  • Q1. Not disclosing details
Round 5 - Behavioral 

(1 Question)

  • Q1. Not disclosing details

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

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

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Scrum principles and values
  • Ans. 

    Scrum principles and values are the foundation of the Scrum framework, guiding teams to work collaboratively and adapt to change.

    • Scrum principles include transparency, inspection, and adaptation.

    • Scrum values include commitment, courage, focus, openness, and respect.

    • Examples of Scrum principles in action: Daily stand-up meetings for transparency and regular retrospectives for inspection and adaptation.

    • Examples of Scrum ...

  • Answered by AI

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How will you handle team conflict
  • Q2. What is your coaching model for team.new to agile

Interview Preparation Tips

Interview preparation tips for other job seekers - -be yourself
-aware of your ikigai goals

Senior Scrum Master Interview Questions asked at other Companies

Q1. What is the difference between the Agile and Waterfall model?
View answer (1)

Devon Software Services Interview FAQs

How many rounds are there in Devon Software Services interview?
Devon Software Services interview process usually has 1-2 rounds. The most common rounds in the Devon Software Services interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Devon Software Services interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Devon Software Services. The most common topics and skills that interviewers at Devon Software Services expect are Azure, Python, AWS, Java and Scrum.
What are the top questions asked in Devon Software Services interview?

Some of the top questions asked at the Devon Software Services interview -

  1. Direct F2F with Panel +Coding evaluation during the 1hour c...read more
  2. How do you connect your code to database? what kind of Repository you use? Will...read more
  3. Given an integer array segregate odd and even numbers without using another arr...read more

Tell us how to improve this page.

Devon Software Services Interview Process

based on 10 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Junglee Games Interview Questions
3.2
 • 32 Interviews
View all

Devon Software Services Reviews and Ratings

based on 100 reviews

3.9/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.9

Salary

3.5

Job security

4.0

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 100 Reviews and Ratings
Application Support Engineer

Bangalore / Bengaluru

3-7 Yrs

₹ 5-12 LPA

Node Js Developer

Chennai,

Bangalore / Bengaluru

4-8 Yrs

₹ 10-18 LPA

Explore more jobs
Senior Architect
25 salaries
unlock blur

₹27 L/yr - ₹32 L/yr

Associate Architect
18 salaries
unlock blur

₹15 L/yr - ₹19 L/yr

Technical Architect
18 salaries
unlock blur

₹19 L/yr - ₹27 L/yr

Scrum Master
15 salaries
unlock blur

₹17.1 L/yr - ₹27 L/yr

Senior Scrum Master
15 salaries
unlock blur

₹21.9 L/yr - ₹26 L/yr

Explore more salaries
Compare Devon Software Services with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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