Upload Button Icon Add office photos

Filter interviews by

Comsoft Infotech Softwaretest Engineer Interview Questions and Answers

Updated 21 Dec 2024

Comsoft Infotech Softwaretest Engineer Interview Experiences

1 interview found

Softwaretest Engineer Interview Questions & Answers

user image Ajit Bhaskar Patil

posted on 19 Dec 2024

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

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

60 min

Round 2 - Coding Test 

Basic to advance coding

Round 3 - HR 

(2 Questions)

  • Q1. Personal Information.
  • Q2. Introduce yourself

Interview Preparation Tips

Topics to prepare for Comsoft Infotech Softwaretest Engineer interview:
  • confidance
  • Communication Skills

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was Very Easy and HR was Very Friendly Nature

Round 2 - Technical 

(2 Questions)

  • Q1. What Is OOOps and explain those?
  • Ans. 

    OOOps stands for Out Of Order packets. It refers to packets that arrive at their destination out of sequence.

    • OOOps can occur in network communication when packets are sent out of order and arrive at the destination in a different order than they were sent.

    • This can lead to issues in data transmission and can cause delays in processing the information.

    • One way to handle OOOps is by using sequence numbers in packets to ens...

  • Answered by AI
  • Q2. What is Exception Handling ?
  • Ans. 

    Exception handling is a mechanism to handle runtime errors and prevent program crashes.

    • It is a way to deal with unexpected errors or exceptional conditions in a program.

    • Exceptions can be caught and handled using try-catch blocks.

    • Common exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Handling exceptions properly can improve the robustness and reliability of a software application

  • Answered by AI

Interview Preparation Tips

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

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

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

(1 Question)

  • Q1. WHAT IS sanity testing? What is Smoke testing?
  • Ans. 

    Sanity testing is a narrow and focused testing to quickly determine if a new functionality is working as expected. Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • Sanity testing is a subset of regression testing and focuses on specific areas of the application.

    • It is usually performed after major changes in the code or functionality to quickly verify that the ne...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is SDLC? What is STLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages.

    • STLC includes test planning, test design, test execution, and test closure stages.

    • S...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a handson coding test contains 4 coding questions on prime numbers patterns and array it was easy

Round 2 - Technical 

(1 Question)

  • Q1. All questions based on resume on javascript java and react and mainly on projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quants+Verbal+Logical+Technical mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. About C, Java, OOPS
  • Q2. About Javascript
Round 3 - HR 

(1 Question)

  • Q1. Random Physics Chemistry questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

JavaScript, React Js

Round 2 - One-on-one 

(3 Questions)

  • Q1. How many years of relevant experience
  • Q2. What is your current CTC
  • Q3. What is your Expectation
Round 3 - HR 

(3 Questions)

  • Q1. What is your Strength
  • Q2. What is weakness
  • Ans. 

    One weakness I have is that I can be overly critical of my own work, which can sometimes lead to self-doubt.

    • I tend to overthink things and can be indecisive at times

    • I have a tendency to take on too many tasks at once, leading to feeling overwhelmed

    • I struggle with public speaking and often get nervous in front of large groups

  • Answered by AI
  • Q3. What is your Goal
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 Nov 2022. There were 4 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 - Assignment 

Develop a UI screen with 10 fields on it.

Round 3 - Technical 

(1 Question)

  • Q1. Mongoose Framework, SQL - Store Procedures, Triggers, Views, Crystal Reports,
Round 4 - One-on-one 

(1 Question)

  • Q1. Offer letter discussion. Joining date discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared technically. More on customizations, migrations from one version to another of from on prem to cloud.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Angular life cycle hooks?
  • Q2. What is Angular pipe?
  • Ans. 

    Angular pipe is a feature in Angular that allows you to transform data in templates.

    • Angular pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples of Angular pipes include DatePipe, UpperCasePipe, and CurrencyPipe.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Are you ready to work in shifts?

Skills evaluated in this interview

Comsoft Infotech Interview FAQs

How many rounds are there in Comsoft Infotech Softwaretest Engineer interview?
Comsoft Infotech interview process usually has 3 rounds. The most common rounds in the Comsoft Infotech interview process are HR, Aptitude Test and Coding Test.
What are the top questions asked in Comsoft Infotech Softwaretest Engineer interview?

Some of the top questions asked at the Comsoft Infotech Softwaretest Engineer interview -

  1. Personal Informati...read more
  2. Introduce yours...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Comsoft Infotech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 26 Interviews
ElectrifAi Interview Questions
2.6
 • 17 Interviews
Anlage Infotech Interview Questions
3.7
 • 12 Interviews
View all
Comsoft Infotech Softwaretest Engineer Salary
based on 7 salaries
₹3.5 L/yr - ₹4.8 L/yr
28% less than the average Softwaretest Engineer Salary in India
View more details

Comsoft Infotech Softwaretest Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-Life balance

4.5

Salary & Benefits

4.5

Job Security

4.0

Company culture

4.5

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Softwaretest Engineer
7 salaries
unlock blur

₹3.5 L/yr - ₹4.8 L/yr

Java Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Software Trainee
3 salaries
unlock blur

₹2.4 L/yr - ₹2.4 L/yr

QA Engineer
3 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Explore more salaries
Compare Comsoft Infotech with

Primus Global Technologies

4.0
Compare

TriGeo Technologies

3.2
Compare

Plada Infotech Services

3.5
Compare

Infocus Technologies

3.9
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