Upload Button Icon Add office photos
Engaged Employer

i

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

insightsoftware Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 85 Reviews

Filter interviews by

insightsoftware Senior Sdet Engineer Interview Questions, Process, and Tips

Updated 27 Dec 2024

insightsoftware Senior Sdet Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a test automation framework for a web application using Selenium and Java.

    • Created test cases for UI and API testing

    • Implemented data-driven testing using Excel sheets

    • Integrated with Jenkins for continuous integration

    • Performed cross-browser testing on Chrome, Firefox, and Safari

  • Answered by AI
  • Q2. Write a Palindrome using C#
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Create a string variable with a word or phrase that is the same forward and backward.

    • Use a loop to compare the characters from the beginning and end of the string to check if it is a palindrome.

    • Ignore spaces and punctuation when checking for palindromes.

    • Example: 'racecar' is a palindrome.

  • Answered by AI
  • Q3. Write a code to automate a website which they gave
  • Ans. 

    Automate a website using code

    • Use Selenium WebDriver to automate interactions with the website

    • Identify elements on the website using CSS selectors or XPaths

    • Perform actions like clicking buttons, filling forms, and verifying text

    • Handle waits for elements to load properly

    • Use programming languages like Java, Python, or JavaScript for scripting

  • Answered by AI
Round 2 - One-on-one 

(4 Questions)

  • Q1. Explain Agile ceremonies
  • Ans. 

    Agile ceremonies are regular meetings or events in Agile methodology to facilitate communication, collaboration, and decision-making within the team.

    • Sprint Planning: Setting goals and planning work for the upcoming sprint.

    • Daily Stand-up: Short daily meeting to discuss progress, challenges, and plans for the day.

    • Sprint Review: Demo of completed work to stakeholders for feedback.

    • Sprint Retrospective: Reflecting on the sp...

  • Answered by AI
  • Q2. Explain an automation framework
  • Ans. 

    An automation framework is a set of guidelines, rules, and tools that help in creating and executing automated tests.

    • Provides structure and organization for automated testing

    • Defines how tests are written, executed, and reported

    • Includes libraries, utilities, and templates for test automation

    • Supports integration with test management tools and version control systems

    • Examples: Selenium WebDriver, TestNG, JUnit, Cucumber

  • Answered by AI
  • Q3. One coding question for reversing strings and adding stars
  • Ans. 

    Reverses strings in an array and adds stars between characters

    • Iterate through each string in the array

    • Reverse each string using built-in functions or manual reversal

    • Add stars between characters in the reversed string

    • Return the modified array of strings

  • Answered by AI
  • Q4. Mostly questions on current project

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to find vowel in given string.
  • Ans. 

    Code to find vowels in a given string

    • Iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u)

    • Count the number of vowels found in the string

  • Answered by AI
  • Q2. Explain your framework
  • Ans. 

    My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.

    • Data-driven approach for test data separation

    • Utilizes Selenium WebDriver for browser automation

    • Integration with TestNG for test execution and reporting

    • Modular design for easy maintenance and scalability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - mostly they focus on java programs related to string

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

90 ques all basics of engineering

Round 2 - Coding Test 

3 questions but in python only .. very slow Compiler

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Java OOPS Questions
  • Q2. Coding Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. In first round you will be asked about the projects and then followed by a debugging round where you have to find out the bugs in the given program
  • Q2. Given a program and its expected functionality asked to find the bugs in that program
Round 2 - Coding Test 

You will be given a coding problem and 1 hour of time to solve it end to end

Round 3 - HR 

(2 Questions)

  • Q1. Basic hr questions
  • Q2. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa, and core cs subjects

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 2 puzles, 2 coding questions and core java questions and kafka implemetation questions from my project, and SQL query questions
  • Q2. Find 2nd max num from the array
  • Ans. 

    Find the second maximum number from an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element of the sorted array.

  • Answered by AI
  • Q3. How the kafka works
  • Ans. 

    Kafka is a distributed streaming platform that allows publishing and subscribing to streams of records.

    • Kafka is designed to handle high volume data streams in real-time.

    • It uses a publish-subscribe model where producers write data to topics and consumers read from those topics.

    • Kafka stores data in partitions and replicates them across a cluster for fault tolerance.

    • It provides features like message retention, compression...

  • Answered by AI
  • Q4. Core java questions
  • Q5. Sort the given array using only O(n) solution [0,1,1,1,0,0,0,1,0,1,0,1,1,0,0]
  • Ans. 

    Sort an array of 0s and 1s using O(n) solution.

    • Use two pointers, one at the beginning and one at the end of the array.

    • Swap the elements at the pointers if they are not in the correct order.

    • Move the pointers towards each other until they meet in the middle.

    • Time complexity is O(n) and space complexity is O(1).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it went good, worth to get interviewed at paychex.
it was first round and it was for SDE1 (backend).

Skills evaluated in this interview

Sdet Interview Questions & Answers

Entrata user image Ganesh Thutte

posted on 18 Aug 2022

I applied via Company Website and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

First round was aptitude test which contains 50 MCQ's which candiate has to answer within 15 min. It includes quantative apti, reasoning ability, general intelligence, Verbal ability

Round 2 - Technical 

(1 Question)

  • Q1. All basic questions respective to the job profile being applied taken by team lead most of the time.
Round 3 - Technical 

(1 Question)

  • Q1. This is also technical round taken by manager. Here manager mostly measures your confidence & knowledge.
Round 4 - One-on-one 

(1 Question)

  • Q1. Then this is last round with HR.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare well before interview, be calm & relax while interviewing. Be honest to yourself

insightsoftware Interview FAQs

How many rounds are there in insightsoftware Senior Sdet Engineer interview?
insightsoftware interview process usually has 2 rounds. The most common rounds in the insightsoftware interview process are One-on-one Round.
What are the top questions asked in insightsoftware Senior Sdet Engineer interview?

Some of the top questions asked at the insightsoftware Senior Sdet Engineer interview -

  1. Write a code to automate a website which they g...read more
  2. One coding question for reversing strings and adding st...read more
  3. Explain an automation framew...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 888 Interviews
SAP Interview Questions
4.2
 • 303 Interviews
Salesforce Interview Questions
4.1
 • 267 Interviews
Adobe Interview Questions
4.0
 • 248 Interviews
Intuit Interview Questions
3.6
 • 87 Interviews
Mobileum Interview Questions
3.3
 • 35 Interviews
Entrata Interview Questions
4.4
 • 34 Interviews
View all
insightsoftware Senior Sdet Engineer Salary
based on 5 salaries
₹29 L/yr - ₹34.3 L/yr
25% more than the average Senior Sdet Engineer Salary in India
View more details

insightsoftware Senior Sdet Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

2.0

Work-Life balance

4.0

Salary & Benefits

1.0

Job Security

2.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
57 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹14 L/yr - ₹43 L/yr

Technical Consultant
23 salaries
unlock blur

₹4.4 L/yr - ₹15.5 L/yr

Senior Technical Support Engineer
23 salaries
unlock blur

₹12.6 L/yr - ₹19 L/yr

Associate Software Engineer
17 salaries
unlock blur

₹4.2 L/yr - ₹11.4 L/yr

Explore more salaries
Compare insightsoftware with

SAP

4.2
Compare

Oracle

3.7
Compare

Microsoft Corporation

4.1
Compare

Salesforce

4.1
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