Upload Button Icon Add office photos
Engaged Employer

i

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

Eka Software Solutions Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 98 Reviews

Filter interviews by

Eka Software Solutions Senior Associate Interview Questions, Process, and Tips

Updated 17 Aug 2024

Eka Software Solutions Senior Associate Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are optimisation techniques in stored procedure
  • Ans. 

    Optimisation techniques in stored procedures improve performance by reducing execution time and resource usage.

    • Use proper indexing on tables involved in the stored procedure

    • Minimize the use of cursors and loops

    • Avoid using SELECT * and fetch only necessary columns

    • Avoid using temporary tables if possible

    • Use SET NOCOUNT ON to stop the message indicating the number of rows affected by a T-SQL statement

  • Answered by AI
  • Q2. Analyse the condition in query and optimise it.
  • Ans. 

    The candidate is asked to analyse and optimize a given condition.

    • Identify the key components of the condition and their interactions

    • Consider potential areas for improvement or inefficiencies

    • Propose specific changes or strategies to optimize the condition

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Integer Array rotation for K time
  • Ans. 

    Rotate an integer array K times

    • Create a temporary array to store elements that will be rotated

    • Use modulo operator to handle cases where K is larger than array length

    • Update the original array with elements from the temporary array

  • Answered by AI
  • Q2. Find the missing number in series of array of distinct numbers?
  • Ans. 

    The missing number in a series of distinct numbers can be found by identifying the pattern and determining the missing element.

    • Identify the pattern in the series of numbers.

    • Determine the logic or rule governing the sequence.

    • Apply the logic to find the missing number.

    • Example: Series - 2, 4, 6, 10, 12, 14, Missing number is 8.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1st round of the company was an online assessment with 40 questions,2 coding questions :- cake distribution problem, Palindrome and else there were 6-7 SQL questions and other were Aptitude questions (basic) whole test was for 1 hr.

Round 2 - Technical 

(3 Questions)

  • Q1. Basic oops, basic questions on loops etc
  • Q2. SQL:- add a column on a table, find max salary of employee
  • Ans. 

    Use ALTER TABLE to add a new column and then use MAX function to find the highest salary.

    • Use ALTER TABLE statement to add a new column to the table.

    • Use MAX function in SQL to find the maximum salary of employees.

  • Answered by AI
  • Q3. SUM OF DIGITS OF A NUMBER(DSA)
  • Ans. 

    Calculate the sum of digits of a given number.

    • Iterate through each digit of the number and add them together.

    • Use modulo operator to extract each digit.

    • Repeat until all digits are processed.

    • Example: For number 123, sum of digits = 1 + 2 + 3 = 6.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - BASICS OF DSA, DBMS, OOPS
AND U SHOULD KNOW EVERYTHING WRITTEN ON RESUME

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 Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question on dot net and sql server
Round 2 - Technical 

(1 Question)

  • Q1. Bit twisted and elaborative discussion on various technical spheres.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Mathematics,General Aptitute,three coding question

Round 2 - Coding Test 

Face to face interview.Ask questions on Data structure and algorithms

Round 3 - HR 

(1 Question)

  • Q1. Where do you look from 5 years from now
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indira Gandhi Institute of Technology, Dhenkanal and was interviewed in Jul 2023. There were 4 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 

There are Verbal, logical reasoning, quantitative, coding questions (2 Qtns) and a descriptive essay on "How you used the pendamic duration for study" ( Minimum 200 words) required. And coding questions are DSA Medium level one was: " Find the maximum profit percentage during the buy and sell of stock of a company. ". Verbal round was mostly (4 -5 questions) on make meaning full sentence. All the first round test was conducted on "Xobin online test" platform.

Round 3 - System Design 

(2 Questions)

  • Q1. There are two questions available 1. Write a business solution, technical solution using frontend or back-end technology to overcome the problem a) There is a new metro started in your city but the proble...
  • Q2. 2nd question was find solution for dynamic seat booking and price change during booking of ticket for a cinema hall.
Round 4 - Technical 

(1 Question)

  • Q1. Some questions on DSA like difference between merge sort and bubble sort. Sort available alphabets in a string array from vowel to consonant. In HR round HR will ask about your background and career then a...

Interview Preparation Tips

Topics to prepare for Incture Technologies Associate Software Engineer interview:
  • DSA
  • Quantitive apptitude
  • Verbal
  • Essay
  • System Design
Interview preparation tips for other job seekers - Don't add any extra things in your resume which you don't know because if you will qualified for interview time that guy will ask on the basis of your resume skills. Just be confident and don't answer any HR round questions emotionally as it doesn't work instead you will terminated by them. At last they will ask a question do you have any questions for me? So be ready for that and do not try to copy paste any solution from Google as interviewer will tell you to analyse your answers.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy general logical theoretical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sql questions askes mostly
  • Q2. Python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

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 - HR 

(2 Questions)

  • Q1. What was your job role in previous company.
  • Q2. How many years of experience do you have.
Round 3 - Technical 

(2 Questions)

  • Q1. Can you brief about your technical skills.
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly check Rating and Review before joining.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. 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 - Coding Test 

Basic coding in Java. MySql, HTML.

Round 3 - Coding Test 

Adavance coding in Java programming.

Round 4 - HR 

(1 Question)

  • Q1. About salary. Location.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Tell me about yourself

Round 2 - One-on-one 

(1 Question)

  • Q1. What have you achieved till date?

Eka Software Solutions Interview FAQs

How many rounds are there in Eka Software Solutions Senior Associate interview?
Eka Software Solutions interview process usually has 2 rounds. The most common rounds in the Eka Software Solutions interview process are Technical.
What are the top questions asked in Eka Software Solutions Senior Associate interview?

Some of the top questions asked at the Eka Software Solutions Senior Associate interview -

  1. what are optimisation techniques in stored proced...read more
  2. Find the missing number in series of array of distinct numbe...read more
  3. Analyse the condition in query and optimise ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Eka Software Solutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Senior Software Engineer
111 salaries
unlock blur

₹8 L/yr - ₹28.8 L/yr

Software Engineer
90 salaries
unlock blur

₹3.6 L/yr - ₹14.8 L/yr

Senior Business Consultant
43 salaries
unlock blur

₹8.6 L/yr - ₹25 L/yr

Business Analyst
41 salaries
unlock blur

₹5.3 L/yr - ₹15.9 L/yr

Business Consultant
39 salaries
unlock blur

₹4.8 L/yr - ₹14.4 L/yr

Explore more salaries
Compare Eka Software Solutions with

Ramco Systems

3.9
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
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