Upload Button Icon Add office photos
Engaged Employer

i

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

Vesture Softech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vesture Softech Interview Questions and Answers

Updated 29 Sep 2024

Vesture Softech Interview Experiences

1 interview found

Testing Interview Questions & Answers

user image Gayu Maniya

posted on 29 Sep 2024

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

(2 Questions)

  • Q1. Whitebox and blackbox testing
  • Q2. How launch browser in automation testing
  • Ans. 

    To launch a browser in automation testing, use WebDriver to instantiate a browser driver and open a specific URL.

    • Use WebDriver to instantiate a browser driver (e.g. ChromeDriver, FirefoxDriver, etc.)

    • Specify the URL you want to open in the browser

    • Perform necessary actions on the webpage using the driver

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

Testing Interview Questions asked at other Companies

Q1. ->How do you do performance testing on flipkart and amazon(manually) ------ >Tell me some possibilities a phone is kept on the table and you want to unlock it how do you unlock with out touching the phone ,you have to unlock it
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Domain specific questions related to Business analysis and roles and responsibilities in previous organization

I applied via Campus Placement and was interviewed in Sep 2018. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Second round was f2f interview, he asked about c concepts, data structures pointers concepts , and final year projects concepts
  • Q2. HR round : He asked about introduction of me, and bond, and joining date

Interview Preparation Tips

Round: Test
Experience: First Round was technical aptitude which contains objective questions from c, c++, data structures java , difficulty ranging from medium to hard.

Duration: <1 week
College Name: S D M Institute Of Technology, Ujire
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2022. There were 4 interview rounds.

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 

(4 Questions)

  • Q1. What is oops principles
  • Ans. 

    OOPs principles are a set of guidelines that help in designing and implementing object-oriented programs.

    • Encapsulation: Hiding the internal details of an object and exposing only the necessary information.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

    • Abstraction: Focusing on essential features of an o...

  • Answered by AI
  • Q2. Programming questions
  • Q3. Java basics implementation
  • Q4. Inheritance questions
Round 3 - Technical 

(1 Question)

  • Q1. Coding optimisation process
Round 4 - HR 

(1 Question)

  • Q1. Experience and expectations

Interview Preparation Tips

Topics to prepare for Pratham Software Senior Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - It's a good company to proceed with your career and for long term goals
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online Basic aptitude questions test.

Round 2 - Technical 

(1 Question)

  • Q1. OOP concepts Write a class.
  • Ans. 

    A class representing a car with properties and methods.

    • Create a class named Car

    • Add properties like make, model, year, color

    • Include methods like start(), stop(), accelerate(speed), brake()

    • Example: class Car { constructor(make, model, year, color) { this.make = make; this.model = model; this.year = year; this.color = color; } start() { console.log('Car started'); } stop() { console.log('Car stopped'); } accelerate(speed)...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General discussions Background, education
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Easy appti is there no worry

Round 2 - Coding Test 

2 question based on array and ll

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for normal concepts of cse and you are well good
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Find the ratio of the radius of the inscribed and circumscribed circles of a square of side length a.
  • Ans. 

    Ratio of radius of inscribed and circumscribed circles of a square of side length a.

    • The radius of the inscribed circle is half the length of the side of the square.

    • The radius of the circumscribed circle is half the diagonal of the square.

    • Ratio of radius of inscribed and circumscribed circles is 1:2.

  • Answered by AI
  • Q2. Find the coordinates of a point p1 with the distance of it from point p2 and the coordinates p2 and p3, given that all three points are collinear.
  • Ans. 

    To find the coordinates of point p1, use the distance formula and the collinearity of the three points.

    • Use the distance formula to find the distance between p1 and p2.

    • Use the slope formula to find the slope of the line passing through p2 and p3.

    • Use the slope and distance to find the equation of the line passing through p2 and p3.

    • Use the equation of the line and the coordinates of p2 to find the coordinates of p1.

  • Answered by AI
  • Q3. With the coordinates of the four points p1, p2, p3, and p4, where p1, p2, and p3 lie on a circle, find whether p4 lies inside or outside of the circle.
  • Ans. 

    To determine if p4 lies inside or outside the circle with p1, p2, and p3 coordinates.

    • Calculate the equation of the circle using p1, p2, and p3 coordinates.

    • Check the distance between p4 and the center of the circle.

    • If the distance is less than the radius of the circle, p4 lies inside the circle, otherwise outside.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find a point is inside a circle or not?
  • Ans. 

    To determine if a point is inside a circle, calculate the distance between the point and the center of the circle and compare it to the radius.

    • Calculate the distance between the point and the center of the circle using the distance formula: sqrt((x2-x1)^2 + (y2-y1)^2)

    • Compare the calculated distance to the radius of the circle. If the distance is less than the radius, the point is inside the circle.

    • For example, if the c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Storage types, structures, padding
  • Q2. Bit operations in C language
  • Ans. 

    Bit operations in C language involve manipulating individual bits within a data structure.

    • Bitwise AND (&) - sets a bit to 1 only if both input bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either input bit is 1

    • Bitwise XOR (^) - sets a bit to 1 if the input bits are different

    • Bitwise NOT (~) - inverts all bits in a number

    • Left shift (<<) - shifts bits to the left by a specified number of positions

    • Right shift (>>) - shifts

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Questions on the data structure and algorithms
  • Q2. Questions on the database like MySQL and Cassandra

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is good and understands the response appropriately

Vesture Softech Interview FAQs

How many rounds are there in Vesture Softech interview?
Vesture Softech interview process usually has 1 rounds. The most common rounds in the Vesture Softech interview process are Technical.
What are the top questions asked in Vesture Softech interview?

Some of the top questions asked at the Vesture Softech interview -

  1. How launch browser in automation test...read more
  2. Whitebox and blackbox test...read more

Tell us how to improve this page.

Vesture Softech Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Vesture Softech Reviews and Ratings

based on 11 reviews

4.7/5

Rating in categories

4.8

Skill development

4.6

Work-life balance

4.5

Salary

4.7

Job security

4.7

Company culture

4.6

Promotions

4.7

Work satisfaction

Explore 11 Reviews and Ratings
Devops Engineer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Technology Recruiter
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vesture Softech with

Prime Focus Technologies

3.4
Compare

Yalamanchili Software Exports

3.3
Compare

ZIGRAM

3.2
Compare

Algonomy

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