Xperate
Quick Navigation
April 21, 2025 • 2 reads
Summary
I applied via referral for a .NET Developer position at Xperate and went through screening, technical screening, and technical panel interview rounds. I am currently awaiting the results.
Full Experience
Screening Round
- I appled via Reffral.
- Recived call from HR and they asked basic questions:
1. Binary Tree, Merge Sort, Dependency Injection in .net, OOPS Concept and Core Subject.
I have answered eah questions as well.
Technical Screening Round:
- find the fibonacchi serise by using recurrsion.
- Find the sum between 7th to 100. I have solved by using Nth element.
- Find the how many vowels in the given sentence.
Core Subject:Computer Network: TCP/IP, Subnetting,
Technical Panel Interview Round:
- Intro + Project -> Tech-stack Breaf Description,
- SQL Query:
Find Employee Whose salary>avg(saray).
Add 1000 more salary from current employee salary.
- OPPS In Details.
- Java Advance Questions.
- DBMS joins, view and ACID Property.
Interview Questions (5)
Q1
Fibonacci Series using Recursion
Data Structures & Algorithms
Write a program to find the Fibonacci series using recursion.
Q2
Sum of Numbers Between 7 and 100
Data Structures & Algorithms
Find the sum of all integers between 7 and 100 (inclusive).
Q3
Count Vowels in a Sentence
Data Structures & Algorithms
Write a program to find the number of vowels in a given sentence.
Q4
SQL Query: Employees with Salary Above Average
Other
Write an SQL query to find employees whose salary is greater than the average salary.
Q5
SQL Query: Increase Employee Salary
Other
Write an SQL query to add 1000 to the current salary of all employees.