Upload Button Icon Add office photos
Engaged Employer

i

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

Nexivo Consulting Verified Tick

Compare button icon Compare button icon Compare
4.9

based on 22 Reviews

Filter interviews by

Nexivo Consulting Interview Questions and Answers

Updated 25 Jun 2024

Nexivo Consulting Interview Experiences

Popular Designations

2 interviews found

Software Developer Interview Questions & Answers

user image Pola Raviteja

posted on 24 Jun 2024

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

I applied via Walk-in and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round
Round 2 - Coding Test 

Deluge script which is Zoho internal script

Round 3 - HR 

(1 Question)

  • Q1. General discussion

Interview Preparation Tips

Topics to prepare for Nexivo Consulting Software Developer interview:
  • Zoho
  • Delugu Script

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2023

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

I applied via Internshala and was interviewed before Apr 2022. 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 - Technical 

(1 Question)

  • Q1. Questions on frontend tech like html css js bootstrap
Round 3 - Assignment 

Build a template given in the pic with responsive using html css

Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round checks your presence of mind and how you handle pressure ,things u dont know

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. How you design cicd pipeline
  • Q2. How you deploy to k8s cluster
  • Q3. How do you use secrets in k8s
  • Q4. What is pod affinity
  • Q5. What is anti affinity
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding based questions

Round 2 - Technical 

(1 Question)

  • Q1. Java oops sql based questions
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to work and learn new tecchnologies
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.

QA Lead Interview Questions & Answers

Tech Vedika user image automation engineer selenium

posted on 16 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Reverse the words in string. 1st word will be coming last and last to the first.with out using builtin functions
  • Ans. 

    Reverse the words in a string without using built-in functions.

    • Split the string into an array of words using a space as the delimiter.

    • Create a new array and iterate over the words array in reverse order, adding each word to the new array.

    • Join the new array of words back into a single string with spaces between each word.

  • Answered by AI
  • Q2. Given some url asked what i have understood from that url in api testing.
  • Q3. Difference between path and querry params
  • Ans. 

    Path params are part of the URL path, while query params are appended to the URL after a '?'

    • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the results

    • Path params are defined in the URL path itself, like /users/{id}, while query params are added after a '?' like /users?role=admin

    • Path params are typically used for required parameters, while query params...

  • Answered by AI
  • Q4. Types of parameters in the api testing
  • Ans. 

    Parameters in API testing include path parameters, query parameters, header parameters, and body parameters.

    • Path parameters are used to identify a specific resource in the URL path, e.g. /users/{id}

    • Query parameters are used for filtering or sorting data, e.g. /users?status=active

    • Header parameters contain additional information for the request, e.g. Content-Type: application/json

    • Body parameters are used to send data in ...

  • Answered by AI
  • Q5. How do you write post querry in restassured
  • Ans. 

    To write a post query in RestAssured, use the given() method to set request parameters and body, then use the post() method to send the request.

    • Use given() method to set request parameters and body

    • Use post() method to send the request

    • Example: given().param("key", "value").body("{\"name\": \"John\"}").post("/endpoint")

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Array and string manipulation related questions all are basics
  • Q2. Task related to your framework
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the projects you have worked on, and can you describe their architecture?
  • Ans. 

    I have worked on projects involving e-commerce, social networking, and productivity apps with client-server architecture.

    • Developed an e-commerce app with a client-side interface for users to browse products and a server-side database for inventory management.

    • Built a social networking app with a client-server architecture for users to create profiles, connect with friends, and share updates.

    • Designed a productivity app w...

  • Answered by AI
  • Q2. What are some basic questions regarding the tools you use to build projects?
Round 3 - One-on-one 

(1 Question)

  • Q1. What deep questions related to your field were asked during the interview conducted by the tech lead?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Assignment 

API Design using Node and Mongo

Round 2 - Coding Test 

NodeJs , JavaScript, System Design

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Output based Q on javascript.
  • Q2. Project related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects and and have a good grip at javascript, c#, .net, angular.

Nexivo Consulting Interview FAQs

How many rounds are there in Nexivo Consulting interview?
Nexivo Consulting interview process usually has 3-4 rounds. The most common rounds in the Nexivo Consulting interview process are Technical, Assignment and One-on-one Round.
How to prepare for Nexivo Consulting 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 Nexivo Consulting. The most common topics and skills that interviewers at Nexivo Consulting expect are CRM, Consulting, Automation, SAN and SMS.
What are the top questions asked in Nexivo Consulting interview?

Some of the top questions asked at the Nexivo Consulting interview -

  1. questions on frontend tech like html css js bootst...read more
  2. Technical ro...read more
  3. General discuss...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Nexivo Consulting interviews
WalkIn
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
ClaySys Interview Questions
3.0
 • 23 Interviews
DynPro Interview Questions
3.8
 • 18 Interviews
AIT Global Interview Questions
3.5
 • 13 Interviews
Greytrix Interview Questions
3.9
 • 11 Interviews
Ambit Software Interview Questions
4.3
 • 8 Interviews
View all

Nexivo Consulting Reviews and Ratings

based on 22 reviews

4.9/5

Rating in categories

4.8

Skill development

4.5

Work-Life balance

4.3

Salary & Benefits

4.7

Job Security

4.5

Company culture

4.3

Promotions/Appraisal

4.6

Work Satisfaction

Explore 22 Reviews and Ratings
Business Analyst
8 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Web Developer
5 salaries
unlock blur

₹5 L/yr - ₹5.2 L/yr

Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹3.4 L/yr

Project Lead
4 salaries
unlock blur

₹3.5 L/yr - ₹7.8 L/yr

Zoho Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Nexivo Consulting with

HCL Infosystems

3.9
Compare

Accel Frontline

3.9
Compare

DynPro

3.8
Compare

ClaySys

3.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview