Upload Button Icon Add office photos

Filter interviews by

Kellogg Brown and Root Application Developer Interview Questions and Answers

Updated 25 Jun 2024

Kellogg Brown and Root Application Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy one from machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - easy and friendly

Application Developer Jobs at Kellogg Brown and Root

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of Core Python concepts like Loops, Lambda functions.
  • Q2. Check if a string is Palindrome or not.
  • Ans. 

    Check if a string is Palindrome or not.

    • Create a function to compare the original string with its reverse

    • Ignore spaces and punctuation when checking for palindrome

    • Examples: 'racecar' is a palindrome, 'hello' is not

  • Answered by AI
  • Q3. Questions of Sql.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What questions were asked regarding the projects you worked on, and what specific technicalities were included?
  • Q2. Questions on Django, Flask and REST API services.

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • Python
  • Django
  • Flask
  • SQL
Interview preparation tips for other job seekers - Easy going interview. Brush up-on your basics and then be prepared with your resume.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is @SpringbootAnnotation and what is difference between @Controller and @RestController.
  • Ans. 

    SpringBootAnnotation is used to enable Spring Boot features in a Java application. @Controller is used for MVC pattern, @RestController is used for RESTful web services.

    • SpringBootAnnotation is used to enable Spring Boot features like auto-configuration, component scanning, etc.

    • @Controller is used for MVC pattern to handle web requests and return a view, while @RestController is used for RESTful web services to return d...

  • Answered by AI
  • Q2. What is Stream API write the Stream API Code any code and lambda expression.
  • Ans. 

    Stream API in Java provides a way to process collections of objects in a functional style.

    • Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().filter(name -> name.startsWith("A")).forEach(System.out::println);

    • Lambda expressions can be used with Stream API to define behavio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed at Accenture on 28Sep2024, technical interview was good, interviewer said you will be having another round I am passing my remarks to the team, after 5 min I got a call that update your details on the portal, after click on the link I received a mail that My candidature has been rejected on the portal.

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Explain role and responsibilities in your profile
  • Q2. Explain Ansible architecture
  • Ans. 

    Ansible architecture is based on a client-server model where the control machine communicates with managed nodes using SSH.

    • Ansible control machine: where playbooks are written and executed

    • Managed nodes: machines that are being managed by Ansible

    • Inventory: list of managed nodes

    • Playbooks: automation scripts written in YAML format

    • Modules: reusable units of code that perform specific tasks on managed nodes

  • Answered by AI
  • Q3. Difference between cmd and entry point
  • Ans. 

    Cmd is used to specify the default command to run when a container is started, while entry point is used to specify the executable that will run when the container starts.

    • Cmd is optional and can be overridden at runtime, while entry point is required and cannot be overridden.

    • Cmd is used to provide default arguments for the entry point command.

    • Example: CMD ["python", "app.py"] - specifies the default command to run the ...

  • Answered by AI
  • Q4. How to stop container
  • Ans. 

    To stop a container, use the 'docker stop' command followed by the container ID or name.

    • Use 'docker ps' command to list all running containers

    • Identify the container ID or name of the container you want to stop

    • Run 'docker stop ' to stop the container

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain what are the tool you have been working. mostly open-source software
  • Q2. Azure monitor tools and Azure Network issue question

Interview Preparation Tips

Interview preparation tips for other job seekers - First round will be more technical and second round is more like technical and managerial

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is bussniess rule ?
  • Ans. 

    A business rule is a specific guideline or constraint that dictates how a business operates or makes decisions.

    • Business rules are typically defined by stakeholders or subject matter experts.

    • They help ensure consistency, compliance, and efficiency in business processes.

    • Examples include age restrictions for purchasing alcohol, pricing strategies, and approval processes for expenses.

  • Answered by AI
  • Q2. What is update set?
  • Ans. 

    An update set is a group of changes that can be moved from one instance to another in ServiceNow.

    • Update sets are used to transport customizations, such as new fields, tables, or scripts, between instances.

    • They help in organizing changes and tracking what customizations are being moved.

    • Update sets can be previewed, committed, and rolled back if needed.

    • Example: Creating a new field in a development instance and moving it

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. COBOL, DB2 - Restart logic, Cursor life cycle
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the differences between a procedure and a function?
  • Q2. Write a query to find 3rd highest salary from each department
  • Q3. What is synonym.
  • Q4. What are the indexes you used ? Diff between bitmap and btree index
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Boxing Unboxing
  • Q2. Abstract class and interface
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 simple codes were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain microservices architecture in current project
  • Q2. Java 8 features
Round 3 - Behavioral 

(1 Question)

  • Q1. Question related to current project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is memorization
  • Ans. 

    Memorization is the process of committing information to memory for later recall.

    • Memorization involves encoding information into memory through repetition or association.

    • It is often used in education to learn facts, formulas, or concepts.

    • Techniques like mnemonics, visualization, and chunking can aid in memorization.

    • Examples include memorizing multiplication tables, historical dates, or foreign language vocabulary.

  • Answered by AI
  • Q2. What is currying
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying helps in creating reusable functions and improving code readability.

    • It allows partial application of functions, where some arguments are fixed and others are left to be provided later.

    • Curried functions can be composed easily to create more complex...

  • Answered by AI

Skills evaluated in this interview

Kellogg Brown and Root Interview FAQs

How many rounds are there in Kellogg Brown and Root Application Developer interview?
Kellogg Brown and Root interview process usually has 1 rounds. The most common rounds in the Kellogg Brown and Root interview process are Coding Test.
How to prepare for Kellogg Brown and Root Application Developer 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 Kellogg Brown and Root. The most common topics and skills that interviewers at Kellogg Brown and Root expect are SQL, Agile, Computer science, Technical Documentation and Unit Testing.

Tell us how to improve this page.

Kellogg Brown and Root Application Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Technical Professional
108 salaries
unlock blur

₹6 L/yr - ₹20.8 L/yr

Associate Technical Professional
96 salaries
unlock blur

₹5.1 L/yr - ₹11.3 L/yr

Senior Technical Professional
74 salaries
unlock blur

₹12 L/yr - ₹31.5 L/yr

Accountant
56 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Associate Accountant
51 salaries
unlock blur

₹3.7 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Kellogg Brown and Root with

Bechtel

4.0
Compare

Fluor Corporation

4.3
Compare

Jacobs Engineering Group

4.1
Compare

AECOM

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