Upload Button Icon Add office photos
Engaged Employer

i

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

UST BlueConch Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

UST BlueConch Technologies QA Engineer Interview Questions and Answers

Updated 12 Jan 2024

UST BlueConch Technologies QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2023

Interview experience
3
Average
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 - One-on-one 

(1 Question)

  • Q1. About basic testing

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2024

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

I applied via Referral and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL related questions
  • Q2. Manual testing related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based manual testing questions
  • Q2. SQL advance question like joins
Round 3 - HR 

(1 Question)

  • Q1. General discussion about salary and location about company culture

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more

Top trending discussions

View All
Office Jokes
1w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about UST BlueConch Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Testing concepts and agile methodology, linux commands, few java programmings, logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at basic concepts.

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on java and selenium,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, answer what you know

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Jav aand selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and smooth. Most if the questions wer asked basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Java question oops
  • Ans. 

    Java OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for object-oriented programming.

    • Encapsulation: Bundling data and methods. Example: A class 'Car' with attributes like 'speed' and methods like 'accelerate()'.

    • Inheritance: Mechanism to create a new class from an existing class. Example: 'ElectricCar' inherits from 'Car'.

    • Polymorphism: Ability to take many forms. Example: Metho...

  • Answered by AI
  • Q2. Manual testing , selenium
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Write a automated test framework and several test cases for web application.

Round 2 - Technical 

(1 Question)

  • Q1. Question about implemented assignment. Java questions Several small code exercises. DBs, networking.
Round 3 - HR 

(1 Question)

  • Q1. Just a talk with manager.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to reverse the word
  • Ans. 

    To reverse a word, you can iterate through the characters of the word and build a new word by appending each character in reverse order.

    • Iterate through the characters of the word from the last character to the first character.

    • Append each character to a new string in reverse order.

    • Return the new string as the reversed word.

  • Answered by AI
  • Q2. How to delete a node
  • Ans. 

    To delete a node, first find the node to be deleted, then update the pointers of the previous and next nodes to skip the node to be deleted.

    • Find the node to be deleted by traversing the linked list

    • Update the 'next' pointer of the previous node to skip the node to be deleted

    • Update the 'previous' pointer of the next node to skip the node to be deleted

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduction of candidate profile
  • Q2. Generic Question for given role

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic autocad functional questions.
  • Q2. About GA and commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and back yourself on your knowledge.

I applied via Naukri.com and was interviewed in Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. 1) Introduce yourself( informal + formal i.e. including your hobbies, area of interest and then your schooling.college,current job and your future vision)
  • Q2. 2)Based on your roles and responsibilities they will ask questions (scenario based and real time examples also, in my case they asked me to explain the automation framework from scratch , they asked me to ...
  • Q3. 3)You can be asked to solve puzzles (random logical questions which you might have solved when preparing for any competitive exams)
  • Q4. 4)Multiple technical questions on Selenium , Rest Assured for API automation, basics of Java ( note: they can ask you to write any java program also for e.g. print integers in reverse )
  • Q5. 5)Basics of testing , automation vs manual , can you automate 100% functionality ? , What have you done to Optimize your scripts , Framework?
  • Q6. 6)What do you do when your automation script fails , debug process?
  • Q7. 7)how do you drive your data in automation , how do you validate whether your data is accurate and precise?
  • Q8. 8)Why do you want to join Dassault Systemes , what do you about the company?
  • Ans. 

    I want to join Dassault Systemes because of their reputation as a leading company in the field of engineering and software solutions.

    • Dassault Systemes is known for its innovative and cutting-edge technology solutions.

    • The company has a strong global presence and a diverse range of clients.

    • Dassault Systemes has a culture of continuous learning and development, which aligns with my career goals.

    • I am impressed by the compa...

  • Answered by AI
  • Q9. 9)What are your future plans , where do you see yourself after 5 years , do you have an plans for higher studies?
  • Ans. 

    I plan to continue growing as a QA Engineer and eventually pursue higher studies in software engineering.

    • I see myself taking on more challenging projects and responsibilities in the QA field.

    • I aim to enhance my skills and knowledge in software testing and quality assurance.

    • I plan to stay updated with the latest industry trends and technologies.

    • Higher studies in software engineering will help me gain a deeper understand...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed , listen carefully , no hurry , the more precise and crisp your answer is the better your chances are , not necessary to give correct solutions for all the questions if you don't know just politely say it but make sure to tackle questions with a approach consisting of a start , mid and end properly whenever you are solving a question, they are looking at your approach, logical, technical and analytical skills and try to optimize your solutions, Good Luck Folks , You can do it :-) .

Skills evaluated in this interview

UST BlueConch Technologies Interview FAQs

How many rounds are there in UST BlueConch Technologies QA Engineer interview?
UST BlueConch Technologies interview process usually has 2-3 rounds. The most common rounds in the UST BlueConch Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in UST BlueConch Technologies QA Engineer interview?

Some of the top questions asked at the UST BlueConch Technologies QA Engineer interview -

  1. SQL advance question like jo...read more
  2. Manual testing related questi...read more
  3. Scenario based manual testing questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
UST BlueConch Technologies QA Engineer Salary
based on 55 salaries
₹3 L/yr - ₹9 L/yr
16% less than the average QA Engineer Salary in India
View more details

UST BlueConch Technologies QA Engineer Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

4.1

Skill development

4.7

Work-life balance

3.7

Salary

4.5

Job security

4.6

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 7 Reviews and Ratings
Senior Software Engineer
206 salaries
unlock blur

₹9 L/yr - ₹27.3 L/yr

Software Engineer
110 salaries
unlock blur

₹4.5 L/yr - ₹19 L/yr

Softwaretest Engineer
100 salaries
unlock blur

₹3.1 L/yr - ₹6.5 L/yr

Senior QA Engineer
61 salaries
unlock blur

₹6.5 L/yr - ₹15.7 L/yr

QA Engineer
55 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Explore more salaries
Compare UST BlueConch Technologies with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview