Upload Button Icon Add office photos

Filter interviews by

Infibeam Interview Questions, Process, and Tips

Updated 8 Feb 2023

Top Infibeam Interview Questions and Answers

View all 22 questions

Infibeam Interview Experiences

Popular Designations

4 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2022. 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 - One-on-one 

(1 Question)

  • Q1. There was a html and css basic questions with senior developer
Round 3 - Assignment 

One figma file was shared and asked to convert to html infront of senior developer and round took 1hr

Round 4 - One-on-one 

(1 Question)

  • Q1. Javascript round with corr javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Offer not released after completing all the rounds

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

I applied via Approached by Company

Round 1 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi my name is Tushar Manohar Penkar. I have 11 years work experience. My last Qualification is F.Y.B.com.

Assistant Manager Warehouse Interview Questions asked at other Companies

Q1. What is 5S rule and what they have
View answer (2)

I applied via Referral

Interview Questionnaire 

13 Questions

  • Q1. I was asked to derive the time complexity of my code from the written test. It was to print the elements of a binary tree in spiral order
  • Q2. Program to swap two pointers
  • Ans. 

    A program to swap two pointers.

    • Declare two pointers of the same data type

    • Assign the first pointer to a temporary variable

    • Assign the second pointer to the first pointer

    • Assign the temporary variable to the second pointer

  • Answered by AI
  • Q3. Program to determine whether a given binary tree is binary search tree. I was asked to solve this in two different ways
  • Q4. Two DBMS queries involving aggregate functions
  • Q5. Program to implement Dijkstra’s algorithm
  • Ans. 

    Dijkstra's algorithm finds shortest path between nodes in a graph

    • Create a graph with nodes and edges

    • Initialize distances from source node to all other nodes as infinity

    • Set distance from source node to itself as 0

    • Create a set of unvisited nodes

    • While unvisited set is not empty, select node with minimum distance

    • For each neighbor of selected node, calculate distance from source node

    • If calculated distance is less than curre...

  • Answered by AI
  • Q6. Program to implement Floyd­Warshall’s agorithm
  • Ans. 

    Floyd-Warshall's algorithm is used to find the shortest path between all pairs of vertices in a weighted graph.

    • Create a 2D array to store the distances between all pairs of vertices.

    • Initialize the array with the weights of the edges in the graph.

    • Use nested loops to iterate over all pairs of vertices and update the distances if a shorter path is found through a third vertex.

    • The final array will contain the shortest dist

  • Answered by AI
  • Q7. Program to print the elements of a matrix in spiral order recursively
  • Ans. 

    Program to print matrix elements in spiral order recursively

    • Create a recursive function to print the elements in spiral order

    • Define the boundaries of the matrix and traverse the matrix in spiral order

    • Call the recursive function to print the elements in spiral order

    • Handle edge cases such as empty matrix or matrix with only one row/column

  • Answered by AI
  • Q8. Given an unsorted array of numbers, find two numbers which add up to the given sum in O(n)
  • Ans. 

    Find two numbers in an unsorted array that add up to a given sum in O(n)

    • Use a hash table to store the difference between the sum and each element in the array

    • Iterate through the array and check if the current element is in the hash table

    • If it is, return the current element and the corresponding difference

    • If not, add the current element to the hash table

  • Answered by AI
  • Q9. Explain indexing in DBMS
  • Ans. 

    Indexing is a technique used in DBMS to improve the performance of queries.

    • Indexing creates a separate data structure that allows faster retrieval of data.

    • It works by creating a pointer to the location of data in the table.

    • Indexes can be created on one or more columns of a table.

    • Types of indexing include B-tree, hash, and bitmap indexing.

    • Indexes can also be clustered or non-clustered.

    • Clustered indexes determine the phy...

  • Answered by AI
  • Q10. Explain B and B+ trees
  • Ans. 

    B and B+ trees are data structures used for efficient searching and sorting of large datasets.

    • B trees are balanced trees used for disk-based storage systems.

    • B+ trees are similar to B trees but have all data stored in the leaf nodes for faster searching.

    • B trees have a variable number of keys per node, while B+ trees have a fixed number.

    • B trees have a higher fanout than B+ trees, making them more efficient for smaller da...

  • Answered by AI
  • Q11. Given a binary tree, write a program to determine whether there exists a root to leaf path having the given sum
  • Q12. Program to find the lowest common ancestor of two nodes in binary search tree as well as binary tree. I was also asked to give the brute force approach for the same
  • Ans. 

    Program to find lowest common ancestor of two nodes in binary search tree and binary tree with brute force approach.

    • For binary search tree, traverse from root to both nodes and store the path. Then compare paths to find LCA.

    • For binary tree, traverse from root to both nodes and store the path. Then compare paths to find LCA.

    • Brute force approach involves checking each node's descendants to see if they contain both nodes.

    • ...

  • Answered by AI
  • Q13. Program to print all ancestors of a node in a binary tree
  • Ans. 

    Program to print all ancestors of a node in a binary tree

    • Create a recursive function to traverse the binary tree

    • Check if the current node is the target node

    • If yes, print all the nodes in the call stack

    • If not, recursively call the function for left and right subtrees

  • Answered by AI

Interview Preparation Tips

Skills:
College Name: NA

Skills evaluated in this interview

Top Infibeam Software Engineer Interview Questions and Answers

Q1. Program to find the lowest common ancestor of two nodes in binary search tree as well as binary tree. I was also asked to give the brute force approach for the same
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Analyst Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2015

Interview Questionnaire 

19 Questions

  • Q1. How was your day?-Tell me about yourself
  • Ans. 

    My day was productive and fulfilling. As for myself, I am a driven and detail-oriented individual with a passion for problem-solving.

    • I tackled several challenging tasks at work and made significant progress on each of them.

    • I also took some time to exercise and clear my mind, which helped me stay focused throughout the day.

    • As for myself, I have a background in engineering and enjoy using my analytical skills to find cre...

  • Answered by AI
  • Q2. How to optimize the code that you had written in aptitude test - It was a discussion, he helped me in solving the problem
  • Ans. 

    Optimizing code involves identifying and removing bottlenecks to improve performance.

    • Identify the parts of the code that are taking the most time to execute

    • Use efficient algorithms and data structures

    • Minimize the number of function calls and loops

    • Avoid unnecessary calculations or operations

    • Use caching or memoization to avoid repeating calculations

    • Profile the code to measure performance improvements

  • Answered by AI
  • Q3. Now write an optimized version of that code
  • Ans. 

    Optimized version of given code

    • Use efficient data structures and algorithms

    • Avoid unnecessary loops and conditions

    • Minimize function calls and variable assignments

  • Answered by AI
  • Q4. How was your day?-Tell me about yourself?
  • Ans. 

    My day was productive and fulfilling. As for myself, I am a driven and detail-oriented individual with a passion for problem-solving.

    • I tackled several challenging tasks at work and made significant progress on each of them.

    • I also took some time to exercise and clear my mind, which helped me stay focused throughout the day.

    • As for myself, I have a background in engineering and enjoy applying my analytical skills to a var...

  • Answered by AI
  • Q5. Which language do you prefer to code in? "Have you read The C Programming Language book by Dennis Retchie?" Which technical book have you read recently?.-So you like C, have you ever thought of bringing up...
  • Ans. 

    Yes, I prefer coding in C and have read The C Programming Language book. I have also explored the concept of Inheritance in C.

    • I find C to be a powerful and efficient language for system programming.

    • Yes, I have read The C Programming Language book by Dennis Retchie and found it to be a great resource.

    • Recently, I have been exploring the concept of Inheritance in C through various online resources and tutorials.

    • While C do...

  • Answered by AI
  • Q6. What is the reason behind inventing the concept of inheritance? Write a program and explain
  • Ans. 

    Inheritance allows a class to inherit properties and methods from another class.

    • Inheritance promotes code reusability and saves time and effort in programming.

    • It allows for the creation of a hierarchy of classes with shared characteristics.

    • For example, a class Animal can be inherited by classes such as Dog, Cat, and Bird, which share common properties and methods.

    • Inheritance can be implemented using the 'extends' keywo

  • Answered by AI
  • Q7. What is Liskov substitution principle?
  • Ans. 

    Liskov substitution principle is a principle in object-oriented programming that states that objects of a superclass should be able to be replaced with objects of its subclasses without affecting the correctness of the program.

    • Subtypes must be substitutable for their base types

    • Derived classes must not change the behavior of the base class

    • Violating the principle can lead to unexpected behavior and errors

    • Example: A squar...

  • Answered by AI
  • Q8. Explain OOPs concepts with a program for each
  • Ans. 

    Explanation of OOPs concepts with programs

    • Encapsulation: Wrapping data and functions into a single unit. Example: Class in Java

    • Abstraction: Hiding implementation details and showing only necessary information. Example: Abstract class in C#

    • Inheritance: Acquiring properties and behavior of a parent class. Example: Child class extending parent class in Python

    • Polymorphism: Ability of an object to take many forms. Example:

  • Answered by AI
  • Q9. Write a code for dynamic polymorphism
  • Ans. 

    Dynamic polymorphism is achieved through virtual functions and inheritance in object-oriented programming.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the virtual functions

    • The appropriate derived class function will be called based on the object being pointed to or referred to

  • Answered by AI
  • Q10. What is the drawback of global variables?
  • Ans. 

    Global variables can lead to unexpected changes and make debugging difficult.

    • Global variables can be accessed and modified from any part of the code, making it difficult to track changes.

    • They can cause naming conflicts if multiple variables with the same name are used in different parts of the code.

    • Using global variables can make it harder to test and debug code, as it can be difficult to isolate the cause of errors.

    • Th...

  • Answered by AI
  • Q11. Why using 'goto' is a bad programming practice?
  • Ans. 

    Using 'goto' can make code hard to read, maintain and debug.

    • Goto statements can create spaghetti code that is difficult to follow.

    • It can make it harder to understand the flow of the program.

    • It can also make debugging more difficult.

    • There are usually better alternatives to using goto, such as using loops or functions.

    • Some programming languages, such as Java and Python, do not even have a goto statement.

    • Using goto can al...

  • Answered by AI
  • Q12. Which is your favourite subject? Why? Name a book for that subject
  • Ans. 

    My favorite subject is history because it helps me understand the present and learn from the past.

    • I enjoy learning about different cultures and how they have evolved over time

    • I find it fascinating to study the causes and effects of major historical events

    • One of my favorite books on history is 'Guns, Germs, and Steel' by Jared Diamond

  • Answered by AI
  • Q13. Bring modularity in the code that you had written in aptitude test
  • Q14. Told me to make changes as per his wishes in that code-What is DRY in software engineering?
  • Q15. Gave a puzzle (find the heaviest ball amongst 8 balls in an optimized way). Tell the logic and write code for it.-write Create, Update, Delete, Insert, Select, Join SQL queries for a given problem
  • Q16. Asked me one sentence questions about the technologies that I had mentioned in resume... What is..... HTML, CSS, JQuery, JSP?
  • Q17. What are implicit objects in JSP?
  • Ans. 

    Implicit objects are pre-defined objects in JSP that can be accessed without being explicitly declared.

    • Implicit objects are created by the JSP container during the translation phase.

    • They can be accessed using predefined names such as request, response, session, application, out, pageContext, config, and exception.

    • For example, the request object can be used to retrieve parameters from a form or URL.

    • The session object ca...

  • Answered by AI
  • Q18. Name a web server and an application server
  • Ans. 

    Apache is a popular web server and Tomcat is a widely used application server.

    • Apache is an open-source web server that supports multiple operating systems and is known for its stability and security.

    • Tomcat is a Java-based application server that is used to deploy Java web applications and supports servlets and JSPs.

    • Other popular web servers include Nginx and Microsoft IIS.

    • Other popular application servers include JBoss...

  • Answered by AI
  • Q19. How to deploy web application on apache tomcat?-What is Collections in Java?
  • Ans. 

    To deploy a web application on Apache Tomcat, the application needs to be packaged as a WAR file and then deployed to the Tomcat server.

    • Create a WAR file of the web application

    • Copy the WAR file to the Tomcat webapps directory

    • Start the Tomcat server

    • Access the web application using the URL http://localhost:8080/

    • Collections in Java are classes that implement collections of objects, such as lists, sets, and

  • Answered by AI

