Upload Button Icon Add office photos
Engaged Employer

i

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

Seasia Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Seasia Infotech Senior Software Engineer Interview Questions, Process, and Tips

Updated 16 Mar 2021

Seasia Infotech Senior Software Engineer Interview Experiences

1 interview found

Interview Questionnaire 

6 Questions

  • Q1. What is hooks in React.Js
  • Ans. 

    Hooks are a new feature in React 16.8 that allow you to use state and other React features without writing a class.

    • Hooks are functions that let you use React state and lifecycle methods inside functional components

    • They allow you to reuse stateful logic across multiple components

    • useState is a hook that lets you add state to functional components

    • useEffect is a hook that lets you use lifecycle methods in functional compon...

  • Answered by AI
  • Q2. How to manage state in functional components
  • Ans. 

    Use useState hook to manage state in functional components

    • Import useState hook from React

    • Declare state variable using useState hook

    • Use state variable and setState function to update state

    • Pass state variable and setState function as props to child components if needed

  • Answered by AI
  • Q3. Whai is useEffect hooks in React.Js. Why use empty array[]
  • Ans. 

    useEffect is a hook in React that allows performing side effects in functional components.

    • useEffect is used to perform side effects in functional components.

    • It takes two arguments: a function and an array of dependencies.

    • The function is executed after every render cycle.

    • The array of dependencies is used to specify when the effect should be re-executed.

    • An empty array [] means the effect should only be executed once, on

  • Answered by AI
  • Q4. Life cycle method in React.Js
  • Ans. 

    Life cycle methods are functions that are invoked at various stages of a component's existence in React.Js.

    • There are three categories of life cycle methods: mounting, updating, and unmounting.

    • Mounting methods are called when a component is being created and inserted into the DOM.

    • Updating methods are called when a component is being re-rendered due to changes in its props or state.

    • Unmounting methods are called when a co...

  • Answered by AI
  • Q5. How Redux works
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a library for managing application state.

    • It provides a central store for all the state in an application.

    • State changes are made through actions, which are dispatched to the store.

    • Reducers are pure functions that take the current state and an action, and return the new state.

    • Selectors are functions that extract data from the state.

    • Middleware can be used...

  • Answered by AI
  • Q6. What is reducer in Redux
  • Ans. 

    Reducer is a pure function that takes the previous state and an action, and returns the new state in Redux.

    • Reducers specify how the application's state changes in response to actions sent to the store.

    • They are pure functions that take the previous state and an action, and return the new state.

    • Reducers should not modify the previous state, but return a new object if the state changes.

    • Redux uses a single root reducer fun...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Coding Test 

SQL questions and query output.

Round 2 - Technical 

(1 Question)

  • Q1. I had interview on SQL and pl SQL. So the interview started with basic sql questions and then level increased. Question were asked on joins, union, rank, dense rank. Indexes, triggers. I was asked to ri...

Interview Preparation Tips

Interview preparation tips for other job seekers - For sql pl SQL profile prepare well for the basic terminology. Queries and all.

I applied via Company Website and was interviewed before May 2021. 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 - Technical 

(2 Questions)

  • Q1. How many years do you have the experience in ____ (programming language you have applied for)
  • Ans. 

    I have X years of experience in ____.

    • Worked with ____ for X years on various projects

    • Proficient in ____ with experience in developing complex applications

    • Have completed multiple courses and certifications in ____

    • Contributed to open-source projects in ____

  • Answered by AI
  • Q2. What type of projects do you have the experience to do
Round 3 - HR 

(4 Questions)

  • Q1. What are you like to do
  • Q2. What are the hobbies you have
  • Q3. What's your weak point you feel that you have
  • Q4. How you are trying to overcome your week points

Interview Preparation Tips

Interview preparation tips for other job seekers - It's better to try to give interviews with proper knowledge. Don't show overconfidence in what you don't have good knowledge to get a job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Frontend angular and javascript questions
  • Q2. Life cycle hook Components Model Lazy loading Pipe Observable Promise
Round 3 - Coding Test 

Basic programming questions, like find the occurrence of the characters in a string

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some project related questions

Interview Questionnaire 

1 Question

  • Q1. Different sprint ceremonies
  • Ans. 

    Sprint ceremonies are meetings held during a sprint to facilitate communication and collaboration within the team.

    • Sprint planning: where the team plans the work to be done in the upcoming sprint

    • Daily stand-up: a brief meeting where team members share progress and discuss any obstacles

    • Sprint review: a meeting where the team demonstrates the work completed during the sprint

    • Sprint retrospective: a meeting where the team r...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Functional Interface,java 8 features,predicate functions
Round 2 - One-on-one 

(1 Question)

  • Q1. General question & scenario based questions

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is the difference between map object and map
  • Ans. 

    Map object is an instance of Map class while map is a data structure that stores key-value pairs.

    • Map object is mutable while map is immutable

    • Map object can have any type of key while map keys are restricted to hashable types

    • Map object has methods like set(), get(), delete() while map has no such methods

    • Map object is used in object-oriented programming while map is used in functional programming

  • Answered by AI
  • Q2. Basically in the map object takes the input object and out put also return object but in the map takes input aray and return out put also aray

Interview Preparation Tips

Interview preparation tips for other job seekers - I think if any one read carefully some interview tips online questions and answers per day than easily crack

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Duration:45 min
Platform:Visual Studio Code

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

I appeared for an interview before May 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. 4 pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOP

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. Routing in MVC?
  • Ans. 

    Routing in MVC refers to the process of mapping URLs to controller actions in a web application.

    • Routing is the mechanism that directs incoming HTTP requests to the appropriate controller and action method in an MVC application.

    • Routes are defined in the RouteConfig.cs file in ASP.NET MVC applications.

    • Routes can be configured to include parameters that are passed to the controller action.

    • Routes can also include constrain...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions from asp.net

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Solid principle

Seasia Infotech Interview FAQs

What are the top questions asked in Seasia Infotech Senior Software Engineer interview?

Some of the top questions asked at the Seasia Infotech Senior Software Engineer interview -

  1. Whai is useEffect hooks in React.Js. Why use empty array...read more
  2. How to manage state in functional componen...read more
  3. What is hooks in React....read more

Tell us how to improve this page.

Seasia Infotech Senior Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
40 salaries
unlock blur

₹1.1 L/yr - ₹6.8 L/yr

Associate Consultant
18 salaries
unlock blur

₹2.1 L/yr - ₹4 L/yr

Senior Consultant
14 salaries
unlock blur

₹4.8 L/yr - ₹16 L/yr

Devops Engineer
13 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Team Lead
12 salaries
unlock blur

₹6 L/yr - ₹15.9 L/yr

Explore more salaries
Compare Seasia Infotech with

Tekwissen

4.8
Compare

Softenger

4.1
Compare

XcelServ Solutions

4.5
Compare

Damco Solutions

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