Upload Button Icon Add office photos

Filter interviews by

Evolko Interview Questions, Process, and Tips

Updated 16 Jul 2024

Top Evolko Interview Questions and Answers

Evolko Interview Experiences

Popular Designations

3 interviews found

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. React js question like callback ,hoisting basic react question
  • Q2. Callback hoisting promises
Round 3 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - basic question and one round of interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Test Case creation and Document 

(3 Questions)

  • Q1. How Much experience do you have in testing? What is testing?
  • Ans. 

    I have 3 years of experience in testing. Testing is the process of evaluating a system or application to identify defects or errors.

    • I have 3 years of experience in manual and automated testing

    • Testing involves executing test cases to identify defects or errors in a system or application

    • Types of testing include functional testing, regression testing, performance testing, and user acceptance testing

  • Answered by AI
  • Q2. What is Black box, White Box, Regression and Smoke testing?
  • Ans. 

    Black box, White Box, Regression, and Smoke testing are different types of software testing techniques.

    • Black box testing focuses on testing the functionality of the software without knowing its internal code.

    • White box testing involves testing the internal code structure, paths, and logic of the software.

    • Regression testing is performed to ensure that new code changes do not adversely affect existing functionalities.

    • Smok...

  • Answered by AI
  • Q3. Can ypu creater few test Cases, what is bug life cycle?
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application. Bug life cycle refers to the stages a bug goes through from identification to resolution.

    • Test Cases: - Verify login functionality with valid credentials - Test adding items to a shopping cart - Validate search functionality by entering keywords

    • Bug Life Cycle: - Bug identification - Bug logging - Bug prioritization - Bug fixing - ...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Can you write a code for File Handling?
  • Ans. 

    Yes, I can write code for File Handling in various programming languages.

    • Use functions like fopen(), fclose(), fread(), fwrite() for file operations

    • Handle errors using error handling techniques like try-catch or if-else statements

    • Examples: C - fopen("file.txt", "r"), Python - with open("file.txt", "r") as file:

  • Answered by AI
  • Q2. How much you're comfortable in coding? Preferred language?
  • Ans. 

    I am comfortable with coding and my preferred language is Java.

    • Proficient in Java programming language

    • Comfortable writing test scripts and automation code

    • Familiar with debugging and troubleshooting code issues

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. How much do you expect us to pay?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't go in this company

Skills evaluated in this interview

Quality Assurance Tester Interview Questions asked at other Companies

Q1. Gaming knowledge , name of some games I play . What's difference between FPS and TPS ? Smoke testing, sanity testing, priority severity.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Assignment 

Crud operation in the mern stack develoment

Round 2 - HR 

(2 Questions)

  • Q1. Descusion about package
  • Q2. Descusion about location and relocaion process

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of DS and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - be thorough in data structures and algorithms

Interview Questionnaire 

1 Question

  • Q1. C++ oop concepts

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

Round 1 - Coding Test 

They ask to many technical question and ask to code also

Round 2 - Aptitude Test 

They ask for your background and thing you learnt in your past

Interview Preparation Tips

Interview preparation tips for other job seekers - work hard on your interview. they ask too much technical question.

Interview Questionnaire 

2 Questions

  • Q1. About AWS and Cloud related services.
  • Q2. NA

Analyst Interview Questions & Answers

FIS user image Anonymous

posted on 17 Jul 2021

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Be confident

Intern Interview Questions & Answers

FIS user image Vishu Gupta

posted on 13 Sep 2020

