Upload Button Icon Add office photos
Engaged Employer

i

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

Jobaaj.com Verified Tick

Compare button icon Compare button icon Compare
4.6

based on 9 Reviews

Filter interviews by

Jobaaj.com Interview Questions and Answers

Updated 20 Sep 2024

Jobaaj.com Interview Experiences

Popular Designations

3 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Var,let const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var has function scope and can be redeclared and reassigned

    • let has block scope and can be reassigned but not redeclared

    • const has block scope and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Asynchronous js

Interview Preparation Tips

Interview preparation tips for other job seekers - there was 2 round one was technical and another short of technical+hr . in 1 round they asked about the javascript in details but basic questions that will be easily available on internet .and also about the resume based questions whatever is mentioned in resume you have to grasp it very carefully because he will all from it mainly . in second round most of the questions were about projects that i have mentioned and some basic hr questions but to be honest this is the worst company ever i faced after clearing all round they were not infromative about the result and did not told me the exact reason

Skills evaluated in this interview

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself? You experience
  • Q2. Your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - U can apply here..... It's good option if u have prior experience otherwise they will ask u too do internship 1st nd will gonna pay u 5k to 8k
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Do you have any experience of job portals?
  • Ans. I don’t have right now, but yes i have managed to create a pool of candidates from social media websites and other websites.
  • Answered Anonymously

Talent Acquisition Intern Interview Questions asked at other Companies

Q1. How will you handle blue-collar workers calling you for random requests
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
Round 2 - Group Discussion 

I am to good for any type of work doing

Round 3 - Technical 

(2 Questions)

  • Q1. How do you perform keyword research?
  • Q2. What are ITSM and its processes?
Round 4 - HR 

(2 Questions)

  • Q1. Have you ever worked on a project with tight deadlines? How did you manage?
  • Q2. Describe a time when you faced a challenging situation. How did you handle it?
Round 5 - Coding Test 

Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.

javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]

Round 6 - Case Study 

Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.

Round 7 - Assignment 

A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.

Round 8 - Aptitude Test 

Data Interpretation
Study the following data and answer the question:

Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?

Options:
A) 20%
B) 25%
C) 22%
D) 27%

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a Strong Resume and Portfolio
Tailor your resume: Customize your resume for each job by highlighting relevant skills and experiences.
Showcase achievements: Quantify your accomplishments (e.g., "Increased website traffic by 30%").
Include a portfolio: If you’re in fields like digital marketing or development, create a portfolio showcasing your projects, internships, or certifications.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. A candidate may be contacted by email to schedule a screening call. This is an opportunity to set the tone for the relationship with the candidate.
  • Q2. Pre-employment assessments and screening can help identify the least suitable candidates. Common assessments include the General Mental Ability (GMA) test and the Five-Factor Model of Personality test.
Round 2 - One-on-one 

(2 Questions)

  • Q1. This can include a review of criminal records, employment history, credit checks, and social media accounts.
  • Q2. The candidate may be invited for a final interview with the hiring manager. During this interview, the candidate can share insights and reaffirm their interest in the role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Reach out to your friends, family, and professional contacts for advice and job leads. You can also network with professionals in your field on social media by joining industry groups and participating in discussions.

MLE Intern Interview Questions & Answers

HyperVerge user image Anonymous

posted on 17 Jan 2025

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

I applied via Campus Placement

Round 1 - Technical 

