AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

VELOTIO Technologies

Compare button icon Compare button icon Compare
4.6

based on 44 Reviews

Play video Play video Video summary
  • About
  • Reviews
    44
  • Salaries
    495
  • Interviews
    23
  • Jobs
    36
  • Benefits
    11
  • Photos
    27

Filter interviews by

VELOTIO Technologies Software Testing Engineer Interview Questions and Answers

Updated 4 Jun 2022

VELOTIO Technologies Software Testing Engineer Interview Experiences

2 interviews found

Software Testing Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2022

I applied via Company Website and was interviewed in May 2022. 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 - Group Discussion 

In group discussion we share ideas about software testing.which tools greatly work and find fastly errors ,bugs , defeat.

Interview Preparation Tips

Topics to prepare for VELOTIO Technologies Software Testing Engineer interview:
  • Software Testing
Interview preparation tips for other job seekers - Whoever take an interview the environment is freely,not in burden.
Anonymous

Software Testing Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2021

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. About current project
  • Add your answer
  • Q2. Java project - get unique character count from string
  • Ans. 

    Get unique character count from a Java string

    • Create a HashMap to store characters and their count

    • Loop through the string and add characters to the HashMap

    • Count the number of unique characters in the HashMap

  • Answered by AI
    Add your answer
  • Q3. Java OOPS concepts
  • Add your answer
  • Q4. HTTP status code details
  • Add your answer
  • Q5. Explain oauth 2.0
  • Ans. 

    OAuth 2.0 is an authorization framework that allows third-party applications to access user data without sharing passwords.

    • OAuth 2.0 provides a secure way to grant access to resources without sharing passwords.

    • It uses access tokens to grant access to resources.

    • OAuth 2.0 supports several grant types such as authorization code, implicit, client credentials, and resource owner password credentials.

    • Examples of OAuth 2.0 pr...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was for almost 1 hour and they ask only concepts and there is no deep digging in question/answer

Skills evaluated in this interview

Anonymous

Software Testing Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Maximal AND Subsequences Problem Given an array consisting of N i ... read more
View answer (1)
asked in TCS
Q2. What are some test scenarios for a water bottle or a login page?
View answers (2)
asked in Paytm
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
View answer (1)
asked in Maveric Systems
Q4. 1) explain roles and responsibility of previous projects you have ... read more
View answer (1)
asked in Paytm
Q5. Number and Digits Problem Statement You are provided with a posit ... read more
View answer (1)
View All

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about VELOTIO Technologies?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Senior Software Engineer Interview Questions & Answers

Saama Technologies user image Anonymous

posted on 10 May 2020

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Add your answer
  • Q2. Project done in last company and how will you help Saama?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Talentica Software user image Anonymous

posted on 30 Jan 2021

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

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
    Add your answer
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
    Add your answer
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
    Add your answer
  • Q4. Bug life cycle
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

IT By Design user image Anonymous

posted on 18 Aug 2022

I applied via Referral and was interviewed before Aug 2021. 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 - Aptitude Test 

General topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.
Anonymous
company Logo

Software Engineer Interview Questions & Answers

IT By Design user image Anonymous

posted on 22 Sep 2022

Round 1 - Group Discussion 

It represents the eligibility of person and thinking process ,view of thoughts

Round 2 - One-on-one 

(1 Question)

  • Q1. We cannot judge people to atonce chance
  • Add your answer
Round 3 - Coding Test 

Skills ,fast typing , experienced ,new ideas

Round 4 - Technical 

(1 Question)

  • Q1. All the knowledge of technical work and word
  • Add your answer
Round 5 - Case Study 

Deeply study case and make a point to make attractive

Interview Preparation Tips

Interview preparation tips for other job seekers - Every chance have a successful of key.will appreciate all chance to way of your dreams .move a first steps towards your dreams
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Talentica Software user image Anonymous

posted on 6 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. SOLID principles examples in depth,given to design user management database in sql(just flow diagram,and in which table which value is used),some basic c# questions related to how you log in c#
  • Add your answer
Anonymous
Are these interview questions helpful?
company Logo

Senior Software Engineer Interview Questions & Answers

Talentica Software user image Anonymous

posted on 29 Nov 2024

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 Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration was 1 hour, Topics covered were DSA, Concurrency in golang, Databse questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learing DSA everyday and Master tthe most important topics in your programming language
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Saama Technologies user image Anwesha Chatterjee

posted on 10 Mar 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 

