Upload Button Icon Add office photos

Filter interviews by

Repsoft Consultancy Services Interview Questions, Process, and Tips

Updated 3 Sep 2024

Repsoft Consultancy Services Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Docker: run vs entry point,copy vs add, process vs demons
  • Ans. 

    Docker commands and concepts comparison

    • Run vs entry point: 'docker run' is used to create a new container while 'entrypoint' specifies the command to run when the container starts.

    • Copy vs add: 'COPY' is used to copy files from the host to the container while 'ADD' can also fetch files from URLs and extract tarballs.

    • Process vs demons: Processes are foreground tasks that run in the container while daemons are background

  • Answered by AI
  • Q2. How should you keep your application high availability
  • Ans. 

    To ensure high availability of an application, implement redundancy, load balancing, monitoring, and disaster recovery.

    • Implement redundancy by having multiple instances of the application running in different servers or data centers.

    • Use load balancing to distribute incoming traffic across multiple servers to prevent overload on any single server.

    • Set up monitoring tools to constantly check the health and performance of ...

  • Answered by AI
  • Q3. V-net peering in cloud
  • Ans. 

    VNet peering allows connecting virtual networks in Azure

    • VNet peering enables resources in different virtual networks to communicate securely

    • Traffic between peered VNets stays on the Microsoft backbone network

    • No public internet, gateways, or encryption needed for communication between peered VNets

  • Answered by AI
  • Q4. Web app : deployment slots
  • Q5. Sub- nets on virtual machine
  • Ans. 

    Subnets on virtual machines refer to dividing a network into smaller segments for better organization and security.

    • Subnets help in managing network traffic efficiently

    • Each subnet can have its own security policies and access controls

    • Subnets can be used to isolate different parts of a network for security reasons

  • Answered by AI
  • Q6. Day to day activities of devops engineer
  • Ans. 

    DevOps engineers are responsible for automating, monitoring, and maintaining the infrastructure and deployment pipelines.

    • Automating build and deployment processes using tools like Jenkins, GitLab CI/CD, or CircleCI

    • Monitoring system performance and availability using tools like Prometheus, Grafana, or ELK stack

    • Collaborating with development and operations teams to streamline processes and improve efficiency

    • Managing infr...

  • Answered by AI
  • Q7. Explain any using docker image build and deployment in AKS using ACR
  • Ans. 

    Using Docker image build and deployment in AKS with ACR

    • Create a Dockerfile to define the image

    • Build the Docker image using 'docker build' command

    • Push the image to Azure Container Registry (ACR)

    • Create a Kubernetes deployment manifest referencing the image in ACR

    • Deploy the application to Azure Kubernetes Service (AKS)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare real-time project

Skills evaluated in this interview

Top Repsoft Consultancy Services Devops Consultant Interview Questions and Answers

Q1. How should you keep your application high availability
View answer (1)

Devops Consultant Interview Questions asked at other Companies

Q1. AWS different types of load balancer, difference, layers they work on, Auto-Scaling, S3 cloud storage types
View answer (1)

Jobs at Repsoft Consultancy Services

View all

Interview questions from similar companies

I applied via Referral and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What did you asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview wanted to test about person knowledge and communication skills. Most of the questions asked to they subject in interview. Person details.
Thanks you

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

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Projects and internships done in detail. 2. Object oriented programming characteristics 3. Differences between private, public and protected classes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident but not over confident.

I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, and just be confident with what ever knowledge you have, nobody expects you to know everything. Every company from freshers expect basic knowledge and an attitude for to learn new things.

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Explain about your framework, Oops Concepts, Collections, Questions on Selenium and Appium basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have knowledge on basics of Selenium and Appium, Easy to clear interview

Interview Questionnaire 

1 Question

  • Q1. PlSQL technical questions and functional related of banking domain

I applied via Naukri.com and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Total Experience asking about feasible interview date and time slot fixing
  • Ans. Explaining to HR about my over all experience and years of experince..
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Asking questions from core experience
  • Ans. Answering them about Logistics,Reverse Logistics, Indirect Sourcing,Asset Management,3PL,Vendor and Supplier Management as i am from Supply chain Mangement Vertical
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. Asking questions on real time scenario basis
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asking questions from Management aspect
  • Q2. Answering all the answers promptly keeping positivity,logical thinking,
Round 5 - HR 

(1 Question)

  • Q1. HR related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on real time based scenarios
Basic concept must be strong and prompt answer required.possitive thinking &flexibility is must.

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Medium

  • Q1. 

    Ninja and His Secret Information Encoding Problem

    Ninja, a new member of the FBI, has acquired some 'SECRET_INFORMATION' that he needs to share with his team. To ensure security against hackers, Ninja dec...

  • Ans. 

    The task is to encode and decode 'SECRET_INFORMATION' for security purposes and determine if the transmission was successful.

    • Read the number of test cases 'T'

    • For each test case, encode the 'SECRET_INFORMATION' and then decode it

    • Compare the decoded string with the original 'SECRET_INFORMATION'

    • Print 'Transmission successful' if they match, else print 'Transmission failed'

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Equilibrium Index Problem Statement

    Given an array Arr consisting of N integers, your task is to find the equilibrium index of the array.

    An index is considered as an equilibrium index if the sum of elem...

  • Ans. 

    Find the equilibrium index of an array where sum of elements on left equals sum on right.

    • Iterate through the array and calculate prefix sum and suffix sum at each index.

    • Compare prefix sum and suffix sum to find equilibrium index.

    • Return the left-most equilibrium index or -1 if none found.

  • Answered by AI
Round 3 - HR 

Round duration - 50 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Analyst in PuneEligibility criteria7 CGPACapgemini interview preparation:Topics to prepare for the interview - Data Structures, OOPS, SQL, Python, JavaTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Focus more on SQL
Tip 2 : Keep up with ongoing projects in the company

Application resume tips for other job seekers

Tip 1 : Be honest about what you add.
Tip 2 : Don't forget to mention extra curriculars.

Final outcome of the interviewSelected

Skills evaluated in this interview

Repsoft Consultancy Services Interview FAQs

How many rounds are there in Repsoft Consultancy Services interview?
Repsoft Consultancy Services interview process usually has 1 rounds. The most common rounds in the Repsoft Consultancy Services interview process are Technical.
How to prepare for Repsoft Consultancy Services 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 Repsoft Consultancy Services. The most common topics and skills that interviewers at Repsoft Consultancy Services expect are Information Architecture, Interaction Design, Photoshop, Prototype and UI and UX.
What are the top questions asked in Repsoft Consultancy Services interview?

Some of the top questions asked at the Repsoft Consultancy Services interview -

  1. How should you keep your application high availabil...read more
  2. Docker: run vs entry point,copy vs add, process vs dem...read more
  3. Explain any using docker image build and deployment in AKS using ...read more

Tell us how to improve this page.

Repsoft Consultancy Services Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Repsoft Consultancy Services Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Android Developer

Hyderabad / Secunderabad

2-5 Yrs

Not Disclosed

Explore more jobs
Compare Repsoft Consultancy Services with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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