Upload Button Icon Add office photos

Filter interviews by

EasyRewardz Software Services Dot Net Fullstack Developer Interview Questions and Answers for Experienced

Updated 5 Jun 2024

EasyRewardz Software Services Dot Net Fullstack Developer Interview Experiences for Experienced

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Problems on dsa, SQL and development

Round 2 - Technical 

(2 Questions)

  • Q1. What's Lock keyword
  • Ans. 

    Lock keyword is used in C# to synchronize access to a shared resource by allowing only one thread to enter a critical section at a time.

    • Used to prevent multiple threads from accessing a shared resource simultaneously

    • Helps in avoiding race conditions and maintaining data integrity

    • Can be used with Monitor class or lock statement

  • Answered by AI
  • Q2. What's Yield keywords
  • Ans. 

    Yield keyword is used in C# to return a sequence of values one at a time.

    • Yield keyword is used in iterator methods to return each element one by one.

    • It allows the method to return multiple values without needing to store them all in memory.

    • Yield return statement is used to return a value from the iterator method.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Difference between inheritance and composition
  • Ans. 

    Inheritance is an 'is-a' relationship where a class inherits properties and behaviors from another class. Composition is a 'has-a' relationship where a class contains an instance of another class.

    • Inheritance involves creating a new class by using existing class's properties and behaviors.

    • Composition involves creating a class that contains an instance of another class.

    • Inheritance promotes code reusability and is used fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I did not understand why after almost answering every question I got a feedback that manager didn't think I was right candidate for the position.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about EasyRewardz Software Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is more focused on MySQL queries.
Coding questions mostly related to arrays.

Dot Net Fullstack Developer Interview Questions Asked at Other Companies for Experienced

asked in NTT Data
Q1. How do you implement custom middleware in .net core?
asked in NTT Data
Q2. How do you retrieve the 5th highest value from a SQL table?
asked in NTT Data
Q3. Explain Authentication & Authorization in ASP.NET Core.
asked in NTT Data
Q4. Where are Logic App logs stored?
asked in NTT Data
Q5. Explain session management in ASP.NET Core.

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic knowledge required for the Aptitude Test. You need to understand the questions and their technicality and then each question is very easy.

Round 2 - Coding Test 

Need to focus more on the SQL Queries and some average coding skills. This test is used to check the code understanding of the candidate.

Round 3 - Coding Test 

Little more complex problems, need to understand the logic and some complex SQL Queries.
More Focus on JOINS in SQL.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can learn new things here.
Work-Life balance is not good, you have to work more than expected.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

40 Minutes. 40 Question in office Test.
20 Questions Programming related and 20 Questions Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Aptitude and input output Questions. Practice it for 1st round
if you clear that then you will be eligible for Technical Interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude question were asked around 20 Question of Aptitude and 20 of basic debugging of C language code. Before aptitude there was a essay writing on "factors which increases the market of E-commerce platforms"

Round 2 - Coding Test 

There were 4 coding question and 2 SQL questions. Basic pattern printing question and easy question of leetcode were there in coding and in SQL from "joins" topic.

Round 3 - Coding Test 

Same as the previous round more question of Coding and SQL, plus in the starting they would ask about your tech stack and then assign you a stack for the same.

Interview Preparation Tips

Topics to prepare for Velocity Software Solutions Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Do easy to medium leetcode question mostly pattern printing and SQL as well.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. How Selection Sort Works.
  • Ans. 

    Selection Sort is a simple sorting algorithm that repeatedly selects the smallest element from an unsorted portion and swaps it.

    • 1. Start with the first element as the minimum.

    • 2. Compare this minimum with the rest of the array to find the smallest element.

    • 3. Swap the smallest found element with the first element.

    • 4. Move to the next position and repeat the process for the remaining unsorted elements.

    • Example: For array [6...

  • Answered by AI
  • Q2. How JOINs work in MYSQL
  • Q3. Diffrence between Left JOIN and Inner JOIN
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Nov 2022.

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 - Aptitude Test 

Strong appitude knowledge is required.

Round 3 - Technical 

(1 Question)

  • Q1. String , arrays, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic concepts.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple ...

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Advanced Coding Standards and Team handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Slow and Time taking process though. Could have been more fast and transparent.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java program for duplicate elements in array

EasyRewardz Software Services Interview FAQs

How many rounds are there in EasyRewardz Software Services Dot Net Fullstack Developer interview for experienced candidates?
EasyRewardz Software Services interview process for experienced candidates usually has 3 rounds. The most common rounds in the EasyRewardz Software Services interview process for experienced candidates are Technical and Coding Test.
What are the top questions asked in EasyRewardz Software Services Dot Net Fullstack Developer interview for experienced candidates?

Some of the top questions asked at the EasyRewardz Software Services Dot Net Fullstack Developer interview for experienced candidates -

  1. Difference between inheritance and composit...read more
  2. what's Yield keywo...read more
  3. What's Lock keyw...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.6
 • 25 Interviews
ElectrifAi Interview Questions
2.8
 • 18 Interviews
Anlage Infotech Interview Questions
3.4
 • 17 Interviews
View all
Software Engineer
92 salaries
unlock blur

₹3.6 L/yr - ₹12.5 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Strategy Consultant
24 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Senior Data Analyst
18 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Data Analyst
18 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare EasyRewardz Software Services with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

Plada Infotech Services

3.5
Compare

Infocus Technologies

3.9
Compare
write
Share an Interview