Upload Button Icon Add office photos
Engaged Employer

i

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

Soliton Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Soliton Technologies Senior Test Analyst Interview Questions and Answers

Updated 9 Jul 2024

Soliton Technologies Senior Test Analyst Interview Experiences

1 interview found

Senior Test Analyst Interview Questions & Answers

user image Susmitha Shree Lakshmi S

posted on 9 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain Software Testing LifeCycle
  • Ans. 

    Software Testing LifeCycle is a process of planning, designing, executing, and reporting on tests throughout the software development lifecycle.

    • STLC involves phases like Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure.

    • Each phase has specific goals and deliverables to ensure the quality of the software.

    • Example: In Requirement Analysis, testers review the requirements to understand the ...

  • Answered by AI
  • Q2. Previous responsibilities as Test Analyst
  • Ans. 

    As a Test Analyst, my previous responsibilities included creating test plans, executing test cases, identifying defects, and collaborating with developers.

    • Creating test plans based on project requirements

    • Executing test cases to ensure software functionality

    • Identifying and documenting defects found during testing

    • Collaborating with developers to resolve issues

    • Participating in test automation efforts

  • Answered by AI
  • Q3. Automation related questions - Selenium, UFT

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Semiconductor physics Basic concepts and previous work profile experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume according to job profile and answer all basic questions related semiconductor device physics and digital design

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why you are leaving?
  • Q2. What is why why analysis?
  • Ans. 

    Why-Why analysis is a problem-solving technique used to identify the root cause of a problem by repeatedly asking 'why' until the underlying cause is determined.

    • Why-Why analysis is also known as the 5 Whys technique.

    • It helps to uncover the underlying causes of a problem rather than just addressing the symptoms.

    • The technique involves asking 'why' multiple times to dig deeper into the problem.

    • Each 'why' question leads to...

  • Answered by AI
  • Q3. What is 5s?
  • Ans. 

    5s is a workplace organization method that aims to improve efficiency and productivity by organizing and standardizing the workplace.

    • Sort - separate necessary items from unnecessary ones

    • Set in order - arrange necessary items in a logical manner

    • Shine - clean and inspect the workplace regularly

    • Standardize - establish procedures and guidelines for maintaining the workplace

    • Sustain - maintain the 5s system through continuou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Your specialization must be clear.
Round 1 - Technical 

(2 Questions)

  • Q1. They asked about technical
  • Q2. Provide answers for the same
Round 2 - Technical 

(2 Questions)

  • Q1. They asked about technical
  • Q2. Answers according to question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go, they asked basic question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain storage variables in C?
  • Ans. 

    Storage variables in C are used to store data temporarily during program execution.

    • Storage variables in C are declared using data types like int, float, char, etc.

    • They can be stored in different memory locations like stack, heap, or data segment.

    • Variables declared outside functions have global scope and are stored in data segment.

    • Variables declared inside functions have local scope and are stored in stack memory.

    • Dynami...

  • Answered by AI
  • Q2. Take two numbers, reverse both, then perform addition and reverse again?
  • Q3. First three kinds of sorting
  • Ans. 

    The first three kinds of sorting are bubble sort, selection sort, and insertion sort.

    • Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Selection sort selects the smallest element and swaps it with the first element, then selects the second smallest element and swaps it with the second element, and so on.

    • Insertion sort builds the final sorted array one item at a time by inserting each

  • Answered by AI
  • Q4. Output questions based on pointers in C

Interview Preparation Tips

Topics to prepare for Ignitarium Technology Solutions Senior Engineer interview:
  • C
  • Data Structures
  • Embedded Systems

Skills evaluated in this interview

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

I appeared for an interview before Mar 2023.

Round 1 - HR 

(3 Questions)

  • Q1. If they are need then no question
  • Q2. Salary and college
  • Q3. HR person are not well educated
Round 2 - Technical 

(3 Questions)

  • Q1. Capacitor, Resistance
  • Q2. Transformer functioning and principal
  • Ans. 

    Transformers are electrical devices that transfer energy between two or more circuits through electromagnetic induction.

    • Transformers work on the principle of electromagnetic induction

    • They consist of primary and secondary coils wrapped around a core

    • Step-up transformers increase voltage while step-down transformers decrease voltage

    • Efficiency of transformers is determined by the ratio of output power to input power

  • Answered by AI
  • Q3. College subject

