Upload Button Icon Add office photos
Engaged Employer

i

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

Evoke Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Evoke Technologies Interview Questions, Process, and Tips

Updated 26 Jan 2025

Top Evoke Technologies Interview Questions and Answers

View all 10 questions

Evoke Technologies Interview Experiences

Popular Designations

21 interviews found

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions from basic front end technologies, also on Angular framework.
  • Q2. HTML, CSS related Questions and Angular questions.
  • Q3. Questions related to security enhancements and Unit testing approach.
  • Q4. Make sure all your basics are strong and clear and You know how to debug, enhances performance or at least keen to learn these processes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Positive Interview experience, Very professional, punctual and you'll receive genuine feedback and the HR is probably the Nicest and kindest HR in the Industry.

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)

I applied via Approached by Company and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Devops related questions more of Jenkins
Round 2 - One-on-one 

(1 Question)

  • Q1. Jenkins related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The questions are more of basics

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

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

Interview Questionnaire 

3 Questions

  • Q1. The basic syntax of deployment.YAML and Kubernetes structure
  • Ans. 

    Deployment.yaml is used to define Kubernetes deployments and their properties.

    • Deployment.yaml is a Kubernetes manifest file that defines the desired state of a deployment.

    • It includes properties such as the number of replicas, the container image to use, and the ports to expose.

    • The structure of a deployment.yaml file includes metadata, spec, and status sections.

    • The metadata section includes information such as the name ...

  • Answered by AI
  • Q2. Process of error debugging step by step in details
  • Ans. 

    Debugging errors involves identifying, isolating, and resolving issues in a systematic manner.

    • Identify the error message or symptom

    • Reproduce the error to isolate the issue

    • Check logs and system metrics for clues

    • Use debugging tools to pinpoint the root cause

    • Develop and test a solution

    • Implement the fix and monitor for any further issues

  • Answered by AI
  • Q3. Tomcat folder structure and lamp structure

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and listen to them without interrupting let them finish first and give accurate answer then brief it

Skills evaluated in this interview

DevOps Specialist Interview Questions asked at other Companies

Q1. What is difference between entry point and cmd in dockerfile
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Anonymous

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview processes is Average.But they waste the candidates quality time.First they inform you are selected but they take process very slow.they don't release offer letter keep you waiting. Even after continuous follow up you will end up with an answer that the position is closed after keeping you waiting for many days.In first place why do you even give fake promise when you are aware you are not going to hire the particular candidate. It is your minimum responsibility to inform the candidate whatever.This is not the process to be followed even after cracking the Interview.Please be professional.My humble request please don't waste candidates time.As much as there are many candidates in the market there are many companies in the market providing opportunities to the skillfull candidates.If you wanted to genuinely wait for this organization offer letter that will be your biggest mistake.
Worst HR management ever.

Evoke Technologies interview questions for popular designations

 Senior Software Engineer

 (2)

 Data Scientist

 (1)

 Senior Associate

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Delivery Manager

 (1)

 Technical Associate

 (1)

 Fraud Analyst

 (1)

I was interviewed before May 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. How would you design a web page that integrates charts with an API and retrieves data stored in a database?
  • Ans. 

    Design a web page integrating charts with an API to retrieve data from a database.

    • Use a front-end library like Chart.js to create interactive charts on the web page.

    • Implement a back-end API using a framework like Node.js or Django to fetch data from the database.

    • Connect the front-end charts to the back-end API using AJAX or fetch requests.

    • Ensure proper authentication and authorization mechanisms to access the database

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Sort an Array of 0s and 1s

    Sort an array that contains only 0s and 1s, ensuring that the array is traversed only once to achieve the sorting.

    Input:

    T = number of test cases
    N = size of the array for eac...
  • Ans. 

    Use two pointers approach to traverse the array and swap 0s and 1s to achieve sorting in place.

    • Initialize two pointers, one at the beginning and one at the end of the array.

    • Move the left pointer until it encounters a 1, and move the right pointer until it encounters a 0.

    • Swap the elements at the left and right pointers, and continue this process until the pointers meet.

    • The array will be sorted with 0s on the left and 1s

  • Answered by AI
Round 3 - HR 

Round duration - 60 Minutes
Round difficulty - Medium

Normal hr questions

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in HyderabadEligibility criteriaPrevious experienceEvoke Technologies interview preparation:Topics to prepare for the interview - Javascript, Typescript, Angular, Nodejs, HTML,CSSTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : learn how javascript basics
Tip 2 : compare javascript with typescript basics.

Application resume tips for other job seekers

Tip 1 : Needs some practical experience
Tip 2 : Needs to fill the resume with projects

Final outcome of the interviewSelected

Skills evaluated in this interview

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 (197)

Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2021

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

Interview Questionnaire 

1 Question

  • Q1. All basics are questioned

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all basics well

Jobs at Evoke Technologies

View all

Interview Questionnaire 

1 Question

  • Q1. Real time scenarios

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About yourself. About phishing. Situation questions. Previous roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was about communication. Second was open book test. Last round was with client .

Fraud Analyst Interview Questions asked at other Companies

Q1. What is the difference between customer service and customer Support ?
View answer (3)

Interview Questionnaire 

2 Questions

  • Q1. Generic Project Management questions
  • Q2. Basics on Azure / cloud technologies

Senior Project Manager Interview Questions asked at other Companies

Q1. DESIGIN PROCEDURE :- DLC thickness 150mm. 1:- use M15 grade concrete,max aggregate cement ratio 12:1 2:-The minimum cement content 150kg per cum. If flayash is more than >20% the mini.mum cement content. 120kg pet cum 3:- The 5 no sample... read more
View answer (3)

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Related questions of Software's used to design and some power point questions, color theory, why i want to work for there organisation what are the main standards a designer required
  • Q2. Personal information and past company details
  • Q3. Schooling, collage and life style

Interview Preparation Tips

Interview preparation tips for other job seekers - It would be 4-5 rounds of interview takes 1or 2 days but can gain a knowledge my advice is be patience, practical and straight forward should not be diplomatic

Senior Graphic Designer Interview Questions asked at other Companies

Q1. If the letters are written in small then which shortcut key we use to get bigger?
View answer (2)

Evoke Technologies Interview FAQs

How many rounds are there in Evoke Technologies interview?
Evoke Technologies interview process usually has 2-3 rounds. The most common rounds in the Evoke Technologies interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Evoke Technologies 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 Evoke Technologies. The most common topics and skills that interviewers at Evoke Technologies expect are Angular, Javascript, C#, .Net and CSS.
What are the top questions asked in Evoke Technologies interview?

Some of the top questions asked at the Evoke Technologies interview -

  1. How native authentication converted to Latest Authenticat...read more
  2. the basic syntax of deployment.YAML and Kubernetes structu...read more
  3. How to write api calls Realted to python Javascript Html ...read more
How long is the Evoke Technologies interview process?

The duration of Evoke Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Evoke Technologies Interview Process

based on 12 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 811 Interviews
MAQ Software Interview Questions
1.9
 • 98 Interviews
View all

Evoke Technologies Reviews and Ratings

based on 297 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.3

Salary

3.5

Job security

3.5

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 297 Reviews and Ratings
Senior Technical Associate
326 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Associate
254 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
118 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
91 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Evoke Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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