Upload Button Icon Add office photos
Engaged Employer

i

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

Harjai Computers Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Harjai Computers Software Engineer Interview Questions and Answers

Updated 6 Jan 2025

Harjai Computers Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image RAJ KUMAR SHARMA

posted on 6 Jan 2025

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

(1 Question)

  • Q1. Insurance based
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. LMS LOS CMS life cycle
  • Q2. What is loan life cycle
  • Ans. 

    Loan life cycle refers to the stages involved in the processing and management of a loan.

    • The loan life cycle includes origination, underwriting, funding, servicing, and collection.

    • Origination involves the application and approval process.

    • Underwriting involves assessing the borrower's creditworthiness and determining the terms of the loan.

    • Funding involves disbursing the loan amount to the borrower.

    • Servicing involves man...

  • Answered by AI
  • Q3. What is software life cycle
  • Ans. 

    Software life cycle is the process of developing software from conception to retirement.

    • It includes phases like planning, design, development, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • The life cycle model can be iterative, sequential, or a combination of both.

    • Examples of life cycle models include Waterfall, Agile, and DevOps.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - OK to join as a fresher but de[ends on client project

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about Harjai Computers?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to the technology stack you have added

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

Round 1 - Aptitude Test 

Good test soo check

Round 2 - Group Discussion 

Failed in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Can do better and avoid this round for freshers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What are the uses of profiles and permission sets in Salesforce?
  • Ans. 

    Profiles and permission sets in Salesforce control user access and permissions for data and functionality.

    • Profiles define the baseline permissions for users, including object access, field permissions, and app visibility.

    • Permission sets are additional access levels that can be assigned to users on top of their profiles, allowing for more granular control.

    • For example, a user with a standard profile can be granted access...

  • Answered by AI
  • Q2. What coding languages are used in Salesforce?
  • Ans. 

    Salesforce uses various coding languages, primarily Apex, Visualforce, and Lightning components for development.

    • Apex: A strongly typed, object-oriented programming language similar to Java, used for server-side logic.

    • Visualforce: A markup language for building custom user interfaces in Salesforce, akin to HTML.

    • Lightning Components: A framework for developing dynamic web apps for mobile and desktop, using JavaScript and...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. How to get better opportunity in Software industries?
  • Ans. 

    To get better opportunities in the software industry, one can focus on continuous learning, networking, showcasing skills, and staying updated with industry trends.

    • Continuously learn and improve technical skills

    • Stay updated with the latest industry trends and technologies

    • Build a strong professional network

    • Participate in open-source projects or contribute to the software community

    • Showcase your skills through personal pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - when want to get any opportunity from IT company so that we have to work on the skills as Interview time as well as survive in the company.Thanks
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Fair

Round 1 - Coding Test 

Java 8 programs, string buffer and builder

Round 2 - Group Discussion 

About traffic in Banglore and the project

Are these interview questions helpful?

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about youself
  • Q2. What is c
  • Ans. 

    C is a general-purpose programming language known for its efficiency and low-level control.

    • C was developed by Dennis Ritchie at Bell Labs in the 1970s.

    • It is widely used for system programming, embedded systems, and developing operating systems.

    • C is known for its simplicity, allowing direct memory manipulation and efficient code execution.

    • It influenced the development of many other programming languages, such as C++, Ja...

  • Answered by AI
  • Q3. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its write once, run anywhere (WORA) principle.

    • Java programs are compiled into bytecode and executed on a Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framew...

  • Answered by AI
  • Q4. What is lamda
  • Ans. 

    Lambda is a function that allows you to write and use small, anonymous functions in programming languages.

    • Lambda functions are often used in functional programming languages.

    • They are anonymous, meaning they don't have a name.

    • Lambdas can be used as arguments to higher-order functions.

    • They are commonly used for tasks that require a short, one-time function.

    • Lambda functions can be written in various programming languages,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 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 

(1 Question)

  • Q1. Basic overall skill verification

Interview Preparation Tips

Interview preparation tips for other job seekers - search google for best 10 interview question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Intro, Project related questions, TEch stacks,db reated
  • Q2. Intro, SQL Queries

Harjai Computers Interview FAQs

How many rounds are there in Harjai Computers Software Engineer interview?
Harjai Computers interview process usually has 1-2 rounds. The most common rounds in the Harjai Computers interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Harjai Computers Software Engineer interview?

Some of the top questions asked at the Harjai Computers Software Engineer interview -

  1. What is software life cy...read more
  2. What is loan life cy...read more
  3. LMS LOS CMS life cy...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Harjai Computers Software Engineer Salary
based on 55 salaries
₹2.9 L/yr - ₹10.4 L/yr
32% less than the average Software Engineer Salary in India
View more details

Harjai Computers Software Engineer Reviews and Ratings

based on 13 reviews

4.2/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.4

Salary

3.4

Job security

3.6

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 13 Reviews and Ratings
Softwaretest Engineer
117 salaries
unlock blur

₹2.3 L/yr - ₹9 L/yr

Software Tester
89 salaries
unlock blur

₹2.6 L/yr - ₹7.4 L/yr

Software Engineer
55 salaries
unlock blur

₹2.8 L/yr - ₹10.4 L/yr

Software Developer
51 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Software Engineer
49 salaries
unlock blur

₹5.2 L/yr - ₹14.7 L/yr

Explore more salaries
Compare Harjai Computers with

Experis IT

3.0
Compare

Buzzworks Business Services

3.7
Compare

Allegis Group

3.7
Compare

S2 Infotech

3.6
Compare
write
Share an Interview