Upload Button Icon Add office photos
Engaged Employer

i

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

Optimum Infosystem Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 499 Reviews

Filter interviews by

Optimum Infosystem Senior Software Engineer Interview Questions and Answers for Experienced

Updated 10 Oct 2024

Interview questions from similar companies

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

(2 Questions)

  • Q1. Explain technical challenges you have come across and how did you overcome it?
  • Ans. 

    I faced a technical challenge while implementing a complex algorithm for real-time data processing.

    • Identified the bottleneck in the algorithm by profiling the code

    • Optimized the algorithm by implementing data structures and algorithms with lower time complexity

    • Tested the optimized solution thoroughly to ensure correctness and performance

    • Collaborated with team members to brainstorm alternative approaches

  • Answered by AI
  • Q2. Explain the main feature of JavaScript frameworks
  • Ans. 

    JavaScript frameworks provide pre-written code to simplify and speed up web development.

    • Helps in organizing code and improving code quality

    • Provides reusable components for faster development

    • Offers built-in features like routing, state management, and data binding

    • Examples: React, Angular, Vue

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Different trigger pattern
  • Ans. 

    Different trigger patterns are used in software development to initiate actions based on specific events.

    • Triggers can be based on time, user input, system events, etc.

    • Examples include event-driven programming, polling triggers, and scheduled triggers.

  • Answered by AI
  • Q2. Scenario based: trigger make one callout per record and 1000 record are updated how will you handle it?
  • Q3. Update account with count of contact.
  • Ans. 

    Update account with count of contact involves updating the account with the number of contacts associated with it.

    • Create a function to update the account with the count of contacts

    • Retrieve the contacts associated with the account

    • Calculate the count of contacts

    • Update the account with the count of contacts

  • Answered by AI
  • Q4. How do you share record using owd
  • Ans. 

    Sharing records using Organization Wide Defaults (OWD) in Salesforce

    • Set OWD to Public Read Only to allow all users to view records but only the owner can edit

    • Set OWD to Private to restrict access to only the record owner and users above in the role hierarchy

    • Use Sharing Rules to extend access to specific groups of users

    • Use Manual Sharing to grant access to individual users or groups on a case-by-case basis

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between with sharing, without sharing and inherited sharing.
  • Ans. 

    with sharing enforces sharing rules, without sharing doesn't enforce sharing rules, inherited sharing uses the sharing rules of the parent class

    • with sharing keyword enforces sharing rules specified in the organization-wide defaults

    • without sharing keyword doesn't enforce sharing rules, allowing access to all records

    • inherited sharing keyword uses the sharing rules of the parent class

  • Answered by AI
  • Q2. Explain async process in Salesforce
  • Ans. 

    Async process in Salesforce allows for executing tasks in the background without blocking the main thread.

    • Async processes in Salesforce are used to perform time-consuming operations without affecting the user experience.

    • Apex provides @future annotation for asynchronous processing.

    • Batch Apex is used for processing large data sets asynchronously.

    • Queueable Apex allows chaining of asynchronous jobs.

    • Platform Events can be u

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Create table view for different profile and can have more then 60 column. How to implement dynamically
  • Ans. 

    Use dynamic SQL to create table view with more than 60 columns for different profiles

    • Use dynamic SQL to generate the CREATE VIEW statement based on the profile requirements

    • Iterate through the profile columns and add them to the CREATE VIEW statement dynamically

    • Consider using a loop or a mapping function to handle the large number of columns efficiently

  • Answered by AI
  • Q2. How to handle recursion
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Identify the base case to stop the recursion

    • Ensure the recursive call moves towards the base case

    • Optimize recursion by using memoization or tail recursion

    • Examples: factorial calculation, Fibonacci sequence

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Brillio Senior Software Engineer interview:
  • Salesforce CRM
  • Lwc
  • Sharing
  • Apex
  • Triggers

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. All about hoisting
  • Q2. UseMemo, UseCallback in Detail
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium to hard question

Round 2 - Technical 

(1 Question)

  • Q1. Core java and dsa algorithm
  • Ans. 

    Core Java is a fundamental programming language used for developing software applications. DSA algorithms are essential for efficient problem-solving.

    • Core Java is used for developing software applications and is based on the Java programming language.

    • DSA algorithms are data structures and algorithms used for efficient problem-solving.

    • Examples of DSA algorithms include sorting algorithms like Bubble Sort and searching a

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Core java and dsa problems
Round 4 - One-on-one 

(1 Question)

  • Q1. Dsa problems and system design
  • Ans. 

    DSA problems involve solving algorithmic challenges, while system design involves designing scalable and efficient software systems.

    • Practice solving DSA problems on platforms like LeetCode, HackerRank, or CodeSignal.

    • Study common data structures and algorithms like arrays, linked lists, trees, sorting algorithms, and searching algorithms.

    • For system design, focus on scalability, reliability, performance, and maintainabil...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Online coding test on hackerrank - easy.

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview 1
Round 3 - Technical 

(1 Question)

  • Q1. Technical interview 2
Round 4 - Technical 

(1 Question)

  • Q1. Technical interview 3
Round 5 - HR 

(1 Question)

  • Q1. HR discussion and salary bargaining.

Interview Preparation Tips

Interview preparation tips for other job seekers - Tedious process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 interview questions
  • Q2. Spring boot questions
Round 2 - Technical 

(1 Question)

  • Q1. Microservices strurcture and implementation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is oops concept. How hashmap works
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to solve a problem

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs

    • HashMap in Java is a data structure that stores key-value pairs

    • I...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are design patterns you have worked in your project
  • Ans. 

    I have worked with design patterns such as Singleton, Factory, Observer, and Strategy in my projects.

    • Singleton pattern was used to ensure only one instance of a class is created.

    • Factory pattern was used to create objects without specifying the exact class of object that will be created.

    • Observer pattern was used to define a one-to-many dependency between objects so that when one object changes state, all its dependents ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you able to work in hybrid mode
  • Ans. 

    Yes, I am able to work in hybrid mode which involves a combination of remote and on-site work.

    • Experienced in collaborating with remote team members using communication tools like Slack, Zoom, and Jira

    • Comfortable with switching between working on-site and remotely based on project requirements

    • Adaptable to different work environments and able to maintain productivity in both settings

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic Js Question and Reactjs Questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Use case based Questions
  • Q2. Salary Expectation
  • Q3. Depends on skillset

Interview Preparation Tips

Interview preparation tips for other job seekers - Not to join CitiusTech

Optimum Infosystem Interview FAQs

How many rounds are there in Optimum Infosystem Senior Software Engineer interview for experienced candidates?
Optimum Infosystem interview process for experienced candidates usually has 1 rounds. The most common rounds in the Optimum Infosystem interview process for experienced candidates are One-on-one Round.

Tell us how to improve this page.

Optimum Infosystem Senior Software Engineer Salary
based on 76 salaries
₹9 L/yr - ₹27.8 L/yr
10% more than the average Senior Software Engineer Salary in India
View more details

Optimum Infosystem Senior Software Engineer Reviews and Ratings

based on 11 reviews

3.1/5

Rating in categories

2.9

Skill development

3.2

Work-Life balance

3.5

Salary & Benefits

2.6

Job Security

3.1

Company culture

2.4

Promotions/Appraisal

3.1

Work Satisfaction

Explore 11 Reviews and Ratings
Senior Consultant
361 salaries
unlock blur

₹7.5 L/yr - ₹30.3 L/yr

Consultant
249 salaries
unlock blur

₹5.5 L/yr - ₹19.5 L/yr

Lead Consultant
77 salaries
unlock blur

₹9.3 L/yr - ₹35.3 L/yr

Senior Software Engineer
76 salaries
unlock blur

₹9 L/yr - ₹27.8 L/yr

Associate Consultant
71 salaries
unlock blur

₹2.8 L/yr - ₹9.9 L/yr

Explore more salaries
Compare Optimum Infosystem with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview