Upload Button Icon Add office photos

Filter interviews by

eZee Technosys Senior Software Engineer Interview Questions and Answers

Updated 27 May 2023

eZee Technosys Senior Software Engineer Interview Experiences

2 interviews found

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

Its contain a simple task of crud operation.

Round 3 - HR 

(3 Questions)

  • Q1. Behavior question. and salary discussion
  • Q2. General discussion with hr
  • Q3. Are you comfortable with 2 years of the bond?

Interview Preparation Tips

Interview preparation tips for other job seekers - not a pretty hard process to get into the organization
Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Have you worked on pg ?
  • Ans. 

    Yes, I have worked on pg.

    • I have experience working with PostgreSQL, commonly referred to as pg.

    • I have worked on designing and implementing database schemas using pg.

    • I have also written complex SQL queries and optimized them for performance using pg.

    • In addition, I have experience with pgAdmin, a popular GUI tool for managing PostgreSQL databases.

  • Answered by AI
  • Q2. What is difference between session and cookie?
  • Ans. 

    Session is stored on server side while cookie is stored on client side.

    • Session is a server-side storage mechanism that stores user-specific data for a specific period of time.

    • Cookie is a client-side storage mechanism that stores user-specific data in the user's browser.

    • Session data is stored on the server and is not accessible by the client, while cookie data is stored on the client and can be accessed by the client.

    • Se...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was online , evryone cheated , and even solving all the questions wont get you shortlisted

Round 2 - Technical 

(2 Questions)

  • Q1. Dynamic memory allocation in c
  • Ans. 

    Dynamic memory allocation in C allows for allocating memory at runtime, enabling flexibility in memory usage.

    • Use functions like malloc(), calloc(), and realloc() to dynamically allocate memory in C.

    • Remember to free the allocated memory using free() to prevent memory leaks.

    • Dynamic memory allocation is commonly used for creating arrays or structures of unknown size at compile time.

  • Answered by AI
  • Q2. Reverse linked list

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to Projects and what design pattern you followed in it.
  • Q2. Create a table of a Manager-Employee, add some rows in it and write some queries.
  • Ans. 

    Create a table of Manager-Employee, add rows, and write queries.

    • Create a table named 'ManagerEmployee' with columns 'ManagerID' and 'EmployeeID'

    • Add rows to the table to represent the relationship between managers and employees

    • Write queries to retrieve information such as employees reporting to a specific manager

  • Answered by AI
  • Q3. What are the challenges I faced in my last project and how did I resolve it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume very well. Questions will be asked about your projects in the last company. What was the design pattern was followed in the project? Question-related to database.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Arrays and strings, trees

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on oops and projects
  • Q2. Tell if two strings are anagrams or not
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is tally solutions?
  • Ans. 

    Tally Solutions is a software company that provides accounting and business management software solutions.

    • Tally Solutions offers software for financial accounting, inventory management, payroll, and more

    • It is widely used by small and medium-sized businesses for managing their finances

    • Tally software helps in generating reports, tracking expenses, and ensuring compliance with tax regulations

  • Answered by AI
  • Q2. Regarding projects and some hr questions

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

eZee Technosys Interview FAQs

How many rounds are there in eZee Technosys Senior Software Engineer interview?
eZee Technosys interview process usually has 2-3 rounds. The most common rounds in the eZee Technosys interview process are Resume Shortlist, Technical and Coding Test.

Tell us how to improve this page.

eZee Technosys Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
eZee Technosys Senior Software Engineer Salary
based on 8 salaries
₹5 L/yr - ₹7.6 L/yr
60% less than the average Senior Software Engineer Salary in India
View more details

eZee Technosys Senior Software Engineer Reviews and Ratings

based on 3 reviews

4.3/5

Rating in categories

3.8

Skill development

4.6

Work-life balance

3.9

Salary

4.4

Job security

4.6

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 3 Reviews and Ratings
Business Development Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Support Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare eZee Technosys with

Tally Solutions

4.2
Compare

Zoho

4.3
Compare

Freshworks

3.5
Compare

LTIMindtree

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