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

Filter interviews by

insightsoftware Senior Sdet Engineer Interview Questions and Answers

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

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about insightsoftware?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. Technical interview

Interview Preparation Tips

Round: Test
Experience: techincal questions from C,C++ . mostly pointers. few ques from DB, and OS.

Duration: 1 hour 30 minutes
Total Questions: 45

Round: Test
Experience: This is a rigourous 6-8 hours coding round where you are given a problem statement to solve .
The company people are there to guide you through the process .
Duration: 6 hours
Total Questions: 1

Round: Technical Interview
Experience: A panel of 2-3 members takes your inteview on basic fundamental c++, data structures questions.
duration is mostly 45 mins to 1hr.

Skills: C++, Coding Skills And Knowledge On Data Structures, Pointers In C, Logical Puzzles, Thinking Approach
College Name: Netaji Subhas Institute Of Technology, Delhi

Senior Sdet Engineer Interview Questions Asked at Other Companies

asked in PubMatic
Q1. How would you optimize an existing system that makes an API call, ... read more
Q2. Embedded systems concepts What is volatile? Statics? Storages cla ... read more
asked in Capgemini
Q3. Write code to split a string into individual letters, each on a n ... read more
asked in Capgemini
Q4. Write the XPath of an element from amazon.in page manually, witho ... read more
Q5. What is Selenium, and how is it used in automation testing?

I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oops question, sql question
  • Q2. Basic and advance php question
  • Q3. Some logical question( puzzle)

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic concepts of php before attending interview

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Ans. 

    Reversing a linked list involves changing the direction of its nodes to point to the previous node instead of the next.

    • Iterative approach: Use three pointers (prev, current, next) to reverse the links.

    • Example: For list 1 -> 2 -> 3, after reversal it becomes 3 -> 2 -> 1.

    • Recursive approach: Reverse the rest of the list and adjust the pointers accordingly.

    • Example: For list 4 -> 5 -> 6, recursively revers...

  • Answered by AI
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems

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

Interview Questionnaire 

2 Questions

  • Q1. Networks based questions
  • Q2. Os based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and tough for fresher to crack, Nice package and good people who will guid u in interview process in case you are stuck at answer

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts, array functions of php and js, string functions of php and js
  • Q2. Sql, trigger, indexes,
  • Q3. Logical thinking, problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and presentation will work even if you are lacking a bit in technical. Be confident

I applied via Naukri.com and was interviewed before Sep 2021. There were 6 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 - Aptitude Test 

1 hr time limit. Some technical mathematical question, english grammar related, genral knowledge.

Round 3 - Coding Test 

After clearing apti, they will assign machine test. 1 hr time limite.

Round 4 - Technical 

(1 Question)

  • Q1. After clearing assign technical round in that project managers giving interview. Asking Oops consept, some php technical quetions like php array function, global variables, mvc, mysal queries, joins, ind...
Round 5 - One-on-one 

(1 Question)

  • Q1. After clear interview first round, TL giving second round.
Round 6 - HR 

(1 Question)

  • Q1. For salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops consept, real time examples, design factor, array functions, how to debug error, mysql joins, normalisation 1nf 2nf 3nf
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked to design a database table
  • Ans. 

    Design a database table for managing user accounts in a web application.

    • Table Name: Users

    • Columns: id (INT, Primary Key), username (VARCHAR), password (VARCHAR), email (VARCHAR), created_at (TIMESTAMP)

    • Indexes: Create an index on username for faster lookups.

    • Constraints: Ensure email is unique and validate password strength.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Low level Design Problem in Java

Round 2 - Technical 

(1 Question)

  • Q1. Data Structures - Graph Problem DFS
Round 3 - Coding Test 

System Design with few details

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

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions were high level

Interview Preparation Tips

Topics to prepare for SOTI Software Engineer interview:
  • array
  • Data Dictionary
  • tree
Interview preparation tips for other job seekers - before applying to soti you should have a good coding skill

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.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%
View more

Interview Questions from Similar Companies

Entrata Interview Questions
4.1
 • 40 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
CommVault Interview Questions
3.8
 • 28 Interviews
SOTI Interview Questions
3.2
 • 24 Interviews
Twilio Interview Questions
3.9
 • 24 Interviews
Bentley Systems Interview Questions
4.3
 • 21 Interviews
Gen Interview Questions
3.9
 • 21 Interviews
View all

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

1.0

Job security

2.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
79 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Technical Consultant
66 salaries
unlock blur

₹4.5 L/yr - ₹15.5 L/yr

Senior Software Engineer
64 salaries
unlock blur

₹13.9 L/yr - ₹43 L/yr

Senior Technical Support Engineer
27 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Software Developer
25 salaries
unlock blur

₹14.5 L/yr - ₹29 L/yr

Explore more salaries
Compare insightsoftware with

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

Entrata

4.1
Compare

Mobileum

3.3
Compare
write
Share an Interview