Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ZeMoSo Technologies Team. If you also belong to the team, you can get access from here

ZeMoSo Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZeMoSo Technologies Senior Quality Assurance Analyst Interview Questions and Answers

Updated 5 Jul 2022

ZeMoSo Technologies Senior Quality Assurance Analyst Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All Technical questions were asked about selenium and Java
Round 2 - Coding Test 

Urged to write a piece of code to test ecommerce website to validate the selected item has been added to the cart or not

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Quality Assurance Analyst interview:
  • Selenium
  • Java
Interview preparation tips for other job seekers - Been strong with your communications and with fair technical knowledge as per your experience on in the domain. That's it you can get it 🤝

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The test included aptitude, coding and few SQL questions.

Round 2 - Technical 

(1 Question)

  • Q1. The round included Programming, cloud, SQL,DBMS related questions.
Round 3 - Technical 

(1 Question)

  • Q1. The round included advanced questions on Cloud, programming languages, SQL and DBMS questions.

Interview Preparation Tips

Topics to prepare for kipi.ai Senior Software Engineer interview:
  • DBMS
  • Data Structures
  • SQL
  • Programming
  • Cloud Computing
  • OOPS
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Some MCQ questions based on the language of your choice and 1 SQL question.

Round 2 - Technical 

(1 Question)

  • Q1. JS fundamentals, programming concepts, sorting algos and basic coding question.
Round 3 - Technical 

(1 Question)

  • Q1. Similar to Round 2
Round 4 - One-on-one 

(1 Question)

  • Q1. Overview of my experience and projects at previous company and programming basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on sorting algos, js fundamentals, SQL for software engineering role (not for data roles).
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 5 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 - Aptitude Test 

MCQ questions test on basics of Software engineering & Project manageement

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on Programming basics, Data structures, and Logical explanation of problem-solving
  • Q2. Data structures - graph vs tree, binary tree height & rules, Hashmap, map & reduce, SQL, scenario based questions
Round 4 - Coding Test 

Implement a simple logic to solve a problem using Java/Python

Round 5 - One-on-one 

(1 Question)

  • Q1. DIscussion with Executive team

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall process is smooth & the interview questions are easy & more focused on your problem-solving skills & Validation check on your skillset.
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 Nov 2023. There were 2 interview rounds.

Round 1 - 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 2 - One-on-one 

(1 Question)

  • Q1. Question based on snowflake i.e horizontal and vertical scaling, materialized view, high and low cardinality, clustering, materialized views , cost optimization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Aptitude Test 

C sharp, advanced sql

Interview Preparation Tips

Topics to prepare for kipi.ai Senior Software Engineer interview:
  • snowflake
  • Tableau
  • SQL
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was mcq test with 1 sql code based question.

Round 2 - Technical 