Interview Preparation Tips

College Name: IIT MADRAS

Skills evaluated in this interview

Top Infibeam Analyst Interview Questions and Answers

Q1. Which language do you prefer to code in? "Have you read The C Programming Language book by Dennis Retchie?" Which technical book have you read recently?.-So you like C, have you ever thought of bringing up the concept of Inheritance in C?
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Infibeam interview questions for popular designations

 Analyst

 (1)

 Assistant Manager Warehouse

 (1)

 Software Engineer

 (1)

 UI Developer

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Why does Paytm company commit fraud with its agents and why does it not pay the salary of its agents on time? While working in Paytm, why is the salary held and why is the money not given?
  • Q2. Why is Paytm merchant not heard? Why is customer care number not reachable?
  • Q3. Talking about salary of 18000, why only ₹10000 is given in Paytm. Why is salary held?
  • Q4. When will I get my salary? The salary was promised on the 30th but did not come. The salary was promised on the 5th but did not come. Today is the 9th. When will my salary come? Why has my salary been put ...
  • Q5. How can the team leaders and HR at Paytm be so careless? Why is no one's salary being paid? Why is their salary being withheld?

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad sallary not meet sallary time to time very big problem for agent high target issue and sallary hold issue this job is suside job chief rough and disgusting I hate this job I hate senior managers and hr. Take lots of targets lots of work and sallary not give and hold.
Working in Paytm is inviting bad times for yourself. I compliant to high court because this is not single person problem this problem is lots of employees and lots of murchants ...

Analyst IT Command Center Interview Questions & Answers

Bread Financial user image Anonymous

posted on 29 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is ITIL and what are its best practices?
  • Ans. 

    ITIL stands for Information Technology Infrastructure Library. It is a set of best practices for IT service management.

    • ITIL provides a framework for IT service management to align IT services with the needs of the business.

    • It focuses on improving efficiency and effectiveness of IT processes.

    • ITIL consists of five core publications: Service Strategy, Service Design, Service Transition, Service Operation, and Continual Se...

  • Answered by AI
  • Q2. What is a Service Level Agreement (SLA), and how is it used in monitoring?
  • Ans. 

    SLA is a contract between a service provider and a customer, outlining the level of service expected and consequences for not meeting it.

    • SLA defines the agreed-upon level of service between the provider and customer.

    • It includes metrics such as uptime, response time, and resolution time.

    • SLA helps in setting expectations, measuring performance, and ensuring accountability.

    • Monitoring tools track performance against SLA me...

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

(2 Questions)

  • Q1. How do you manage your work in collaboration with your colleagues?
  • Ans. 

    I manage my work by communicating effectively, delegating tasks, setting clear goals, and providing support to my colleagues.

    • Regularly communicate with colleagues to ensure everyone is on the same page

    • Delegate tasks based on individual strengths and workload

    • Set clear goals and deadlines for projects

    • Provide support and assistance to colleagues when needed

    • Utilize collaboration tools such as project management software or...

  • Answered by AI
  • Q2. How do you handle work pressure, and can you describe a specific scenario in which you encountered it?
  • Ans. 

    I handle work pressure by prioritizing tasks, staying organized, and seeking support when needed.

    • Prioritize tasks based on urgency and importance

    • Stay organized by creating to-do lists and setting deadlines

    • Seek support from colleagues or supervisors when feeling overwhelmed

    • Practice stress-relief techniques such as deep breathing or taking short breaks

    • Maintain a positive attitude and focus on problem-solving rather than

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration

    • I have 5 years of experience in analyzing business processes and identifying areas for improvement

    • I am proficient in using data analysis tools such as Excel and SQL

    • I have a proven track record of delivering actionable insights to drive business growth

  • Answered by AI
  • Q2. What are your reasons for wanting to change your current situation?
  • Ans. 

    I am seeking new challenges and opportunities for growth in my career.

    • Seeking new challenges to continue learning and developing skills

    • Looking for opportunities for career advancement

    • Interested in working in a different industry or with a different team

  • Answered by AI
  • Q3. Are you comfortable working in an office environment?
  • Ans. 

    Yes, I am comfortable working in an office environment.

    • I have experience working in office environments in my previous roles.

    • I am familiar with office protocols and procedures.

    • I am comfortable using office software and technology.

    • I enjoy collaborating with colleagues in an office setting.

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

(2 Questions)

  • Q1. What was your previous job role, and what challenges did you face in that position?
  • Ans. 

    I was previously a Business Analyst at a software company.

    • Analyzed market trends and competitor data to make strategic recommendations

    • Facilitated communication between stakeholders to ensure project alignment

    • Developed and implemented data-driven solutions to improve business processes

  • Answered by AI
  • Q2. About yourself

Interview Preparation Tips

Topics to prepare for Care Health Insurance Business Analyst interview:
  • Wireframe
  • Brd
  • FRD
  • Documentation
  • Excel
Interview preparation tips for other job seekers - This process is beneficial for both new employees and older workers; however, as its name suggests, it is a rigid, hectic, and challenging procedure.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Metric kpi about
  • Q2. Worst experience in previous company
  • Q3. How to handle weak employee
  • Ans. 

    Address the issue directly, provide support and training, set clear expectations, monitor progress, consider reassignment or termination if necessary.

    • Have a one-on-one conversation with the employee to discuss performance concerns

    • Provide additional support, training, or resources to help the employee improve

    • Set clear expectations and goals for improvement

    • Regularly monitor the employee's progress and provide feedback

    • Con...

  • Answered by AI
  • Q4. Why workedin same company to long
  • Ans. 

    I have stayed with the same company for a long time because of the opportunities for growth and development.

    • Opportunities for advancement within the company

    • Positive work environment and supportive colleagues

    • Challenging and fulfilling work responsibilities

    • Company values align with personal values

    • Continued learning and development opportunities

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TIDE Customer Support Team Lead interview:
  • Regarding team lead
Interview preparation tips for other job seekers - If they have no intention to hire without reference. They will give you silly excuses.

More than 5 my known working there and they hire with the reference and formality in the interview. No background of aml, kyc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. HR will call you and ask your current roles and responsibilities ?
  • Q2. Job designation senior system engineer (IAM, Azure portal, SaaS Applications, API integrations, Vulnerability Management)
Round 2 - Technical 

(7 Questions)

  • Q1. Do you anything related vulnerability management?
  • Q2. How do you support application for sso enablement?
  • Ans. 

    Supporting application for SSO enablement involves configuring authentication settings, integrating with identity providers, and testing functionality.

    • Configure authentication settings within the application to enable SSO

    • Integrate the application with identity providers such as Okta, Azure AD, or PingFederate

    • Test the SSO functionality to ensure seamless user experience

    • Provide documentation and training for users on how

  • Answered by AI
  • Q3. Haw you handle outages and any regular task you performed?
  • Ans. 

    I handle outages by following established procedures and prioritize tasks based on impact.

    • Immediately assess the situation to determine the root cause of the outage

    • Communicate with stakeholders to keep them informed of the issue and expected resolution time

    • Work with cross-functional teams to troubleshoot and resolve the outage as quickly as possible

    • Document the outage incident and steps taken for future reference and i...

  • Answered by AI
  • Q4. How you deal with change management?
  • Ans. 

    I handle change management by implementing structured processes, communication, and stakeholder involvement.

    • Implementing a change management process to track and document changes

    • Communicating changes effectively to all stakeholders

    • Involving key stakeholders in decision-making and planning

    • Ensuring proper testing and validation of changes before implementation

  • Answered by AI
  • Q5. How do you enable sso for applications for saas?
  • Ans. 

    Enable SSO for SaaS applications by integrating with identity providers and configuring authentication protocols.

    • Integrate with identity providers such as Okta, Azure AD, or Google Workspace

    • Configure authentication protocols like SAML, OAuth, or OpenID Connect

    • Implement single sign-on functionality in the application code

    • Ensure secure communication between the application and the identity provider

  • Answered by AI
  • Q6. What is RTO in disaster recovery?
  • Ans. 

    RTO stands for Recovery Time Objective in disaster recovery, representing the targeted duration of time within which a business process must be restored after a disaster.

    • RTO is a crucial metric in disaster recovery planning, indicating the maximum acceptable downtime for a system or process.

    • It helps organizations determine the resources and strategies needed to recover from a disaster within a specific timeframe.

    • For ex...

  • Answered by AI
  • Q7. Which application you are using to connect servers?
  • Ans. 

    I primarily use SSH (Secure Shell) to connect servers.

    • SSH (Secure Shell) is a widely used application for securely connecting to servers

    • Other applications like PuTTY, OpenSSH, and WinSCP can also be used for server connections

  • Answered by AI
Round 3 - Behavioral 

(4 Questions)

  • Q1. Hiring manager will brief about jd and ask questions based on related job and you are working
  • Q2. Do you vulnerability management?
  • Ans. 

    Yes, I am experienced in vulnerability management.

    • I have experience in identifying, prioritizing, and mitigating vulnerabilities in systems and networks.

    • I am proficient in using vulnerability scanning tools such as Nessus, Qualys, and OpenVAS.

    • I have implemented patch management processes to address vulnerabilities in a timely manner.

    • I have conducted vulnerability assessments and penetration testing to identify weakness...

  • Answered by AI
  • Q3. You worked applications were connected or disconnected one?
  • Ans. 

    I have experience working with both connected and disconnected applications.

    • I have experience developing applications that can function both online and offline.

    • I have worked on projects where data synchronization is crucial for seamless user experience.

    • Examples include mobile apps that can work offline and sync data when connected to the internet.

  • Answered by AI
  • Q4. Have you taken care of Authorization part?
  • Ans. 

    Yes, I have experience in taking care of the Authorization part in various projects.

    • Implemented role-based access control (RBAC) to manage user permissions

    • Configured and managed authentication protocols such as OAuth and SAML

    • Worked on setting up access control lists (ACLs) for network security

    • Experience with managing user roles and permissions in Active Directory

    • Utilized single sign-on (SSO) solutions for seamless user

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well be confident do some research on the jd

Skills evaluated in this interview

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

General audit parameters

Round 2 - Technical 

(4 Questions)

  • Q1. General excel formula
  • Q2. Why we do rca
  • Q3. How we calculate variancein calibration
  • Q4. Why we use dollar sign in excel

Infibeam Interview FAQs

How many rounds are there in Infibeam interview?
Infibeam interview process usually has 2-3 rounds. The most common rounds in the Infibeam interview process are One-on-one Round, Assignment and HR.
What are the top questions asked in Infibeam interview?

Some of the top questions asked at the Infibeam interview -

  1. Which language do you prefer to code in? "Have you read The C Programming Langu...read more
  2. How to optimize the code that you had written in aptitude test - It was a disc...read more
  3. What is the reason behind inventing the concept of inheritance? Write a program...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Infibeam interviews
Referral
Job Portal
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Myntra Interview Questions
4.0
 • 208 Interviews
Snapdeal Interview Questions
3.8
 • 74 Interviews
Tata CLiQ Interview Questions
3.5
 • 16 Interviews
Shopclues Interview Questions
4.0
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
Alibaba Group Interview Questions
4.1
 • 7 Interviews
Shopify Interview Questions
4.0
 • 3 Interviews
View all

Infibeam Reviews and Ratings

based on 37 reviews

3.1/5

Rating in categories

2.8

Skill development

2.4

Work-Life balance

2.3

Salary & Benefits

3.0

Job Security

2.4

Company culture

2.6

Promotions/Appraisal

2.5

Work Satisfaction

Explore 37 Reviews and Ratings
Software Engineer
8 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Senior Program Manager
7 salaries
unlock blur

₹16 L/yr - ₹28 L/yr

Program Manager
6 salaries
unlock blur

₹7.5 L/yr - ₹27 L/yr

Assistant Manager
5 salaries
unlock blur

₹4.8 L/yr - ₹7.5 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹10.9 L/yr - ₹18.1 L/yr

Explore more salaries
Compare Infibeam with

Flipkart

4.0
Compare

Snapdeal

3.8
Compare

Shopclues

4.0
Compare

Paytm Mall

3.6
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