Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Eastern Software Systems Team. If you also belong to the team, you can get access from here

Eastern Software Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Eastern Software Systems Interview Questions, Process, and Tips

Updated 15 Oct 2024

Top Eastern Software Systems Interview Questions and Answers

View all 19 questions

Eastern Software Systems Interview Experiences

Popular Designations

11 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal reasoning questions

Round 2 - Coding Test 

Basic oracle questions

Round 3 - HR 

(1 Question)

  • Q1. Questions related to salary and job expectations

Associate Project Manager Interview Questions asked at other Companies

Q1. SDLC Strength and Weaknesses Project management invoicing and Billing Risk and mitigation techniques Situation handling questions. Team handling
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain mvvm architecture
  • Ans. 

    MVVM is an architectural pattern used in software development that separates the user interface from the business logic.

    • Model represents the data and business logic

    • View displays the data and interacts with the user

    • ViewModel acts as a mediator between the Model and View, handling user input and updating the Model

  • Answered by AI
  • Q2. Discuss about design patterns
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable software.

    • Examples of design patterns include Singleton, Factory, Observer, and Strategy.

    • Design patterns are categorized into three groups: creational, structural, and behavioral patterns.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Benefits of swift programming
  • Ans. 

    Swift programming offers fast performance, safety, and interoperability with Objective-C.

    • Fast performance due to being compiled language

    • Safety features like optionals and type interference

    • Interoperability with Objective-C for using existing code and libraries

  • Answered by AI
  • Q2. How to post data to server using url session
  • Ans. 

    Use URLSession to post data to a server

    • Create a URL request with the server URL

    • Set the request method to POST

    • Add the data to the request body using Data or JSONSerialization

    • Create a URLSessionDataTask with the request and resume it

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Relayed to salary negociation

Skills evaluated in this interview

Top Eastern Software Systems Software Engineer Interview Questions and Answers

Q1. Do you know to work on oracle Forms and Reports?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself,
  • Q2. What are the projects have done
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Top Eastern Software Systems Senior Software Engineer Interview Questions and Answers

Q1. Types of Trigger in Oracle forms? how to sequence of Trigger fire in oracle Forms.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Software Developer Trainee Interview Questions & Answers

user image B_Pratham_pratap Singh

posted on 23 Dec 2022

I applied via Campus Placement and was interviewed in Nov 2022. There were 3 interview rounds.

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 

Basic English and aptitude test

Round 3 - HR 

(2 Questions)

  • Q1. Questions about family background and why wanna join our company
  • Q2. How to spend money month wise
  • Ans. 

    Create a budget plan and allocate funds based on priority and necessity.

    • List all monthly expenses and prioritize them based on necessity

    • Allocate funds for each expense based on priority

    • Set aside a portion of the budget for savings and emergencies

    • Adjust the budget plan as necessary based on changes in income or expenses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and be frank will interview. I have give my interview in a good mood without preparation and got selected.

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)

Eastern Software Systems interview questions for popular designations

 Software Engineer

 (4)

 Senior Software Engineer

 (3)

 Php Software Engineer

 (1)

 Software Developer Trainee

 (1)

 Associate Project Manager

 (1)

 Senior Business Development Executive

 (1)

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

I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy as simple as that

Round 2 - Technical 

(3 Questions)

  • Q1. What is static keyword with example
  • Ans. 

    The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static classes cannot be instantiated and are used for grouping related methods together

  • Answered by AI
  • Q2. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can access public and protected members of the base class

    • Example: Class Car can inherit from class Vehicle to reuse co

  • Answered by AI
  • Q3. What is method overloading and method overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is redefining a method in a subclass with the same name and parameters as in the superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name and parameters as in its supe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with core java

Skills evaluated in this interview

Top Eastern Software Systems Senior Software Engineer Interview Questions and Answers

Q1. Types of Trigger in Oracle forms? how to sequence of Trigger fire in oracle Forms.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Basic 

(3 Questions)

  • Q1. Tell me something about yourself
  • Q2. What is your weakness ?
  • Q3. Why you feel you would be the right fit in this role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true and give honest answers

Senior Business Development Executive Interview Questions asked at other Companies

Q1. If you see 2-3 year you work with idfc first but you will not get any growth in your caree or salary as well..
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Aptitude Test 

Basic aptitude test with 10 questions of maths and 10 questions of English and 10 questions of reasoning.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company as it is highly unprofessional and you won't learn anything except some oracle d2k and mostly data entry and correction. You will regret joining it.

Top Eastern Software Systems Software Engineer Interview Questions and Answers

Q1. Do you know to work on oracle Forms and Reports?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Core php questions like get post difference, file submission, global variables etc
  • Q2. Mvc framework overview
  • Ans. 

    MVC is a design pattern used in web development to separate application logic from presentation.

    • MVC stands for Model-View-Controller

    • Model represents the data and business logic

    • View represents the user interface

    • Controller handles user input and updates the model and view accordingly

    • Popular PHP MVC frameworks include Laravel, CodeIgniter, and Yii

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Previous work overview
  • Q2. Previous office team size etc. And normal introduction

Skills evaluated in this interview

Php Software Engineer Interview Questions asked at other Companies

Q1. What are middlewares?
View answer (1)

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Oracle D2K related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - To be honest i wasn't ready for the interview (i was already working) and i give the interview when was taking tea at evening after coming back to home from my office. The HR already told me that my interview is scheduled today evening and i wasn't expecting the call from their side. And when their call arrives then i gave the interview very calmly. No nurvesness, No fear and honest. I express myself to them as i am. I wasn't faking. And next day HR called me that I'm selected. That's it. BTW HR was very nice and helpful to me also the people i met in the office deserves thunb up👍. Thanks.

