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 Associate Consultant Interview Questions and Answers

Updated 3 Jan 2024

Seasia Infotech Associate Consultant Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of cloud and aws.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company if you have more option, it's better to join startup.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: NORMAL DURATION: 45 MIN
DIFFICULTY:AVERAGE
Duration: 30 minutes
Total Questions: 45

Round: SITUATION HANDLING
Experience: GIVEN TO FIND A SOLUTION FOR A PARTICULAR SITUATION.
Tips: BE SPONTANEOUS AND CONFIDENT.

Round: DESIGN ESSAY
Experience: GIVEN TO DESIGN ANY PRODUCT WE WISH (eg: shoe ,bottle).
THE DESIGNED PRODUCT SHOULD BE CREATIVE AND USEFUL.

Round: LIFE EXPERIENCES
Experience: TO WRITE 3 REAL LIFE EXPERIENCES OF YOU WHICH MADE THE PERSON WHO YOU ARE NOW.


Round: HR Interview
Experience: NORMAL HR QUESTIONS.

Skills: C
College Name: NIT Bhopal
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1st round of the company was an online assessment with 40 questions,2 coding questions :- cake distribution problem, Palindrome and else there were 6-7 SQL questions and other were Aptitude questions (basic) whole test was for 1 hr.

Round 2 - Technical 

(3 Questions)

  • Q1. Basic oops, basic questions on loops etc
  • Q2. SQL:- add a column on a table, find max salary of employee
  • Ans. 

    Use ALTER TABLE to add a new column and then use MAX function to find the highest salary.

    • Use ALTER TABLE statement to add a new column to the table.

    • Use MAX function in SQL to find the maximum salary of employees.

  • Answered by AI
  • Q3. SUM OF DIGITS OF A NUMBER(DSA)
  • Ans. 

    Calculate the sum of digits of a given number.

    • Iterate through each digit of the number and add them together.

    • Use modulo operator to extract each digit.

    • Repeat until all digits are processed.

    • Example: For number 123, sum of digits = 1 + 2 + 3 = 6.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - BASICS OF DSA, DBMS, OOPS
AND U SHOULD KNOW EVERYTHING WRITTEN ON RESUME

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Mathematics,General Aptitute,three coding question

Round 2 - Coding Test 

Face to face interview.Ask questions on Data structure and algorithms

Round 3 - HR 

(1 Question)

  • Q1. Where do you look from 5 years from now

Lead Consultant Interview Questions & Answers

Credera user image Vijayeswary Nambiar

posted on 24 Feb 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. From project client you will get question based on the experience.
  • Q2. Test automation
  • Q3. Scenarios will be asked
  • Q4. Integration if you have done
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This organisation doesn't have any projects . They have only one client from Tosca and they will make your life like hell making you work with no timelines day and night . How much you put effort nonuse . And no upskill and no learning
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indira Gandhi Institute of Technology, Dhenkanal and was interviewed in Jul 2023. 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 - Aptitude Test 

There are Verbal, logical reasoning, quantitative, coding questions (2 Qtns) and a descriptive essay on "How you used the pendamic duration for study" ( Minimum 200 words) required. And coding questions are DSA Medium level one was: " Find the maximum profit percentage during the buy and sell of stock of a company. ". Verbal round was mostly (4 -5 questions) on make meaning full sentence. All the first round test was conducted on "Xobin online test" platform.

Round 3 - System Design 

(2 Questions)

  • Q1. There are two questions available 1. Write a business solution, technical solution using frontend or back-end technology to overcome the problem a) There is a new metro started in your city but the proble...
  • Q2. 2nd question was find solution for dynamic seat booking and price change during booking of ticket for a cinema hall.
Round 4 - Technical 

(1 Question)

  • Q1. Some questions on DSA like difference between merge sort and bubble sort. Sort available alphabets in a string array from vowel to consonant. In HR round HR will ask about your background and career then a...

Interview Preparation Tips

Topics to prepare for Incture Technologies Associate Software Engineer interview:
  • DSA
  • Quantitive apptitude
  • Verbal
  • Essay
  • System Design
Interview preparation tips for other job seekers - Don't add any extra things in your resume which you don't know because if you will qualified for interview time that guy will ask on the basis of your resume skills. Just be confident and don't answer any HR round questions emotionally as it doesn't work instead you will terminated by them. At last they will ask a question do you have any questions for me? So be ready for that and do not try to copy paste any solution from Google as interviewer will tell you to analyse your answers.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Ecommerce salesforce
  • Q2. Ecommerce and salesforce
Round 2 - One-on-one 

(2 Questions)

  • Q1. Ecommerce salesforce
  • Q2. Salesforce com ecommerce
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Personal platform their is no any functional support .

Round 2 - Coding Test 

1 hour both (coding + Aptitude)

Round 3 - Technical 

(1 Question)

  • Q1. How to perform state management in react
  • Ans. 

    State management in React involves managing and updating the state of components efficiently.

    • Use React's built-in state management with setState() method

    • Utilize React Context API for managing global state

    • Implement Redux for complex state management in larger applications

  • Answered by AI

Skills evaluated in this interview

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

Basic aptitude questions.

Round 2 - Coding Test 

Basic Dsa questions like array, string

Seasia Infotech Interview FAQs

How many rounds are there in Seasia Infotech Associate Consultant interview?
Seasia Infotech interview process usually has 1 rounds. The most common rounds in the Seasia Infotech interview process are Technical.

Tell us how to improve this page.

Seasia Infotech Associate Consultant Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Seasia Infotech Associate Consultant Salary
based on 17 salaries
₹2.1 L/yr - ₹5 L/yr
68% less than the average Associate Consultant Salary in India
View more details

Seasia Infotech Associate Consultant Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

1.0

Salary

4.0

Job security

3.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
40 salaries
unlock blur

₹1.1 L/yr - ₹6.8 L/yr

Associate Consultant
17 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Senior Consultant
14 salaries
unlock blur

₹4.8 L/yr - ₹15.1 L/yr

Team Lead
12 salaries
unlock blur

₹6 L/yr - ₹15.9 L/yr

Software Engineer
11 salaries
unlock blur

₹3.3 L/yr - ₹9.7 L/yr

Explore more salaries
Compare Seasia Infotech 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