Upload Button Icon Add office photos

Primus Techsystems

Compare button icon Compare button icon Compare

Filter interviews by

Primus Techsystems Cloud Computing Engineer Interview Questions and Answers

Updated 25 Apr 2024

Primus Techsystems Cloud Computing Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning question,speed ,ratio and proportion , proffit and loss

Round 2 - HR 

(4 Questions)

  • Q1. Introduce your self
  • Q2. Future plan about your career and after 5yrs tour position
  • Q3. My 1st priority to join your company after 5 yrs i would like see myself at a great position in your company with more experience great knowledge and high skills and be responsive person where i can give ...
  • Q4. I am Ravi kumar . I am 21 yrs old. i have completed my graduation in computer science and engineering from AGC Amritsar punjab. my skills are Cloud Computing and Networking . I am very excited to work with...

Interview Preparation Tips

Interview preparation tips for other job seekers - i need thiis job

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Primus Techsystems?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. SOLID principles examples in depth,given to design user management database in sql(just flow diagram,and in which table which value is used),some basic c# questions related to how you log in c#

Cloud Computing Engineer Interview Questions Asked at Other Companies

asked in Capgemini
Q1. What is SaaS in cloud computing?
Q2. How do BBA and MongoDB connect, and what type of connection do th ... read more
asked in Capgemini
Q3. What is cloud computing?
Q4. What are the differences between Docker and SQL DBA?

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

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Company Website and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction, pillars of OOP, Js, Linked list, stack, queue, Constrictor, Operator overloading, CSS HTML JS Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your besic concept

I applied via telegram and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. All the oops concept, abstraction, encapsulation,inheritance.
  • Q2. Preferred coding language
  • Ans. 

    My preferred coding language is Python.

    • Python is easy to learn and has a simple syntax.

    • It has a large community and a vast number of libraries.

    • Python is versatile and can be used for web development, data analysis, machine learning, and more.

  • Answered by AI
  • Q3. Some que on html

Interview Preparation Tips

Interview preparation tips for other job seekers - do your basics thoroughly

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is nice and cool,be confident and honestly.
oops ,java ,c and data structure basics.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Very easy Basic Apti english reasoning

Round 3 - Coding Test 

Intermediate level question based on the Array,String Sorting

Round 4 - Technical 

(2 Questions)

  • Q1. Intro oops question Project COding simple programm
  • Q2. 1.claas and object 2.polymorphism

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic of data structure oops .
Keep focus on oops coding
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What are the solid principles?
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open-Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - a subclass should be able to replace its parent class without affecting the system's behavior

    • Interface Segreg...

  • Answered by AI
  • Q2. Difference between ref and out?
  • Ans. 

    Ref and out are both used for passing arguments by reference in C#. Ref is bidirectional while out is unidirectional.

    • Ref and out are used to pass arguments by reference instead of by value

    • Ref is used for both input and output parameters while out is only used for output parameters

    • Ref requires the variable to be initialized before passing while out does not

    • Example: void MyMethod(ref int x) { x = x + 1; } and void MyMeth...

  • Answered by AI
  • Q3. Explain about your project its architecture.
  • Q4. What are the rest APIs and popular status codes?
  • Ans. 

    REST APIs are a way to interact with web services. Popular status codes include 200, 404, and 500.

    • REST APIs allow clients to access and manipulate resources on a server using HTTP requests

    • Common HTTP methods used in REST APIs include GET, POST, PUT, and DELETE

    • Status codes indicate the success or failure of a request, with 2xx codes indicating success and 4xx/5xx codes indicating errors

    • Some popular status codes include ...

  • Answered by AI
  • Q5. Explain memory management in c#.
  • Ans. 

    Memory management in C# involves automatic garbage collection and the use of pointers.

    • C# uses a garbage collector to automatically manage memory allocation and deallocation.

    • Developers can use pointers to directly manipulate memory, but this is not recommended.

    • C# also provides tools for managing memory usage, such as the IDisposable interface and the using statement.

  • Answered by AI
  • Q6. What are the latest architectural trends in c#?
  • Ans. 

    Microservices, cloud-native, and serverless are the latest architectural trends in C#.

    • Microservices architecture is gaining popularity due to its scalability and flexibility.

    • Cloud-native architecture focuses on building applications that are optimized for cloud environments.

    • Serverless architecture allows developers to focus on writing code without worrying about infrastructure management.

    • Other trends include containeri...

  • Answered by AI
  • Q7. Comparison between .net core and framework
  • Ans. 

    Both .NET Core and Framework are used for developing Windows applications, but Core is cross-platform and lightweight.

    • Core is open-source and modular, while Framework is a monolithic framework

    • Core has better performance and scalability than Framework

    • Core supports microservices architecture, while Framework does not

    • Core has a smaller footprint and can be deployed as a single executable

    • Framework has better backward compa...

  • Answered by AI
  • Q8. Major advancements in .net core
  • Ans. 

    Major advancements in .NET Core include improved performance, cross-platform compatibility, and enhanced security features.

    • Improved performance through the use of Span and other optimizations

    • Cross-platform compatibility with support for Linux and macOS

    • Enhanced security features such as runtime code generation and data protection

    • Introduction of .NET Core 3.0 with support for Windows Desktop applications

    • Integration with ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and straightforward

Skills evaluated in this interview

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

(1 Question)

  • Q1. Given the react machine coding example
  • Ans. 

    The react machine coding example involves demonstrating knowledge and skills in React programming.

    • Understand the component lifecycle in React

    • Demonstrate proficiency in state management using hooks or Redux

    • Show ability to create reusable components and handle user input

    • Implement routing and navigation in React applications

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Phone screen about previous experience
Round 2 - Technical 

(1 Question)

  • Q1. Mobile app development basics
Round 3 - HR 

(1 Question)

  • Q1. Culture fit questions

Primus Techsystems Interview FAQs

How many rounds are there in Primus Techsystems Cloud Computing Engineer interview?
Primus Techsystems interview process usually has 2 rounds. The most common rounds in the Primus Techsystems interview process are Aptitude Test and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
Cyfuture Interview Questions
3.0
 • 46 Interviews
Revature Interview Questions
3.5
 • 42 Interviews
View all
SAP Abap Consultant
84 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Associate Consultant
82 salaries
unlock blur

₹2.4 L/yr - ₹6.2 L/yr

SAP SD Consultant
64 salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

SAP MM Consultant
64 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

SAP Fico Consultant
50 salaries
unlock blur

₹3.7 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Primus Techsystems with

Cyfuture

3.0
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare
write
Share an Interview