Upload Button Icon Add office photos

Filter interviews by

Softsuave Interview Questions and Answers for Freshers

Updated 3 Apr 2024

Softsuave Interview Experiences for Freshers

Popular Designations

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Based on arrays you should be aware of good programming language

Round 2 - Group Discussion 

They want you to explain their projects and modules so mean

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Software Developer Interview Questions & Answers

user image Harishkumar T

posted on 31 Mar 2022

I applied via Naukri.com and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

It contains aptitude, pseudocode, basics of java.

Round 2 - Coding Test 

Write code in the paper as well as explain it perfectly.

Round 3 - Coding Test 

Program should execute in the system followed by technical round.

Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different professions and backgrounds.

    • My father is a doctor and my mother is a teacher.

    • I have two siblings, one is an engineer and the other is a lawyer.

    • We come from different cultural backgrounds, with roots in India and the United States.

    • Our family values education and encourages pursuing careers in STEM fields.

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and staying updated with new technologies

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a software developer with experience in multiple programming languages and a passion for problem-solving.

    • Experienced in Java, C++, and Python

    • Strong knowledge of data structures and algorithms

    • Worked on various projects including web development and mobile app development

    • Excellent problem-solving and analytical skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn one programming language properly.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Interview questions from similar companies

Sr.Associate- Technology Interview Questions & Answers

Synechron user image Anonymous

posted on 6 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 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 - Technical 

(4 Questions)

  • Q1. What is load balancer ?
  • Q2. How to create a SSL certificate?
  • Q3. Explain about HTTP.SYS?
  • Q4. What is web garden?
Round 3 - HR 

(4 Questions)

  • Q1. Why you are choosing this company only?
  • Q2. Can you please explain about the company?
  • Q3. Why are you leaving for previous company?
  • Q4. What is your roles and responsibilities?

Interview Preparation Tips

Interview preparation tips for other job seekers - Synechron is good company to work.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. About spark, data factory, Databricks etc
  • Q2. Need explain about these tools and technologies

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Data Engineer interview:
  • Pyspark
  • Adf
  • Databricks
  • SQL
  • Python
  • Airflow
Interview preparation tips for other job seekers - Read the documents regarding spark
Practice pyspark code
Practice python,SQL, Window functions etc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic logical questions

Round 2 - Technical 

(1 Question)

  • Q1. Write simple SQL queries
  • Ans. 

    Basic SQL queries for software engineer interview

    • SELECT * FROM table_name;

    • SELECT column1, column2 FROM table_name WHERE condition;

    • INSERT INTO table_name (column1, column2) VALUES (value1, value2);

    • UPDATE table_name SET column1 = value1 WHERE condition;

    • DELETE FROM table_name WHERE condition;

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Skills evaluated in this interview

Programner Analyst Interview Questions & Answers

CitiusTech user image mona singh

posted on 20 Apr 2022

Round 1 - Technical 

(1 Question)

  • Q1. Introduce yourself difference between abstract class and interface difference between final and finally this and super keyword hard assert and soft assert string immutable concept prime number program char...
Round 2 - Technical 

(1 Question)

  • Q1. Prime number assertion some selenium based code using action handling parent child window

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident while giving answer

I applied via Campus Placement

Interview Questionnaire 

5 Questions

  • Q1. Explain any one organ system anatomy and physiology
  • Q2. Explain Diabetes
  • Q3. Any one respiratory disease name and which drugs is used
  • Q4. Longest and shortest bone of the human body
  • Q5. In arteries and veins which type blood flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Before the interview well prepared

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Web design use in php
  • Ans. 

    Web design is an important aspect of PHP development as it determines the look and feel of the website.

    • PHP can be used to create dynamic web pages with custom designs

    • CSS can be used to style the HTML elements generated by PHP

    • Frameworks like Laravel and CodeIgniter provide pre-built templates for web design

    • Responsive design can be implemented using media queries in CSS

  • Answered by AI
  • Q2. Use in html and css includes function use and include_once function difference
  • Ans. 

    HTML and CSS include functions and difference between include and include_once

    • HTML includes are used to include external files into a webpage

    • CSS includes are used to include external stylesheets into a webpage

    • include() function is used to include a file and will produce a warning if the file is not found

    • include_once() function is used to include a file only once, even if it is called multiple times

    • Both functions are us

  • Answered by AI
Round 2 - 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 3 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for ITC Infotech PHP Web Developer interview:
  • Core PHP
  • Design
Interview preparation tips for other job seekers - What is static and dynamic web pages

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. What is basic procedure to start drilling
  • Ans. 

    The basic procedure to start drilling involves selecting the drilling location, preparing the drilling rig, and drilling the hole.

    • Select the drilling location based on geological surveys and exploration data

    • Prepare the drilling rig by assembling the necessary equipment and ensuring safety measures are in place

    • Drill the hole using the appropriate drilling technique and monitoring progress regularly

    • Extract and analyze ro...

  • Answered by AI
Round 2 - HR 

(4 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself, show your personality.

Intern Interview Questions & Answers

UST user image Anonymous

posted on 1 Mar 2022

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a link list, reverse a binary tree
  • Ans. 

    To reverse a linked list, traverse it and change the pointers. To reverse a binary tree, swap left and right child nodes recursively.

    • For reversing a linked list, traverse the list and change the pointers to point to the previous node instead of the next node.

    • For reversing a binary tree, swap the left and right child nodes of each node recursively starting from the root node.

    • Both operations can be done in O(n) time comp...

  • Answered by AI
  • Q2. Why merge short is better than any other shorting technique
  • Ans. 

    Merge short is better than other shorting techniques due to its ability to minimize risk and maximize profits.

    • Merge short involves combining multiple short positions into one, reducing the risk of individual short positions

    • It allows for greater flexibility in managing short positions and can lead to higher profits

    • For example, if an investor wants to short a stock but is unsure of the timing, they can use merge short to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be Confident ,be simple,always tell truth

Skills evaluated in this interview

Softsuave Interview FAQs

How many rounds are there in Softsuave interview for freshers?
Softsuave interview process for freshers usually has 3 rounds. The most common rounds in the Softsuave interview process for freshers are Coding Test, Aptitude Test and HR.
What are the top questions asked in Softsuave interview for freshers?

Some of the top questions asked at the Softsuave interview for freshers -

  1. what is object oriended langua...read more
  2. Questions on pesudo code, sql and aptit...read more
  3. Project explanation... Advanced java quetio...read more
How long is the Softsuave interview process?

The duration of Softsuave interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

People are getting interviews through

based on 1 Softsuave interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
View all

Softsuave Reviews and Ratings

based on 22 reviews

3.6/5

Rating in categories

4.1

Skill development

3.1

Work-Life balance

3.2

Salary & Benefits

3.3

Job Security

3.1

Company culture

2.9

Promotions/Appraisal

3.6

Work Satisfaction

Explore 22 Reviews and Ratings
Executive Software Engineer
33 salaries
unlock blur

₹2.8 L/yr - ₹5.5 L/yr

Software Engineer
26 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Software Developer
19 salaries
unlock blur

₹3 L/yr - ₹5.3 L/yr

Software Engineer Trainee
15 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Executive Accountant
5 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Softsuave with

Infosys

3.7
Compare

TCS

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