Upload Button Icon Add office photos

Filter interviews by

Sirma Business Consulting Quality Assurance Interview Questions and Answers

Updated 3 Nov 2021

Sirma Business Consulting Quality Assurance Interview Experiences

1 interview found

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is rtm, deferred defect, selenium and manual testing questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dress smart speak confidently

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms.
For a consultant profile, they do look for a consistent academic performance, scholarships, Olympiads etc. So I did make sure to include all my academic achievements in my resume.

Round: Test
Experience: This was the first round and was conducted in October itself, well before the final placement process that begins only in December. The test had 20 questions. All the questions described a particular situation and 4 options describing solutions/implications of the situation were provided. The candidate was supposed to choose one of the 4 alternatives, which according to him, was the best possible answer. From what I recall, there wasn’t much calculation involved. Use of calculator was permitted.
Tips: Attempt all the questions. Be accurate.

Round: Guesstimate Interview
Experience: Around 23 students got shortlisted for the next round of selection process which was held in December.
This round was based on “guesstimate” problems. I was asked to calculate the total annual revenue of McDonalds in India. No other data was given. Use of calculator was not permitted. This interview lasted for about 10-15 minutes.
Some other candidate was asked to estimate the length of roads in Delhi. Another one was asked to calculate the number of road side ads/banners in Delhi.
Tips: Prepare for guesstimate problems and qualitative case analysis.

College Name: IIT ROORKEE
Motivation: Indus Insights is a new company. It had a team of only 6 people when it came for recruiting. Not much information was available on the internet. I did attend its pre-placement talk and that acted as the main source of information about the company and the profile offered.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms.
They were least interested in my resume. They cared more about your analytical skills rather than on your on campus activities.

Round: Test
Experience: The first round was the written test which had a few questions from data interpretation and some questions that were quite peculiar to the consulting sector as such. Only 24 students got shortlisted for the next round out of close to 350 applicants.
Tips: The cut off for the written test was very high. So ensuring accuracy and attempting all the questions is important.

Round: Case Study Interview
Experience: The next round was the case study round. The case that I was presented with was to calculate the number of hoardings in a metropolitan city with the help of given data. I failed to qualify beyond this round.
Tips: One should prepare for “Guesstimate” type case interviews (where the interviewee is tried to estimate the final answer based on logical deduction and analysis of the given facts) for this company as they give very high emphasis to the performance in the case study interview round.

College Name: IIT ROORKEE
Motivation: Indus Insight is a start-up which uses quantitative analytics to give solution to real life problems encountered in business. The company was founded by an IITB alumnus. It is growing at a fast pace and the best source of information about them was the pre placement talk organised by them.

Interview Preparation Tips

Round: cgpa shortlisting round
Experience: There was a shortlist based on the CGPA and they took one technical interview

General Tips: Try to answer as much as possible. Don't be over confident. Don’t get too stressed up on placement procedures.Concentrate more on the hardware part and the microprocessors.
It was a bit challenging.
Skill Tips: These subjects should be prepared well-
Database
Operating System
Distributed system
Skills:
College Name: NIT Surathkal

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Machine Learning, SQL, Excel, Python and Statistics

Interview Preparation Tips

Interview preparation tips for other job seekers - Have an all-round understanding of SQL. Machine Learning and Python are next on the list. Build your numerical ability and logical reasoning.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List and tuple differences
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • Lists are mutable, meaning their elements can be changed after creation.

    • Tuples are immutable, meaning their elements cannot be changed after creation.

    • Lists are defined using square brackets [], tuples using parentheses ().

    • Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.

  • Answered by AI
  • Q2. Generators in python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators are created using a function with 'yield' instead of 'return'.

    • They are used to generate a sequence of values lazily, one at a time.

    • Generators are memory efficient as they do not store all values in memory at once.

    • Example: def my_generator(): for i in range(5): yield i

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Feb 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 

Scenario wise questionaries, they had give for the explained on.

Round 3 - HR 

(2 Questions)

  • Q1. What the education and assessment.
  • Ans. 

    Education and assessment are crucial for measuring knowledge and skills.

    • Education provides the foundation for learning and acquiring knowledge and skills.

    • Assessment measures the level of understanding and mastery of the subject matter.

    • Effective education and assessment methods can lead to better learning outcomes and improved performance.

    • Examples of assessment methods include exams, quizzes, projects, and presentations

  • Answered by AI
  • Q2. Tell me about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good one for interns. Process approaches are also fine and manage able
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2022.

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 

(2 Questions)

  • Q1. Pivot table in excel
  • Ans. 

    Pivot table is a data summarization tool in Excel.

    • Pivot table allows users to summarize and analyze large datasets.

    • It can be used to group data by categories, calculate totals, and create custom calculations.

    • Users can easily change the layout of the table to view data in different ways.

    • Pivot table is a powerful tool for data analysis and reporting.

    • Example: A sales manager can use pivot table to analyze sales data by re

  • Answered by AI
  • Q2. How to count data in excel
  • Ans. 

    To count data in Excel, use the COUNT function or select the data and look at the status bar.

    • Use the COUNT function to count the number of cells that contain numbers or dates

    • Use the COUNTA function to count the number of cells that are not empty

    • Select the data and look at the status bar to see the count of selected cells

    • Use the COUNTIF function to count cells that meet a specific criteria

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s was good

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. IAM & PAM Operations
  • Q2. Related to Sailpoint

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

C DOT Interview Questions
3.9
 • 27 Interviews
Indus Insights Interview Questions
2.4
 • 25 Interviews
Milliman Interview Questions
3.8
 • 20 Interviews
Ven Consulting Interview Questions
3.4
 • 19 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
Selectsys Interview Questions
3.6
 • 15 Interviews
Gi Group Interview Questions
3.8
 • 15 Interviews
VHS Consulting Interview Questions
3.7
 • 14 Interviews
View all
Front end Developer
10 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Programmer Analyst
7 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Junior Technical Consultant
6 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Software Developer
5 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Backend Developer
5 salaries
unlock blur

₹4 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Sirma Business Consulting with

Diverse Lynx

3.7
Compare

Shah Technical Consultants

3.5
Compare

Gi Group

3.8
Compare

Ven Consulting

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