Upload Button Icon Add office photos

Filter interviews by

Evozone Technolabs Interview Questions and Answers

Updated 17 Jan 2025

Evozone Technolabs Interview Experiences

Popular Designations

7 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself, and are you prepared to work with new technologies?
  • Ans. 

    I am a software engineer with experience in various technologies and I am always eager to learn and work with new technologies.

    • I have a strong background in programming languages such as Java, Python, and JavaScript.

    • I have experience working with databases like MySQL and MongoDB.

    • I am familiar with cloud technologies such as AWS and Azure.

    • I have worked on projects involving machine learning and artificial intelligence.

    • I...

  • Answered by AI
  • Q2. What technical questions could arise based on the skills mentioned in your resume?
Round 2 - Coding Test 

Find the second largest number from an array, sort the array, define the ranks of players, and address some SQL questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is beneficial to begin by learning new technologies, with a focus on SQL queries and problem-solving skills for this company.

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 (170)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Knowledge of Testing and exposure
  • Q2. Knowledge of automation tools
Round 2 - HR 

(2 Questions)

  • Q1. Salary structure and company policies
  • Q2. Roles and Responsibilities of job profile

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert lead if all required fields of contact or opportunity are not available on lead
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(1 Question)

  • Q1. Basic question as per profile
Round 2 - Technical 

(1 Question)

  • Q1. Give some exercise to resolve problems and some technical questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Golang Developer Interview Questions & Answers

user image Kapilkumar Sharma

posted on 21 Apr 2024

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Find second highest element in an array
  • Ans. 

    Find the second highest element in an array of strings

    • Sort the array in descending order

    • Return the element at index 1

  • Answered by AI
  • Q2. Difference between array and mp
  • Ans. 

    Arrays are fixed-size collections of elements of the same type, while maps are dynamic collections of key-value pairs.

    • Arrays have a fixed size, while maps can grow dynamically.

    • Arrays store elements by index, while maps store elements by key.

    • Arrays are ordered, while maps are unordered.

    • Example: Array - [1, 2, 3], Map - {'key1': 'value1', 'key2': 'value2'}

  • Answered by AI
  • Q3. Sql join , Union...
  • Q4. What is go routine
  • Ans. 

    A go routine is a lightweight thread of execution in Golang that allows concurrent programming.

    • Go routines are created using the 'go' keyword followed by a function call.

    • They are managed by the Go runtime and are multiplexed onto OS threads.

    • Go routines communicate using channels to share data safely between them.

    • They are more efficient than traditional threads due to their lightweight nature.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of golang and SQL also prepare Data structures and algorithms like linear search, binary search , tree...

Skills evaluated in this interview

Golang Developer Interview Questions asked at other Companies

Q1. can we return difference data type and how ,what architeture you worked in your project,does go have oops concepts
View answer (1)

Evozone Technolabs interview questions for popular designations

 Senior Software Engineer

 (2)

 Backend Developer

 (1)

 Golang Developer

 (1)

 Senior QA Analyst

 (1)

 Senior QA Engineer

 (1)

 Software Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Map array slice DSA etc...

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions as per the exp and the project requirement
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation and company's policy

Interview Preparation Tips

Interview preparation tips for other job seekers - A vey good company for the beginners and exp. persons where they can grow with showing there technical skills and coding knowledge

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. All about Technical sound
Round 3 - Technical 

(1 Question)

  • Q1. Logical tasks will be assigned to candidates
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial Round will be there
Round 5 - HR 

(1 Question)

  • Q1. Salary discussions will be happening

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you know. Honesty is the one they primary observe and show your hardwork and dedication towards a challenge.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test is based on logical questions and small programs

Round 2 - Technical 

(2 Questions)

  • Q1. All basics of core java and whatever you written in resume. ask about the your last projects. difference between then map, array list, collection, set etc.
  • Q2. General questions about the andorid studio. ask some logical questions
Round 3 - One-on-one 

(1 Question)

  • Q1. This will be HR round. general hr questions
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 Nov 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 - HR 

(1 Question)

  • Q1. Job exp work experience
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions in eductech platform
Round 4 - One-on-one 

(1 Question)

  • Q1. Skills test and salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 5 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 - Coding Test 

I was given a codility test which was of one hour duration.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Find the non overlapping intervals
  • Ans. 

    Given a list of intervals, find the non-overlapping intervals.

    • Sort the intervals based on their start time.

    • Iterate through the intervals and keep track of the latest end time.

    • If the start time of the current interval is greater than the latest end time, add it to the non-overlapping intervals.

    • If the start time of the current interval is less than or equal to the latest end time, skip it as it overlaps with the previous

  • Answered by AI
  • Q2. Add two integer strings
  • Ans. 

    To add two integer strings, we can convert them to integers and then add them.

    • Convert the strings to integers using parseInt() or Number()

    • Add the integers using the + operator

    • Convert the result back to a string using toString()

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

(1 Question)

  • Q1. Design an automated parking lot having automated lift for parking a vehicle. Main focus was on class diagram and schema design
Round 5 - One-on-one 

(1 Question)

  • Q1. High Level Design of an app similar to Shazam
  • Ans. 

    An app similar to Shazam for identifying music

    • Use audio fingerprinting to identify songs

    • Integrate with music databases to retrieve song information

    • Provide user-friendly interface for displaying song details

  • Answered by AI

Skills evaluated in this interview

Evozone Technolabs Interview FAQs

How many rounds are there in Evozone Technolabs interview?
Evozone Technolabs interview process usually has 2-3 rounds. The most common rounds in the Evozone Technolabs interview process are Technical, HR and One-on-one Round.
How to prepare for Evozone Technolabs 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 Evozone Technolabs. The most common topics and skills that interviewers at Evozone Technolabs expect are .NET, C, HTML, Javascript and Oracle.
What are the top questions asked in Evozone Technolabs interview?

Some of the top questions asked at the Evozone Technolabs interview -

  1. Find second highest element in an ar...read more
  2. Difference between array and...read more
  3. What is go rout...read more

Tell us how to improve this page.

Evozone Technolabs Interview Process

based on 11 interviews

Interview experience

4.8
  
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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
View all

Evozone Technolabs Reviews and Ratings

based on 46 reviews

4.8/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.6

Salary

4.8

Job security

4.7

Company culture

4.6

Promotions

4.8

Work satisfaction

Explore 46 Reviews and Ratings
Software Developer
7 salaries
unlock blur

₹3.7 L/yr - ₹7.8 L/yr

Backend Developer
7 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Web Developer
7 salaries
unlock blur

₹3.2 L/yr - ₹11 L/yr

QA Engineer
7 salaries
unlock blur

₹3.5 L/yr - ₹6.2 L/yr

Senior Backend Developer
6 salaries
unlock blur

₹4.8 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Evozone Technolabs with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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