Upload Button Icon Add office photos

Filter interviews by

Clear (1)

QualityKiosk Technologies Senior Test Consultant Interview Questions and Answers

Updated 13 Dec 2020

QualityKiosk Technologies Senior Test Consultant Interview Experiences

1 interview found

Interview Questionnaire 

5 Questions

  • Q1. In which domain you work,explain thoroughly ? (Banking domain question, Payment, Online/internet/mobile banking, Core Banking,Business/corporate)
  • Q2. What is STLC, SDLC and Agile framework? how Dev Ops works, knowledge on automation explain it thoroughly
  • Ans. 

    STLC is Software Testing Life Cycle, SDLC is Software Development Life Cycle, Agile is a methodology for software development, DevOps is a practice of combining development and operations, Automation is the use of tools to automate testing processes.

    • STLC is a process of testing software from planning to deployment

    • SDLC is a process of developing software from planning to deployment

    • Agile is a methodology that emphasizes ...

  • Answered by AI
  • Q3. Which tools you used so far in testing (jira, jenkings, puppets) explain functionality for defect raising , Automation testing
  • Ans. 

    I have used JIRA, Jenkins, and Selenium for defect raising and automation testing.

    • JIRA is a bug tracking tool used to raise defects and track their progress.

    • Jenkins is a continuous integration tool used to automate the build and deployment process.

    • Selenium is a testing framework used for automation testing of web applications.

    • For automation testing, I have used Selenium WebDriver to write test scripts in Java.

    • I have al...

  • Answered by AI
  • Q4. How you manage team in agile, scrum meeting , explain in details overall aspect of Matrix, bunts charts or other team performance measures
  • Q5. Explain payment gateway , mobile app , UPI , Wallet functionality in details
  • Ans. 

    Payment gateway, mobile app, UPI, and wallet are all related to digital payments.

    • Payment gateway is a service that authorizes online payments.

    • Mobile app is a software application designed to run on mobile devices.

    • UPI (Unified Payments Interface) is a real-time payment system in India.

    • Wallet is a digital wallet that stores payment information and allows transactions.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

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

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Had appeared for Java developer role, basic Java questions were asked.

I was interviewed in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.

I applied via Naukri.com and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions related to angular,c# and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be technically strong

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.

I was interviewed in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Recruitment Consultant and was interviewed before Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What Prog Languages known? Prior Software Experience? How good on U.S. Client Face to Face and telephonic interaction for projects?
  • Ans. 

    I am proficient in Java, Python, and C++. I have 2 years of experience in software development. I have excellent communication skills for client interaction.

    • Proficient in Java, Python, and C++

    • 2 years of software development experience

    • Excellent communication skills for client interaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I wasn't fluent or good in Programming languages but I was clear on the flowchart and the basic concept of OOPS. Also, I was confident about solving the scenarios given to me at interview rounds. I also had good experience in US customer handling over telephonic and Face to Face interaction.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

QualityKiosk Technologies Interview FAQs

What are the top questions asked in QualityKiosk Technologies Senior Test Consultant interview?

Some of the top questions asked at the QualityKiosk Technologies Senior Test Consultant interview -

  1. What is STLC, SDLC and Agile framework? how Dev Ops works, knowledge on automa...read more
  2. which tools you used so far in testing (jira, jenkings, puppets) explain funct...read more
  3. explain payment gateway , mobile app , UPI , Wallet functionality in deta...read more

Recently Viewed

INTERVIEWS

T R Chadha & Co Llp

No Interviews

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

Skypro Technologies

No Interviews

INTERVIEWS

T R Chadha & Co Llp

No Interviews

INTERVIEWS

Skypro Technologies

No Interviews

INTERVIEWS

Skypro Technologies

No Interviews

INTERVIEWS

Skypro Technologies

No Interviews

INTERVIEWS

Prasol Chemicals

5.6k top interview questions

REVIEWS

Hanu Software Solutions

No Reviews

INTERVIEWS

Skypro Technologies

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 335 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
NeoSOFT Interview Questions
3.6
 • 262 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 214 Interviews
Incedo Interview Questions
3.1
 • 180 Interviews
Xoriant Interview Questions
4.1
 • 179 Interviews
View all
Test Engineer
2.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
994 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
240 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Test Lead
235 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare QualityKiosk Technologies with

Thinksoft Global Services

3.7
Compare

Cigniti Technologies

3.7
Compare

Indium Software

4.0
Compare

Maveric Systems

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