Interview Questionnaire 

12 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using languages such as Java, Python, and JavaScript

    • Proficient in using frameworks such as Spring, Django, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Passionate about learning new technologies and keeping up with industry trends

  • Answered by AI
  • Q2. Did you get placed anywhere?
  • Ans. 

    Yes, I got placed at XYZ company.

    • I received an offer from XYZ company and accepted it.

    • I will be starting my new job at XYZ company next month.

    • I am excited to join the team at XYZ company and contribute to their software development projects.

  • Answered by AI
  • Q3. If yes then why are you leaving that company??
  • Ans. 

    Looking for better growth opportunities and challenges.

    • Limited scope for learning and development

    • No clear career progression path

    • Lack of challenging projects

    • Unsatisfactory work-life balance

    • Better compensation and benefits offered by new company

  • Answered by AI
  • Q4. What do you know about our company?
  • Ans. 

    Unknown

    • I apologize, but I do not have any information about your company at this time.

  • Answered by AI
  • Q5. Some question's explaination from 1st round (Segmentation fault)
  • Q6. Remove duplicates from a string
  • Ans. 

    Remove duplicates from a string

    • Convert string to char array

    • Create a HashSet to store unique characters

    • Iterate through char array and add to HashSet

    • Convert HashSet back to string

  • Answered by AI
  • Q7. Linking
  • Q8. Compilation process
  • Q9. 32 bit/64 bit processor ??
  • Q10. InterProcess communication
  • Q11. Socket Programming
  • Q12. Projects

Interview Preparation Tips

Round: Test
Experience: 1. C pointer



2. Storage classes related questions



3. functions



4. OS(fragmentation external/internal)

Round: Test
Experience: 1. We have to add nodes in a linked list in sorted manner



2. Derive ur own malloc function

College Name: NA

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: online test using cocubes
mcq mostly containing c/c++ ques insert string in a linkedlist in sorted order .

Round: Technical Interview
Experience: c/c++ ques , basic concepts , ques on pointers like dangling pointer , memory leak , OS prob on semaphore , priority inversion , etc .

Round: HR Interview
Experience: simple ques

College Name: NA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Tecnology for tribal areas

Round 2 - Technical 

(1 Question)

  • Q1. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly c question
  • Q2. Structure padding
Round 2 - Technical 

(1 Question)

  • Q1. Ipc, mutex and semaphore
Round 3 - HR 

(1 Question)

  • Q1. Normal discussion

Soliton Technologies Interview FAQs

How many rounds are there in Soliton Technologies Senior Test Analyst interview?
Soliton Technologies interview process usually has 1 rounds. The most common rounds in the Soliton Technologies interview process are One-on-one Round.
What are the top questions asked in Soliton Technologies Senior Test Analyst interview?

Some of the top questions asked at the Soliton Technologies Senior Test Analyst interview -

  1. Previous responsibilities as Test Anal...read more
  2. Explain Software Testing LifeCy...read more
  3. Automation related questions - Selenium, ...read more

Tell us how to improve this page.

Soliton Technologies Senior Test Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Apar Industries Interview Questions
4.1
 • 43 Interviews
GLOBALFOUNDRIES Interview Questions
3.6
 • 18 Interviews
Element14 Interview Questions
4.0
 • 16 Interviews
Carrier Midea Interview Questions
3.8
 • 15 Interviews
HEG Interview Questions
3.8
 • 14 Interviews
View all
Senior Project Engineer
53 salaries
unlock blur

₹6.1 L/yr - ₹13 L/yr

Project Engineer
52 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Project Lead
18 salaries
unlock blur

₹9 L/yr - ₹18.5 L/yr

Software Engineer
7 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

System Administrator
6 salaries
unlock blur

₹2.8 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Soliton Technologies with

Apar Industries

4.1
Compare

Tessolve Semiconductor

3.5
Compare

Carrier Midea

3.8
Compare

Mirafra Technologies

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