Upload Button Icon Add office photos
Engaged Employer

i

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

Opcito Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Opcito Technologies Software Engineer Interview Questions and Answers

Updated 24 Sep 2019

Opcito Technologies Software Engineer Interview Experiences

2 interviews found

I applied via Company Website and was interviewed in Mar 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is the difference between monolith and microservices?
  • Ans. 

    Monolith is a single large application while microservices is a collection of small independent services.

    • Monolith is a traditional approach where the entire application is built as a single unit

    • Microservices is a modern approach where the application is divided into small independent services

    • Monolith is tightly coupled and difficult to scale

    • Microservices are loosely coupled and easy to scale

    • Monolith has a single point ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer had just come after a smoke and was smelling bad. Overall my experience in the interview was not so professional as I expected.
The company all in all looks good, the stickers,the interiors and the overall ambiance is great.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Basic questions
  • Q2. Interview has no idea what to ask. Just a random bunch of questions

Interview Preparation Tips

Interview preparation tips for other job seekers - You can crack interview with some knowledge but not a good place to join

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Where do you live?
  • Ans. 

    I live in a cozy apartment in downtown Seattle.

    • I live in downtown Seattle

    • My apartment is cozy

    • I enjoy the urban lifestyle

  • Answered by AI
  • Q2. Family background
  • Q3. Introduction
Round 2 - Aptitude Test 

Easy to medium level questions

Round 3 - Coding Test 

Questions on recursion, string, array and patterns

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2 section
MCQ + CODING(intermediate level)

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions related to JS, ANGULAR, Node JS, and some Coding questions
Round 3 - Assignment 

Todo application was the assignment task to complete in one day.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the profile which you have applied for,
Basics of profile stack you should know atleast,
Good to have DSA atleast intermediate level
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ubuntu install?
  • Q2. Windows install?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t join this company, fake company they don’t have any projects. More than 80% of employee is intern without pay. They hire you with fake promises and they gave you work of installing ubuntu and windows no matter you are experienced software engineer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How many years of experience you have
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.

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 

Such like blood relation questions, graph, alphabet and numeric values etc

Round 3 - Coding Test 

Related to operators, oop concepts

Round 4 - HR 

(4 Questions)

  • Q1. Basic questions like introduce my self, expectation salary etc
  • Q2. Oop concepts questions, SQL database query etc
  • Q3. And any questions about our company
  • Q4. 2 Coding questions Java, Python questions and machine learning

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Engineer interview:
  • Python developer
  • Machine Learning
  • Java Servlets
  • Html5
  • CSS3
  • My sql
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

2 technical interviews will be there

Round 3 - Technical 

(1 Question)

  • Q1. Second round is with senior technical person
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

Opcito Technologies Interview FAQs

What are the top questions asked in Opcito Technologies Software Engineer interview?

Some of the top questions asked at the Opcito Technologies Software Engineer interview -

  1. What is the difference between monolith and microservic...read more
  2. Interview has no idea what to ask. Just a random bunch of questio...read more
  3. Basic questio...read more

Tell us how to improve this page.

Opcito Technologies Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Opcito Technologies Software Engineer Salary
based on 36 salaries
₹4.2 L/yr - ₹15.9 L/yr
13% more than the average Software Engineer Salary in India
View more details

Opcito Technologies Software Engineer Reviews and Ratings

based on 7 reviews

3.2/5

Rating in categories

3.5

Skill development

2.9

Work-life balance

2.5

Salary

2.8

Job security

3.7

Company culture

1.8

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
36 salaries
unlock blur

₹4.2 L/yr - ₹15.9 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Senior Devops Engineer
19 salaries
unlock blur

₹12 L/yr - ₹30.2 L/yr

Devops Engineer
16 salaries
unlock blur

₹4.2 L/yr - ₹15.4 L/yr

Technical Lead
11 salaries
unlock blur

₹18 L/yr - ₹33.9 L/yr

Explore more salaries
Compare Opcito Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

LTIMindtree

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