Premium Employer

i

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

Softenger Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 910 Reviews

Filter interviews by

Softenger Software Engineer Interview Questions and Answers

Updated 14 Dec 2024

Softenger Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Q2. What is your strength

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments links to this video is small

I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C,C++,JAVA,PHYTON ,PROJECT
  • Q2. ALL THING ANSWER GIVEN BY ME

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD COMUNICATION SKILL,GOOD KNOWLEEDGE

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Angular A to Z Hooks,Services,Api Integration,component communication
  • Q2. Html ,CSS basic
Round 2 - Behavioral 

(1 Question)

  • Q1. Server and web api related questions
Round 3 - HR 

(2 Questions)

  • Q1. Can you provide details about yourself and your educational background?
  • Q2. About Winjit technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Trust the process; ensure a clear understanding of the basics and the logic of object-oriented programming concepts. Wishing you all the best.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Data structures and algorithms include concepts such as reversing a linked list and working with doubly linked lists. LeetCode problems where they are are given one hour to write code on paper.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic technical concepts based on resume skills mentioned by you
  • Q2. Sql queries like fetching duplicate salaries in the employee table
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioral questions

Interview Preparation Tips

Topics to prepare for Ninestars Information Technologies Software Engineer interview:
  • Java
  • Python
Interview preparation tips for other job seekers - Be prepared for coding, fundamental technical questions, and SQL.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(3 Questions)

  • Q1. Data structure [Array]
  • Q2. Core JAVA questions[ exception handling , OOPS , Collections Framework ]
  • Q3. JDBC and SQL questions
Round 2 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Tell me one scenerio under which you did development
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were simple aptitude questions and core java MCQS

Round 2 - Technical 

(3 Questions)

  • Q1. What's OOPs concept
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • 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 th...

  • Answered by AI
  • Q2. Explain Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors 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 override or extend the functionality of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle' and inh...

  • Answered by AI
  • Q3. Basic Java output questions
Round 3 - HR 

(1 Question)

  • Q1. Interviewer asked me to introduce and then he asked about my education and family details and then he told me about company.

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers it's easy to crack interview if they they are smart. Just revise core java and basic aptitude questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic coding along with general aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops describe with real time example?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Encapsulation: Objects encapsulate data and behavior. Example: Car object with properties like color and methods like start()

    • Inheritance: Objects can inherit attributes and methods from other objects. Example: Anima...

  • Answered by AI
  • Q2. Describe about data structures with real time examples?
  • Ans. 

    Data structures are ways to organize and store data efficiently in a computer.

    • Data structures are used to store and organize data in a way that makes it easy to access and manipulate.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • For example, an array is a data structure that stores a collection of elements in a contiguous block of memory.

    • A linked list is a data structure wh...

  • Answered by AI
  • Q3. What makes you different from other candidates?
Round 3 - HR 

(2 Questions)

  • Q1. Why do you choose happiest minds ?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts,interface and abstract class
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Area of circle program
  • Ans. 

    Program to calculate the area of a circle

    • The formula to calculate the area of a circle is: A = π * r^2

    • The radius of the circle is required as input

    • The value of π can be approximated as 3.14159

    • The area should be calculated and displayed as output

  • Answered by AI

Skills evaluated in this interview

Softenger Interview FAQs

How many rounds are there in Softenger Software Engineer interview?
Softenger interview process usually has 1 rounds. The most common rounds in the Softenger interview process are One-on-one Round.
How to prepare for Softenger Software Engineer 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 Softenger. The most common topics and skills that interviewers at Softenger expect are Change Management, SQL, Troubleshooting, Front End and Incident management.
What are the top questions asked in Softenger Software Engineer interview?

Some of the top questions asked at the Softenger Software Engineer interview -

  1. What is your stren...read more
  2. ALL THING ANSWER GIVEN BY...read more
  3. C,C++,JAVA,PHYTON ,PROJ...read more

Tell us how to improve this page.

Softenger Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Softenger Your Technology Solution Partner since 1999
Softenger Software Engineer Salary
based on 15 salaries
₹3.7 L/yr - ₹13.9 L/yr
7% more than the average Software Engineer Salary in India
View more details

Softenger Software Engineer Reviews and Ratings

based on 11 reviews

4.2/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

3.8

Salary

4.1

Job security

4.2

Company culture

3.9

Promotions

4.2

Work satisfaction

Explore 11 Reviews and Ratings
Application Support Engineer
86 salaries
unlock blur

₹2 L/yr - ₹6.7 L/yr

Oracle Database Administrator
79 salaries
unlock blur

₹1.8 L/yr - ₹8.5 L/yr

System Administrator
72 salaries
unlock blur

₹1.8 L/yr - ₹9.1 L/yr

Linux System Administrator
48 salaries
unlock blur

₹2.1 L/yr - ₹7.5 L/yr

Executive
45 salaries
unlock blur

₹2 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Softenger with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

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