Upload Button Icon Add office photos
Engaged Employer

i

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

Softeon Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Softeon Interview Questions and Answers

Updated 6 Dec 2024

Softeon Interview Experiences

Popular Designations

8 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. Some important java concepts
  • Q2. Oops fundamentals and SQL related

Product Engineer Interview Questions asked at other Companies

Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side. Input: The input consists of elements in ... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Aptitude Test 

30 mins, logical, php

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Software Engineer Interview Questions & Answers

user image Inidha Elangovan

posted on 8 Sep 2022

Round 1 - Aptitude Test 

It was conducted in online MCQ test, There will 50 questions in java,SQL,and general aptitude

Round 2 - Technical 

(1 Question)

  • Q1. What is oops? Why we are using oops concepts? and basic java programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Whether you know or don't know doesn't matter, just answer confidently

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 (178)

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Core Java, SQL, RDBMS
Round 3 - HR 

(1 Question)

  • Q1. Academic Project Details and a Mini Test Will be conducted related to SQL query, find the output,a simple coding test.

Interview Preparation Tips

Topics to prepare for Softeon Software Engineer interview:
  • Core Java
Interview preparation tips for other job seekers - It Is a Product Based Company Specialized For warehouse Management System

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 (178)

Softeon interview questions for popular designations

 Software Engineer

 (3)

 Java Developer

 (1)

 Product Engineer

 (1)

 Software Testing Engineer

 (1)

 Software Testing Trainer

 (1)

 Software Trainee

 (1)

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Opps concet, mysql
  • Q2. Write the Inheritance program
  • Ans. 

    A program demonstrating inheritance in object-oriented programming.

    • Inheritance allows a class to inherit properties and methods from another class.

    • The derived class can add new features or override existing ones from the base class.

    • Inheritance promotes code reusability and supports the concept of polymorphism.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You are a freasher and you know about the basics of java ,mysql and java programs it will easy to attend the interview and make easily to qualify at the technical interview.

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 (178)

I applied via Naukri.com and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Manual testing,
  • Ans. Manual testing should be manual and most of the manual testers are strong in domain knowledge
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical one .the interview wanted to test both my knowledge and communication skills.most of the question asked to me were related to my mca curriculum.i was able to answer most of the question correctly. I tried to answer with each question examples

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)

Jobs at Softeon

View all

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Manual Testing
  • Ans. Manual testing should be manual
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I did good well I worked hard for that interview I prepared day by day for that interview in technical I was happy most of the questions asked to me were related to my mca ,I was able to answer most of the questions correctly. I tried to answer each question with examples

Software Testing Trainer Interview Questions asked at other Companies

Q1. Java program for array reverse Java program for recursion Balanced paranthesis using stack Why do we use constructor in java Smoke testing defect life cycle sdlc stlc
View answer (1)

I was interviewed before Feb 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate Java Developer with 5 years of experience in developing web applications and implementing software solutions.

    • 5 years of experience in Java development

    • Strong knowledge of web application development

    • Skilled in implementing software solutions

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. DBMS questions in null, triggers, joins, locks and ACID properties
  • Q3. Java properties, why OOPS, servlets, java compared to C
  • Q4. 2 java programs one in string manipulation, other in collections and threads.

Interview Preparation Tips

Round: Test
Experience: Well I don't actually remember the number of questions, but it was around 40 to 50. With java about 15 questions, DBMS about 15 questions and the rest being aptitude and general English questions.
Tips: The questions in java was about basic java and some small problem questions. DBMS questions were mostly on normalisation and aptitude questions were fairly easy.
Duration: 40 minutes
Total Questions: 40

Round: Technical Interview
Experience: Most of questions were fired like rapid round. The programs were tricky to understand and was a bit challenging, other basic concepts in servlets like its life cycle etc was asked.
Tips: Be confident in answers and tell you don't remember the answer correctly rather than answering wrong.

College Name: College of engineering Guindy, Anna university

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Questions on Logical Reasoning, Electronics subjects MCQ, C coding questions.

Round 2 - Technical 

