Upload Button Icon Add office photos

Filter interviews by

Mamsys Consultancy Services Quality Analyst Interview Questions, Process, and Tips

Updated 22 May 2021

Mamsys Consultancy Services Quality Analyst Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is sql
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL is used in various industries including finance, healthcare, and e-commerce

  • Answered by AI
  • Q2. Joins in sql
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column between them.

    • There are different types of joins: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns all the rows from the right table and matching rows from the l...

  • Answered by AI
  • Q3. What is java
  • Ans. 

    Java is a high-level programming language used for developing applications and software.

    • Java is an object-oriented language

    • It is platform-independent

    • Java code is compiled into bytecode

    • Java Virtual Machine (JVM) executes the bytecode

    • Java is used for developing web applications, mobile applications, desktop applications, and games

  • Answered by AI
  • Q4. Selenium
  • Q5. Script in selenium
  • Ans. 

    Script in Selenium is a set of instructions written in programming language to automate web browser actions.

    • Selenium scripts can be written in various programming languages such as Java, Python, C#, etc.

    • Scripts can be used to automate repetitive tasks such as filling out forms, clicking buttons, etc.

    • Selenium provides various methods and functions to interact with web elements such as findElement(), click(), sendKeys(),...

  • Answered by AI
  • Q6. Managerial situation based

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is between medium to tough level. If your basic concept are good you can easily crack it

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Which is the best level in Wipro? Ans:Now Wipro has introduced quarterly appraisal system.
  • Q2. What is the process of Wipro ? Ans: Wipro,a global information technology, consulting,and business process service company.
Round 2 - Aptitude Test 

Can you recommend any free website for taking an online carrier aptitude test and recieving a detailed report on sutaible job options.

Round 3 - Assignment 

What is the best resource to learn data structure and algorithm(must contain practice assignments too)? I have stumbled across Coursera,but does it cover all essential details about DSA?

Round 4 - Technical 

(1 Question)

  • Q1. What is technical? Ans: Defination must be able to apply the technical knowledge and skills required in the specialist and professional job role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Being an employee who is able to refer candidates for available position, would you charge job-seekers coming to you for advice and refferal for spending time on meeting and advising them.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a quite good exp and i clerd that round and i got an offer in those in that company company company company company

Round 2 - Technical 

(2 Questions)

  • Q1. First round was self intro
  • Q2. Coding questiond
Round 3 - HR 

(2 Questions)

  • Q1. Salary exp and high
  • Q2. Salary exp in high
  • Ans. 

    I have experience with high salary expectations.

    • I have experience negotiating high salaries based on my skills and experience.

    • I have successfully secured high salary offers in previous roles.

    • I am confident in my ability to justify and negotiate for a high salary based on market rates and my qualifications.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Cryptography
  • Ans. 

    Cryptography is the practice and study of techniques for secure communication in the presence of third parties.

    • Cryptography involves encrypting and decrypting data to ensure confidentiality and integrity.

    • It uses algorithms and keys to transform plaintext into ciphertext and vice versa.

    • Examples include AES, RSA, and DES encryption algorithms.

    • Cryptography is used in securing communication over the internet, digital signa

  • Answered by AI
  • Q2. What is TOP 10 OWASP
  • Ans. 

    OWASP top 10 vulnerabilities include injection, broken authentication, sensitive data exposure, etc.

    • Injection (e.g. SQL injection, LDAP injection)

    • Broken Authentication (e.g. session management flaws)

    • Sensitive Data Exposure (e.g. inadequate data protection)

    • XML External Entities (XXE)

    • Broken Access Control (e.g. insecure direct object references)

    • Security Misconfiguration

    • Cross-Site Scripting (XSS)

    • Insecure Deserialization

    • Us...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They participated in three interviews and were selected for the BHP project, where they were questioned about cryptography, the VM lifecycle, and the latest market zero-day vulnerabilities.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Past experiences about projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Share the link i will take the aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. What know about this role
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your hobby

I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1 min discussion about topic on Discrimination
  • Ans. Be polite and speak confidently
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, Be polite, Be confident

I applied via Naukri.com and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain test framework
  • Ans. 

    Test framework is a set of guidelines, coding standards, and best practices to create and execute automated tests.

    • Test framework provides a structure for organizing and executing automated tests.

    • It includes libraries, tools, and utilities to support test automation.

    • Test framework helps in reducing the time and effort required for testing.

    • Examples of test frameworks are Selenium, Appium, TestNG, JUnit, etc.

  • Answered by AI
  • Q2. Explain agile process
  • Ans. 

    Agile process is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile process involves breaking down a project into small, manageable chunks called sprints.

    • Each sprint typically lasts 1-4 weeks and results in a working product increment.

    • Agile teams prioritize customer satisfaction and collaboration over strict adherence to a plan.

    • Agile process encourages continuous i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give relevant answer to your work experience

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. I am interested in jobs
  • Q2. I want company job's very good job

Mamsys Consultancy Services Interview FAQs

What are the top questions asked in Mamsys Consultancy Services Quality Analyst interview?

Some of the top questions asked at the Mamsys Consultancy Services Quality Analyst interview -

  1. What is ...read more
  2. What is j...read more
  3. Script in selen...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Mamsys Consultancy Services interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
Software Developer
21 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Assistant System Engineer
9 salaries
unlock blur

₹3.5 L/yr - ₹4.5 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Software Engineer
5 salaries
unlock blur

₹5.3 L/yr - ₹18 L/yr

Software Tester
5 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Explore more salaries
Compare Mamsys Consultancy Services 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