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 Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Leadership principles, Previous experience, Managerial and logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not really tough, easy to crack if prepared

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.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Repsoft Consultancy Services Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.3

Salary

4.3

Job security

4.5

Company culture

4.3

Promotions

4.5

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