Upload Button Icon Add office photos

Filter interviews by

ION Group Sdet Engineer Interview Questions and Answers

Updated 17 Oct 2024

ION Group Sdet Engineer Interview Experiences

3 interviews found

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was not that hard actually.

Round 2 - Coding Test 

It was not that hard actually

Round 3 - One-on-one 

(2 Questions)

  • Q1. It was Introduction question
  • Q2. Nothing else major part of the interview

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2023

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions about resume, Puzzles and DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with resume and DSA concepts

Sdet Engineer Interview Questions Asked at Other Companies

asked in Nykaa
Q1. Tell me about the projects and knowledge on selenium api and etc?
asked in Witty Com
Q2. In this example, the internal data structure (std::vector) can be ... read more
asked in Info Edge
Q3. What do you mean by run time polymorphism and how is it achieved?
Q4. What reusable methods have been designed by you and their impact
asked in Info Edge
Q5. Explain each oops concept with clarity and write a class where yo ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

All about simple coding, mcqs and a bit og apti

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops, dsa, algorithms, design
Round 3 - Group Discussion 

General discussion on people process tech an dproduct

Interview questions from similar companies

Sde1 Interview Questions & Answers

UKG user image Anonymous

posted on 7 Aug 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Aptitude and coding round, one coding question and others are computer fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Return true if Subarray is present whose sum is 0
  • Q2. Project, oops, dbms
Round 3 - Technical 

(2 Questions)

  • Q1. Subarray sun equal to k
  • Q2. Project, oops, dbms
Round 4 - HR 

(1 Question)

  • Q1. Did not got slected i answered all still
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Check palindrom from given string
  • Ans. 

    Check if a given string is a palindrome

    • Iterate through the string from both ends and compare characters

    • Ignore spaces and punctuation marks while checking for palindrome

    • Convert the string to lowercase for case-insensitive comparison

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Debugging an application and wirtting cases
  • Ans. 

    Debugging an application involves identifying and fixing issues in the code, while writing test cases ensures the application functions correctly.

    • Understand the functionality of the application and identify the root cause of the issue

    • Use debugging tools like breakpoints, logging, and stack traces to pinpoint the problem

    • Write test cases to cover different scenarios and ensure the issue is resolved

    • Reproduce the issue to ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Combination of abvoe two rounds
Round 4 - Technical 

(1 Question)

  • Q1. Combination of above three rounds
Round 5 - HR 

(1 Question)

  • Q1. Discussed about why this company and the compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Work Experience?
  • Q2. Questions Regarding CV ?
  • Q3. Question on Xpath (Selenium)
  • Q4. Questions on Python basic coding
  • Q5. Questions on API Testing
Round 2 - Coding Test 

Q1) Write a functions to perform all CRUD in api.
Q2) Given two sorted list
ar1 =[1,2,3,4,7,7,12,18,19]
ar2 = [3, 4, 7, 7,14, 18, 19]

You can add and find largest sum but you can switch when ar1 and ar2 have same numbers.

Solution: you can base your solution on merge algo and recursively call your function to return largest sum possible.

Interview Preparation Tips

Interview preparation tips for other job seekers - The first interviewer was very up high in the rank but was very bad at taking interviews.
He did said ask if you have anything to ask.
But when I started asking questions, he behaved very badly .
I do not remember his name. You should forget toxic people immediately.
It was shocking to me that he was Staff Engineer.

The second round of interview was the best experience I ever had.
I remember his name but for sake of confidconfidentiality, I will only tell his position. He was MTS 3.
The questions were very good and the interviewer was very soft spoken and knowledgeable.
He answered my questions and would love to see these people climb up the ladder rather than others.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Git workflow and xpath. Reverse a string

Sdet Interview Questions & Answers

Cvent user image Saurav Kumar Jha

posted on 27 Nov 2024

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

(1 Question)

  • Q1. Intro of yourself

SDE-2 Interview Questions & Answers

Atlassian user image komal kungwani

posted on 15 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Leetcode Interview Question company tag atlassian. Some modifications of those
Round 2 - Technical 

(1 Question)

  • Q1. Design a web crawler
  • Ans. 

    Design a web crawler to fetch and index web pages

    • Start by defining the scope of the crawler (e.g. which websites to crawl)

    • Implement a system to fetch web pages using HTTP requests

    • Parse the HTML content to extract relevant information (e.g. links, text)

    • Store the extracted data in a database or index for later retrieval

    • Implement a scheduling mechanism to prioritize and manage the crawling process

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Frequency array, java collection, missing number

ION Group Interview FAQs

How many rounds are there in ION Group Sdet Engineer interview?
ION Group interview process usually has 3 rounds. The most common rounds in the ION Group interview process are Coding Test, One-on-one Round and Resume Shortlist.
What are the top questions asked in ION Group Sdet Engineer interview?

Some of the top questions asked at the ION Group Sdet Engineer interview -

  1. Questions about resume, Puzzles and DSA questi...read more
  2. Nothing else major part of the interv...read more
  3. It was Introduction quest...read more

Tell us how to improve this page.

ION Group Sdet Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

S&P Global Interview Questions
4.2
 • 271 Interviews
Morningstar Interview Questions
3.9
 • 242 Interviews
FactSet Interview Questions
3.9
 • 207 Interviews
Globant Interview Questions
3.8
 • 169 Interviews
Chetu Interview Questions
3.3
 • 166 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
AVASOFT Interview Questions
3.0
 • 136 Interviews
ServiceNow Interview Questions
4.2
 • 118 Interviews
Thomson Reuters Interview Questions
4.1
 • 111 Interviews
View all
Software Developer
169 salaries
unlock blur

₹11.9 L/yr - ₹46 L/yr

Software Engineer
50 salaries
unlock blur

₹11.5 L/yr - ₹40 L/yr

Senior Software Engineer
48 salaries
unlock blur

₹17.9 L/yr - ₹48 L/yr

Technical Analyst
44 salaries
unlock blur

₹11.5 L/yr - ₹15.5 L/yr

Analyst
29 salaries
unlock blur

₹5 L/yr - ₹17.5 L/yr

Explore more salaries
Compare ION Group with

Thomson Reuters

4.1
Compare

Bloomberg

3.4
Compare

FactSet

3.9
Compare

Morningstar

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