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 Resume 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)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

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

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

Arcon TechSolutions

DESIGNATION

COMPANY BENEFITS

Baxter International

No Benefits

INTERVIEWS

Relyon Softech

No Interviews

SALARIES

Amazon

REVIEWS

Mentorsity

No Reviews

SALARIES

Baxter International

COMPANY BENEFITS

Arcon TechSolutions

No Benefits

INTERVIEWS

BYJU'S

No Interviews

INTERVIEWS

Nucsoft

No Interviews

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

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all

Evolvus Solutions Reviews and Ratings

based on 28 reviews

3.3/5

Rating in categories

4.1

Skill development

3.1

Work-life balance

2.5

Salary

3.1

Job security

2.7

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 28 Reviews and Ratings
Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Evolvus Solutions with

Intellect Design Arena

4.0
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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