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 Softwaretest Engineer Interview Questions and Answers

Updated 7 Mar 2022

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Remove duplicates of arry
  • Ans. 

    Remove duplicates from an array of strings

    • Create a new empty array

    • Loop through the original array

    • Check if the current element exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare react, also prepare for JavaScript css html basics

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. OOPS concept and All Major pillars with Scanrio-based questions asked on Abstract class and Interface
  • Q2. .Net MVC and .Net Core based on program.cs file and Dependency Injection and Middleware in deep
  • Q3. Pattern question and check string Palindrome
  • Q4. SQL Queries around 4th highest salary of Employee
  • Q5. All basic programming concept checking like having prefix and postfix expression problem solving on paper
Round 2 - Technical 

(4 Questions)

  • Q1. TechnoManagerial Round Collection question to find about number of character present in the word Mirafra with live coding F2F
  • Q2. API testing ang REST API Concept
  • Q3. Professional Journey
  • Q4. Project Details
Round 3 - Technical 

(2 Questions)

  • Q1. It was a director round but say you need to give again technical round ,they wasted my time and money.
  • Q2. SQL Queries on pen and paper

Interview Preparation Tips

Interview preparation tips for other job seekers - HR said you haven't the skill to represent on client. Never believe on HR what they said.Final round was my Director's round but she wasted my time
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions on maths and reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Find the number of pairs with difference equal to given value k
  • Ans. 

    Count pairs in an array with a given difference

    • Sort the array to easily find pairs

    • Use two pointers approach to find pairs with difference equal to k

    • Keep track of unique pairs to avoid duplicates

  • Answered by AI
  • Q2. C and C++ OOPs questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - The company looks for the candidates with strong hold on C & C++ basic which can be a deciding factor. The DSA questions were anything between easy to moderate.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k

Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1

Note : consider array index starts with 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the problem statement clearly, prepare well for problem solving & DSA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SSN College of Engineering, Chennai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude and MCQ questions in C

Round 2 - Technical 

(4 Questions)

  • Q1. Inheritance, Virtual functions, and projects from resume
  • Q2. How to implement inheritance, use case
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Create a base class with common properties and methods

    • Create a derived class that inherits from the base class

    • Use the 'extends' keyword in languages like Java or C++

    • Override methods in the derived class if necessary

    • Access parent class methods using 'super' keyword

  • Answered by AI
  • Q3. Virtual functions usage in code
  • Ans. 

    Virtual functions are used in object-oriented programming to achieve polymorphism by allowing a function to be overridden in a derived class.

    • Virtual functions are declared in a base class with the 'virtual' keyword and can be overridden in derived classes.

    • They allow a function to be called based on the actual type of an object rather than the declared type.

    • Virtual functions are used to achieve runtime polymorphism in C...

  • Answered by AI
  • Q4. What Problems did u overcome in your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions are repeated from previous interviews. Just browse the interview experience, you will surely crack the interview.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Bitwise operation and memory layout in c
  • Ans. 

    Bitwise operations are used to manipulate individual bits in memory. Memory layout in C refers to how data is stored in memory.

    • Bitwise operations include AND, OR, XOR, and NOT.

    • They are often used for tasks like setting or clearing specific bits, checking if a bit is set, or toggling bits.

    • Memory layout in C determines how variables are stored in memory, including their size, alignment, and order.

    • It is important to under...

  • Answered by AI
  • Q2. Explain few terms in LTE
  • Ans. 

    LTE stands for Long-Term Evolution, a standard for wireless communication in mobile networks.

    • LTE is a 4G wireless communication technology

    • It provides high-speed data transmission and low latency

    • LTE uses OFDMA for downlink and SC-FDMA for uplink

    • LTE supports multiple antennas for improved signal quality (MIMO)

    • LTE Advanced (LTE-A) is an enhanced version with higher data rates and capacity

  • Answered by AI
  • Q3. In one path goes wrong in mimo does snr and data both or any one goes bad

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 Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium xpath and dynamic loading of elements
  • Ans. 

    Selenium xpath is used to locate elements on a web page, especially useful for dynamic loading scenarios.

    • Use xpath to locate elements based on their attributes or position on the page

    • For dynamic loading, use explicit waits to ensure elements are present before interacting with them

    • Consider using relative xpath expressions to make your tests more robust and maintainable

  • Answered by AI
  • Q2. Java programs on strings
  • Q3. Test Ng architecture explain
  • Ans. 

    TestNG is a testing framework inspired by JUnit and NUnit, with more advanced features for test automation.

    • TestNG uses annotations to define test methods and test configurations.

    • It supports parameterized tests, test dependencies, and test groups.

    • TestNG allows parallel execution of tests, making it faster than other testing frameworks.

    • It provides detailed test reports and supports data-driven testing.

    • TestNG can be integ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and go for interview

Skills evaluated in this interview

Interview experience
5
Excellent
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 

(2 Questions)

  • Q1. Get your basic coding skills right
  • Q2. Snippets for all concepts

I was interviewed in Aug 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Python basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basic skills and make sure you answer in confident level

Soliton Technologies Interview FAQs

How many rounds are there in Soliton Technologies Softwaretest Engineer interview?
Soliton Technologies interview process usually has 2 rounds. The most common rounds in the Soliton Technologies interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

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

₹5 L/yr - ₹10 L/yr

System Administrator
7 salaries
unlock blur

₹1.6 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Soliton Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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