Upload Button Icon Add office photos

Filter interviews by

Sirma Business Consulting Interview Questions, Process, and Tips

Updated 26 Jan 2025

Top Sirma Business Consulting Interview Questions and Answers

Sirma Business Consulting Interview Experiences

Popular Designations

5 interviews found

Backend Developer Interview Questions & Answers

user image karthik naik

posted on 25 Sep 2024

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

I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 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 changed.

    • List is defined using square brackets [], while tuple is defined using parentheses ().

    • Example: list_example = [1, 2, 3] and tuple_example = (1, 2, 3)

  • Answered by AI
  • Q2. What is git and github
  • Ans. 

    Git is a version control system that tracks changes in code, while GitHub is a platform for hosting and collaborating on code repositories.

    • Git is a distributed version control system used to track changes in code

    • GitHub is a web-based platform for hosting and collaborating on Git repositories

    • Developers use Git to manage code changes locally before pushing them to GitHub for collaboration

    • GitHub provides features like pul...

  • Answered by AI
  • Q3. What a class and object
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming. An object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Classes can be used to create multiple objects with similar characteristics.

    • Objects can interact with each other by calling methods defined in their class.

    • Example: Class 'Car' may have properties like 'color' a...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Brief discussion about job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Write a program to count the occurrence of letters in given string

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between list and tuple
  • Ans. 

    Lists are mutable, tuples are immutable in Python.

    • Lists are enclosed in square brackets [], tuples in parentheses ().

    • Lists allow modifications, tuples are read-only.

    • Lists are used for collections of items that may change, tuples for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. Difference between shallow copy and deep copy
  • Ans. 

    Shallow copy creates a new object but does not duplicate nested objects, while deep copy creates a new object with all nested objects duplicated.

    • Shallow copy only copies the references of nested objects, not the objects themselves.

    • Deep copy creates new copies of all nested objects, resulting in a completely independent copy of the original object.

    • In Python, shallow copy can be achieved using the copy() method, while de...

  • Answered by AI

Skills evaluated in this interview

Django Developer Interview Questions asked at other Companies

Q1. 1-What is request/response cycle in Django. 2-what are the middlewares.
View answer (1)

Social Media Manager Interview Questions & Answers

user image S. Rathna Bharathi

posted on 26 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. What experience do you have
  • Ans. 

    I have 5 years of experience managing social media accounts for various companies.

    • Managed social media accounts for multiple companies

    • Created and implemented social media strategies

    • Increased engagement and followers through targeted campaigns

  • Answered by AI

Social Media Manager Interview Questions asked at other Companies

Q1. what do you understand by social Media marketing? What is paid marketing? how many channels can we use for marketing? what are PPC SEO and affiliate marketing? how can social media help businesses as revfin grow?
View answer (1)

Graphic Designer Interview Questions & Answers

user image Salvin Joy Moothedath

posted on 7 Mar 2024

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Assignment 

Recreate a use case video from there YouTube channel

Round 2 - Assignment 

Redesign their website

Round 3 - Assignment 

Make a corporate video from the script

Round 4 - One-on-one 

(2 Questions)

  • Q1. Interview with CEO
  • Q2. Introduction, skills

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)

Sirma Business Consulting interview questions for popular designations

 Backend Developer

 (1)

 Django Developer

 (1)

 Graphic Designer

 (1)

 Quality Assurance

 (1)

 Social Media Manager

 (1)

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

Quality Assurance Interview Questions asked at other Companies

Q1. Explain your Project. Explain V model. Explain SDLC. Explain STLC. Explain Agile ceremonies. Do you attend all the agile ceremonies? Tell me the positive and negative test cases for water bottle. What is difference between Retesting and Reg... read more
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online test conducted by whee box. Questions were mix from Automation and Manual testing. Questions on OOPS concept like Encapsulation, polymorphism, abstraction. Questions on Database testing, (none from API). Few questions based on English , few logical reasoning

Round 2 - Technical 

(8 Questions)

  • Q1. API questions - Put vs patch , error codes, API tools used
  • Q2. Explain STLC in detail
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a systematic process for testing software applications.

    • STLC consists of various phases such as Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure.

    • Each phase has specific objectives and deliverables to ensure the quality of the software.

    • STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them l...

  • Answered by AI
  • Q3. Introduction, current role
  • Q4. Current CTC , Expected CTC
  • Q5. Agile ceremonies
  • Q6. Stored procedure in DB
  • Ans. 

    Stored procedures are precompiled SQL statements stored in the database for reuse and improved performance.

    • Stored procedures are used to encapsulate business logic in the database.

    • They can improve performance by reducing network traffic and optimizing execution plans.

    • Stored procedures can be called from application code to perform complex operations on the database.

    • They can also help with security by controlling access...

  • Answered by AI
  • Q7. Ready for working in night shift for US based client
  • Q8. Requirement traceability matrix
Round 3 - Technical 

(13 Questions)

  • Q1. Quick Introduction and role in current project
  • Ans. 

    I am a Senior QA Engineer with 5 years of experience. Currently, I am leading the testing efforts for a web application project.

    • Leading the testing efforts for a web application project

    • Creating test plans and test cases

    • Executing manual and automated tests

    • Identifying and reporting bugs

    • Collaborating with developers and stakeholders

  • Answered by AI
  • Q2. Questions related to agile ceremonies
  • Q3. API tools used, % of API work done in previous projects
  • Ans. 

    Used Postman for API testing, 60% of work involved API testing in previous projects

    • Utilized Postman for API testing

    • 60% of work in previous projects involved API testing

    • Worked extensively with RESTful APIs

  • Answered by AI
  • Q4. Scenario based questions on QA
  • Q5. Role of QA when the built functionality do not match with requirements
  • Ans. 

    QA plays a crucial role in identifying and communicating the discrepancies between built functionality and requirements.

    • QA should thoroughly review the requirements documentation to understand the expected functionality.

    • QA should conduct thorough testing to identify any discrepancies between the built functionality and the requirements.

    • QA should communicate any discrepancies found to the development team and stakeholde...

  • Answered by AI
  • Q6. Contract testing in API
  • Ans. 

    Contract testing in API involves verifying the interactions between different services based on predefined contracts.

    • Contract testing ensures that each service meets the expectations set by the contract.

    • It helps in detecting issues early in the development cycle.

    • Popular tools for contract testing in APIs include Pact and Spring Cloud Contract.

  • Answered by AI
  • Q7. Overall tools used for database, build deployment, bug tracking, test case/plan track
  • Ans. 

    Various tools used for database, build deployment, bug tracking, and test case/plan tracking in QA engineering.

    • Database: SQL Server, MySQL, Oracle

    • Build Deployment: Jenkins, TeamCity, Bamboo

    • Bug Tracking: Jira, Bugzilla, Redmine

    • Test Case/Plan Tracking: TestRail, HP ALM, Zephyr

  • Answered by AI
  • Q8. New things which you contributed to current project to improve overall quality process
  • Ans. 

    Implemented automated test scripts using Selenium for regression testing, introduced code review process for test scripts, and conducted training sessions on new testing tools.

    • Implemented automated test scripts using Selenium for regression testing

    • Introduced code review process for test scripts

    • Conducted training sessions on new testing tools

  • Answered by AI
  • Q9. How many offer letters you hold? Current CTC, Expected CTC
  • Ans. 

    I currently hold 2 offer letters. My current CTC is $80,000 and my expected CTC is $90,000.

    • I hold 2 offer letters

    • Current CTC is $80,000

    • Expected CTC is $90,000

  • Answered by AI
  • Q10. Comfortable in coming to office regularly although it was hybrid model
  • Ans. 

    Yes, I am comfortable with coming to the office regularly in a hybrid model.

    • I value face-to-face interactions with team members for better collaboration and communication.

    • I am able to manage my time effectively to balance office and remote work.

    • I understand the importance of being present in the office for certain tasks or meetings.

    • I am adaptable and flexible in my work environment.

  • Answered by AI
  • Q11. Any experience in working with US based clients, Ready for shift overlapping
  • Ans. 

    Yes, I have experience working with US based clients and I am ready for shift overlapping.

    • I have worked with US based clients in my previous role as a QA Engineer

    • I am familiar with the time zone differences and have adjusted my schedule accordingly

    • I am comfortable with shift overlapping and have done it before when needed

  • Answered by AI
  • Q12. RCA and backtracking process in current project
  • Ans. 

    RCA and backtracking process involves identifying root causes of issues and revisiting previous steps to find solutions.

    • Root Cause Analysis (RCA) is used to identify the underlying cause of a problem or defect in the project.

    • Backtracking process involves revisiting previous steps or decisions to find a solution or correct an issue.

    • Examples of RCA in current project could include analyzing code changes that led to a bug...

  • Answered by AI
  • Q13. Experience in automation testing, any learning in AI or other
  • Ans. 

    I have extensive experience in automation testing and have also taken courses in AI and machine learning.

    • I have worked on creating automation frameworks using tools like Selenium and Appium.

    • I have taken online courses on AI and machine learning to enhance my skills in these areas.

    • I have implemented AI-based testing techniques like neural networks for test automation.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Milliman Senior QA Engineer interview:
  • API Testing
  • Agile Methodology
  • Database Testing
  • Manual Testing
  • STLC
  • Procedures
  • build deployment