(4 Questions)

  • Q1. Describe projects?
  • Ans. 

    I have worked on various projects ranging from data analysis to machine learning models.

    • Developed a sentiment analysis model using natural language processing techniques

    • Implemented a recommendation system based on collaborative filtering algorithm

    • Worked on a predictive maintenance project for optimizing equipment performance

  • Answered by AI
  • Q2. Explain architecture of Efficient-nets
  • Ans. 

    EfficientNets are a family of convolutional neural networks that have been designed to achieve state-of-the-art accuracy with fewer parameters and FLOPS.

    • EfficientNets use a compound scaling method to balance network depth, width, and resolution for optimal performance.

    • They are based on a baseline network architecture called EfficientNet-B0, which is then scaled up to create larger models like EfficientNet-B1, Efficient...

  • Answered by AI
  • Q3. Explain transformers architecture
  • Ans. 

    Transformers architecture is a deep learning model that uses self-attention mechanism to process sequential data.

    • Transformers consist of an encoder and a decoder, each composed of multiple layers of self-attention and feed-forward neural networks.

    • Self-attention mechanism allows the model to weigh the importance of different input tokens when making predictions.

    • Transformers have achieved state-of-the-art performance in ...

  • Answered by AI
  • Q4. Longest sub array question in python.
  • Ans. 

    Find the longest subarray of strings in a given array.

    • Iterate through the array and keep track of the current subarray length.

    • Reset the subarray length when encountering a non-string element.

    • Return the length of the longest subarray found.

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. About family and past life
  • Q2. Past internships and learnings
  • Q3. College life and what they expect.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Case Study 

I was given 4 questions and asked to share the response in a presentation format for them

Round 2 - HR 

(1 Question)

  • Q1. I was primarily asked about my experiences, and a little bit of cultural fitment
Round 3 - One-on-one 

(1 Question)

  • Q1. This was a discussion round with the founder about the role
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a F2F round with the Founders and the Head of HR, with the intention being to understand a little bit more about my experiences and how i might fit the team

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a pretty good experience during my interview process. The hiring team was proactive, sharing feedback and getting in touch promptly throughout the process.

I would definitely recommend being earnest and forthcoming during the rounds, especially with the founders, as I found them to be forthcoming in terms of their expectations for the role, and growth opportunities as well.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Company profile
  • Q2. What is travel and tourism
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is a dmc?
  • Q2. Disadvantages faced by a dmc
Round 3 - One-on-one 

(2 Questions)

  • Q1. Criteria based questions
  • Q2. Situation handling questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction yourself in details covering each points
  • Ans. 

    Experienced cluster manager with a proven track record in team leadership and strategic planning.

    • Over 5 years of experience in managing multiple teams and projects simultaneously

    • Strong leadership skills with the ability to motivate and inspire team members

    • Expertise in strategic planning and execution to achieve organizational goals

    • Excellent communication and interpersonal skills for effective team collaboration

    • Proven t...

  • Answered by AI
  • Q2. Location can be for new hotels for max revenue
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!

Jobaaj.com Interview FAQs

How many rounds are there in Jobaaj.com interview?
Jobaaj.com interview process usually has 1 rounds. The most common rounds in the Jobaaj.com interview process are HR and Technical.
How to prepare for Jobaaj.com 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 Jobaaj.com. The most common topics and skills that interviewers at Jobaaj.com expect are Ca, Taxation, Auditing, Compliance and Direct Tax.
What are the top questions asked in Jobaaj.com interview?

Some of the top questions asked at the Jobaaj.com interview -

  1. var,let const differe...read more
  2. asynchronous...read more

Tell us how to improve this page.

Jobaaj.com Interview Process

based on 3 interviews

Interview experience

2.3
  
Poor
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 144 Interviews
LinkedIn Interview Questions
4.3
 • 80 Interviews
Cogoport Interview Questions
2.8
 • 52 Interviews
MyCaptain Interview Questions
3.2
 • 40 Interviews
Quikr Interview Questions
3.8
 • 31 Interviews
Indeed Interview Questions
4.0
 • 27 Interviews
Foundit Interview Questions
3.6
 • 26 Interviews
Glassdoor Interview Questions
3.4
 • 8 Interviews
View all

Jobaaj.com Reviews and Ratings

based on 9 reviews

4.6/5

Rating in categories

4.5

Skill development

4.4

Work-life balance

4.4

Salary

4.4

Job security

4.5

Company culture

4.5

Promotions

4.3

Work satisfaction

Explore 9 Reviews and Ratings
Full Stack Developer
5 salaries
unlock blur

₹4.5 L/yr - ₹6 L/yr

HR Executive
4 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Talent Acquisition Specialist
3 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Senior Video Editor
3 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Jobaaj.com with

Foundit

3.6
Compare

Timesjobs.com

1.6
Compare

Indeed

4.0
Compare

Freshersworld.com

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