Upload Button Icon Add office photos

Filter interviews by

BigSun Technologies Softwaretest Engineer Interview Questions and Answers

Updated 30 Jan 2024

BigSun Technologies Softwaretest Engineer Interview Experiences

1 interview found

Softwaretest Engineer Interview Questions & Answers

user image Himanshu Shubhash Kelusker

posted on 30 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. The technical roud is prity hard but if yu take time and then its simple
  • Q2. Find bug in system
  • Ans. 

    The system crashes when a user tries to upload a file larger than 10MB.

    • Test the system by uploading files of different sizes and check if it crashes

    • Verify if there is a file size limit mentioned in the system requirements

    • Check if the system displays an error message when a large file is uploaded

  • Answered by AI
  • Q3. Find and bug in login id
  • Ans. 

    The bug in the login id is that it allows special characters.

    • Check if the login id field allows special characters

    • Verify if the login id field has proper validation for length and format

    • Test the login id field with different inputs including special characters

    • Ensure that the system handles the login id field correctly and securely

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is cdac and
  • Ans. 

    CDAC stands for Centre for Development of Advanced Computing. It is an organization that specializes in research and development in the field of IT.

    • CDAC is a premier R&D organization under the Ministry of Electronics and Information Technology, Government of India.

    • It offers various courses and training programs in advanced computing technologies.

    • CDAC is known for its work in areas such as high-performance computing...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your qualifications
  • Ans. 

    I have a Bachelor's degree in Computer Science, ISTQB certification, and 3 years of experience in software testing.

    • Bachelor's degree in Computer Science

    • ISTQB certification

    • 3 years of experience in software testing

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java coding questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Reverse a string with spaces present in same position Ex: i am indian o/p:n ai dnimai
  • Ans. 

    To reverse a string with spaces present in the same position, we can split the string by spaces, reverse each word, and then join them back together.

    • Split the string by spaces to get individual words

    • Reverse each word

    • Join the reversed words back together with spaces in between

  • Answered by AI
  • Q2. Difference between put and post in sql
  • Ans. 

    PUT is used to update an existing resource in SQL, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is not idempotent, meaning multiple identical requests may have different effects.

    • PUT is used to update specific resources identified by the request URI.

    • POST is used to create new resources under the request URI.

    • PUT is ty...

  • Answered by AI
  • Q3. What is bad request in api testing
  • Ans. 

    A bad request in API testing is when the server cannot process the request due to incorrect syntax or missing parameters.

    • Bad request status code is 400

    • Common causes include missing or incorrect parameters, invalid data format, or unauthorized access

    • Examples: missing required parameters, incorrect data type in request body

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Permutations of string of length n in string of length m
  • Ans. 

    Generate all permutations of a string of length n within a string of length m.

    • Use recursion to generate all possible permutations of the string of length n.

    • Iterate through the string of length m and insert the permutations at different positions.

    • Return an array of strings containing all permutations of the string of length n within the string of length m.

  • Answered by AI
  • Q2. Count ocurrence of characters in digit
  • Ans. 

    Count occurrences of characters in a digit

    • Iterate through each digit in the input array

    • For each digit, convert it to a string and iterate through each character

    • Use a hashmap to keep track of the count of each character

  • Answered by AI
  • Q3. Find second highest salary in sql
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use ORDER BY clause to sort the salaries in descending order

    • Use LIMIT 1,1 to get the second row after skipping the first row

    • Consider handling cases where there might be ties for the highest salary

  • Answered by AI
  • Q4. Http status in API
  • Ans. 

    HTTP status codes are used to indicate the result of a HTTP request made to an API.

    • HTTP status codes range from 1xx to 5xx, with each range representing a different type of response.

    • Some common HTTP status codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error).

    • Status codes starting with 2 indicate success, 4 indicate client errors, and 5 indicate server errors.

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Explain about your project
  • Q2. How do you run your automation Regression scripts
  • Ans. 

    I run automation Regression scripts using a test automation framework and scheduling tools.

    • I organize regression scripts into test suites based on functionality

    • I use a test automation framework like Selenium or Appium to execute the scripts

    • I schedule the regression runs using tools like Jenkins or TeamCity

    • I analyze the test results and report any failures for further investigation

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Try to solve leetcode questions as much as possible

Interview Preparation Tips

Interview preparation tips for other job seekers - go through leetcode
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Healthcare related
Round 2 - Group Discussion 

Covid 19 topic related

Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selenium java oops concepts banking domain

Softwaretest Engineer Interview Questions & Answers

Synechron user image SRIMANIKANDAN SEETHARAMAN

posted on 24 Apr 2024

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

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, RDBMS, ETL transformation related questions
Round 2 - Technical 

(1 Question)

  • Q1. Explain your typical Software Testing Life Cycle.
  • Ans. 

    Software Testing Life Cycle involves planning, designing, executing, and reporting on tests to ensure quality software.

    • 1. Planning phase involves defining test objectives, scope, and resources.

    • 2. Design phase includes creating test cases, test data, and test environment setup.

    • 3. Execution phase is where tests are run, defects are logged, and retesting is done.

    • 4. Reporting phase involves documenting test results, defect...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to change your job?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. JAVA Based concepts
Round 2 - HR 

(1 Question)

  • Q1. Behavioral questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Angular?
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a component-based architecture.

  • Answered by AI

Skills evaluated in this interview

BigSun Technologies Interview FAQs

How many rounds are there in BigSun Technologies Softwaretest Engineer interview?
BigSun Technologies interview process usually has 1 rounds. The most common rounds in the BigSun Technologies interview process are Technical.
What are the top questions asked in BigSun Technologies Softwaretest Engineer interview?

Some of the top questions asked at the BigSun Technologies Softwaretest Engineer interview -

  1. Find and bug in login...read more
  2. Find bug in sys...read more
  3. The technical roud is prity hard but if yu take time and then its sim...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 BigSun Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Developer
5 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Junior Software Developer
5 salaries
unlock blur

₹0.7 L/yr - ₹1.8 L/yr

Software Tester
4 salaries
unlock blur

₹1.8 L/yr - ₹2.4 L/yr

QA Test Engineer
4 salaries
unlock blur

₹1.9 L/yr - ₹3.9 L/yr

Quality Analyst
3 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare BigSun Technologies with

SunTec Business Solutions

2.9
Compare

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview