Upload Button Icon Add office photos
Engaged Employer

i

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

Qentelli Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Qentelli Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top Qentelli Interview Questions and Answers

View all 11 questions

Qentelli Interview Experiences

Popular Designations

20 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. String based questions
  • Q2. Java oops concept
  • Q3. Selenium basics
  • Q4. Rest assured basics
  • Q5. CicD questions and testing process

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Group Discussion 

Topics related IT Sector and Networking topics along with one general topic

Round 2 - Aptitude Test 

Appitude and Reasoning Test

Round 3 - Technical 

(2 Questions)

  • Q1. Skill set PL related questions
  • Q2. Project related questions
Round 4 - HR 

(2 Questions)

  • Q1. Package related questions
  • Q2. Transportation and Hybrid related discussions.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to resolve git conflicts
  • Ans. 

    Git conflicts can be resolved by using git merge or git rebase, resolving conflicts manually, and using git mergetool.

    • Use 'git merge' to merge changes from different branches

    • Use 'git rebase' to reapply changes on top of another branch

    • Resolve conflicts manually by editing the conflicting files

    • Use 'git mergetool' to resolve conflicts with a visual merge tool

  • Answered by AI
  • Q2. How to create pipeline in Jenkins
  • Ans. 

    To create a pipeline in Jenkins, you can use the Jenkins Pipeline plugin and define your pipeline as code in a Jenkinsfile.

    • Install the Jenkins Pipeline plugin

    • Create a Jenkinsfile in your project repository

    • Define your pipeline stages, steps, and configurations in the Jenkinsfile

    • Commit and push the Jenkinsfile to trigger the pipeline execution

    • Monitor the pipeline execution and view the results in Jenkins UI

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Java questions related to collections
  • Q2. Selenium questions wrt framework

Skills evaluated in this interview

Senior Test Engineer Lead Interview Questions asked at other Companies

Q1. How to create pipeline in Jenkins
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. System Design of an existing system

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)

Qentelli interview questions for popular designations

 Senior Software Engineer

 (2)

 Associate Software Engineer

 (1)

 Delivery and Operations Manager

 (1)

 Lead Consultant

 (1)

 Product Owner

 (1)

 Quality Engineer

 (1)

 Resource Manager

 (1)

 Senior Consultant

 (1)

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between throw,throws
  • Ans. 

    throw is a keyword used to manually throw an exception in Java, while throws is used in method signature to declare the exceptions that can be thrown by the method.

    • throw is used to throw an exception explicitly within a method

    • throws is used in method signature to declare the exceptions that can be thrown by the method

    • throw is followed by an instance of Throwable class

    • throws is followed by the exception classes that the

  • Answered by AI
  • Q2. Code to get the repeated chars in a string
  • Ans. 

    Code to find repeated characters in a string

    • Iterate through each character in the string

    • Use a hashmap to store the count of each character

    • Iterate through the hashmap and add characters with count > 1 to the result array

  • Answered by AI

Skills evaluated in this interview

Senior Quality Assurance Engineer 2 Interview Questions asked at other Companies

Q1. How to automate api using jmeter and how to write assertions for output
View answer (2)

Get interview-ready with Top Qentelli Interview Questions

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Given array on integers identifying unique number

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Jobs at Qentelli

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(1 Question)

  • Q1. Briefly explain about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident at any stage

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 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 - Technical 

(6 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am an experienced Senior Software Tester with a strong background in quality assurance and test automation.

    • Over 8 years of experience in software testing

    • Proficient in test planning, test case design, and execution

    • Expertise in test automation using tools like Selenium and JUnit

    • Strong knowledge of Agile methodologies and Scrum framework

    • Excellent problem-solving and analytical skills

    • Effective communication and collabora

  • Answered by AI
  • Q2. What is the syntax for Xpath
  • Ans. 

    XPath syntax is used to navigate through XML documents and select elements and attributes.

    • XPath expressions are written in a path-like syntax, using forward slashes to separate elements and attributes

    • Predicates can be used to filter elements based on their attributes or position in the document

    • Functions can be used to manipulate values or perform calculations on elements

    • Examples: //bookstore/book/title selects all titl...

  • Answered by AI
  • Q3. How do you rate yourself in manual and Automation testing
  • Ans. 

    I rate myself highly in both manual and automation testing

    • I have extensive experience in manual testing and have developed a keen eye for identifying defects

    • I am proficient in automation testing tools such as Selenium and have created automated test scripts for various projects

    • I understand the importance of both manual and automation testing and know when to use each approach

    • I continuously strive to improve my skills i

  • Answered by AI
  • Q4. What are your roles and responsibilities in your Project
  • Ans. 

    As a Senior Software Tester, my roles and responsibilities in my project include test planning, test case creation, test execution, defect tracking, and reporting.

    • Test planning: I collaborate with the project team to define the testing scope, objectives, and strategies.

    • Test case creation: I design and develop test cases based on the project requirements and specifications.

    • Test execution: I execute test cases, identify ...

  • Answered by AI
  • Q5. How do you track progress of your project
  • Ans. 

    I track progress of my project by using various metrics and tools.

    • I use project management tools like Jira or Trello to track tasks and their progress.

    • I regularly communicate with the development team to get updates on their work.

    • I monitor the test execution progress by tracking the number of test cases executed and their results.

    • I analyze the defect tracking system to see the number of open, resolved, and closed defec...

  • Answered by AI
  • Q6. Why do we use Maven
  • Ans. 

    Maven is a build automation tool used in software development to manage dependencies and build projects.

    • Maven simplifies the build process by providing a standard way to define project structure and dependencies.

    • It automatically downloads required dependencies from remote repositories.

    • Maven allows for easy project management, including building, testing, and packaging.

    • It supports various plugins for different tasks lik...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Qentelli Senior Software Tester interview:
  • Agile
  • Selenium
  • Manual Testing

Skills evaluated in this interview

Senior Software Tester Interview Questions asked at other Companies

Q1. A scrum master in Agile is equivalent to which position in water fall?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. All ABP on Hana questions
Round 3 - Client Interview 

(1 Question)

  • Q1. Technical round by client
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Associate Architect And Team Lead Interview Questions & Answers

user image Yasvant Yadav

posted on 1 Sep 2023

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. React js fundamental questions
Round 3 - Technical 

(1 Question)

  • Q1. Node js and AWS related questions

Qentelli Interview FAQs

How many rounds are there in Qentelli interview?
Qentelli interview process usually has 2-3 rounds. The most common rounds in the Qentelli interview process are Technical, Resume Shortlist and HR.
How to prepare for Qentelli 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 Qentelli. The most common topics and skills that interviewers at Qentelli expect are Angular, Javascript, Java, AWS and Selenium.
What are the top questions asked in Qentelli interview?

Some of the top questions asked at the Qentelli interview -

  1. How do you rate yourself in manual and Automation test...read more
  2. How do you ensure that project delivery stays on track and meets client expecta...read more
  3. How did you land into UI ...read more
How long is the Qentelli interview process?

The duration of Qentelli interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Qentelli Interview Process

based on 19 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
Softenger Interview Questions
4.2
 • 52 Interviews
View all

Qentelli Reviews and Ratings

based on 277 reviews

4.1/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.9

Salary

3.8

Job security

4.2

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 277 Reviews and Ratings
Product Engineering - SAP CI Specialist

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Performance Test Analyst

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

QE Automation -Lead

Hyderabad / Secunderabad

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
283 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
161 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Technical Lead
86 salaries
unlock blur

₹13.5 L/yr - ₹33 L/yr

Lead Software Engineer
52 salaries
unlock blur

₹11.5 L/yr - ₹24 L/yr

Associate Software Engineer
22 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Qentelli with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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