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 Software Engineer Interview Questions and Answers

Updated 31 May 2022

Evoke Technologies Software Engineer Interview Experiences

1 interview found

I appeared for an interview 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

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Coding Test 

SQL questions and query output.

Round 2 - Technical 

(1 Question)

  • Q1. I had interview on SQL and pl SQL. So the interview started with basic sql questions and then level increased. Question were asked on joins, union, rank, dense rank. Indexes, triggers. I was asked to ri...

Interview Preparation Tips

Interview preparation tips for other job seekers - For sql pl SQL profile prepare well for the basic terminology. Queries and all.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on OOP's basic and some tricky questions related SOLID concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Python coding and resume based questions
Round 1 - Coding Test 

Pattern program and general output questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview one-on-one
Round 3 - HR 

(1 Question)

  • Q1. HR round taken by hr team

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in logic and should have strong command on core concepts
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Functional Interface,java 8 features,predicate functions
Round 2 - One-on-one 

(1 Question)

  • Q1. General question & scenario based questions

I applied via Naukri.com and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic java questions in firt round of interview. Next few rounds included everything from basics of core java to coding, problem solving, testing techniques etc. Questions were asked from collections basic...
  • Q2. Write junit test cases for different scenario.
  • Ans. 

    JUnit test cases for different scenarios

    • Identify different scenarios to be tested

    • Write test cases for each scenario

    • Ensure test cases cover all possible outcomes

    • Use assertions to verify expected results

    • Mock dependencies if necessary

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Mar 2022.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Mostly asked java springboot questions
  • Q2. What is interceptor
  • Ans. 

    An interceptor is a middleware component that intercepts incoming and outgoing HTTP requests in an application.

    • Interceptors can be used for logging, authentication, error handling, and modifying requests/responses.

    • In Angular, interceptors can be used to add headers to HTTP requests or handle errors globally.

    • In Spring framework, interceptors can be used for pre-processing and post-processing of requests.

    • Interceptors are...

  • Answered by AI
  • Q3. What are all functional interfaces available in java
  • Ans. 

    Functional interfaces in Java are interfaces with a single abstract method, used for lambda expressions and method references.

    • Functional interfaces can be found in the java.util.function package.

    • Examples of functional interfaces include Consumer, Supplier, Predicate, and Function.

    • Functional interfaces can be identified by the @FunctionalInterface annotation.

  • Answered by AI
  • Q4. Gatway implementation in spring boot
  • Ans. 

    Gateway implementation in Spring Boot allows for routing and filtering of incoming requests to different microservices.

    • Use Spring Cloud Gateway for implementing gateway in Spring Boot

    • Define routes and filters in application.properties or application.yml

    • Example: routes: - id: my_route uri: http://localhost:8080 predicates: - Path=/my_route/**

    • Example: filters: - AddRequestHeader=X-Request-Foo, Bar

  • Answered by AI
  • Q5. Java 8 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well interms of coding

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Apr 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Print star and some basic java
Round 2 - One-on-one 

(1 Question)

  • Q1. Mostly about your previous experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Same nothing fancy.............
Round 4 - HR 

(1 Question)

  • Q1. They will judge your attitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. Bad management. Join if have experience in service based company

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Regarding PHP

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear your basic knowledge

Evoke Technologies Interview FAQs

How to prepare for Evoke Technologies Software Engineer 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, CSS, Front End, Javascript and Responsive Web Design.

Tell us how to improve this page.

Evoke Technologies Software Engineer Salary
based on 54 salaries
₹4.5 L/yr - ₹14 L/yr
8% more than the average Software Engineer Salary in India
View more details

Evoke Technologies Software Engineer Reviews and Ratings

based on 5 reviews

3.7/5

Rating in categories

3.2

Skill development

2.7

Work-life balance

2.7

Salary

4.1

Job security

3.6

Company culture

2.2

Promotions

2.7

Work satisfaction

Explore 5 Reviews and Ratings
Senior Technical Associate
320 salaries
unlock blur

₹8.5 L/yr - ₹26.8 L/yr

Technical Associate
251 salaries
unlock blur

₹4.7 L/yr - ₹18 L/yr

Technical Lead
123 salaries
unlock blur

₹12.5 L/yr - ₹33 L/yr

Softwaretest Engineer
121 salaries
unlock blur

₹4.5 L/yr - ₹15.6 L/yr

Senior Software Engineer
91 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Explore more salaries
Compare Evoke Technologies with

Tekwissen

4.8
Compare

Softenger

4.1
Compare

XcelServ Solutions

4.5
Compare

Damco Solutions

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