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 and Answers

Updated 16 Apr 2025
Popular Designations

11 Interview questions

A Customer Service Executive was asked 2mo ago
Q. Please introduce yourself.
Ans. 

Enthusiastic customer service professional with a passion for helping others and a proven track record in resolving customer issues effectively.

  • Background: I have over 3 years of experience in customer service roles, working in both retail and call center environments.

  • Skills: Proficient in conflict resolution, I once turned a dissatisfied customer into a loyal one by addressing their concerns promptly.

  • Communicatio...

View all Customer Service Executive interview questions
A Senior Software Engineer was asked 7mo ago
Q. What is the Pega BPM tool?
Ans. 

Pega BPM tool is a business process management software that allows organizations to automate and streamline their business processes.

  • Pega BPM tool helps in designing, executing, and optimizing business processes.

  • It offers features like process automation, case management, and decision management.

  • Pega BPM tool uses a visual interface for designing processes, making it user-friendly.

  • It is commonly used in industrie...

View all Senior Software Engineer interview questions
A Software Developer was asked 11mo ago
Q. How can native authentication be converted to the latest authentication methods?
Ans. 

Native authentication can be converted to latest authentication by implementing modern authentication methods and technologies.

  • Implementing OAuth 2.0 for secure authentication

  • Using multi-factor authentication for added security

  • Leveraging biometric authentication such as fingerprint or facial recognition

  • Integrating single sign-on (SSO) for seamless user experience

View all Software Developer interview questions
A Software Developer was asked 11mo ago
Q. What is Dependency Injection in .NET?
Ans. 

DI injection in dotnet allows for loosely coupled components and easier testing.

  • DI (Dependency Injection) is a design pattern in which a class receives its dependencies from external sources rather than creating them itself.

  • In dotnet, DI is commonly implemented using built-in container like Microsoft.Extensions.DependencyInjection.

  • DI helps in achieving loosely coupled components, making the code more maintainable ...

View all Software Developer interview questions
A Software Developer was asked 11mo ago
Q. Why Angular over React?
Ans. 

Angular offers a more comprehensive framework with built-in features, while React is more lightweight and flexible.

  • Angular provides a full-fledged framework with features like routing, forms, and HTTP client out of the box.

  • React is more of a library focused on building UI components, allowing for more flexibility and customization.

  • Angular has a steeper learning curve due to its complexity, but can be beneficial fo...

View all Software Developer interview questions
A DevOps Specialist was asked
Q. Describe your step-by-step process for debugging errors in detail.
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

View all DevOps Specialist interview questions
A Technical Associate was asked
Q. How to write api calls Realted to python Javascript Html Css
Ans. 

API calls can be written in Python, JavaScript, HTML, and CSS to interact with web services and retrieve data.

  • In Python, you can use libraries like requests to make API calls. Example: requests.get('https://api.example.com/data')

  • In JavaScript, you can use fetch or XMLHttpRequest to make API calls. Example: fetch('https://api.example.com/data')

  • In HTML, you can use the <script> tag to make API calls using Java...

View all Technical Associate interview questions
Are these interview questions helpful?
A DevOps Specialist was asked
Q. 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 ...

View all DevOps Specialist interview questions
A Software Developer was asked 11mo ago
Q. Uses of angular
Ans. 

Angular is a popular front-end framework used for building dynamic web applications.

  • Angular allows for the creation of single-page applications (SPAs)

  • It provides two-way data binding, making it easier to keep the UI in sync with the underlying data

  • Angular has a modular structure with components, services, and directives for building complex applications

  • It supports dependency injection for better code organization ...

View all Software Developer interview questions
A Software Engineer was asked
Q. 

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 each...
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 a...

View all Software Engineer interview questions

Evoke Technologies Interview Experiences

23 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Web API Related questions
  • Q2. Azure Authentication
  • Q3. All technologies mentioned in your resume
  • Q4. SQL Stored procedures
  • Q5. TypeScript related

Interview Preparation Tips

Interview preparation tips for other job seekers - They ignore you even if the interview goes well. I am unsure of their process, perhaps they are interviewing multiple candidates and putting others on hold. The HR department continues to reach out for interviews until you have completed one; however, once it is finished, they do not call back or provide any feedback. It has been two weeks, and even when you attempt to call, they do not answer.

Customer Service Executive Interview Questions & Answers

user image gudivada.Rupa revathi

posted on 3 Apr 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Self introduction
  • Ans. 

    Enthusiastic customer service professional with a passion for helping others and a proven track record in resolving customer issues effectively.

    • Background: I have over 3 years of experience in customer service roles, working in both retail and call center environments.

    • Skills: Proficient in conflict resolution, I once turned a dissatisfied customer into a loyal one by addressing their concerns promptly.

    • Communication: I ...

  • Answered by AI
  • Q2. Many questions according to ur resume, actually I answered every question and interview went well and I received mail as u have cleared technical discussion and asked to send documents I send all. Suddenly...
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Scenario base code mostly oops ans solid principles

Round 2 - Technical 

(2 Questions)

  • Q1. C# interview question and code
  • Q2. Azure bus and micro service
Round 3 - One-on-one 

(2 Questions)

  • Q1. Machine learning question with embedded systems security
  • Q2. Code testing and experience on real time challenges for the same

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice and smooth experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DI injection in dotnet
  • Ans. 

    DI injection in dotnet allows for loosely coupled components and easier testing.

    • DI (Dependency Injection) is a design pattern in which a class receives its dependencies from external sources rather than creating them itself.

    • In dotnet, DI is commonly implemented using built-in container like Microsoft.Extensions.DependencyInjection.

    • DI helps in achieving loosely coupled components, making the code more maintainable and t...

  • Answered by AI
  • Q2. Uses of angular
  • Ans. 

    Angular is a popular front-end framework used for building dynamic web applications.

    • Angular allows for the creation of single-page applications (SPAs)

    • It provides two-way data binding, making it easier to keep the UI in sync with the underlying data

    • Angular has a modular structure with components, services, and directives for building complex applications

    • It supports dependency injection for better code organization and t...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Why Angular than react ?
  • Ans. 

    Angular offers a more comprehensive framework with built-in features, while React is more lightweight and flexible.

    • Angular provides a full-fledged framework with features like routing, forms, and HTTP client out of the box.

    • React is more of a library focused on building UI components, allowing for more flexibility and customization.

    • Angular has a steeper learning curve due to its complexity, but can be beneficial for lar...

  • Answered by AI
  • Q2. How native authentication converted to Latest Authentication
  • Ans. 

    Native authentication can be converted to latest authentication by implementing modern authentication methods and technologies.

    • Implementing OAuth 2.0 for secure authentication

    • Using multi-factor authentication for added security

    • Leveraging biometric authentication such as fingerprint or facial recognition

    • Integrating single sign-on (SSO) for seamless user experience

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please learn basics

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is pega BPM tool?
  • Ans. 

    Pega BPM tool is a business process management software that allows organizations to automate and streamline their business processes.

    • Pega BPM tool helps in designing, executing, and optimizing business processes.

    • It offers features like process automation, case management, and decision management.

    • Pega BPM tool uses a visual interface for designing processes, making it user-friendly.

    • It is commonly used in industries lik...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Basics questions on python
Round 2 - HR 

(2 Questions)

  • Q1. Reason for job change
  • Q2. Package discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic interview easy to crack
Round 2 - Technical 

(1 Question)

  • Q1. In depth knowledge on technical skills
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Delivery related questions
  • Q2. RPA relevant questions

Consultant Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Tell about your self
  • Q2. Current technology
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It is an oncampus recruitment for us. Duration of test time is around 1hour. Test contains java classes & interfaces, aptitude questions. Not sure with nuber of questions. I think around 60-90questions

Round 2 - Group Discussion 

My topic is Digitization. Time is 30mins.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about project.
  • Q2. Asked code of project jst some logic code. and other coding basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple and Easy. Go through with basic concepts for the interview.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Evoke Technologies?
Ask anonymously on communities.

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 Javascript, Angular, 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.

Overall Interview Experience Rating

3.4/5

based on 14 interview experiences

Difficulty level

Easy 22%
Moderate 67%
Hard 11%

Duration

Less than 2 weeks 78%
2-4 weeks 22%
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 104 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
Tata Digital Interview Questions
2.8
 • 48 Interviews
View all

Evoke Technologies Reviews and Ratings

based on 327 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.5

Work satisfaction

Explore 327 Reviews and Ratings
Fraud Analyst (Chinese Mandarin Expert)

Hyderabad / Secunderabad

2-4 Yrs

₹ 3-4.3 LPA

OutSystems Mobile Developer

Hyderabad / Secunderabad

5-10 Yrs

₹ 15-27.5 LPA

Oracle iStore developer

Hyderabad / Secunderabad

4-9 Yrs

₹ 8.5-18.5 LPA

Explore more jobs
Senior Technical Associate
333 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

Technical Associate
255 salaries
unlock blur

₹5.3 L/yr - ₹14 L/yr

Technical Lead
131 salaries
unlock blur

₹18.1 L/yr - ₹32.5 L/yr

Softwaretest Engineer
126 salaries
unlock blur

₹5.8 L/yr - ₹13.5 L/yr

Senior Software Engineer
99 salaries
unlock blur

₹15.4 L/yr - ₹24.2 L/yr

Explore more salaries
Compare Evoke Technologies with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview