Skip to main content

Featured

Walmart Sparkplug 2024

Walmart Global Tech is a global retail company, based on US. Walmart has its branches in India. In recent it has started a hackathon named Sparkplug 2024 to provide internship opportunities to the students in Walmart Global Tech India in Summer 2024. About Sparkplug 2024: Sparkplug 2024 is a hackathon to join Walmart Global Tech India as an Intern in Summer 2024. The hackathon has been designed for the coders who love to solve challenges and want to experience the work culture at Walmart India based in Bangalore/ Gurgaon/ Chennai. The top 100 performers of the hackathon will be given an internship to the various development teams of Walmart at a monthly stipend of 1-1.1 Lakh INR. Eligibility Criteria: The hackathon is opened to the students from a selected list of 34 engineering colleges across India who are pursuing the below degrees. [Note: the list of college is shared in the registration page] BE/ B.Tech. full-time programs - Batch of 2025 i.e., students currently in their 3rd

DXC TECHNOLOGY CAMPUS HIRING QUESTIONS - 2020 - Online Test

Hello, friends hope you guys are doing good amid this COVID situation. Today I'm writing this blog about DXC Technology recently asked questions in online tests. Hope that you guys know about the latest hiring pattern about the company and if not then don't worry the company will organize a session about this for your college surely. I gave my DXC Technology online test on 29th August 2020. So I'm writing this blog to help you guys. I will mainly write about the technical questions because I believe you guys are well prepared in quant, LR, DI, etc. I will request to comment down the answers so that I can help you if you are wrong.

Q1. _______ is associated with web services.

a) WSDL b) WML c) web sphere d) web logic

Q2. .Any large single block of data stored in a database, such as a picture or sound file, which does not include record fields, and cannot be directly searched by the database search engine is known as

a) TABLE b) BLOB c) VIEW d) SCHEME

Q3. A reserved area of the immediate access memory used to increase the running speed of the computer program is known as

 a) session memory b) bubble memory c) cache memory d) shared memory

Q4. A small subnet that sit between a trusted internal network and an untrusted external network, such as the public internet is

 a) LAN b) MAN c) WAN d) DMZ

Q5. The technology that uses radio waves to automatically identify people or objects, which is very similar to the barcode identification systems, seen in retail stores every day is

 a)BLUETOOTH b) RADAR c)RSA SECURE ID d)RFID

Q6. int main()

{

    printf("%c", 5["GOOGLESEARCH"]);

    return 0;

}

what will be the output of the program?

a) Compilation Error b) L c)  Runtime Error d) E


Q7. integer a, b, c

set a = 3, b = 1

for (each c from b to a)

    if(a + b > 0)

        b  = a

        continue

    end if

a = a + b

a = a - 1

end for

print a

what will be the output?

a) 2 b) 1 c) 3 d) 8

Q8. integer a, b, c

set a = 1, b = 6, c =12

if(a > b)

    if(a > c)

        print c+ b

    else

        print b

    end if

else

    print b +1

end if

output will be ___

a) 6 b) 7 c) 8 d) 9

Q9. find output for x1 = 2

integer merge(integer x1)

    if(x1 < 3)

        merge(merge(x1 + 1))

    end if

    return x1

end function merge()

a) 2 b) 1 c) 3 d) 4

Q10. predict the output of the following pseudocode?

integer a1, p1

set a1 = 15

a1 = a1 - 1

a1 = a1 * 2 + 8

a1 = a1 / 2 + 9 * 5

p1 = a1 / 5 + 6

print p1

a) 3 b) 19 c) 18 d) 23


I had my Capgemini test yesterday. I will share some of the questions that I remember in the next blog post.

Till then solve these questions and comment down your answers. Thank you. 😀

Comments

Post a Comment

If you have any doubts feel free to write here. One of our executives will reach back to you.