(5 Questions)

  • Q1. It was technical interview of around 30 min, questions were direct and short on react lifecycle and basic concepts of js.
  • Q2. What is debounce and throttling?
  • Ans. 

    Debounce and throttling are techniques used in web development to limit the number of times a function is called.

    • Debounce delays the execution of a function until after a specified time period has elapsed without additional calls.

    • Throttling limits the rate at which a function is called, ensuring it is not called more than once within a specified time interval.

    • Debounce is useful for handling events like resizing a windo...

  • Answered by AI
  • Q3. What is diff between git merge and rebase?
  • Ans. 

    Git merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.

    • Merge creates a new commit with combined changes, while rebase rewrites commit history.

    • Merge preserves the commit history of both branches, while rebase creates a linear history.

    • Merge is non-destructive and suitable for public branches, while rebase is destructive and should be used for private branche...

  • Answered by AI
  • Q4. What is diff between git fork and clone?
  • Ans. 

    Git fork creates a copy of a repository under your GitHub account, while git clone creates a local copy of a repository.

    • Fork creates a copy on GitHub, clone creates a local copy on your machine

    • Forking allows you to make changes without affecting the original repository

    • Cloning downloads the entire repository to your local machine

    • Forking is commonly used for contributing to open source projects

  • Answered by AI
  • Q5. What is DOM in react?
  • Ans. 

    DOM in React stands for Document Object Model, representing the structure of a web page as a tree of objects.

    • DOM in React is a virtual representation of the actual HTML elements on a web page.

    • React uses a virtual DOM to improve performance by updating only the necessary components.

    • Changes to the virtual DOM are compared with the real DOM, and only the differences are updated.

    • This helps in minimizing the number of DOM m...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. It was based on round 2 but in detail.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What are types of joins?
  • Ans. 

    Types of joins include inner join, outer join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full join: Returns rows whe

  • Answered by AI
  • Q2. Delete duplicates from a table?
  • Ans. 

    Use a DELETE statement with a self-join on the table to remove duplicates.

    • Use a DELETE statement with a self-join on the table to identify and remove duplicates.

    • Example: DELETE t1 FROM table_name t1 INNER JOIN table_name t2 WHERE t1.id < t2.id AND t1.column_name = t2.column_name;

  • Answered by AI
  • Q3. What are ETL and ELT tools and what are their differences?
  • Ans. 

    ETL and ELT tools are used for extracting, transforming, and loading data in data warehousing and analytics processes.

    • ETL stands for Extract, Transform, Load and involves extracting data from various sources, transforming it into a usable format, and loading it into a data warehouse or database.

    • ELT stands for Extract, Load, Transform and involves extracting data, loading it into a target system, and then transforming i...

  • Answered by AI
  • Q4. Can we add a new column in between 2 existing columns in a table? yes or no? Justify the answer
  • Ans. 

    Yes, a new column can be added in between 2 existing columns in a table by altering the table structure.

    • Yes, a new column can be added in between 2 existing columns by using the ALTER TABLE statement in SQL.

    • The new column can be specified to be added after a specific existing column.

    • For example, ALTER TABLE table_name ADD new_column_name datatype AFTER existing_column_name;

  • Answered by AI
  • Q5. Types of normalizations with brief explanation.
  • Ans. 

    Types of normalizations in databases help reduce redundancy and improve data integrity.

    • First Normal Form (1NF) - Eliminates repeating groups and ensures each column contains atomic values.

    • Second Normal Form (2NF) - Ensures all non-key attributes are fully functional dependent on the primary key.

    • Third Normal Form (3NF) - Removes transitive dependencies by moving non-key attributes to separate tables.

    • Boyce-Codd Normal Fo...

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Basics of oops concepts
  • Q2. SQL queries based on joins, views and stored procedures
  • Q3. Difference between SP and A function
  • Ans. 

    SP is a stored procedure in a database, while a function is a piece of code that performs a specific task.

    • SP is precompiled and stored in the database, while a function is compiled and executed at runtime.

    • Functions can return a value, while SPs can return multiple result sets.

    • Functions can be used in SQL queries, while SPs are called using EXECUTE statement.

  • Answered by AI
  • Q4. What are views, why use them and what are the types.
  • Ans. 

    Views in databases are virtual tables that display data from one or more tables based on a query.

    • Views are used to simplify complex queries by storing them as a virtual table.

    • They can hide the complexity of underlying tables and provide a layer of security by restricting access to certain columns.

    • Types of views include simple views, complex views, materialized views, and indexed views.

  • Answered by AI
  • Q5. Top-down vs bottom-up programming approach.
  • Ans. 

    Top-down focuses on breaking down the problem into smaller parts, while bottom-up starts with small components and builds up.

    • Top-down starts with a high-level overview and breaks it down into smaller components.

    • Bottom-up starts with small components and gradually builds up to create a complete system.

    • Top-down is more structured and easier to plan, while bottom-up is more flexible and iterative.

    • Examples: Top-down - wate

  • Answered by AI

Interview Preparation Tips

Topics to prepare for kipi.ai Senior Software Engineer interview:
  • SQL
  • Programming
  • C
  • Agile Methodology
  • Communication Skills

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

They asked mcqs on all formats of aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions on basic dsa
  • Q2. One or 2 coding questions

ZeMoSo Technologies Interview FAQs

How many rounds are there in ZeMoSo Technologies Senior Quality Assurance Analyst interview?
ZeMoSo Technologies interview process usually has 2 rounds. The most common rounds in the ZeMoSo Technologies interview process are Technical and Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all
Senior Software Engineer
83 salaries
unlock blur

₹9.3 L/yr - ₹30 L/yr

Associate Software Engineer
45 salaries
unlock blur

₹6.5 L/yr - ₹7.3 L/yr

Software Engineer
37 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Senior Software Engineer 1
34 salaries
unlock blur

₹12.5 L/yr - ₹22 L/yr

Software Engineer2
31 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Explore more salaries
Compare ZeMoSo Technologies with

Saama Technologies

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

Cyfuture

3.0
Compare

DISYS

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