Upload Button Icon Add office photos
Engaged Employer

i

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

Kensium Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kensium Solutions Support Analyst 2 Interview Questions and Answers

Updated 31 Aug 2023

Kensium Solutions Support Analyst 2 Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. 1.personal details like your name and location 2.experience details like company name job profile
Round 3 - Behavioral 

(3 Questions)

  • Q1. Second round is with manager's and Team leaders they asked you the question related to your resume what you mentioned in the CV question are not fixed they will asked you any questions
  • Q2. What is Linux? What Is grep?
  • Ans. 

    Linux is an open-source operating system based on Unix. grep is a command-line utility for searching text patterns.

    • Linux is a popular operating system used for servers, desktops, and embedded systems.

    • It is open-source and based on Unix, providing a stable and secure platform.

    • grep is a command-line utility in Linux used for searching text patterns within files.

    • It allows users to search for specific strings or patterns i...

  • Answered by AI
  • Q3. What is mkdir? Which command we use fo search option?
  • Ans. 

    mkdir is a command in Unix and Unix-like operating systems used to create directories. The command used for search option is 'find'.

    • mkdir stands for 'make directory' and is used to create new directories in the file system.

    • The 'find' command is used to search for files and directories based on various criteria such as name, size, and permissions.

    • Example: mkdir new_directory - creates a new directory named 'new_director...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. In this 3 Round Vice president and Managers will asked same question what they asked in the 2nd Round

Interview Preparation Tips

Interview preparation tips for other job seekers - I will suggest don't join this company because they showing you they have lot's of work and products but they actually working on very basic things if you are really good in technical then please don't go in this company.

Skills evaluated in this interview

Interview questions from similar companies

Software Engineer Interview Questions & Answers

MindGate Solutions user image Bhag Chand Dawla ed20b011

posted on 20 Jan 2025

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

(1 Question)

  • Q1. They asked from from your resume, and you must know java first and last requirements
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is difference between controller and rest controller
  • Ans. 

    Controller is a general term for a component that handles user requests, while a REST controller specifically handles RESTful requests.

    • Controller is a general term for a component that handles user requests in a web application

    • REST controller specifically handles RESTful requests, following the principles of REST architecture

    • REST controller typically returns data in JSON or XML format, while a regular controller may re

  • Answered by AI
  • Q2. Coding question to print highest salary of a employee
  • Ans. 

    Print highest salary of an employee using coding

    • Create an array of employee salaries

    • Sort the array in descending order

    • Print the first element of the sorted array as the highest salary

  • Answered by AI
  • Q3. Java 8 features
  • Q4. What is jwt token
  • Ans. 

    JWT token is a JSON web token used for securely transmitting information between parties as a compact and self-contained way.

    • JWT stands for JSON Web Token

    • It consists of three parts: header, payload, and signature

    • It is commonly used for authentication and information exchange in web development

  • Answered by AI
  • Q5. Microservice how to interact with other microservice
  • Ans. 

    Microservices interact with each other through APIs, messaging queues, or event-driven architecture.

    • Use RESTful APIs for synchronous communication between microservices

    • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

    • Leverage event-driven architecture with tools like Apache Kafka or AWS SNS/SQS

    • Consider using service mesh like Istio for managing communication between microservices

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Springboot notations
  • Q2. How to handle multiple request on springboot
  • Ans. 

    Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.

    • Implement thread pooling to manage multiple requests concurrently.

    • Use asynchronous processing to handle requests without blocking the main thread.

    • Consider using reactive programming with Spring WebFlux for better scalability.

    • Optimize database queries and external API calls to reduce response times.

    • Implement caching mec...

  • Answered by AI

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why Java is platform independent?
  • Ans. 

    Java is platform independent due to its bytecode and JVM.

    • Java code is compiled into bytecode which is platform-independent.

    • JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.

    • JVM acts as an abstraction layer between the Java code and the underlying hardware.

    • This allows Java programs to run on any platform that has a JVM installed.

    • For example, a Java program written on a Windows machine ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java is platform-independent because it does not depend on any type of platform. Hence, Java is platform-independent language. In Java, programs are compiled into byte code and that byte code is platform-independent. ... Any machine to execute the byte code needs the Java Virtual Machine.

Skills evaluated in this interview

Kensium Solutions Interview FAQs

How many rounds are there in Kensium Solutions Support Analyst 2 interview?
Kensium Solutions interview process usually has 4 rounds. The most common rounds in the Kensium Solutions interview process are Resume Shortlist, HR and Behavioral.
What are the top questions asked in Kensium Solutions Support Analyst 2 interview?

Some of the top questions asked at the Kensium Solutions Support Analyst 2 interview -

  1. What is mkdir? Which command we use fo search opti...read more
  2. What is Linux? What Is gr...read more
  3. second round is with manager's and Team leaders they asked you the question rel...read more

Tell us how to improve this page.

Kensium Solutions Support Analyst 2 Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all
Test Analyst
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kensium Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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