Upload Button Icon Add office photos
Engaged Employer

i

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

Soften Technologies Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 54 Reviews

Filter interviews by

Soften Technologies Software Developer fresher Interview Questions and Answers

Updated 19 Feb 2023

Soften Technologies Software Developer fresher Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Greater Noida Institute of Technology, Greater Noida and was interviewed in Jan 2023. 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 

Percentage, profit and loss, Reminder Theorem, Age & Average, Probability, Calculation

Round 3 - Technical 

(3 Questions)

  • Q1. What do mean by Multi Thread.
  • Ans. 

    Multi-threading is a technique of executing multiple threads simultaneously in a single process.

    • Multi-threading improves application performance by utilizing multiple CPUs or CPU cores.

    • Each thread runs independently and shares the same memory space.

    • Threads can communicate with each other through shared memory or message passing.

    • Examples of multi-threaded applications include web servers, video games, and database syste

  • Answered by AI
  • Q2. Encapsulation, Polymorphism, Abstraction, Class, Object
  • Q3. Data base Connectivity by my sql, Static function, void use in Java

Interview Preparation Tips

Topics to prepare for Soften Technologies Software Developer fresher interview:
  • Management
  • Leadership Skills
  • Technical Skills
Interview preparation tips for other job seekers - You are good learning and quality of management thinking.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Max number of non repeating consecutive characters in a given string
  • Ans. 

    Find the maximum number of non-repeating consecutive characters in a given string.

    • Iterate through the string and keep track of the current substring of non-repeating characters

    • Update the maximum length of non-repeating characters as you iterate

    • Return the maximum length found

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 java based questions

Round 3 - Technical 

(2 Questions)

  • Q1. Data structures and algorithms
  • Q2. Linked list implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently

    • Traversal starts from the head node

    • Example: Singly linked list, Doubly linked list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

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 - Aptitude Test 

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Linked list implementation and stack
  • Ans. 

    Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Linked list implementation involves creating nodes with data and a pointer to the next node.

    • Stack implementation involves pushing elements onto the stack and popping them off in reverse order.

    • Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

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

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

I applied via Walk-in and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About my projects
  • Q2. My previous internship experience and what i have learned there.

Interview Preparation Tips

Interview preparation tips for other job seekers - Its both HR and technical interview. But they didn't asked much.

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 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 

(1 Question)

  • Q1. Questions on IOT and related
Round 3 - Coding Test 

Questions mainly from Linked list.

Round 4 - Technical 

(1 Question)

  • Q1. Basically coding round, with basic questions from arrays. One needs to have good communication skills to explain to interviewers.

Interview Preparation Tips

Topics to prepare for VassarLabs Software Engineer interview:
  • DSA
  • IOT
Interview preparation tips for other job seekers - It is an startup, you need to ready for any questions.

Soften Technologies Interview FAQs

How many rounds are there in Soften Technologies Software Developer fresher interview?
Soften Technologies interview process usually has 3 rounds. The most common rounds in the Soften Technologies interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Soften Technologies Software Developer fresher interview?

Some of the top questions asked at the Soften Technologies Software Developer fresher interview -

  1. What do mean by Multi Thre...read more
  2. Data base Connectivity by my sql, Static function, void use in J...read more
  3. Encapsulation, Polymorphism, Abstraction, Class, Obj...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Soften Technologies interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Soften Technologies Software Developer fresher Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Network Engineer
11 salaries
unlock blur

₹1.2 L/yr - ₹3.2 L/yr

Junior Network Engineer
8 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Jr Python Developer
8 salaries
unlock blur

₹1 L/yr - ₹1.9 L/yr

Junior Software Tester
7 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

System Administrator
6 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Explore more salaries
Compare Soften Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview