Upload Button Icon Add office photos
Engaged Employer

i

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

Evioxtechnology Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Evioxtechnology Private Limited Associate Interview Questions and Answers

Updated 12 Oct 2023

Evioxtechnology Private Limited Associate Interview Experiences

1 interview found

Associate Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2023

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

I applied via Referral and was interviewed in Sep 2023. 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 - Assignment 

In First round they taken assesment

Round 3 - Coding Test 

They aked coding question html css and some sql

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to join this company you need to crack assesment

Interview questions from similar companies

Round 1 - Technical 

(9 Questions)

  • Q1. Explain MVC pipe-line.
  • Ans. 

    MVC pipeline is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic

    • View displays the data to the user

    • Controller handles user input and updates the model and view accordingly

    • The pipeline ensures separation of concerns and promotes modularity

    • Example: A user enters data in a form (input), the controller receives the i...

  • Answered by AI
  • Q2. Howrouting works in Asp.Net MVC?
  • Ans. 

    Routing in Asp.Net MVC maps incoming requests to appropriate controller actions.

    • Routing is configured in RouteConfig.cs file.

    • Routes are defined using MapRoute method.

    • Routes can have placeholders for dynamic values.

    • Routes can have constraints to restrict the values of placeholders.

    • Routes can be named for easy reference.

    • Default route is defined as {controller}/{action}/{id}.

    • Attribute routing can also be used to define ro

  • Answered by AI
  • Q3. How to move from one entity framework version to another in a project?
  • Ans. 

    To move from one Entity Framework version to another, update the NuGet package and make necessary code changes.

    • Update the NuGet package to the desired version

    • Make necessary code changes to accommodate any breaking changes

    • Test thoroughly to ensure the application still works as expected

  • Answered by AI
  • Q4. How WCF is different from Asp.Net Web Api?
  • Ans. 

    WCF is a framework for building distributed systems while Asp.Net Web Api is for building HTTP services.

    • WCF supports multiple protocols like TCP, HTTP, Named Pipes, etc. while Web Api only supports HTTP.

    • WCF has more configuration options and is more flexible than Web Api.

    • Web Api is more lightweight and easier to use for building RESTful services.

    • WCF is more suitable for building enterprise-level applications with compl...

  • Answered by AI
  • Q5. How to create a restful service without using Asp.Net Web Api template?
  • Ans. 

    Creating a RESTful service without using Asp.Net Web Api template.

    • Use a lightweight framework like Flask or Express

    • Define routes and HTTP methods for each endpoint

    • Serialize data to JSON format

    • Handle errors and exceptions

    • Test the service using tools like Postman or curl

  • Answered by AI
  • Q6. Difference between drop, truncate and delete.
  • Ans. 

    Difference between drop, truncate and delete.

    • DROP command removes a table from the database

    • TRUNCATE command removes all rows from a table

    • DELETE command removes specific rows from a table

  • Answered by AI
  • Q7. How many types of routings are there in Asp.Net MVC?
  • Ans. 

    There are two types of routings in Asp.Net MVC: convention-based routing and attribute routing.

    • Convention-based routing uses default routing rules to map URLs to controller actions.

    • Attribute routing allows developers to define custom routes using attributes on controller actions or at the controller level.

    • Both types of routing can be used together in the same application.

    • Convention-based routing is the default routing ...

  • Answered by AI
  • Q8. How to go about performancetuning in SQL?
  • Ans. 

    Performance tuning in SQL involves optimizing queries, indexes, and server settings to improve database performance.

    • Identify slow queries using profiling tools

    • Optimize queries by rewriting or adding indexes

    • Adjust server settings such as memory allocation and disk usage

    • Consider partitioning large tables

    • Regularly monitor and analyze performance metrics

  • Answered by AI
  • Q9. Given a project requirement, how to choose between .Net framework and .Net Core?
  • Ans. 

    Choose .Net Core for cross-platform and cloud-based applications, .Net Framework for Windows-only applications.

    • Consider the target platform and deployment environment

    • Choose .Net Core for cross-platform and cloud-based applications

    • Choose .Net Framework for Windows-only applications

    • Check for compatibility with existing libraries and frameworks

    • Consider performance and scalability requirements

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why would to like to change your organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to be prepared as best as one can.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. ATG Endeca Spring boot microservices
Round 2 - Technical 

(2 Questions)

  • Q1. Java Oracle Commerce ATG AWS Kafka kubernate
  • Q2. Microservices Oracle Commerce AWS Mongo DB

Interview Preparation Tips

Topics to prepare for NexTurn Technical Lead interview:
  • Java
  • Oracle 11G
  • SpringBoot
  • Microservices
  • Kafka
  • Kubernetes
Interview preparation tips for other job seekers - Select company preparation and wait for their vacancies.
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected
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. Asking about ur self
Round 3 - Technical 

(1 Question)

  • Q1. Just asking questions related to ur projects mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Gone through ur resume and domain knowledge about ur project in detail is enough
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

A detailed understanding of the basics of JavaScript.

Round 2 - Technical 

(2 Questions)

  • Q1. How do you debug in react native.
  • Ans. 

    Debugging in React Native involves using tools like console logs, React DevTools, and remote debugging for efficient troubleshooting.

    • Use console.log() to track variable values and application flow.

    • Enable Debug Mode in React Native to access the developer menu.

    • Utilize React DevTools for inspecting component hierarchies and state.

    • Use Flipper for advanced debugging, including network requests and performance monitoring.

    • Ch...

  • Answered by AI
  • Q2. What techstack have you worked on.
  • Ans. 

    I have extensive experience with a diverse tech stack including web development, cloud services, and data management technologies.

    • Frontend: React.js and Angular for building dynamic user interfaces.

    • Backend: Node.js and Express for server-side development.

    • Database: MongoDB and PostgreSQL for data storage and management.

    • Cloud: AWS and Azure for deploying scalable applications.

    • DevOps: Docker and Kubernetes for containeriz

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I recommend conducting numerous interviews to gather questions and prepare for them.

I applied via Campus Placement and was interviewed before Oct 2021. There were 2 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 

(3 Questions)

  • Q1. DS Algo, Backend and DB
  • Q2. Stack(DS) question and DB based questions
  • Q3. Scaling (Horizontal, Vertical) with use cases
  • Ans. 

    Scaling refers to increasing capacity of a system. Horizontal scaling adds more machines, while vertical scaling adds more resources to a machine.

    • Horizontal scaling involves adding more machines to a system to increase capacity

    • Vertical scaling involves adding more resources to a machine to increase capacity

    • Use cases for horizontal scaling include handling increased traffic or adding redundancy

    • Use cases for vertical sca...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Backend
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Keep your DS concepts clear and be clear on your answers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 3 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 

General and basic data structure question

Round 3 - Technical 

(4 Questions)

  • Q1. Coding over the video call
  • Q2. Java programs for strings , palindrome etc
  • Ans. 

    Java programs for strings, palindrome, etc.

    • Use the StringBuilder class to manipulate strings efficiently.

    • To check if a string is a palindrome, compare it with its reverse.

    • To count the occurrences of a substring in a string, use the indexOf method in a loop.

    • To split a string into an array of substrings, use the split method.

  • Answered by AI
  • Q3. Projects questions on which you have worked
  • Q4. Explanation skill will also be considered

Interview Preparation Tips

Topics to prepare for Blackbuck Insights Software Engineer interview:
  • Java
  • SQL
  • MySQL
Interview preparation tips for other job seekers - Keep working hard and prepare dsa as much as you could

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2022. There were 2 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 - Aptitude Test 

There were 10 questions and we were given 30 mins to solve them , questions were medium to hard level mcq

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Business Analysis
Interview preparation tips for other job seekers - Practice puzzles and analytical questions as most were questions you need to think a lot
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 - Aptitude Test 

Question based on Probability , Logic (Puzzles) , Statistics

Round 3 - One-on-one 

(2 Questions)

  • Q1. Question based on Logic(Puzzles) , mostly Statistics
  • Q2. Explain Anova Test with real time example
  • Ans. 

    Anova Test is used to compare means of three or more groups.

    • Anova stands for Analysis of Variance

    • It is used to determine if there is a significant difference between the means of three or more groups

    • It compares the variance within groups to the variance between groups

    • Real-time example: An Anova test can be used to compare the average salaries of employees in different departments of a company

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Statistics
  • Probability
  • Puzzles
Interview preparation tips for other job seekers - For Business Analyst , We have to focus more on Statistics , Probability
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked different variety of puzzles

Evioxtechnology Private Limited Interview FAQs

How many rounds are there in Evioxtechnology Private Limited Associate interview?
Evioxtechnology Private Limited interview process usually has 3 rounds. The most common rounds in the Evioxtechnology Private Limited interview process are Resume Shortlist, Assignment and Coding Test.

Tell us how to improve this page.

Evioxtechnology Private Limited Associate Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.1
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
Capace Software Interview Questions
4.5
 • 12 Interviews
View all
Compare Evioxtechnology Private Limited with

Black Knight

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

Polestar Solutions & Services India

4.1
Compare

Thoughtsol Infotech

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