Upload Button Icon Add office photos

Filter interviews by

QSS Group Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Mainly mcqs and some coding questions

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    Calculate the Nth Fibonacci number efficiently using dynamic programming.

    • Use dynamic programming to store previously calculated Fibonacci numbers to avoid redundant calculations.

    • Start with base cases F(1) and F(2) as 1, then iterate to calculate subsequent Fibonacci numbers.

    • Optimize the solution to have a time complexity of O(N) by storing and reusing calculated values.

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Introduction and some Python Questions

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. 

    Check if a given string is a palindrome considering only alphanumeric characters.

    • Remove non-alphanumeric characters from the input string before checking for palindrome.

    • Use two pointers approach to compare characters from start and end of the string.

    • Convert all characters to lowercase for case-insensitive comparison.

    • Return true if the string is a palindrome, false otherwise.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Questions related to cloud deployments and all

  • Q1. Can you explain your approach to project scaling in AWS?
  • Ans. 

    My approach to project scaling in AWS involves utilizing auto-scaling groups, load balancers, and monitoring tools.

    • Utilize auto-scaling groups to automatically adjust the number of EC2 instances based on traffic patterns

    • Implement load balancers to distribute incoming traffic evenly across multiple instances

    • Use monitoring tools like CloudWatch to track performance metrics and make informed scaling decisions

  • Answered by AI
Round 4 - HR 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

Mainly discussed the future goals and expectations from the company

  • Q1. Can you discuss your work experience, the company culture you've encountered, and your future expectations regarding growth opportunities?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in NoidaEligibility criteriaNo criteriaThales interview preparation:Topics to prepare for the interview - Python, Data structures, Docker, AWS, JenkinsTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Solve coding questions on daily basis
Tip 2 : Start giving interview as early as possible
Tip 3 : Write down the questions being asked in interview

Application resume tips for other job seekers

Tip 1 : Resume should be focused on a particular profile
Tip 2 : Should mention good project experience

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2022. There were 4 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 

(1 Question)

  • Q1. Bits , bytes and xor.
Round 3 - Technical 

(1 Question)

  • Q1. Threads, mutex and IPC
Round 4 - HR 

(1 Question)

  • Q1. Tell about company and yourself. More if behavioural round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Detailed understanding of Spring Framework and Java Concepts.
Questions on Stream API
Questions on Concurrency
2 Coding questions first on String manipulation and second based on Tree.
Overall prepare good for Java concepts.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Microservices design pattern and monitoring related questions
  • Q2. Java interview questions on collections
Round 2 - Technical 

(1 Question)

  • Q1. Cloud ,java microservices and mongo related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. String Manipulation program
  • Ans. 

    Create a program for string manipulation using an array of strings.

    • Use built-in string manipulation functions like substring, replace, and concat.

    • Iterate through the array of strings to perform different manipulations.

    • Consider edge cases like empty strings or null values.

    • Example: Reverse each string in the array and concatenate them together.

  • Answered by AI
  • Q2. Internal Working of HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to fi...

  • Answered by AI
  • Q3. Spring Annotations
Round 2 - Technical 

(3 Questions)

  • Q1. Coding question
  • Q2. Maven working in Depth
  • Q3. SQL, Oracle/MySql

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of testing
  • Q2. Sql basic, joins
  • Q3. Unix and shell scripting
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Linux , puzzle, simple programs l
Round 2 - One-on-one 

(1 Question)

  • Q1. About me and about my previous work

Interview Questionnaire 

8 Questions

  • Q1. What is salary package
  • Q2. What is times
  • Ans. 

    Times can refer to a measurement of duration or frequency.

    • Times can be used to measure how long an event lasts, such as 'I ran for 30 minutes.'

    • Times can also refer to how often something occurs, such as 'I brush my teeth three times a day.'

    • In mathematics, times is another word for multiplication, such as '2 times 3 equals 6.'

  • Answered by AI
  • Q3. What's is Transportation status
  • Ans. 

    Transportation status refers to the current location and movement of goods or people being transported.

    • It includes information about the mode of transportation, such as air, sea, or land.

    • It also includes details about the departure and arrival times, as well as any delays or issues that may arise.

    • Transportation status is important for logistics and supply chain management, as it helps to ensure timely delivery of goods...

  • Answered by AI
  • Q4. What's is environment
  • Ans. 

    Environment refers to the surroundings or conditions in which a person, animal, or plant lives or operates.

    • It includes both natural and man-made elements

    • Examples of natural elements include air, water, soil, and climate

    • Examples of man-made elements include buildings, roads, and pollution

    • The environment can have a significant impact on health and well-being

    • Environmental issues such as climate change and pollution are ma

  • Answered by AI
  • Q5. What is prosess
  • Ans. 

    A process is a series of actions or steps taken to achieve a particular goal or outcome.

    • A process involves a set of sequential or parallel activities.

    • It typically has a defined starting point and ending point.

    • Each step in the process contributes to the overall objective.

    • Processes can be documented and standardized to ensure consistency and efficiency.

    • Examples of processes include sales prospecting, lead qualification,

  • Answered by AI
  • Q6. Company organization
  • Q7. Where is head office
  • Q8. What is benefit
  • Ans. 

    A benefit is a positive outcome or advantage gained from a particular action or decision.

    • Benefits can be tangible or intangible

    • Tangible benefits include things like increased revenue or cost savings

    • Intangible benefits include things like improved customer satisfaction or brand reputation

    • Benefits are often used to justify a particular course of action or investment

    • Examples of benefits in sales might include increased ma

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. 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 Questions asked related to mathematics, GK, probability, statistics and English

Round 3 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and
  • Q2. Short and long term goal
  • Ans. 

    Short term goal is to learn new skills and contribute to the company. Long term goal is to become a team leader.

    • Short term goal: Learn new skills and contribute to the company

    • Long term goal: Become a team leader

    • Examples: Attend training sessions, take on new projects, collaborate with colleagues

    • Examples: Develop leadership skills, mentor junior team members, lead projects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be yourself and honest. Tell about your skills and experience.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Learn the basics on how to crack interview on situation based
  • Q2. What is the difference between hard work and smart work
  • Ans. 

    Hard work is putting in a lot of effort, while smart work is finding efficient ways to achieve the same results.

    • Hard work involves putting in a lot of time and effort without necessarily considering the most efficient approach.

    • Smart work focuses on finding efficient ways to accomplish tasks, often by leveraging resources, technology, or strategic thinking.

    • Hard work may lead to burnout or inefficiency if not combined wi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its an easy process be good with communication skills

Tell us how to improve this page.

Interview Questions from Similar Companies

Zetwerk Interview Questions
4.1
 • 89 Interviews
Qatar Airways Interview Questions
3.9
 • 56 Interviews
Thales Interview Questions
3.7
 • 46 Interviews
Serco Interview Questions
4.3
 • 33 Interviews
View all
Compare QSS Group with

InterGlobe Aviation

3.6
Compare

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

4.3
Compare

Zetwerk

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