I applied via Campus Placement and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. What do you understand by Three way handshake ?
  • Ans. 

    Three way handshake is a method used in TCP/IP communication to establish a connection between a client and a server.

    • Three way handshake involves three steps: SYN, SYN-ACK, and ACK.

    • The client sends a SYN packet to the server to initiate the connection.

    • The server responds with a SYN-ACK packet, acknowledging the client's request.

    • Finally, the client sends an ACK packet to the server, confirming the connection establishme...

  • Answered by AI
  • Q2. Difference between SSL and TLS
  • Ans. 

    SSL and TLS are both cryptographic protocols used to secure internet communications.

    • SSL stands for Secure Sockets Layer and is an older protocol that has been largely replaced by TLS.

    • TLS stands for Transport Layer Security and is the successor to SSL.

    • TLS is more secure than SSL and offers better encryption algorithms.

    • TLS also supports newer protocols and ciphers, while SSL does not.

    • SSL is vulnerable to attacks such as ...

  • Answered by AI
  • Q3. On which layer switch and router work and their types ?
  • Ans. 

    Switches work on layer 2 and routers work on layer 3. Types of switches include unmanaged, managed, and layer 3 switches.

    • Switches work on layer 2 of the OSI model and routers work on layer 3.

    • Switches are used to connect devices within a network and forward data based on MAC addresses.

    • Types of switches include unmanaged, managed, and layer 3 switches.

    • Routers are used to connect different networks and forward data based ...

  • Answered by AI
  • Q4. CIA Triad and What will we lost in DOS attack ?
  • Ans. 

    CIA Triad ensures data security. DOS attack can cause loss of availability.

    • CIA Triad stands for Confidentiality, Integrity, and Availability.

    • It ensures data security by protecting against unauthorized access, alteration, and destruction.

    • DOS attack can cause loss of availability by overwhelming a system with traffic or requests.

    • This can result in the system becoming unresponsive or crashing, making the data unavailable...

  • Answered by AI
  • Q5. Which packets are used to perform DOS attack?
  • Ans. 

    Various types of packets can be used for DOS attacks, including SYN floods, UDP floods, and ICMP floods.

    • SYN floods involve sending a large number of SYN packets to overwhelm the target server's resources.

    • UDP floods involve sending a large number of UDP packets to consume the target server's bandwidth.

    • ICMP floods involve sending a large number of ICMP packets to flood the target server with traffic.

    • Other types of packet...

  • Answered by AI
  • Q6. Cryptography and its types
  • Ans. 

    Cryptography is the practice of secure communication in the presence of third parties.

    • Symmetric-key cryptography

    • Asymmetric-key cryptography

    • Hash functions

    • Encryption algorithms

    • Digital signatures

  • Answered by AI
  • Q7. Difference between MD5 and SHA 2
  • Ans. 

    MD5 is a hash function that produces a 128-bit hash value while SHA-2 is a family of hash functions that produce hash values of varying lengths.

    • MD5 produces a fixed-length hash value of 128 bits while SHA-2 produces hash values of 224, 256, 384, or 512 bits.

    • MD5 is considered less secure than SHA-2 due to its susceptibility to collision attacks.

    • SHA-2 is a family of hash functions that includes SHA-224, SHA-256, SHA-384,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always focus to give answer in a well define manner. Don't give answer if you don't know. Read the basic questions from internet make a list of 1000 of interview question of the domain in which you wanna go.
Always find out more things about a topic like asked question to yourself like-
What is it ?
Why we use ?
What are the different types ?
Previous version of it if any and why it is not used now?
The latest version
Make a checklist of the attacks on the all common protocol.

Thanks I hope it will help you.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) General C# and Sql Questions.. some concepts in more depth
  • Q2. Joins, Union, Linq, Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared with basic C# questions like delegates, generics, events, interfaces, static classes with some examples

Sql Questions like types of Joins, Subquery, Union, view, stored proc, identity, indexes with some examples

Evolko Interview FAQs

How many rounds are there in Evolko interview?
Evolko interview process usually has 2-3 rounds. The most common rounds in the Evolko interview process are One-on-one Round, Assignment and Resume Shortlist.
How to prepare for Evolko 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 Evolko. The most common topics and skills that interviewers at Evolko expect are Analytical Skills, Google Analytics, International, Research and Web Development.
What are the top questions asked in Evolko interview?

Some of the top questions asked at the Evolko interview -

  1. Can ypu creater few test Cases, what is bug life cyc...read more
  2. How Much experience do you have in testing? What is testi...read more
  3. What is Black box, White Box, Regression and Smoke testi...read more

Tell us how to improve this page.

Evolko Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
FIS Interview Questions
3.9
 • 490 Interviews
Dell Interview Questions
3.9
 • 391 Interviews
Quest Global Interview Questions
3.6
 • 310 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Qualcomm Interview Questions
3.8
 • 259 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
View all

Evolko Reviews and Ratings

based on 13 reviews

3.1/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

2.8

Salary

3.6

Job security

3.2

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 13 Reviews and Ratings
Business Development Manager
7 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Patient Care Manager
6 salaries
unlock blur

₹2 L/yr - ₹2.4 L/yr

Software Developer
5 salaries
unlock blur

₹2.8 L/yr - ₹6.1 L/yr

Project Manager
5 salaries
unlock blur

₹10.6 L/yr - ₹21 L/yr

Software Engineer
4 salaries
unlock blur

₹4 L/yr - ₹10.8 L/yr

Explore more salaries
Compare Evolko with

Teleperformance

3.9
Compare

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare

Nagarro

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