Upload Button Icon Add office photos
Engaged Employer

i

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

UST Product Engineering Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

UST Product Engineering Interview Questions and Answers

Updated 21 Dec 2023

UST Product Engineering Interview Experiences

Popular Designations

5 interviews found

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

I applied via LinkedIn and was interviewed before Oct 2022. There were 3 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 

(4 Questions)

  • Q1. Simple oops concepts
  • Q2. Oops components
  • Q3. Design patterns
  • Q4. Solid principles
Round 3 - Technical 

(1 Question)

  • Q1. Its techno manager round

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
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 - Technical 

(5 Questions)

  • Q1. Testing framework,oops concept in framework,use of collection in your testing framework,Xpath,webdriver methods,data provider,git commands,reverse number program,
  • Q2. Diff between list and set
  • Ans. 

    List is an ordered collection of elements with duplicates allowed, while set is an unordered collection of unique elements.

    • List maintains the order of elements, while set does not guarantee any specific order.

    • List allows duplicate elements, while set does not allow duplicates.

    • List is typically implemented using arrays or linked lists, while set is implemented using hash tables or trees.

  • Answered by AI
  • Q3. GetWindowHandles written type
  • Q4. FindElements written type
  • Ans. 

    findElements method is used to locate multiple elements on a web page based on a given locator strategy.

    • findElements method returns a list of WebElements matching the specified locator strategy.

    • Common locator strategies include ID, class name, tag name, name, xpath, and css selector.

    • Example: List elements = driver.findElements(By.xpath("//div[@class='example']"));

Answered by AI
  • Q5. Explain your framework
  • Ans. 

    My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.

    • Data-driven approach allows for easy maintenance and scalability

    • Utilizes Selenium WebDriver for interacting with web elements

    • TestNG for test execution and reporting

    • Supports parallel execution for faster test runs

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - you should be clear on finding xpaths, webdriver methods and return types,git commands

    Skills evaluated in this interview

    Qa Automation Testing Engineer Interview Questions asked at other Companies

    Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
    View answer (5)

    Senior Software Engineer Interview Questions & Answers

    user image Abhinandan Vadagave

    posted on 21 Dec 2023

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

    I applied via Referral and was interviewed before Dec 2022. There were 4 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 

    (1 Question)

    • Q1. Basic Java related
    Round 3 - One-on-one 

    (1 Question)

    • Q1. Data structure related, Projects related
    Round 4 - HR 

    (1 Question)

    • Q1. Joining and salary

    Senior Software Engineer Interview Questions asked at other Companies

    Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
    View answer (2)

    I appeared for an interview in Sep 2021.

    Interview Questionnaire 

    1 Question

    • Q1. Almost many things related to Java, some typical programs, basic xpath questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well with various concepts mostly to analytical question like how and why

    Automation Test Engineer Interview Questions asked at other Companies

    Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
    View answer (2)

    UST Product Engineering interview questions for popular designations

     Senior Software Engineer

     (2)

     QA Automation Engineer

     (1)

     Automation Test Engineer

     (1)

     Qa Automation Testing Engineer

     (1)

    I applied via Referral and was interviewed in Sep 2021. There was 1 interview round.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Should have strong knowledge of Java and Selenium. Be confident.

    QA Automation Engineer Interview Questions asked at other Companies

    Q1. Which framework you are using? explain your framework?
    View answer (4)

    Interview questions from similar companies

    I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
    Round 2 - HR 

    (1 Question)

    • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
    Round 3 - Managiral 

    (1 Question)

    • Q1. Question about last project work About Yourself

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Company is growing with different skillset and domain

    I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

    Interview Questionnaire 

    2 Questions

    • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
    • Q2. Springboot basics, oops, collection api

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepeare DS well

    Interview Questionnaire 

    2 Questions

    • Q1. 1.Implement merge sort. 2. Kth largest element.
    • Ans. 

      Implement merge sort and find kth largest element in an array.

      • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

      • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

      • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

      • Quick select has a time comp...

    • Answered by AI
    • Q2. Springboot RestTemplate, singleton, oops

    Skills evaluated in this interview

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

    Interview Questionnaire 

    2 Questions

    • Q1. Basics of Android, Java, Kotlin.
    • Q2. Mvvm architecture, RxJava, jetpack components

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Had 3 technical round and one HR Round.

    I applied via LinkedIn and was interviewed before Jun 2021. There were 5 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 - Coding Test 

    Its a simple hackathon MCQ questions based on your skills.

    Round 3 - Technical 

    (3 Questions)

    • Q1. Technical round from Xoriant was easy but tricky, question based on Agile Methodology, All the technologies and projects you mentioned in resume, random questions on development/testing experience and othe...
    • Q2. Tell me about your team you worked previously, team size, team contribution, roles of the team, modules worked in team or independently.
    • Q3. Tell me about any different technical challeng/issue/problems you faced in last project.
    Round 4 - Technical 

    (1 Question)

    • Q1. Project Technical Interview
    Round 5 - HR 

    (2 Questions)

    • Q1. What is your preferred location
    • Q2. Are you able to relocate

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Take time to prepare your resume carefully.
    Prepare each and everything written in resume.
    Work on Leet codes or on DSA, algorithms.
    Be confident 😊

    UST Product Engineering Interview FAQs

    How many rounds are there in UST Product Engineering interview?
    UST Product Engineering interview process usually has 3 rounds. The most common rounds in the UST Product Engineering interview process are Technical, Resume Shortlist and One-on-one Round.
    How to prepare for UST Product Engineering 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 UST Product Engineering. The most common topics and skills that interviewers at UST Product Engineering expect are Java, SQL, AWS, Python and Selenium.
    What are the top questions asked in UST Product Engineering interview?

    Some of the top questions asked at the UST Product Engineering interview -

    1. diff between list and ...read more
    2. explain your framew...read more
    3. findElements written t...read more

    Tell us how to improve this page.

    UST Product Engineering Interview Process

    based on 4 interviews

    Interview experience

    3.8
      
    Good
    View more

    Interview Questions from Similar Companies

    ITC Infotech Interview Questions
    3.6
     • 338 Interviews
    CitiusTech Interview Questions
    3.4
     • 274 Interviews
    NeoSOFT Interview Questions
    3.6
     • 268 Interviews
    Tiger Analytics Interview Questions
    3.7
     • 227 Interviews
    Episource Interview Questions
    3.9
     • 220 Interviews
    Altimetrik Interview Questions
    3.8
     • 219 Interviews
    Xoriant Interview Questions
    4.1
     • 183 Interviews
    Incedo Interview Questions
    3.1
     • 182 Interviews
    View all

    UST Product Engineering Reviews and Ratings

    based on 54 reviews

    3.9/5

    Rating in categories

    3.9

    Skill development

    3.6

    Work-life balance

    3.5

    Salary

    3.4

    Job security

    3.8

    Company culture

    3.3

    Promotions

    3.6

    Work satisfaction

    Explore 54 Reviews and Ratings
    Senior Software Engineer
    80 salaries
    unlock blur

    ₹8 L/yr - ₹28.5 L/yr

    Software Engineer
    77 salaries
    unlock blur

    ₹5.8 L/yr - ₹15.5 L/yr

    Software Developer
    32 salaries
    unlock blur

    ₹5 L/yr - ₹17 L/yr

    Associate Software Engineer
    29 salaries
    unlock blur

    ₹4.3 L/yr - ₹10.8 L/yr

    QA Engineer
    28 salaries
    unlock blur

    ₹4.5 L/yr - ₹10 L/yr

    Explore more salaries
    Compare UST Product Engineering with

    ITC Infotech

    3.6
    Compare

    CMS IT Services

    3.1
    Compare

    KocharTech

    3.9
    Compare

    Xoriant

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