Upload Button Icon Add office photos

Filter interviews by

Idexcel Technologies Senior Software Engineer Interview Questions and Answers

Updated 30 Aug 2022

Idexcel Technologies Senior Software Engineer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic to intermediate javascript questions ( closure, hoisting, etc ) Basic React Js and Node Js questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Intermediate React JS questions write custom hook Diff bw useEffect and useLayoutEffect Some basic SQL questions Some basic CSS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the questions

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql server agent why can't we create objects of abstract class write extension method for abstract class SQL: SP vs Function, which one is faster, why? can I call SP from Function Microservice orch...
  • Ans. 

    SQL Server Agent is a job scheduling tool in SQL Server. Abstract classes cannot be instantiated. SPs are faster than functions. Microservice concepts. IEnumerable vs IQueryable.

    • SQL Server Agent is a job scheduling tool in SQL Server for automating tasks like backups, database maintenance, etc.

    • Abstract classes cannot be instantiated because they are incomplete and meant to be extended by subclasses.

    • Extension methods ca...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is record in c# write generic method to perform summation of 2 numeric type variable (int, double, float..) write test cases for Sum method which design pattern you used
  • Ans. 

    A record in C# is a data structure that stores a fixed number of fields of different data types.

    • A record in C# is similar to a struct in C++, containing fields to store data.

    • Example: 'public record Person { public string Name; public int Age; }'

    • Generic method for summation: 'public T Sum(T a, T b) where T : struct, IConvertible { return Convert.ToDouble(a) + Convert.ToDouble(b); }'

    • Test cases can include checking the su...

  • Answered by AI
  • Q2. This was the worst interview I have ever given. Interview got rescheduled 3 times. The panelist behaved so rudely, Why people wouldn't even care to show his face, it's literally very frustrating.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Define oops concepts in brief.
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Constructor based logical questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on OOP's basic and some tricky questions related SOLID concepts
Interview experience
5
Excellent
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 - One-on-one 

(1 Question)

  • Q1. Testing questions Automation engineer question Load testing Performance testing Security testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Advanced testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep updating your skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. .net core middleware
Round 3 - Technical 

(1 Question)

  • Q1. Manament discusion about your last project and responsibility
Round 4 - HR 

(1 Question)

  • Q1. Salary discusion and designation and preferred loaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Smart and trying to convivence them that you are good

I applied via Naukri.com and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Total 35 questions, with 5 sections and time duration 35 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. What all the methods we have in API?
  • Ans. 

    The question is too broad to provide a specific answer.

    • APIs can have various methods such as GET, POST, PUT, DELETE, etc.

    • The methods in an API depend on the specific API being referred to.

    • Examples of API methods include 'getUser', 'createOrder', 'updateProfile', etc.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What problems you have faced during testing?
  • Ans. 

    I have faced issues with compatibility, performance, and user acceptance testing.

    • Compatibility issues with different browsers and operating systems

    • Performance issues with large datasets and high traffic

    • User acceptance testing revealed unexpected user behavior

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your skills and worked experience.

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Java oops concepts
  • Q2. Joins queries in MySQL
  • Q3. Git or GitHub
  • Q4. Cloud computing
  • Q5. Prime number programming
  • Q6. 2 max num in a array
  • Ans. 

    Find the two maximum numbers in an array of strings.

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

    • Sort the array in descending order.

    • Return the first two elements of the sorted array.

  • Answered by AI
  • Q7. Java platform independent??
  • Q8. Primary key vs foreign key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.

    • Primary key is used to enforce data integrity and ensure uniqueness of records.

    • Foreign key is used to establish relationships between tables and enforce referential integrity.

    • A table can have only one primary key, while it can have multiple foreign keys.

    • Primary key can be used as a foreign key in another table.

    • E...

  • Answered by AI
  • Q9. Rest API Webservices vs Soap Webservices
  • Ans. 

    REST API is lightweight and flexible, while SOAP is more structured and secure.

    • REST uses HTTP protocol and supports multiple data formats like JSON, XML, etc.

    • SOAP uses XML protocol and supports only XML data format.

    • REST is faster and consumes less bandwidth than SOAP.

    • SOAP has built-in security features like WS-Security and WS-Trust.

    • REST is easier to implement and maintain than SOAP.

    • SOAP is better suited for enterprise-...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java weights more than 75% in the interview process so be ready with all the concepts and then SQL weights second...your almost done. If you know rest api and soap api development basics your done.

Skills evaluated in this interview

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 Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Frontend angular and javascript questions
  • Q2. Life cycle hook Components Model Lazy loading Pipe Observable Promise
Round 3 - Coding Test 

Basic programming questions, like find the occurrence of the characters in a string

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some project related questions

Idexcel Technologies Interview FAQs

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

Some of the top questions asked at the Idexcel Technologies Senior Software Engineer interview -

  1. Intermediate React JS questions write custom hook Diff bw useEffect and useLayo...read more
  2. Basic to intermediate javascript questions ( closure, hoisting, etc ) Basic Rea...read more

Tell us how to improve this page.

Idexcel Technologies Senior Software Engineer Salary
based on 38 salaries
₹8 L/yr - ₹22 L/yr
11% less than the average Senior Software Engineer Salary in India
View more details

Idexcel Technologies Senior Software Engineer Reviews and Ratings

based on 8 reviews

3.1/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

3.0

Salary

2.9

Job security

3.0

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 8 Reviews and Ratings
Software Engineer
60 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Test Engineer
40 salaries
unlock blur

₹3.8 L/yr - ₹9.3 L/yr

Senior Software Engineer
39 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Senior Test Engineer
34 salaries
unlock blur

₹5.6 L/yr - ₹13.5 L/yr

Software Developer
24 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Idexcel Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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