Upload Button Icon Add office photos

Filter interviews by

Evolvus Solutions Interview Questions and Answers

Updated 19 Oct 2023

Evolvus Solutions Interview Experiences

Popular Designations

4 interviews found

Business Analyst Interview Questions & Answers

user image priyanka tripathi

posted on 16 Oct 2023

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 Oct 2022. There were 2 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 - HR 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. What all projects you have handled
  • Q3. What were your key responsibility area as a BA?
  • Q4. State any difficulty that you faced during your BA career ladder
  • Q5. What are your weak points

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precise while speaking and be very confident of yourself.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How did you cleared Interview at Evolvus Solutions

Interview Preparation Tips

Interview preparation tips for other job seekers - There are total 5-6 rounds of Technical rounds which was lasted for about 30 min. The interviewer tested all my skills. Most of the Questions are related java full stack technologies and my B.Tech resume. Luckily i was able to answer all the questions and have written the code which they have asked me to execute. You need to stay calm and should have presence of mind. Please go through the job description thoroughly and recheck your resume to ensure that you are a best fit for the position.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Software testing 

(1 Question)

  • Q1. What is defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software development.

    • Defects are identified through testing or user feedback

    • Defects are reported and prioritized based on severity and impact

    • Defects are fixed by developers and retested by testers

    • Defects are verified to ensure they have been properly fixed

    • Defects may be reopened if they are not fully resolved

    • Defec...

  • Answered by AI
Round 2 - Software testing 

(1 Question)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary test to check if the basic functionalities of an application are working or not.

    • It is a quick and shallow test

    • It is performed to ensure that the critical functionalities of the application are working fine

    • It is usually done before the actual testing begins

    • It helps in identifying major issues early on in the development cycle

    • Example: Checking if the application is launching without any err

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How much salary you would like to take in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - My honest opinion is that do not join flux pd team. Join some other team apart from flux pd. The team is not proper as I really suffered a lot there. Other team (ASBA) would be appropriate I believe.

Skills evaluated in this interview

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)

I applied via Referral and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Software testing 

(1 Question)

  • Q1. What is defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, resolving, and verifying defects in software development.

    • Defects are identified during testing or by end-users

    • Defects are reported to the development team

    • The development team resolves the defects

    • The resolved defects are verified by testing

    • Defects can be reopened if they are not fully resolved

    • The cycle continues until all defects are resolved

  • Answered by AI
Round 2 - Software testing 

(1 Question)

  • Q1. What are application and web server
  • Ans. 

    Application and web servers are software programs that handle requests from clients and serve web pages and applications.

    • Application servers provide a platform for running applications and managing their components.

    • Web servers handle HTTP requests and serve web pages to clients.

    • Examples of application servers include Apache Tomcat, JBoss, and IBM WebSphere.

    • Examples of web servers include Apache HTTP Server, Nginx, and

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join flux pd team as it will be harrassment for new joinee especially for those who don't talk to girls as that is what is given more importance. They will rag you like anything. I'm saying the fact. Please don't mistake me. ASBA team would be way better I reckon.

Skills evaluated in this interview

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)

Evolvus Solutions interview questions for popular designations

 Implementation Engineer

 (2)

 Software Engineer Trainee

 (1)

 Business Analyst

 (1)

Jobs at Evolvus Solutions

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself what are you hobbies what is your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - hr round is pretty easy all the work relared task needs to be done on time in the company if you do your work on time you can do anythinf the salary here is really low

I applied via Company Website and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - The "tell me about yourself" gives the recruiter an idea about you. Whatever you talk about yourself will be the basis for the other rounds such as the technical round.

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Difference between sessions and cookies
  • Ans. 

    Sessions store data on the server side while cookies store data on the client side.

    • Sessions store data on the server side, usually in a temporary directory or database

    • Cookies store data on the client side, in the form of key-value pairs

    • Sessions are more secure as the data is not exposed to the client

    • Cookies can be easily manipulated by the client, making them less secure

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just confident in your answers and share your working knowledge.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

Evolvus Solutions Interview FAQs

How many rounds are there in Evolvus Solutions interview?
Evolvus Solutions interview process usually has 2-3 rounds. The most common rounds in the Evolvus Solutions interview process are HR and Resume Shortlist.
How to prepare for Evolvus Solutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Evolvus Solutions. The most common topics and skills that interviewers at Evolvus Solutions expect are Scrum, Agile, Javascript, Analytics and Data migration.
What are the top questions asked in Evolvus Solutions interview?

Some of the top questions asked at the Evolvus Solutions interview -

  1. What are application and web ser...read more
  2. What is defect life cy...read more
  3. What is smoke test...read more

Tell us how to improve this page.

Evolvus Solutions Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Greytrix Interview Questions
3.7
 • 12 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all

Evolvus Solutions Reviews and Ratings

based on 29 reviews

3.7/5

Rating in categories

4.3

Skill development

3.5

Work-life balance

3.1

Salary

3.5

Job security

3.2

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 29 Reviews and Ratings
Subject Matter Expert (SME)

Bangalore / Bengaluru

3-5 Yrs

₹ 5-9.5 LPA

SQL Developer

Bangalore / Bengaluru

2-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
30 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

QA Engineer
13 salaries
unlock blur

₹2.1 L/yr - ₹6 L/yr

Software Developer
10 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹5.9 L/yr - ₹11.4 L/yr

Business Analyst
6 salaries
unlock blur

₹7.3 L/yr - ₹12 L/yr

Explore more salaries
Compare Evolvus Solutions with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

DynPro

3.8
Compare

ClaySys

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