Upload Button Icon Add office photos

Incedo

Compare button icon Compare button icon Compare

Filter interviews by

Incedo Softwaretest Engineer Interview Questions and Answers

Updated 21 May 2024

Incedo Softwaretest Engineer Interview Experiences

2 interviews found

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

I applied via Job Portal and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java string manipulation questions and reactjs

Round 2 - Technical 

(1 Question)

  • Q1. Asked question in-depth about Spring boot and java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain truncate vs drop?
  • Ans. 

    Truncate removes all records from a table, while drop deletes the table itself.

    • Truncate is a DDL command, while drop is a DDL command.

    • Truncate is faster than drop as it does not log individual row deletions.

    • Truncate can be rolled back, while drop cannot be rolled back.

    • Truncate resets the identity seed of the table, while drop does not.

    • Example: TRUNCATE TABLE TableName; DROP TABLE TableName;

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

Interview experience
2
Poor
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. What is iscsi in san
  • Ans. 

    iSCSI is a protocol used to transmit SCSI commands over IP networks.

    • iSCSI stands for Internet Small Computer System Interface.

    • It allows block-level access to storage devices over a network.

    • It uses TCP/IP to transmit SCSI commands and data over IP networks.

    • iSCSI targets are storage devices that can be accessed by iSCSI initiators.

    • iSCSI is commonly used in SAN (Storage Area Network) environments.

  • Answered by AI
  • Q2. What is raid and explain r5
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. RAID 5 is a type of RAID that uses block-level striping with distributed parity.

    • RAID is a technology that combines multiple physical hard drives into a single logical unit for data redundancy and performance improvement.

    • RAID 5 requires at least three disks and uses parity data to provide fault tolerance.

    • In RAID 5, data is striped across all disks with parity data di...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Not great they have tied up with hacker rank and multiple times same set of questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions easy rounds they make and no use

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apply to this company they send fake invite and will conduct hacker rank interview and later they keep rescheduling interviews for 3 weeks and later say internal candiate hired..first of all you wont find there office in bangalore..fake HR fake company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was simple basic level questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic codes
Round 3 - HR 

(1 Question)

  • Q1. Normal basic hr type questions

Interview Preparation Tips

Topics to prepare for ThoughtWorks Softwaretest Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - just make your basics strong
Interview experience
4
Good
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 - Coding Test 

Plc coding scada configuration

Round 3 - One-on-one 

(4 Questions)

  • Q1. What advantages of closed loop system
  • Ans. 

    Closed loop systems provide real-time feedback and control, leading to increased efficiency and accuracy.

    • Real-time feedback allows for quick adjustments to be made, improving efficiency and accuracy

    • Controlled environment reduces the impact of external factors on the system

    • Can be used in a variety of industries, such as manufacturing, aerospace, and healthcare

    • Examples include automated insulin pumps for diabetes managem

  • Answered by AI
  • Q2. Open loop system
  • Q3. U can check the feed back in closed loop system
  • Q4. No able to see

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 leetcode questions medium level

Round 2 - Technical 

(1 Question)

  • Q1. Real life scenario based java questions based on resume and indepth resume discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. Some behavioural and one coding question
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above indepth discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About the design pattern
  • Q2. Coding questions in stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected for round 2
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java program for prime no
  • Ans. 

    Java program to check if a number is prime or not

    • Create a function to check if a number is prime or not

    • Iterate from 2 to n/2 and check if n is divisible by any number

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Dynamic web table element program
  • Ans. 

    A dynamic web table element program involves identifying and interacting with elements in a table that change dynamically.

    • Identify the table element using unique identifiers like class or id

    • Use Selenium WebDriver to locate and interact with the table element

    • Handle dynamic changes in the table by using dynamic XPath or CSS selectors

    • Iterate through rows and columns to extract data or perform actions

  • Answered by AI

Skills evaluated in this interview

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

Java code , oops, sql , spring bbot

Round 2 - Technical 

(2 Questions)

  • Q1. Maximum area of Stack
  • Ans. 

    The maximum area of a stack is determined by the size of the stack and the items it can hold.

    • The maximum area of a stack is calculated by multiplying the height of the stack by the width of the stack.

    • For example, if a stack has a height of 10 units and a width of 5 units, the maximum area would be 50 square units.

  • Answered by AI
  • Q2. Length of longest substring
  • Ans. 

    Find the length of the longest substring without repeating characters.

    • Iterate through the string and keep track of the characters seen so far in a set.

    • Use two pointers to mark the start and end of the current substring.

    • Update the maximum length of the substring as you iterate through the string.

  • Answered by AI

Skills evaluated in this interview

Incedo Interview FAQs

How many rounds are there in Incedo Softwaretest Engineer interview?
Incedo interview process usually has 1-2 rounds. The most common rounds in the Incedo interview process are Technical and Coding Test.
What are the top questions asked in Incedo Softwaretest Engineer interview?

Some of the top questions asked at the Incedo Softwaretest Engineer interview -

  1. Explain truncate vs dr...read more
  2. Asked question in-depth about Spring boot and j...read more

Tell us how to improve this page.

Incedo Softwaretest Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Incedo Softwaretest Engineer Salary
based on 56 salaries
₹3 L/yr - ₹7.5 L/yr
20% less than the average Softwaretest Engineer Salary in India
View more details

Incedo Softwaretest Engineer Reviews and Ratings

based on 4 reviews

3.6/5

Rating in categories

3.9

Skill development

3.5

Work-life balance

3.7

Salary

3.2

Job security

2.9

Company culture

3.5

Promotions

3.2

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
1.1k salaries
unlock blur

₹6.7 L/yr - ₹24 L/yr

Software Engineer
905 salaries
unlock blur

₹3.2 L/yr - ₹12.5 L/yr

Technical Lead
588 salaries
unlock blur

₹9.3 L/yr - ₹38 L/yr

Associate
289 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Senior Technical Lead
283 salaries
unlock blur

₹14.3 L/yr - ₹41 L/yr

Explore more salaries
Compare Incedo with

CitiusTech

3.4
Compare

Bounteous x Accolite

3.4
Compare

Altimetrik

3.8
Compare

Xoriant

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