Top Eastern Software Systems Software Engineer Interview Questions and Answers

Q1. Do you know to work on oracle Forms and Reports?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Interview Questionnaire 

8 Questions

  • Q1. Difference between PK & UK, Case & Decode, Procedure & Function, Cursor & Refcursor.
  • Ans. 

    Explanation of differences between PK & UK, Case & Decode, Procedure & Function, Cursor & Refcursor.

    • PK (Primary Key) is a unique identifier for a record in a table, while UK (Unique Key) ensures uniqueness but allows null values.

    • Case and Decode are conditional statements used to manipulate data based on certain conditions.

    • Procedure and Function are both database objects used to perform a specific task, but Function ret...

  • Answered by AI
  • Q2. What is Dual in oracle DB?
  • Ans. 

    Dual is a special one-row, one-column table in Oracle DB.

    • Dual is used to perform calculations or execute functions without selecting from a table.

    • It is often used to generate a sequence of numbers or to concatenate strings.

    • For example, SELECT 1+1 FROM dual; will return 2.

    • Dual is automatically created by Oracle and is always available in every Oracle database.

  • Answered by AI
  • Q3. What is Collection in Oracle and Types?
  • Ans. 

    Collection in Oracle is a group of elements of the same data type. Types include VARRAY, Nested Table, and Associative Array.

    • VARRAY is a fixed-size array that can hold a varying number of elements up to the specified limit.

    • Nested Table is a dynamic array with no fixed size that can be stored in a database column.

    • Associative Array is a collection of key-value pairs where the key is unique and used to access the correspo

  • Answered by AI
  • Q4. What is DB block in oracle Forms?
  • Ans. 

    A DB block is a unit of data storage in Oracle Forms that contains multiple rows of data from a database table.

    • DB blocks are used to improve performance by reducing the number of times a form needs to access the database.

    • Each DB block contains a fixed number of rows, which can be configured in the form's block properties.

    • When a form needs to display data from a table, it reads one or more DB blocks into memory.

    • If a for...

  • Answered by AI
  • Q5. What is Call_Form?
  • Ans. 

    Call_Form is a built-in Oracle Forms procedure used to call another form from the current form.

    • Call_Form is used to open a new form while keeping the current form open.

    • It can be used to pass parameters between forms.

    • The called form can be modal or non-modal.

    • The called form can be in the same application or a different one.

    • Syntax: Call_Form('form_name', [mode], [hide], [no_replace], [query_only], [params])

  • Answered by AI
  • Q6. Types of Trigger in Oracle forms? how to sequence of Trigger fire in oracle Forms.
  • Ans. 

    Types of Trigger in Oracle forms and their sequence of firing.

    • Types of triggers include Key Triggers, Mouse Triggers, and Timer Triggers.

    • Key Triggers fire when a key is pressed or released.

    • Mouse Triggers fire when the mouse is clicked or moved.

    • Timer Triggers fire at a specified interval.

    • The sequence of trigger firing is Pre-Form, Pre-Block, Pre-Record, Post-Record, Post-Block, and Post-Form.

  • Answered by AI
  • Q7. What is Canavas,LOV,List button?
  • Ans. 

    Canvas, LOV, and List button are UI components used in Oracle Forms.

    • Canvas is a visual container used to display data or graphics.

    • LOV (List of Values) is a drop-down list used to select a value from a predefined list.

    • List button is a button used to display a list of values in a pop-up window.

    • These components are commonly used in Oracle Forms to create user-friendly interfaces.

  • Answered by AI
  • Q8. What is Place holder column in oracle reports?
  • Ans. 

    A placeholder column is a column that is used to reserve space for a future column in an Oracle report.

    • Placeholder columns are used to ensure that the layout of a report remains consistent even if data is missing.

    • They are typically used when a report is designed to display a fixed number of columns, but the data source may not always contain data for all of those columns.

    • Placeholder columns can be added to a report by ...

  • Answered by AI

Skills evaluated in this interview

Top Eastern Software Systems Senior Software Engineer Interview Questions and Answers

Q1. Types of Trigger in Oracle forms? how to sequence of Trigger fire in oracle Forms.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Eastern Software Systems Interview FAQs

How many rounds are there in Eastern Software Systems interview?
Eastern Software Systems interview process usually has 2-3 rounds. The most common rounds in the Eastern Software Systems interview process are HR, Resume Shortlist and Aptitude Test.
How to prepare for Eastern Software Systems interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Eastern Software Systems. The most common topics and skills that interviewers at Eastern Software Systems expect are Java, IT Recruitment, Technical Recruitment, Recruitment and SQL.
What are the top questions asked in Eastern Software Systems interview?

Some of the top questions asked at the Eastern Software Systems interview -

  1. Types of Trigger in Oracle forms? how to sequence of Trigger fire in oracle For...read more
  2. Difference between PK & UK, Case & Decode, Procedure & Function, Cursor & Refcu...read more
  3. Do you know to work on oracle Forms and Repor...read more

Tell us how to improve this page.

Eastern Software Systems Interview Process

based on 9 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 812 Interviews
View all

Eastern Software Systems Reviews and Ratings

based on 230 reviews

3.8/5

Rating in categories

4.0

Skill development

3.7

Work-life balance

3.7

Salary

3.5

Job security

3.7

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 230 Reviews and Ratings
Software Engineer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Specialist
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Eastern Software Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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