Upload Button Icon Add office photos

Filter interviews by

R.S.Infotech Interview Questions and Answers

Updated 6 Jul 2024

R.S.Infotech Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Rashid Sheikh

posted on 6 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

They are very polite people and they help me to know my work

Round 2 - HR 

(2 Questions)

  • Q1. What is your expertise for this job role
  • Q2. What will you see after 2 years in this company

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going to give the interview in any company so first prepare you physically and mentally your self and practice your work

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Jobs at R.S.Infotech

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Deep dive into CV
  • Q2. Case study that went for 1 hour, try doing impact consulting case studies
  • Q3. Why FSG? and why this role
Round 2 - Technical 

(3 Questions)

  • Q1. Deep dive in CV
  • Ans. 

    Discussing in detail the experiences and achievements listed on the CV.

    • Provide specific examples of projects or accomplishments mentioned on the CV

    • Explain the impact of each experience on your professional growth

    • Discuss any challenges faced and how they were overcome

    • Highlight any skills or expertise gained from each role

  • Answered by AI
  • Q2. Cultural Fit interview, if you are interested in impact consulting or not
  • Q3. Direct interview with MD
Round 3 - Assignment 

Asked to showcase PPT on any of case you have worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply only if you are serious about impact consulting, FSG takes it very seriously
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Question were related to topics such as logical, mathematical, visualizations etc

Round 2 - Technical 

(2 Questions)

  • Q1. Software language related questions
  • Q2. OOPS Concepts
Round 3 - Coding Test 

CRUD operations which was then checked by reviewer and then asked questions based on it.

Interview Preparation Tips

Interview preparation tips for other job seekers - As a intern get your basics clear and be confident while replying.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic introduction
  • Q2. SQL queries
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical questions
  • Q2. Mysql , Database

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence and communication are essential keys to success.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to position the brand into a new market?
  • Ans. 

    Positioning a brand in a new market involves conducting market research, identifying target audience, creating a unique value proposition, and developing a marketing strategy.

    • Conduct thorough market research to understand the new market's needs, preferences, and competitors.

    • Identify the target audience and tailor the brand's messaging and positioning to resonate with them.

    • Create a unique value proposition that differen...

  • Answered by AI
  • Q2. How will you manage your recourses to complete a project when delivery of the project is timebound.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your personal experience from your last company?
  • Q2. How you want to grow within a organization which works in fast pace environment.
Round 3 - HR 

(2 Questions)

  • Q1. How soon you can join us?
  • Q2. How company can contribute you for your work life balance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Relax and be prepared for the unexpected questions after your core or role interview. interviews are done into relax environment after getting you comfortable.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. ''Tell us about a time when you had to collaborate with a tem to achieve a goal. How did you contribute to the team success?''
Round 2 - Technical 

(1 Question)

  • Q1. ''Tell us about a time when you had to collaborate with team to achieve a goal.How did you contribute to the team's success?''

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Tailor Your Resume:Customize your resume for each job application to highlight relevant skills and experiences.
2. Network Activity:Connect with Industry professional on Linkedin and attend networking events to uncover job opportunities.
3.Prepare Interviews:Research to company,practice common interview questions,and have your own questions ready.
4.Showcase Your Skills:Develop a portfolio or personal projects to demonstrate your expertise.
5.Follow Up:Send a thank-you note after interviews to express appreciation and reinforce your interest in the position.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is application of transformer
  • Q2. Losses of transformer and how can I reduce
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Regarding customer-facing roles
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2023.

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 

Its all about python pseudo codes

Round 3 - Technical 

(5 Questions)

  • Q1. They ask me normal questions like tuples, nested tuples, regular expression, and how to connect python with sql data base
  • Q2. What is tuples and why we use this
  • Ans. 

    Tuples are immutable sequences used to store multiple items in a single variable. They are commonly used for grouping related data.

    • Tuples are created using parentheses () and can contain any type of data.

    • They are immutable, meaning their values cannot be changed once assigned.

    • Tuples are often used to return multiple values from a function.

    • They can be used as keys in dictionaries since they are immutable.

    • Tuples are more...

  • Answered by AI
  • Q3. What is regular expression
  • Ans. 

    A regular expression is a sequence of characters that defines a search pattern.

    • Regular expressions are used for pattern matching and searching in strings.

    • They provide a concise and flexible way to search, extract, and manipulate text.

    • Regular expressions can be used in various programming languages, including Python.

    • They consist of metacharacters, literals, and special sequences.

    • Examples of regular expressions include m

  • Answered by AI
  • Q4. Which frame work is used in django
  • Ans. 

    Django is a high-level Python web framework that follows the model-view-controller architectural pattern.

    • Django is a free and open-source framework.

    • It is used for building web applications quickly and efficiently.

    • Django follows the DRY (Don't Repeat Yourself) principle.

    • It provides a robust set of tools and features for handling common web development tasks.

    • Django uses the model-view-controller (MVC) architectural patte...

  • Answered by AI
  • Q5. How to connect database with python
  • Ans. 

    To connect a database with Python, you can use database-specific libraries or ORM frameworks like Django.

    • Install the appropriate database driver or ORM framework

    • Import the library or framework in your Python script

    • Establish a connection to the database using connection parameters

    • Execute SQL queries or use ORM methods to interact with the database

    • Close the database connection when done

  • Answered by AI

Skills evaluated in this interview

MIS Executive Interview Questions & Answers

Consultancy Services user image Pushpa Renuka Nadakuditi

posted on 1 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented MIS Executive with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Information Technology

    • I have 5 years of experience in managing databases and generating reports

    • I am proficient in SQL, Excel, and data visualization tools like Tableau

    • I have a proven track record of improving data accuracy and efficiency in previous roles

  • Answered by AI
  • Q2. Work related questions

R.S.Infotech Interview FAQs

How many rounds are there in R.S.Infotech interview?
R.S.Infotech interview process usually has 2 rounds. The most common rounds in the R.S.Infotech interview process are Group Discussion and HR.
How to prepare for R.S.Infotech 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 R.S.Infotech. The most common topics and skills that interviewers at R.S.Infotech expect are Data Management, Client Support, Computer Operating, Data Entry and Laptop.

Tell us how to improve this page.

People are getting interviews through

based on 1 R.S.Infotech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

R.S.Infotech Reviews and Ratings

based on 24 reviews

4.6/5

Rating in categories

4.5

Skill development

4.5

Work-Life balance

4.2

Salary & Benefits

4.4

Job Security

4.4

Company culture

4.2

Promotions/Appraisal

4.4

Work Satisfaction

Explore 24 Reviews and Ratings
SAP EWM CONSULTANT

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

COUPA CONSULTANT

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

SAP IBP Professional

Chennai,

Delhi/Ncr

+1

8-12 Yrs

Not Disclosed

Explore more jobs
Accountant
4 salaries
unlock blur

₹2.1 L/yr - ₹4.2 L/yr

Web Developer
4 salaries
unlock blur

₹1 L/yr - ₹1.8 L/yr

Technical Support Engineer
4 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Senior Test Engineer
4 salaries
unlock blur

₹2 L/yr - ₹13 L/yr

Account Assistant
4 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Explore more salaries
Compare R.S.Infotech with

Aneja Associates

3.1
Compare

C-quel Management Services

4.4
Compare

VISION

4.1
Compare

Crescendo Global

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview