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 UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in Info Edge
Q4. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

There were 3 coding questions totally based on dsa- hard

Round 2 - Technical 

(2 Questions)

  • Q1. Vertical Traversal
  • Q2. Find the node with shortest distance
  • Ans. 

    Use Dijkstra's algorithm to find the node with the shortest distance in a graph.

    • Implement Dijkstra's algorithm to calculate the shortest distance from a starting node to all other nodes in the graph.

    • Select the node with the smallest distance that has not been visited yet as the current node.

    • Update the distances of neighboring nodes from the current node if the new distance is smaller than the previously recorded distan...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Question based on oops
  • Q2. Question based on OS

Interview Preparation Tips

Interview preparation tips for other job seekers - BE good in technical and DSA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Use of model in laravel
  • Ans. 

    Models in Laravel are used to interact with the database and represent data.

    • Models in Laravel are used to perform database operations such as retrieving, inserting, updating, and deleting data.

    • Models help in organizing and structuring the data in the application.

    • Models in Laravel follow the MVC (Model-View-Controller) pattern.

    • Example: Creating a User model in Laravel to interact with the users table in the database.

  • Answered by AI
  • Q2. SQL get highest salary for employee
Round 2 - Technical 

(2 Questions)

  • Q1. SQL joins and types of joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • F...

  • Answered by AI
  • Q2. What is self join and realted question
Round 3 - HR 

(1 Question)

  • Q1. Previous projects and contributions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why should we hire you Do you want to do Post graduation
  • Q2. Why should we hire you Do you want to do Post graduation Do want to reallocate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

DSA , medium n easy leetcode question was there

Round 2 - One-on-one 

(2 Questions)

  • Q1. Low level design
  • Q2. DSA and computer fundamental
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Php ,Oops
Round 2 - Technical 

(1 Question)

  • Q1. Security questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you don't have only offer in your hand
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DSA questions:
1. Replace array of 1s and 0s with 0s in all rows and cols
2. Kandane's algo question

Round 2 - Technical 

(2 Questions)

  • Q1. What is db cluster
  • Ans. 

    A db cluster is a group of databases that work together to provide high availability and scalability.

    • Consists of multiple database instances working together

    • Provides redundancy and fault tolerance

    • Allows for load balancing and scaling

    • Examples: Amazon Aurora, Google Cloud Spanner

  • Answered by AI
  • Q2. Java collections, filters vs interceptors
  • Ans. 

    Filters and interceptors are used in Java collections to manipulate or control the flow of data.

    • Filters are used to selectively include or exclude elements from a collection based on certain criteria.

    • Interceptors are used to perform actions before or after certain operations on a collection.

    • Examples: Java 8 Stream API filters, Servlet filters for HTTP requests, Hibernate interceptors for database operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not too difficult. cover java basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Polyfills,html,css basics,js intermediate level

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Rain water trapping
  • Q2. Bricks and ladder

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, Coding Test and HR.

Tell us how to improve this page.

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

₹4 L/yr - ₹7.4 L/yr

Associate Software Engineer
15 salaries
unlock blur

₹2.6 L/yr - ₹3.7 L/yr

Software Engineer
12 salaries
unlock blur

₹3.6 L/yr - ₹8.1 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹5 L/yr - ₹7.6 L/yr

Software Support Executive
6 salaries
unlock blur

₹2.1 L/yr - ₹6 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