(9 Questions)

  • Q1. Introduce yourself
  • Q2. Final year project deep with block diagram
  • Ans. 

    Designed a final year project involving a deep learning model with a block diagram.

    • Researched various deep learning algorithms and techniques

    • Implemented the chosen algorithm using Python and TensorFlow

    • Created a detailed block diagram to illustrate the project workflow

    • Tested and evaluated the performance of the deep learning model

    • Presented the project findings and results to faculty and peers

  • Answered by AI
  • Q3. Difference between Embedded C and Embedded C++.
  • Ans. 

    Embedded C is a subset of C language used for programming embedded systems, while Embedded C++ is a subset of C++ language with additional features for embedded systems.

    • Embedded C is a subset of C language, with limited features and libraries compared to standard C.

    • Embedded C++ is a subset of C++ language, with additional features like classes, inheritance, and polymorphism.

    • Embedded C is commonly used for low-level pro...

  • Answered by AI
  • Q4. Difference between Microcontroller and microprocessor, 8051 microcontroller.
  • Ans. 

    Microcontrollers are integrated circuits designed for specific tasks, while microprocessors are general-purpose CPUs. 8051 is a popular microcontroller.

    • Microcontrollers are self-contained systems with memory, I/O ports, and timers, designed for specific tasks.

    • Microprocessors are general-purpose CPUs that require external components for memory, I/O, and timers.

    • 8051 microcontroller is a popular 8-bit microcontroller know

  • Answered by AI
  • Q5. Datatype in C++,range and size, Real life example of of Embedded system.
  • Ans. 

    In C++, datatypes have specific ranges and sizes. Embedded systems are real-life examples of using datatypes effectively.

    • Datatypes in C++ have specific ranges and sizes to store different types of data efficiently.

    • For example, 'int' datatype in C++ typically has a range of -2,147,483,648 to 2,147,483,647.

    • Embedded systems use datatypes like 'uint8_t' to efficiently store data in limited memory space.

    • Real-life example of...

  • Answered by AI
  • Q6. Pointer in C++,types of pointer.
  • Ans. 

    Pointers in C++ are variables that store memory addresses. They can be used to access and manipulate data directly.

    • Types of pointers: Null pointer, Void pointer, Wild pointer, Dangling pointer

    • Example: int *ptr; // pointer to an integer variable

  • Answered by AI
  • Q7. Write program for number is prime or not prime
  • Ans. 

    Program to determine if a number is prime or not prime

    • Create a function to check if a number is prime or not

    • Iterate from 2 to the square root of the number and check for divisibility

    • If the number is divisible by any number other than 1 and itself, it is not prime

    • Return true if the number is prime, false otherwise

  • Answered by AI
  • Q8. Write code for fibonacci series
  • Ans. 

    Code to generate Fibonacci series using iterative approach

    • Initialize an array to store the Fibonacci series

    • Start with the first two numbers in the series (0 and 1)

    • Use a loop to calculate the next number by adding the previous two numbers

    • Continue this process until the desired number of terms is reached

  • Answered by AI
  • Q9. What is constructor, destructor, polymorphism, Static function, volatile keyword
  • Ans. 

    Constructor initializes an object, destructor cleans up resources. Polymorphism allows objects to be treated as instances of their parent class. Static function belongs to the class, not instances. Volatile keyword indicates a variable may be changed unexpectedly.

    • Constructor initializes an object when it is created. Example: 'Car c = new Car();'

    • Destructor cleans up resources when an object is destroyed. Example: 'delet...

  • Answered by AI
Round 3 - Group Discussion 

Work from home is better or work from office

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on last semester project, basic knowledge of coding, core subject knowledge, OOP concepts, focus on Embedded system for ECE candidate

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Programming questions in python
  • Q2. Selenium and API Testing interview questions
Round 2 - Technical 

(2 Questions)

  • Q1. Deeper Product-related question
  • Q2. Programming using python
  • Ans. 

    Python is a versatile programming language known for its simplicity and readability.

    • Python is an interpreted language, making it easy to write and test code quickly.

    • It supports multiple programming paradigms, including object-oriented, imperative, and functional programming.

    • Python has a large standard library with built-in modules for various tasks, reducing the need for external libraries.

    • Python uses indentation to de...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am damn sure I cleared the interview, but no call back from the HR, no rejection emails. When I called the HR, she cut the call. Worst interview experience ever

Softeon Interview FAQs

How many rounds are there in Softeon interview?
Softeon interview process usually has 1-2 rounds. The most common rounds in the Softeon interview process are Aptitude Test, Technical and HR.
How to prepare for Softeon 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 Softeon. The most common topics and skills that interviewers at Softeon expect are SQL, Application Support, Production Support, L1 and Product Support.
What are the top questions asked in Softeon interview?

Some of the top questions asked at the Softeon interview -

  1. Write the Inheritance prog...read more
  2. DBMS questions in null, triggers, joins, locks and ACID propert...read more
  3. Java properties, why OOPS, servlets, java compared t...read more

Tell us how to improve this page.

Softeon Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.1
 • 272 Interviews
Adobe Interview Questions
3.9
 • 250 Interviews
Ramco Systems Interview Questions
3.9
 • 64 Interviews
Blue Yonder Interview Questions
3.9
 • 58 Interviews
View all

Softeon Reviews and Ratings

based on 65 reviews

4.0/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

3.8

Salary

4.2

Job security

4.0

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 65 Reviews and Ratings
Jr. Product Support Engineer

Chennai

0-1 Yrs

Not Disclosed

Explore more jobs
Software Engineer
94 salaries
unlock blur

₹1.8 L/yr - ₹10.4 L/yr

Softwaretest Engineer
68 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Senior Software Engineer
40 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

QA Analyst
19 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Software Developer
14 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Softeon with

Ramco Systems

3.9
Compare

Infor Global Solution

4.0
Compare

Blue Yonder

3.9
Compare

Oracle

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