Upload Button Icon Add office photos
Engaged Employer

i

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

Zessta Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zessta Software Services Associate HR Intern Interview Questions and Answers

Updated 21 Jul 2023

Zessta Software Services Associate HR Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why HR? What do you know about Talent Acquisition?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join?
  • Q2. What are your future goals?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good stipend and good learnings

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was related to Aptitude MCQ and 2-coding test

Round 2 - Technical 

(3 Questions)

  • Q1. Palindrome of a number
  • Ans. 

    A palindrome of a number is a number that remains the same when its digits are reversed.

    • To check if a number is a palindrome, reverse the number and compare it with the original number.

    • Examples: 121 is a palindrome, 123 is not a palindrome.

  • Answered by AI
  • Q2. Merge 2linked list
  • Ans. 

    Merging two linked lists involves combining the elements of both lists into a single list.

    • Create a new linked list to store the merged elements

    • Traverse through both linked lists and add elements to the new list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q3. About projects you have done
Round 3 - HR 

(2 Questions)

  • Q1. Explain your resume fully
  • Q2. General questions on the behaviour

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Neural Hack 6 - Round 1 - 7 DSA Question I have solved 5 only

Round 2 - Coding Test 

Round 2 - 5 DSA Problem I'm able to solve only 3 not able to top 100 but call for interview

Round 3 - Technical 

(5 Questions)

  • Q1. Self Introduction
  • Q2. Which in most efficient sorting algorithm amd why and what is it's time complexity.
  • Ans. 

    The most efficient sorting algorithm is Quick Sort due to its average time complexity of O(n log n).

    • Quick Sort is efficient due to its divide and conquer approach.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: Sorting an array of integers using Quick Sort.

  • Answered by AI
  • Q3. What is OOPS and explain all with their examples
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPS include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allows a class to...

  • Answered by AI
  • Q4. Explain your projects and what are the problem do you faced during development phase
  • Ans. 

    I developed a mobile app for tracking daily water intake and exercise routines.

    • Implemented user-friendly interface for easy input of water intake and exercise details

    • Integrated push notifications to remind users to drink water and exercise regularly

    • Used Firebase for backend data storage and retrieval

    • Faced challenges with optimizing app performance on older devices

    • Encountered issues with syncing data across multiple dev

  • Answered by AI
  • Q5. Write code for reversing array
  • Ans. 

    Code to reverse an array of strings

    • Use a loop to iterate through half of the array and swap elements at opposite ends

    • Create a temporary variable to hold one element during swapping

    • Ensure to handle odd length arrays by not swapping the middle element

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Explained companies policies
  • Ans. 

    Company policies outline rules and guidelines for employees to follow.

    • Company policies cover areas such as dress code, attendance, code of conduct, and benefits.

    • Examples of company policies include a policy on remote work, a policy on social media usage, and a policy on harassment.

    • Employees are expected to adhere to company policies to maintain a positive work environment and ensure compliance with legal regulations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your interview

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

1. We noticed on your resume that your address is in another city. How will you get here every day if we hire you? Will you commute, or will you move? Will you want us to cover your moving expenses?”
2. We noticed that you’ve held a position as a mid-level manager. This is a junior-level position. Will you be willing to take a step down to accept this job?
3. We noticed that you have most of the requirements for this job, but you don’t have a master’s degree. Are you planning to earn one soon? What do you have to offer in lieu of this credential?

Round 2 - HR 

(2 Questions)

  • Q1. What can you bring to this company that can help us reach our goals?” How would you describe your experience in your own worlds?
  • Q2. How would you describe your personality, your approach to problem solving, your leadership skills, etc., in your own words?

Interview Preparation Tips

Interview preparation tips for other job seekers - There are a lot of ways you can help someone who is searching for work. Whether you're encouraging a friend, family member or professional contact, offering help when needed can motivate someone struggling to find a job. Start by communicating with them and listening to their needs to offer support as they look for employment.
Here are some ideas to support someone looking for a job broken down into categories:

1. Help suggest jobs if you're asked
2.Help them create a professional profile online.
3. Seek out career coaches.
4. Research online job boards.
5. Ask them to list ideal jobs

Before you can help a colleague or loved one search for a job, have them brainstorm some jobs they'd like to perform, even if they aren't in the same field as their previous employment.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It had mcq and 1 hard coding question

Round 2 - Technical 

(2 Questions)

  • Q1. They asked me about backtracking and dp series problem and also to solve the given question
  • Q2. Java and in depth about different pillars of java

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus primarily on Java and advanced data structures and algorithms topics, such as backtracking and dynamic programming.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They gave a set of aptitude questions and time to complete it was 60 mins. It was not too difficult to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join this internship program?
  • Ans. 

    I want to join this internship program to gain practical experience in my field of study and to learn from industry professionals.

    • Gain practical experience in my field of study

    • Learn from industry professionals

    • Enhance my skills and knowledge

    • Networking opportunities

    • Potential for future employment

  • Answered by AI
  • Q2. Questions about my educational background?
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills and attention to detail. My weaknesses include being overly critical of my own work and sometimes struggling with time management.

    • Strengths: strong communication skills

    • Strengths: attention to detail

    • Weaknesses: overly critical of my own work

    • Weaknesses: sometimes struggle with time management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and express your interests

Intern Interview Questions & Answers

Hexaware Technologies user image Rubikak Dr.NGP Itech

posted on 9 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Mission vision of the company
  • Q3. Agrement and relocation
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What was ur expected salary
  • Q2. Tell the needed one

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep prepared for every round

Intern Interview Questions & Answers

Nagarro user image TATTUKOLLA SATYAKUMAR 18BEC7113

posted on 22 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude normal level

Round 2 - Coding Test 

DSA questions were asked from medium to difficult

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

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Nov 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 - Coding Test 

Coding test was easy, there were 2 questions.

Round 3 - Technical 

(1 Question)

  • Q1. Square root of a number in log n time
  • Ans. 

    Using binary search, square root of a number can be found in log n time.

    • Choose a range for the square root

    • Use binary search to find the square root within the range

    • Adjust the range based on whether the guess is too high or too low

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Basic questions on leadership and some problem based.
  • Q2. Basics questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and try to give as many mock interviews as possible

Skills evaluated in this interview

Zessta Software Services Interview FAQs

How many rounds are there in Zessta Software Services Associate HR Intern interview?
Zessta Software Services interview process usually has 3 rounds. The most common rounds in the Zessta Software Services interview process are Resume Shortlist, HR and One-on-one Round.

Tell us how to improve this page.

Zessta Software Services Associate HR Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 809 Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
View all

Fast track your campus placements

View all
Software Engineer
14 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Developer
7 salaries
unlock blur

₹4.8 L/yr - ₹8.2 L/yr

Software Engineer II
7 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Software Consultant
5 salaries
unlock blur

₹13.8 L/yr - ₹17 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹9.6 L/yr - ₹21 L/yr

Explore more salaries
Compare Zessta Software Services with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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