Upload Button Icon Add office photos
Engaged Employer

i

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

Six Sigma Soft Solutions Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 142 Reviews

Filter interviews by

Six Sigma Soft Solutions Software Development Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find duplicates
  • Ans. 

    Find duplicates in an array of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

    • Return a list of all duplicates found

  • Answered by AI
  • Q2. And programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Depends on hr

Skills evaluated in this interview

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

(2 Questions)

  • Q1. About salary expectation?
  • Q2. Why are u leaving current organisation?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Its a mix of basic OOPS concepts , functionality call and output of sample program

Round 3 - One-on-one 

(2 Questions)

  • Q1. Asking about ourselves and college project and how we could work in challenging environment and projects
  • Q2. Would you work in any environment after your training if its Development or Testing or any other

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident in your basic skillset and your done
Round 1 - Technical 

(1 Question)

  • Q1. Java technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Strengths, Weakness, formalities, describe yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with technical concepts & keep it simple in HR round.

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

Interview Questionnaire 

1 Question

  • Q1. Traverse an array linear Search,Implement linkedlist,OOP questiona like inheritance in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Package,Good work life balance,Excellent work culture(Best Place to Work really)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Typical hr questions related to why do you want to join us. Why are you leaving your job.
  • Q2. 1.Db find second highest record. 2.group by query problem. 3.lambda expressions. 4.Hashmap implementations 5.Java tricky questions.
  • Q3. 2 questions asked pen paper round. This round is more about understanding analytics ability.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good company for seasoned craftsmen.
Office is too far from city centre.
Looks flashy from outside by promotions and GPTW certifications by inside it's too shaky.
No auditing of process by management, mentorship is which is of no use as leads keep telling existing employees not to help new person joined in the team.

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Mcq + Data structures questions

  • Q1. Maximum sum subarray

    Given 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 w...

  • Ans. Brute Force Approach
    1. Create a nested loop. The outer loop will go from i = 0 to i = n - k. This will cover the starting indices of all k-subarrays
    2. The inner loop will go from j = i to j = i + k - 1. This will cover all the elements of the k-subarray starting from index i
    3. Keep track of the maximum element in the inner loop and print it.
    Space Complexity: O(1)Explanation:

    O(1) because the extra space being used (looping vari...

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 70 minutes
Round difficulty - Medium

Standard System Design round

  • Q1. System Design Question

    Design a Doctor Appointment System with some testcases

  • Ans. 

    Tip 1 : Implement using OOPs 
    Tip 2 : Try to tell your approach to the interviewer as much as you can side by side

  • Answered by CodingNinjas
Round 3 - Video Call 

(7 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Interview of DSA + OOPS + Databse(SQL query) + Operating System

  • Q1. Left View Of Binary Tree

    Given a binary tree. Print the Left View of the Tree.

    Example :
    If the input tree is as depicted in the picture: 
    

    The Left View of the tree will be:  2 35 2 
    
    Input format :
    ...

  • Ans. Recursive Approach

    This problem can be solved through recursion.We will maintain max_level variable which will keep track of maxLevel and will pass current level in recursion as argument. Whenever we see a node whose current level is more than maxLevel then we will print that node as that will be first node for that current level. Also update maxLevel with current level.

    Space Complexity: O(n)Explanation:

    O(N), where ‘N’...

  • Answered by CodingNinjas
  • Q2. SQL Question

    What is the difference between CHAR and VARCHAR2 datatype in SQL? 

  • Q3. SQL Question

    Write an SQL query to find names of employees starting with ‘A’? 
     

  • Q4. OOPS Question

    What are the various types of constructors in C++?

  • Q5. OOPS Question

    What is the difference between overloading and overriding?

  • Q6. Operating System Question

    What is a process? What are the different states of a process?

  • Q7. Operating System Question

    What is IPC? What are the different IPC mechanisms?

Round 4 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Hr round - normal hr questions + situational 

Thoughtworks community discussion

  • Q1. Basic HR Question

    Why should we hire you?

  • Ans. 

    Tip 1 : Read all Thoughtworks community page and be honest


    Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.


    Tip 3 : The cross-questioning can go intense sometimes, think before you speak.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 7 CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 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 - Technical 

(7 Questions)

  • Q1. What is the difference between List and Tuple?
  • Ans. 

    List is mutable and Tuple is immutable in Python.

    • List can be modified after creation while Tuple cannot be modified.

    • List uses square brackets [] while Tuple uses parentheses ().

    • List is used for homogenous data while Tuple is used for heterogenous data.

    • List is slower than Tuple in terms of performance.

    • Example of List: [1, 2, 3] and Example of Tuple: (1, 'hello', 3.14)

  • Answered by AI
  • Q2. What is __init__ ? Follow up question why is __ (double underscore) used?
  • Q3. A SQL query based on group by and order by DESC LIMIT 1 in order to fetch highest row of a group in a dataset given by panelist.
  • Q4. A simple query on SQL using group by and aggregate function.
  • Q5. Panelist asked about my previous work experience and projects I worked upon earlier and the technologies used.
  • Q6. Question on how do we create table using SQL Alchemy in Flask (since I had used Python Flask in one of my previous projects and had highlighted it pretty well on my resume).
  • Q7. How is memory managed in Python?
  • Ans. 

    Python uses automatic memory management through garbage collection.

    • Python uses reference counting to keep track of memory usage.

    • When an object's reference count drops to zero, it is deleted.

    • Python also uses a garbage collector to handle circular references.

    • Memory allocation is handled by the Python memory manager.

    • Python provides tools like the 'gc' module for managing memory usage.

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Question on List operation.
  • Q2. Do you know numpy pandas?
  • Ans. 

    Yes, numpy and pandas are Python libraries used for data analysis and manipulation.

    • NumPy is used for numerical operations on arrays and matrices.

    • Pandas is used for data manipulation and analysis, providing data structures like DataFrame.

    • Both libraries are commonly used in data science and machine learning.

    • Example: import numpy as np; import pandas as pd;

  • Answered by AI
  • Q3. A question to count number of times a letter occurs in a sentence and then also find the maximum occurring letter.
  • Q4. Difference between generator and iterator?
  • Ans. 

    Generator generates values on the fly while iterator iterates over a collection of values.

    • Generator is a function that returns an iterator.

    • Generators use 'yield' keyword to return values one at a time.

    • Iterators are objects that implement the 'next' method to return the next value in a collection.

    • Iterators can be created from arrays, strings, maps, sets, etc.

    • Generators are useful for generating large sequences of values...

  • Answered by AI
  • Q5. What is the selling point about you why should we consider you over other candidate?
Round 4 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Software Engineer interview:
  • Python
  • SQL
  • Logic Building
  • Numpy
  • Pandas
Interview preparation tips for other job seekers - Be honest about what you know and what you don't. Prepare your resume very well highlighting your best projects and keep good knowledge about them. Search for common interview questions asked for the role you are applying. Practice coding questions over coding platforms whichever you like , if required (depends on the role you are applying for)

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Question on java and microservies
Round 2 - HR 

(1 Question)

  • Q1. Current and expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions were mostly based on resume and we're answerable

Interview Questionnaire 

2 Questions

  • Q1. Managerial round angular and some tech questions should know angular life cycle and important questions
  • Q2. Should know about your project, solid principles and implementation, should provide implementation in one to one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, gep provide good exposure to technologies, once selected be ready with technical armour of yours

Tell us how to improve this page.

Software Developer
37 salaries
unlock blur

₹3.8 L/yr - ₹7.1 L/yr

HR Executive
34 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Desktop Support Engineer
33 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

Resource Coordinator
32 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

System Engineer
28 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Six Sigma Soft Solutions 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