(2 Questions)

  • Q1. Mostly scenario based on what you have worked on and basic questions on theorical knowledge.Interview was 1 hour long.
  • Add your answer
  • Q2. ETL,Tool, Technology, Infrastructures,coding skill,SQL skills
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Normal basic questions asked in HR round
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best ,keep confident on your work and be patient while giving interview as interview is bit tricky...
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Saama Technologies user image Anonymous

posted on 11 Apr 2023

Interview experience
3
Average
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 - Aptitude Test 

Genral aptitude questions

Round 3 - Technical 

(4 Questions)

  • Q1. Be prepared with your basics
  • Add your answer
  • Q2. Languages and work flow
  • Add your answer
  • Q3. Be aware what you keep in your resume
  • Add your answer
  • Q4. Be strong in a area
  • Add your answer
Anonymous
More about working at VELOTIO Technologies
  • HQ - Pune, Maharashtra, India
  • IT Services & Consulting
  • 201-500 Employees (India)

VELOTIO Technologies Interview FAQs

How many rounds are there in VELOTIO Technologies Software Testing Engineer interview?
VELOTIO Technologies interview process usually has 2 rounds. The most common rounds in the VELOTIO Technologies interview process are Resume Shortlist and Group Discussion.
What are the top questions asked in VELOTIO Technologies Software Testing Engineer interview?

Some of the top questions asked at the VELOTIO Technologies Software Testing Engineer interview -

  1. Java project - get unique character count from str...read more
  2. Explain oauth ...read more
  3. HTTP status code deta...read more

Tell us how to improve this page.

VELOTIO Technologies Interviews By Designations

  • VELOTIO Technologies Software Engineer Interview Questions
  • VELOTIO Technologies Software Testing Engineer Interview Questions
  • VELOTIO Technologies Senior Software Engineer Interview Questions
  • VELOTIO Technologies React Js Frontend Developer Interview Questions
  • VELOTIO Technologies Senior Engineer Interview Questions
  • VELOTIO Technologies Technical Lead Interview Questions
  • VELOTIO Technologies Backend Developer Interview Questions
  • VELOTIO Technologies Business Analyst Interview Questions
  • Show more
  • VELOTIO Technologies QA Engineer Interview Questions
  • VELOTIO Technologies Associate Software Engineer Interview Questions

Interview Questions for Popular Designations

  • Senior Software Engineer Testing Interview Questions
  • Testing Engineering Analyst Interview Questions
  • Senior QA Engineer -Software Testing Interview Questions
  • Test Engineer Interview Questions
  • Automation Test Engineer Interview Questions
  • Senior Test Engineer Interview Questions
  • Software Tester Interview Questions
  • Software Testing Trainer Interview Questions
  • Show more
  • Software Testing Lead Interview Questions
  • Qa Automation Testing Engineer Interview Questions

Interview Questions from Similar Companies

Zifo RnD Solutions
Zifo RnD Solutions Interview Questions
3.8
 • 65 Interviews
Saama Technologies
Saama Technologies Interview Questions
3.7
 • 56 Interviews
Affine
Affine Interview Questions
3.3
 • 51 Interviews
Indus Valley Partners
Indus Valley Partners Interview Questions
3.1
 • 50 Interviews
Talentica Software
Talentica Software Interview Questions
4.2
 • 49 Interviews
Blenheim Chalcot
Blenheim Chalcot Interview Questions
2.6
 • 49 Interviews
IT By Design
IT By Design Interview Questions
3.6
 • 41 Interviews
Amantya Technologies
Amantya Technologies Interview Questions
3.6
 • 38 Interviews
ConsultAdd
ConsultAdd Interview Questions
3.6
 • 37 Interviews
Nineleaps Technology Solutions
Nineleaps Technology Solutions Interview Questions
4.0
 • 34 Interviews
View all
VELOTIO Technologies Salaries in India
Senior Software Engineer
82 salaries
unlock blur

₹13.8 L/yr - ₹35 L/yr

Software Engineer
74 salaries
unlock blur

₹6 L/yr - ₹20.9 L/yr

QA Engineer
22 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Software Developer
18 salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

Senior Devops Engineer
17 salaries
unlock blur

₹15.5 L/yr - ₹36.5 L/yr

Explore more salaries
Compare VELOTIO Technologies with
Maxgen Technologies

Maxgen Technologies

4.6
Compare
JoulestoWatts Business Solutions

JoulestoWatts Business Solutions

3.0
Compare
Value Point Systems

Value Point Systems

3.6
Compare
F1 Info Solutions and Services

F1 Info Solutions and Services

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • VELOTIO Technologies Interview Questions >
  • VELOTIO Technologies Software Testing Engineer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter