i
Devon Software
Services
Filter interviews by
The problem statement was given to solve.
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...
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...
Top trending discussions
I appeared for an interview in Mar 2021.
I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
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."
Group discussion with fellow students on topics related to IT companies.
posted on 23 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
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
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
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
I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.
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.
posted on 20 Dec 2024
I appeared for an interview in Nov 2024.
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...
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...
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
What is OOPS concepts?
posted on 29 Dec 2024
I appeared for an interview in Nov 2024.
Design and implement a least recently used (LRU) cache mechanism that supports `get` and `put` operations.
I appeared for an interview in Apr 2025, where I was asked the following questions.
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...
based on 1 interview experience
Senior Architect
43
salaries
| ₹22 L/yr - ₹36 L/yr |
Technical Architect
42
salaries
| ₹19 L/yr - ₹30 L/yr |
Associate Architect
26
salaries
| ₹15 L/yr - ₹21 L/yr |
Data Engineer
23
salaries
| ₹12.5 L/yr - ₹15 L/yr |
Architect
20
salaries
| ₹17.1 L/yr - ₹28.5 L/yr |
JoulestoWatts Business Solutions
DotPe
Thoughtsol Infotech
11:11 Systems