Upload Button Icon Add office photos
Engaged Employer

i

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

Rigved Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Rigved Technologies Interview Questions and Answers

Updated 8 Aug 2024

Rigved Technologies Interview Experiences

Popular Designations

6 interviews found

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

(2 Questions)

  • Q1. What is promise
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and failure callbacks.

    • Example: Fetching data from an API returns a promise that resolves with the data or rejects with an error.

  • Answered by AI
  • Q2. What is hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable and function declarations are hoisted to the top of their scope.

    • Only declarations are hoisted, not initializations.

    • Function declarations take precedence over variable declarations.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is event loop
  • Ans. 

    Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.

    • Event loop is commonly used in JavaScript to handle asynchronous operations like setTimeout, setInterval, and AJAX requests.

    • It allows for non-blocking I/O operations, ensuring that the program can continue running while waiting for I/O operations to complete.

    • Event loop works by contin...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

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 - Aptitude Test 

Personal information, qualification,working or not

Round 3 - One-on-one 

(3 Questions)

  • Q1. Job related questions
  • Q2. Salary discussion and job description
  • Q3. Role of the working and project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - No any advice

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Criteria for staying in organisation
  • Ans. 

    The criteria for staying in an organization as an IT System Administrator

    • Demonstrating technical expertise and staying up-to-date with industry trends

    • Being a team player and collaborating effectively with colleagues

    • Showing strong problem-solving and troubleshooting skills

    • Being adaptable and able to handle changing priorities and deadlines

    • Having good communication and interpersonal skills

    • Being proactive and taking initi...

  • Answered by AI
  • Q2. Stay away don't screw yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - If they like your face then only they will appoint you. Secondly Group HEAD who no where related to your department. If she likes you then only you can be in system or else you will be knocked out of system. So be alert before you join this scrap company.

IT System Administrator Interview Questions asked at other Companies

Q1. Will you be able to manage the whole IT Infra single hand?
View answer (1)
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 - Aptitude Test 

Logical and English and pl/sql question

Round 3 - Technical 

(1 Question)

  • Q1. Basic genral question
Round 4 - Clint 

(1 Question)

  • Q1. Example of database , why y switch career

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on sql query basic , basic plsql question , and some logical apti

Oracle Database Administrator Interview Questions asked at other Companies

Q1. how can you recover the deleted datafiles if datafiles are not taken backup
View answer (1)

Rigved Technologies interview questions for popular designations

 Software Engineer

 (3)

 Software Developer

 (1)

 IT System Administrator

 (1)

 Oracle Database Administrator

 (1)

Interview Questionnaire 

1 Question

  • Q1. What is your salary expectation

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Jobs at Rigved Technologies

View all

Interview questions from similar companies

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 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 Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself, some questions related to machine learning, and I was asked more questions to differentiate like differences between ml and ai, python and c, c and java and procedural and functiona...

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a complete grip on your resume and be confident about what you say, If you don't know the answer it is okay to agree that you don't know the answer so that interviewer can ask the next questions.

Rigved Technologies Interview FAQs

How many rounds are there in Rigved Technologies interview?
Rigved Technologies interview process usually has 2-3 rounds. The most common rounds in the Rigved Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Rigved Technologies 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 Rigved Technologies. The most common topics and skills that interviewers at Rigved Technologies expect are Java, Javascript, HTML, Angular and Microservices.
What are the top questions asked in Rigved Technologies interview?

Some of the top questions asked at the Rigved Technologies interview -

  1. what is prom...read more
  2. what is hoist...read more
  3. what is event l...read more

Tell us how to improve this page.

Rigved Technologies Interview Process

based on 8 interviews

Interview experience

3.1
  
Average
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.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Fractal Analytics Interview Questions
4.0
 • 207 Interviews
View all

Rigved Technologies Reviews and Ratings

based on 67 reviews

3.3/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

2.9

Salary

2.6

Job security

2.9

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 67 Reviews and Ratings
MIS Executive (Goregaon - Mumbai)

Mumbai

0-3 Yrs

Not Disclosed

IT Recruiter- Navi Mumbai (WFO)

Thane,

Navi Mumbai

+1

1-3 Yrs

Not Disclosed

Sr. Salesforce Developer - Pune (WFO)

Mumbai,

Navi Mumbai

+1

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SAP Fico Consultant
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SAP Abap Consultant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rigved Technologies 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