i
Unify
Technologies
Work with us
Filter interviews by
I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.
Understanding exceptions is crucial for robust software development, enabling error handling and maintaining application stability.
Exceptions are events that disrupt the normal flow of a program's execution.
They can be handled using try-catch blocks to prevent application crashes.
Example: In Java, 'try { ... } catch (Exception e) { ... }' handles exceptions gracefully.
Custom exceptions can be created to handle specific...
Top trending discussions
I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.
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.
I applied via Referral and was interviewed before Feb 2022. There were 3 interview rounds.
General and basic data structure question
Java programs for strings, palindrome, etc.
Use the StringBuilder class to manipulate strings efficiently.
To check if a string is a palindrome, compare it with its reverse.
To count the occurrences of a substring in a string, use the indexOf method in a loop.
To split a string into an array of substrings, use the split method.
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...
Aptitude test was esay.i passed that
We have upload a vedio based on given topic
I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.
posted on 10 Jun 2024
I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.
Coding test on java collections
Sorting a given array of strings
Use a sorting algorithm like quicksort or mergesort
Consider the length of the strings for comparison
Use a comparator function to define the sorting order
Use SQL query with ORDER BY and LIMIT to find second, third highest salary
Use ORDER BY salary DESC to sort salaries in descending order
Use LIMIT 1,1 to get the second highest salary
Use LIMIT 2,1 to get the third highest salary
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1
posted on 20 Nov 2023
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
based on 4 reviews
Rating in categories
5-8 Yrs
Not Disclosed
Senior Software Engineer
70
salaries
| ₹18.6 L/yr - ₹31 L/yr |
Senior Software Development Engineer
59
salaries
| ₹14.3 L/yr - ₹26.6 L/yr |
Software Development Engineer
56
salaries
| ₹9.5 L/yr - ₹16.5 L/yr |
Senior Software Test Engineer
46
salaries
| ₹9.8 L/yr - ₹16.8 L/yr |
Softwaretest Engineer
38
salaries
| ₹3.6 L/yr - ₹9.1 L/yr |
JoulestoWatts Business Solutions
DotPe
Thoughtsol Infotech
11:11 Systems