Upload Button Icon Add office photos

Filter interviews by

Infomagnus LLC Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Automation Pega Developer Interview Questions & Answers

Billennium user image Anonymous

posted on 24 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Referral

Round 1 - HR 

(3 Questions)

  • Q1. Overall & Relevant experience in Pega
  • Ans. 

    I have 5 years of experience working with Pega, including designing and implementing automation solutions.

    • Designed and implemented automation solutions using Pega platform

    • Worked with various Pega tools and technologies

    • 5 years of experience in Pega development

  • Answered by AI
  • Q2. Current & expected salary
  • Ans. 

    I am currently earning $80,000 and expecting a salary of $90,000.

    • Current salary: $80,000

    • Expected salary: $90,000

  • Answered by AI
  • Q3. Basic questions about Pega
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, basic discussion about projects, Roles & responsibilities
  • Q2. Case Management, Reporting, Integrations, Security, Deployments, UI with COSMOS
Round 3 - Technical 

(2 Questions)

  • Q1. Introduction & basic discussion about previous projects & experiences
  • Q2. In depth questions about advanced PEGA topics related to Case Management, Reporting, Integrations, Security, UI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal communicatiom, attention to detail, email writing part

Round 2 - One-on-one 

(2 Questions)

  • Q1. General question with maths
  • Q2. Percentage related sums
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview question with maths
  • Q2. Percentage , profit related sums
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What are the different osi layers
  • Ans. 

    The OSI (Open Systems Interconnection) model consists of 7 layers that define the functions of a network communication system.

    • Physical Layer: Deals with physical connections and transmission of raw data.

    • Data Link Layer: Manages data frames and error detection/correction.

    • Network Layer: Handles routing and logical addressing.

    • Transport Layer: Ensures end-to-end communication and data flow control.

    • Session Layer: Establishe...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic details about yourself
Round 3 - Technical 

(1 Question)

  • Q1. What are some ways to avoid deadlock?
  • Ans. 

    Avoid deadlock by implementing proper resource allocation strategies and using techniques like timeouts and resource ordering.

    • Implement proper resource allocation strategies to prevent multiple processes from holding resources indefinitely.

    • Use timeouts to limit the amount of time a process can wait for a resource before releasing it.

    • Follow a strict resource ordering protocol to ensure processes request and release reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your cs basics are clear such as netwerking, os, and tech stacks used in projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular Directives
  • Ans. 

    Angular Directives are markers on a DOM element that tell AngularJS's HTML compiler to attach a specified behavior to that DOM element.

    • Directives are used to create reusable components or custom behaviors in Angular applications.

    • They can be used to manipulate the DOM, add event listeners, show/hide elements, etc.

    • Examples include ngModel, ngIf, ngFor, etc.

  • Answered by AI
  • Q2. How to communicate with components
  • Ans. 

    Methods to communicate between components in Angular include Input and Output properties, ViewChild, Services, and Event Emitters.

    • Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.

    • Using ViewChild to access child components from parent components.

    • Using Services to create a shared service that can be injected into multiple components to share da...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Basic introduction
  • Q2. Reason for job change
  • Q3. What do you least like about your previous company.
  • Q4. Tell me about yourself in brief
Round 2 - Group Discussion 

Theoretical knowledge of Excel formulas. And question from resume

Round 3 - Aptitude Test 

Machine test. Moderate questions but tricky like sumif, vlookup, hlookup, count days

Interview Preparation Tips