Interview preparation tips for other job seekers - They are more focused on API testing work. Questions related to manual testing are kind of simple. Some scenario based questions on testing, related to experience. Also asking for automation testing experience, although HR said only manual testing is required
Every technical interviewer was interested in knowing the CTC, which generally does not happen.
HR said its a hybrid role, also specified in job description but director said he wants people to come daily especially new joiners.
They have different policies for new joiners who are on probation period as compared to their old employees.
HR does not give apt response, interview process is very messed up. She will mostly avoid your calls of follow-ups. Firstly my profile was rejected within 3-4 days during profile shortlisting, then magically I received online test invite and then eventually interviews occur. But after 3rd round, I was rejected again via mail by HR (with no feedback obv) and that too when I tried to follow up with her after 4 days of giving 2nd technical interview. Hiring process is quite messed up and needs some refinment
Also the online test conducted by wheebox has a lot of technical glitches, not a smooth process.
Seem like their budget was quite less which was not told in earlier stages by HR.

Skills evaluated in this interview

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

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Qualification & self introduction
  • Q2. What is work at height? It's hazards and precaution
Round 2 - Technical 

(2 Questions)

  • Q1. What is legal documents
  • Q2. What is tandem lifting
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Salary
Round 2 - One-on-one 

(2 Questions)

  • Q1. Two wheeler to work
  • Q2. Experience relevant to field
Round 3 - HR 

(2 Questions)

  • Q1. Document processing
  • Q2. Mail application submit
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Puzzle solving was done which were moderate in difficulty level and you can ask for hints.

Round 2 - Technical 

(3 Questions)

  • Q1. Data modelling techniques in tableau
  • Ans. 

    Data modelling techniques in Tableau involve creating relationships between data sources to analyze and visualize data effectively.

    • Use data blending to combine data from multiple sources

    • Create calculated fields to manipulate and transform data

    • Utilize hierarchies and groups to organize data for analysis

    • Implement filters and parameters to control data display

    • Leverage Tableau's data modeling tools like joins and unions

  • Answered by AI
  • Q2. Explain your projects.
  • Q3. RLS implementation
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - One-on-one 

(2 Questions)

  • Q1. Nonsense question
  • Q2. They don't have knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this organisation if you want to spoil your career than you go for it worst company Prashant is so cheap the VP he behaves like salesman

Sirma Business Consulting Interview FAQs

How many rounds are there in Sirma Business Consulting interview?
Sirma Business Consulting interview process usually has 2-3 rounds. The most common rounds in the Sirma Business Consulting interview process are Assignment, Technical and HR.
How to prepare for Sirma Business Consulting interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Sirma Business Consulting . The most common topics and skills that interviewers at Sirma Business Consulting expect are PLSQL, MySQL, Casa, Cif and Communication Skills.
What are the top questions asked in Sirma Business Consulting interview?

Some of the top questions asked at the Sirma Business Consulting interview -

  1. What is the difference between list and tu...read more
  2. Difference between shallow copy and deep c...read more
  3. What is git and git...read more

Tell us how to improve this page.

Sirma Business Consulting Interview Process

based on 5 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

C DOT Interview Questions
3.9
 • 26 Interviews
Indus Insights Interview Questions
2.4
 • 25 Interviews
Milliman Interview Questions
3.8
 • 20 Interviews
Diverse Lynx Interview Questions
3.8
 • 19 Interviews
Ven Consulting Interview Questions
3.5
 • 17 Interviews
Selectsys Interview Questions
3.6
 • 15 Interviews
Gi Group Interview Questions
3.9
 • 15 Interviews
VHS Consulting Interview Questions
3.7
 • 14 Interviews
View all

Sirma Business Consulting Reviews and Ratings

based on 30 reviews

2.5/5

Rating in categories

2.5

Skill development

2.5

Work-life balance

2.7

Salary

2.1

Job security

2.2

Company culture

2.3

Promotions

2.4

Work satisfaction

Explore 30 Reviews and Ratings
Business Analyst Intern

Bangalore / Bengaluru

1-6 Yrs

Not Disclosed

Mobile App Developer

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Frontend Developer

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Explore more jobs
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.8
Compare

Shah Technical Consultants

3.6
Compare

Gi Group

3.9
Compare

Yashi Consulting Services

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