Interview preparation tips for other job seekers - Concept should be clear about excel.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is .dot net
  • Ans. 

    Dot net is a software framework developed by Microsoft for building and running applications on Windows.

    • Developed by Microsoft

    • Used for building and running applications on Windows

    • Consists of a large class library called Framework Class Library (FCL)

    • Supports multiple programming languages like C#, VB.NET, and F#

  • Answered by AI
  • Q2. Advantages of using dot net
  • Ans. 

    Some advantages of using dot net include platform independence, language interoperability, and extensive class library.

    • Platform independence allows for cross-platform development.

    • Language interoperability enables developers to use multiple programming languages within the same project.

    • Extensive class library provides pre-built code for common tasks, saving time and effort.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between springboot and spring
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool that simplifies the setup and configuration of Spring applications.

    • Spring is a comprehensive framework that provides support for various functionalities like dependency injection, aspect-oriented programming, and more.

    • Spring Boot is an opinionated tool that simplifies the setup and configuration of Spring applications by providing default...

  • Answered by AI
  • Q2. Explaing springboot annotation
  • Ans. 

    Spring Boot annotations are used to simplify the development process by providing shortcuts for common configurations and functionalities.

    • Annotations like @SpringBootApplication, @RestController, @Autowired, @ComponentScan are commonly used in Spring Boot applications.

    • Annotations help in reducing boilerplate code and configuring various aspects of the application.

    • For example, @SpringBootApplication is used to mark the ...

  • Answered by AI
  • Q3. How do you use JPA in your project write it
  • Ans. 

    I use JPA in my project by defining entity classes, annotating them with JPA annotations, creating repositories, and using JPQL queries.

    • Define entity classes with @Entity annotation

    • Annotate fields with @Column, @Id, @GeneratedValue, etc.

    • Create repositories by extending JpaRepository interface

    • Use JPQL queries for custom database operations

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How microservices communicate in your project
  • Ans. 

    Microservices communicate through REST APIs and messaging queues in our project.

    • Microservices communicate with each other using REST APIs for synchronous communication.

    • Messaging queues like Kafka or RabbitMQ are used for asynchronous communication between microservices.

    • Service discovery tools like Eureka or Consul are used to locate and communicate with other microservices.

    • Microservices may also use gRPC for communicat

  • Answered by AI
  • Q2. Which design pattern used in your last project
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked about all projects
  • Q2. Team size and agile methodology
Round 4 - HR 

(2 Questions)

  • Q1. Why are you leaving current organization
  • Q2. What do you know about Emtec
  • Ans. 

    Emtec is a global IT consultancy that provides technology solutions and services to help organizations drive digital transformation.

    • Provides IT consultancy services

    • Specializes in technology solutions

    • Helps organizations with digital transformation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waist time , just take interviews and won't release offer after clearing all round and HR discussion. Just HR discussed salary and tried to negotiate even though I was ready for attend the hybrid mode and negotiated salary and all things ,still offer not released and didn't hear back from HR

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding commercial vehicle systems and operations
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why customer support?
  • Ans. 

    Customer support is essential for building strong customer relationships and ensuring customer satisfaction.

    • Customer support helps in resolving customer issues and concerns.

    • It allows for effective communication and understanding between the company and its customers.

    • Customer support builds trust and loyalty, leading to repeat business and positive word-of-mouth.

    • It helps in identifying and addressing customer needs and ...

  • Answered by AI
  • Q3. Scenario based question.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Scenario based questions
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test and personality test, It's easy

Round 2 - Technical 

(1 Question)

  • Q1. Code to print diagonal elements in 2d array. Reverse a string without using other empty string.
  • Ans. 

    Print diagonal elements in a 2D array and reverse a string without using an empty string.

    • Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.

    • Iterate through the characters of the string from the last index to the first index and append each character to a new string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In technical round, they focus only on coding, problem solving and data structures and algorithms.
So be ready to solve codes

Skills evaluated in this interview

Infomagnus LLC Interview FAQs

How to prepare for Infomagnus LLC 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 Infomagnus LLC. The most common topics and skills that interviewers at Infomagnus LLC expect are Business Solutions, Python, SQL, Github and Shell Scripting.

Tell us how to improve this page.

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 90 Interviews
Monotype Interview Questions
3.9
 • 23 Interviews
Grapecity Interview Questions
4.0
 • 17 Interviews
Xactly Corp Interview Questions
3.8
 • 17 Interviews
AvenData GmbH Interview Questions
3.2
 • 16 Interviews
Emtec Interview Questions
4.3
 • 14 Interviews
View all

Infomagnus LLC Reviews and Ratings

based on 12 reviews

4.5/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

4.0

Salary

4.3

Job security

4.4

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 12 Reviews and Ratings
Senior Consultant
15 salaries
unlock blur

₹10.5 L/yr - ₹23.1 L/yr

Python Developer
6 salaries
unlock blur

₹3.9 L/yr - ₹5 L/yr

Associate Consultant
5 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Consultant
5 salaries
unlock blur

₹5.5 L/yr - ₹9.3 L/yr

Senior QA Lead
5 salaries
unlock blur

₹20.6 L/yr - ₹23 L/yr

Explore more salaries
Compare Infomagnus LLC with

HyScaler

4.5
Compare

AvenData GmbH

3.2
Compare

Sapphire Software Solutions (India)

4.5
Compare

Sagitec Solutions

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